Pull request #3148 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 4701403bb7246123cd8f18798155fd534c2f7ee0 rather than f56f5be6bf9264fab99786e3a0eacf679df79e3b Obtained Jenkinsfile from 4701403bb7246123cd8f18798155fd534c2f7ee0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25824 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) > 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/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 Commit message: "feat(notifications): Implement PATCH /subscription V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T18:30:26.604Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T18:30:26.875Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T18:30:26.971Z] ========================================================= [2021-02-09T18:30:26.971Z] EdgeX Global Pipelines Version Info [2021-02-09T18:30:26.971Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:30:28.499Z] ------------------- [2021-02-09T18:30:28.499Z] stable info: [2021-02-09T18:30:28.499Z] ------------------- [2021-02-09T18:30:28.499Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T18:30:28.499Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T18:30:28.499Z] Message: update stable to v1.0.179 > git rev-list --no-walk 3df362457b872254d761d23469a266c4edf69d10 # timeout=10 [2021-02-09T18:30:29.446Z] ------------------- [2021-02-09T18:30:29.446Z] experimental info: [2021-02-09T18:30:29.446Z] ------------------- [2021-02-09T18:30:29.446Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T18:30:29.446Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T18:30:29.446Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T18:30:29.703Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T18:30:29.788Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T18:30:29.901Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T18:30:30.026Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T18:30:30.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T18:30:30.242Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T18:30:30.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T18:30:30.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T18:30:30.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T18:30:30.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T18:30:30.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T18:30:31.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T18:30:31.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T18:30:31.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T18:30:31.369Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T18:30:31.466Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T18:30:31.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T18:30:31.634Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T18:30:31.752Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T18:30:31.852Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T18:30:31.940Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T18:30:32.020Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T18:30:32.163Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T18:30:32.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T18:30:32.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T18:30:32.436Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo [2021-02-09T18:30:32.522Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f56f5be6bf9264fab99786e3a0eacf679df79e3b [Pipeline] echo [2021-02-09T18:30:32.630Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f56f5be [Pipeline] echo [2021-02-09T18:30:32.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T18:30:32.912Z] provisioning config files... [2021-02-09T18:30:32.948Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2447588724881391669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:30:33.310Z] ---> docker-login.sh [2021-02-09T18:30:33.310Z] nexus3.edgexfoundry.org:10001 [2021-02-09T18:30:33.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:30:33.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:30:33.835Z] Configure a credential helper to remove this warning. See [2021-02-09T18:30:33.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:30:33.835Z] [2021-02-09T18:30:33.835Z] Login Succeeded [2021-02-09T18:30:33.835Z] nexus3.edgexfoundry.org:10002 [2021-02-09T18:30:33.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:30:33.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:30:33.835Z] Configure a credential helper to remove this warning. See [2021-02-09T18:30:33.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:30:33.835Z] [2021-02-09T18:30:33.835Z] Login Succeeded [2021-02-09T18:30:33.835Z] nexus3.edgexfoundry.org:10003 [2021-02-09T18:30:34.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:30:34.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:30:34.101Z] Configure a credential helper to remove this warning. See [2021-02-09T18:30:34.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:30:34.101Z] [2021-02-09T18:30:34.101Z] Login Succeeded [2021-02-09T18:30:34.101Z] nexus3.edgexfoundry.org:10004 [2021-02-09T18:30:34.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:30:34.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:30:34.362Z] Configure a credential helper to remove this warning. See [2021-02-09T18:30:34.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:30:34.362Z] [2021-02-09T18:30:34.362Z] Login Succeeded [2021-02-09T18:30:34.362Z] docker.io [2021-02-09T18:30:34.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:30:34.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:30:34.626Z] Configure a credential helper to remove this warning. See [2021-02-09T18:30:34.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:30:34.626Z] [2021-02-09T18:30:34.626Z] Login Succeeded [2021-02-09T18:30:34.626Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T18:30:34.636Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T18:30:35.131Z] ++ 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-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T18:30:35.131Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:30:35.131Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T18:30:35.131Z] ++ cut -d/ -f2 [2021-02-09T18:30:35.131Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T18:30:35.209Z] 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-02-09T18:30:36.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:30:36.743Z] [2021-02-09T18:30:36.743Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:30:37.095Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:30:37.095Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T18:30:37.095Z] 31603596830f: Pulling fs layer [2021-02-09T18:30:37.095Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T18:30:37.095Z] 6ca5941a6612: Pulling fs layer [2021-02-09T18:30:37.095Z] ecc8261a40a4: Pulling fs layer [2021-02-09T18:30:37.095Z] ecc8261a40a4: Waiting [2021-02-09T18:30:37.095Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T18:30:37.095Z] 2a8b12db71e7: Download complete [2021-02-09T18:30:37.095Z] 31603596830f: Verifying Checksum [2021-02-09T18:30:37.095Z] 31603596830f: Download complete [2021-02-09T18:30:37.358Z] ecc8261a40a4: Verifying Checksum [2021-02-09T18:30:37.358Z] ecc8261a40a4: Download complete [2021-02-09T18:30:37.358Z] 6ca5941a6612: Verifying Checksum [2021-02-09T18:30:37.358Z] 6ca5941a6612: Download complete [2021-02-09T18:30:37.620Z] 31603596830f: Pull complete [2021-02-09T18:30:37.882Z] 2a8b12db71e7: Pull complete [2021-02-09T18:30:38.460Z] 6ca5941a6612: Pull complete [2021-02-09T18:30:39.415Z] ecc8261a40a4: Pull complete [2021-02-09T18:30:39.415Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T18:30:39.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:30:39.415Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T18:30:39.527Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:30:39.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T18:30:41.862Z] $ docker top 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T18:30:42.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T18:30:42.220Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T18:30:42.466Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T18:30:42.470Z] $ docker exec 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent [2021-02-09T18:30:42.646Z] SSH_AUTH_SOCK=/tmp/ssh-Qe4aizpmZTPm/agent.11 [2021-02-09T18:30:42.646Z] SSH_AGENT_PID=16 [2021-02-09T18:30:42.659Z] Running ssh-add (command line suppressed) [2021-02-09T18:30:42.796Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7026390164883815618.key (/w/workspace/edgex-go/6@tmp/private_key_7026390164883815618.key) [2021-02-09T18:30:42.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T18:30:43.203Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T18:30:43.237Z] $ docker exec --env ******** --env ******** 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent -k [2021-02-09T18:30:43.352Z] unset SSH_AUTH_SOCK; [2021-02-09T18:30:43.353Z] unset SSH_AGENT_PID; [2021-02-09T18:30:43.353Z] echo Agent pid 16 killed; [2021-02-09T18:30:43.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T18:30:43.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T18:30:43.555Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T18:30:43.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T18:30:43.735Z] $ docker exec 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent [2021-02-09T18:30:43.910Z] SSH_AUTH_SOCK=/tmp/ssh-me2HpRcpLXaT/agent.45 [2021-02-09T18:30:43.910Z] SSH_AGENT_PID=50 [2021-02-09T18:30:43.919Z] Running ssh-add (command line suppressed) [2021-02-09T18:30:44.043Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_2170881467331489470.key (/w/workspace/edgex-go/6@tmp/private_key_2170881467331489470.key) [2021-02-09T18:30:44.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T18:30:44.441Z] + git semver init [2021-02-09T18:30:44.441Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T18:30:44.441Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-09T18:30:44.441Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-09T18:30:44.441Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T18:30:44.441Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T18:30:44.441Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T18:30:44.441Z] # $SEMVER_BRANCH = PR-3148 [2021-02-09T18:30:44.441Z] # $SEMVER_TEMP = /tmp/semver-297692192 [2021-02-09T18:30:44.442Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T18:31:31.246Z] # '/tmp/semver-297692192' -> '/w/workspace/edgex-go/6/.semver' [2021-02-09T18:31:31.246Z] # -> Force: false [2021-02-09T18:31:31.246Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-09T18:31:31.263Z] $ docker exec --env ******** --env ******** 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 ssh-agent -k [2021-02-09T18:31:31.528Z] unset SSH_AUTH_SOCK; [2021-02-09T18:31:31.528Z] unset SSH_AGENT_PID; [2021-02-09T18:31:31.529Z] echo Agent pid 50 killed; [2021-02-09T18:31:31.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T18:31:32.170Z] + git semver [Pipeline] } [2021-02-09T18:31:32.192Z] $ docker stop --time=1 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 [2021-02-09T18:31:34.095Z] $ docker rm -f 7ad55836835d7ec2d8bd29998256047654bbff3a0d1c90b32550544fe5793746 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:31:34.613Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T18:31:35.163Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T18:31:35.166Z] [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-02-09T18:31:36.187Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:31:36.490Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:31:36.796Z] + sudo service docker restart [2021-02-09T18:31:36.796Z] + true [2021-02-09T18:31:36.796Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T18:31:37.400Z] ========================================================= [2021-02-09T18:31:37.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T18:31:37.400Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:31:37.748Z] + 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-02-09T18:31:41.993Z] Sending build context to Docker daemon 327.9MB [2021-02-09T18:31:41.993Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T18:31:41.993Z] Step 2/6 : FROM ${BASE} [2021-02-09T18:31:41.993Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T18:31:41.993Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T18:31:41.993Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T18:31:41.993Z] de9db76c5a1d: Pulling fs layer [2021-02-09T18:31:41.993Z] bca2f99d35d6: Pulling fs layer [2021-02-09T18:31:41.993Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T18:31:41.993Z] 7c6f9722023f: Pulling fs layer [2021-02-09T18:31:41.993Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T18:31:41.993Z] 93359f2a8cfa: Waiting [2021-02-09T18:31:41.993Z] 7c6f9722023f: Waiting [2021-02-09T18:31:41.993Z] bca2f99d35d6: Waiting [2021-02-09T18:31:41.993Z] a35cf1a2eb13: Waiting [2021-02-09T18:31:41.993Z] de9db76c5a1d: Download complete [2021-02-09T18:31:41.993Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T18:31:41.993Z] 0ef7d3d256c8: Download complete [2021-02-09T18:31:41.993Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T18:31:41.993Z] 93359f2a8cfa: Download complete [2021-02-09T18:31:41.993Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T18:31:41.993Z] 188c0c94c7c5: Download complete [2021-02-09T18:31:41.993Z] 7c6f9722023f: Verifying Checksum [2021-02-09T18:31:41.993Z] 7c6f9722023f: Download complete [2021-02-09T18:31:41.993Z] 188c0c94c7c5: Pull complete [2021-02-09T18:31:42.256Z] 0ef7d3d256c8: Pull complete [2021-02-09T18:31:42.519Z] de9db76c5a1d: Pull complete [2021-02-09T18:31:43.917Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T18:31:43.917Z] a35cf1a2eb13: Download complete [2021-02-09T18:31:44.888Z] bca2f99d35d6: Download complete [2021-02-09T18:31:50.225Z] bca2f99d35d6: Pull complete [2021-02-09T18:31:50.225Z] 93359f2a8cfa: Pull complete [2021-02-09T18:31:50.225Z] 7c6f9722023f: Pull complete [2021-02-09T18:31:50.550Z] Still waiting to schedule task [2021-02-09T18:31:50.550Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-09T18:31:56.846Z] a35cf1a2eb13: Pull complete [2021-02-09T18:31:56.847Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T18:31:56.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T18:31:56.847Z] ---> a62c8e92a672 [2021-02-09T18:31:56.847Z] 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-02-09T18:31:56.847Z] ---> Running in a813e209bcd0 [2021-02-09T18:31:56.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:31:57.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:32:00.369Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T18:32:00.640Z] (2/12) Installing file (5.38-r0) [2021-02-09T18:32:00.917Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T18:32:00.917Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T18:32:39.794Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T18:32:39.794Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T18:32:39.794Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T18:32:39.794Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T18:32:39.794Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T18:32:39.794Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T18:32:39.794Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T18:32:40.060Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T18:32:40.323Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:32:40.323Z] OK: 233 MiB in 51 packages [2021-02-09T18:32:42.887Z] Removing intermediate container a813e209bcd0 [2021-02-09T18:32:42.887Z] ---> 3a9a934e0372 [2021-02-09T18:32:42.887Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T18:32:42.887Z] ---> Running in 96a8f47a7fbb [2021-02-09T18:32:43.152Z] Removing intermediate container 96a8f47a7fbb [2021-02-09T18:32:43.152Z] ---> dd1bd798505c [2021-02-09T18:32:43.152Z] Step 5/6 : COPY go.mod . [2021-02-09T18:32:43.152Z] ---> 82b83d1be08a [2021-02-09T18:32:43.152Z] Step 6/6 : RUN go mod download [2021-02-09T18:32:43.415Z] ---> Running in 08652cfb9277 [2021-02-09T18:33:05.441Z] Removing intermediate container 08652cfb9277 [2021-02-09T18:33:05.441Z] ---> 61e5f9c1cbe1 [2021-02-09T18:33:05.441Z] Successfully built 61e5f9c1cbe1 [2021-02-09T18:33:05.441Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:33:05.768Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T18:33:05.768Z] . [Pipeline] withDockerContainer [2021-02-09T18:33:05.867Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:33:05.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T18:33:06.900Z] $ docker top 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:33:07.438Z] + go version [2021-02-09T18:33:07.439Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T18:33:07.448Z] $ docker stop --time=1 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 [2021-02-09T18:33:08.796Z] $ docker rm -f 9427279a18c8d1d597f15637adb8ce936c7d24f7670f212af4999bb7eb82e0a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:33:09.735Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T18:33:09.735Z] . [Pipeline] withDockerContainer [2021-02-09T18:33:09.846Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:33:09.887Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T18:33:10.676Z] $ docker top b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T18:33:10.869Z] ========================================================= [2021-02-09T18:33:10.869Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T18:33:10.869Z] ========================================================= [Pipeline] sh [2021-02-09T18:33:11.159Z] + make test [2021-02-09T18:33:11.159Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T18:33:21.202Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T18:33:36.279Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T18:33:41.641Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T18:33:41.641Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T18:33:41.641Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T18:33:43.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T18:33:43.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T18:33:43.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T18:33:43.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T18:33:44.624Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T18:33:44.922Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T18:33:47.569Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T18:33:47.569Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T18:33:47.569Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T18:33:50.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 45.6% of statements [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T18:33:50.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T18:33:50.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-02-09T18:33:52.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.330s coverage: 27.1% of statements [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T18:33:52.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T18:33:52.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T18:33:52.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 65.8% of statements [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T18:33:52.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T18:33:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.452s coverage: 82.3% of statements [2021-02-09T18:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T18:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T18:33:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T18:33:55.310Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T18:33:55.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.1% of statements [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T18:33:57.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-09T18:33:57.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-02-09T18:34:10.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-09T18:34:10.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.260s coverage: 84.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.108s coverage: 89.4% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T18:34:22.529Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-09T18:34:22.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-09T18:34:22.529Z] GO111MODULE=on go vet ./... [2021-02-09T18:34:49.319Z] gofmt -l . [2021-02-09T18:34:49.319Z] [ "`gofmt -l .`" = "" ] [2021-02-09T18:34:49.319Z] ./bin/test-go-mod-tidy.sh [2021-02-09T18:34:49.585Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T18:34:50.790Z] + ls -al . [2021-02-09T18:34:50.790Z] total 700 [2021-02-09T18:34:50.790Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 18:34 . [2021-02-09T18:34:50.790Z] drwxr-xr-x 4 root root 28 Feb 9 18:33 .. [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 18:30 .dockerignore [2021-02-09T18:34:50.790Z] drwxrwxr-x 8 1001 1001 179 Feb 9 18:30 .git [2021-02-09T18:34:50.790Z] drwxrwxr-x 3 1001 1001 125 Feb 9 18:30 .github [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 18:30 .gitignore [2021-02-09T18:34:50.790Z] drwx------ 3 1001 1001 60 Feb 9 18:31 .semver [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 18:30 .sonarcloud.properties [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:30 Attribution.txt [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:30 CONTRIBUTING.md [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 18:30 Dockerfile.build [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 18:30 Jenkinsfile [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:30 LICENSE [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:30 Makefile [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:30 README.md [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:30 SECURITY.md [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 18:31 VERSION [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:30 ZMQWindows.md [2021-02-09T18:34:50.790Z] drwxrwxr-x 2 1001 1001 117 Feb 9 18:30 bin [2021-02-09T18:34:50.790Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 18:30 cmd [2021-02-09T18:34:50.790Z] -rw-r--r-- 1 root root 594557 Feb 9 18:34 coverage.out [2021-02-09T18:34:50.790Z] -rw-r--r-- 1 root root 1054 Feb 9 18:34 go.mod [2021-02-09T18:34:50.790Z] -rw-r--r-- 1 root root 19290 Feb 9 18:34 go.sum [2021-02-09T18:34:50.790Z] drwxrwxr-x 8 1001 1001 127 Feb 9 18:30 internal [2021-02-09T18:34:50.790Z] drwxrwxr-x 4 1001 1001 26 Feb 9 18:30 openapi [2021-02-09T18:34:50.790Z] drwxrwxr-x 4 1001 1001 71 Feb 9 18:30 snap [2021-02-09T18:34:50.790Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 18:30 version.go [Pipeline] sh [2021-02-09T18:34:51.099Z] + '[' -e coverage.out ] [2021-02-09T18:34:51.099Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T18:34:51.304Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T18:34:51.603Z] + make build [2021-02-09T18:34:51.603Z] 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-02-09T18:34:56.947Z] 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-02-09T18:35:05.229Z] 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-02-09T18:35:05.494Z] 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-02-09T18:35:06.891Z] 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-02-09T18:35:07.468Z] 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-02-09T18:35:09.411Z] 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-02-09T18:35:10.812Z] 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-02-09T18:35:11.760Z] 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-02-09T18:35:13.160Z] 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-02-09T18:35:14.122Z] 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-02-09T18:35:15.525Z] 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-02-09T18:35:17.479Z] $ docker stop --time=1 b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f [2021-02-09T18:35:19.184Z] $ docker rm -f b805113ccd395cfd8569a6c3de6cd1edb373fc3009e7b0c7230a63fac088a19f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:35:22.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:35:22.879Z] [2021-02-09T18:35:22.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:35:23.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:35:23.267Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T18:35:23.267Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T18:35:23.267Z] ca9280d653b3: Pulling fs layer [2021-02-09T18:35:23.267Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T18:35:23.540Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T18:35:23.540Z] cbdbe7a5bc2a: Download complete [2021-02-09T18:35:23.805Z] cbdbe7a5bc2a: Pull complete [2021-02-09T18:35:24.069Z] ca9280d653b3: Verifying Checksum [2021-02-09T18:35:24.069Z] ca9280d653b3: Download complete [2021-02-09T18:35:25.028Z] ca9280d653b3: Pull complete [2021-02-09T18:35:25.292Z] 7e9c9ca2126c: Download complete [2021-02-09T18:35:31.932Z] 7e9c9ca2126c: Pull complete [2021-02-09T18:35:31.932Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T18:35:31.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:35:31.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T18:35:32.075Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:35:32.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T18:35:33.885Z] $ docker top 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:35:34.425Z] + docker-compose build --help [2021-02-09T18:35:34.425Z] + grep parallel [2021-02-09T18:35:35.373Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T18:35:35.387Z] $ docker stop --time=1 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f [2021-02-09T18:35:36.741Z] $ docker rm -f 4f470ba565cbb722e56c9f8265a2c869eef1756f284b4ae4d3c1f145c7676d5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:35:37.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:35:37.347Z] . [Pipeline] withDockerContainer [2021-02-09T18:35:37.447Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:35:37.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-02-09T18:35:38.186Z] $ docker top 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:35:38.796Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T18:35:40.804Z] Building docker-core-command-go ... [2021-02-09T18:35:40.804Z] Building docker-core-data-go ... [2021-02-09T18:35:40.804Z] Building docker-core-metadata-go ... [2021-02-09T18:35:40.804Z] Building docker-security-bootstrapper-go ... [2021-02-09T18:35:40.804Z] Building docker-security-proxy-setup-go ... [2021-02-09T18:35:40.804Z] Building docker-security-secretstore-setup-go ... [2021-02-09T18:35:40.804Z] Building docker-support-notifications-go ... [2021-02-09T18:35:40.804Z] Building docker-support-scheduler-go ... [2021-02-09T18:35:40.804Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T18:35:40.804Z] Building docker-support-scheduler-go [2021-02-09T18:35:40.804Z] Building docker-security-bootstrapper-go [2021-02-09T18:35:40.804Z] Building docker-core-command-go [2021-02-09T18:35:40.804Z] Building docker-support-notifications-go [2021-02-09T18:35:40.804Z] Building docker-core-metadata-go [2021-02-09T18:36:13.105Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:36:13.105Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:36:13.105Z] ---> 61e5f9c1cbe1 [2021-02-09T18:36:13.105Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T18:36:13.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:36:13.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:36:13.105Z] ---> 61e5f9c1cbe1 [2021-02-09T18:36:13.105Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:36:13.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:36:13.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:36:13.105Z] ---> 61e5f9c1cbe1 [2021-02-09T18:36:13.105Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:36:13.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:36:13.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:36:13.105Z] ---> 61e5f9c1cbe1 [2021-02-09T18:36:13.105Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:36:13.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:36:13.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:36:13.105Z] ---> 61e5f9c1cbe1 [2021-02-09T18:36:13.105Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:36:13.105Z] ---> Running in 2b37a0bd712d [2021-02-09T18:36:13.105Z] ---> Running in 552d3bb349ab [2021-02-09T18:36:13.105Z] ---> Running in b471deb454df [2021-02-09T18:36:13.105Z] ---> Running in 9a737f4b59bd [2021-02-09T18:36:13.105Z] ---> Running in 5481708b78d5 [2021-02-09T18:36:13.105Z] Removing intermediate container 552d3bb349ab [2021-02-09T18:36:13.105Z] ---> 9f7c062cd717 [2021-02-09T18:36:13.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:36:13.105Z] Removing intermediate container 2b37a0bd712d [2021-02-09T18:36:13.105Z] ---> c58c978b30f8 [2021-02-09T18:36:13.105Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:36:13.105Z] Removing intermediate container b471deb454df [2021-02-09T18:36:13.105Z] ---> 9cdf8a4b8346 [2021-02-09T18:36:13.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:36:13.105Z] Removing intermediate container 9a737f4b59bd [2021-02-09T18:36:13.105Z] ---> dd3d7bd8c20c [2021-02-09T18:36:13.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:36:13.105Z] Removing intermediate container 5481708b78d5 [2021-02-09T18:36:13.105Z] ---> b48ec9733b7e [2021-02-09T18:36:13.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:36:13.105Z] ---> Running in 91d5e324e902 [2021-02-09T18:36:13.105Z] ---> Running in 0786e7d7f7fe [2021-02-09T18:36:13.105Z] ---> Running in a44fa3e6ef05 [2021-02-09T18:36:13.105Z] ---> Running in 870da08d29a7 [2021-02-09T18:36:13.105Z] ---> Running in e38d0b6f3dff [2021-02-09T18:36:15.041Z] Removing intermediate container 0786e7d7f7fe [2021-02-09T18:36:15.041Z] ---> 81cd1aa4af2f [2021-02-09T18:36:15.041Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:36:15.041Z] ---> Running in 0513d4c67f56 [2021-02-09T18:36:15.041Z] Removing intermediate container a44fa3e6ef05 [2021-02-09T18:36:15.041Z] ---> 00e923be377b [2021-02-09T18:36:15.041Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:36:15.305Z] Removing intermediate container 91d5e324e902 [2021-02-09T18:36:15.305Z] ---> 60ef450b8397 [2021-02-09T18:36:15.305Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T18:36:15.305Z] ---> Running in eedd759fe1cc [2021-02-09T18:36:15.567Z] Removing intermediate container 870da08d29a7 [2021-02-09T18:36:15.567Z] ---> 6743f4e7b9c8 [2021-02-09T18:36:15.567Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T18:36:15.567Z] ---> Running in 657157d6c6e4 [2021-02-09T18:36:15.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:15.831Z] Removing intermediate container e38d0b6f3dff [2021-02-09T18:36:15.831Z] ---> 1a78520caa23 [2021-02-09T18:36:15.831Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T18:36:15.831Z] ---> Running in 376a92a19c64 [2021-02-09T18:36:15.856Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25825 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws [2021-02-09T18:36:15.977Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-09T18:36:16.096Z] ---> Running in 6c97da0f5b27 [2021-02-09T18:36:16.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:16.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:16.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:16.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:17.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:17.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:17.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:17.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:17.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:36:18.252Z] OK: 233 MiB in 51 packages [2021-02-09T18:36:18.517Z] Removing intermediate container 0513d4c67f56 [2021-02-09T18:36:18.517Z] ---> 990c5b3386b4 [2021-02-09T18:36:18.517Z] Step 6/23 : COPY go.mod . [2021-02-09T18:36:18.780Z] ---> 2be61548c1b3 [2021-02-09T18:36:18.780Z] Step 7/23 : RUN go mod download [2021-02-09T18:36:19.043Z] ---> Running in 02e1f9d8c01d [2021-02-09T18:36:19.043Z] OK: 233 MiB in 51 packages [2021-02-09T18:36:19.310Z] OK: 233 MiB in 51 packages [2021-02-09T18:36:19.576Z] OK: 233 MiB in 51 packages [2021-02-09T18:36:19.847Z] OK: 233 MiB in 51 packages [2021-02-09T18:36:20.114Z] Removing intermediate container eedd759fe1cc [2021-02-09T18:36:20.114Z] ---> c7ba0f477217 [2021-02-09T18:36:20.114Z] Step 6/23 : COPY go.mod . [2021-02-09T18:36:20.114Z] Removing intermediate container 6c97da0f5b27 [2021-02-09T18:36:20.114Z] ---> e4de0e94789c [2021-02-09T18:36:20.114Z] Step 6/22 : COPY go.mod . [2021-02-09T18:36:20.379Z] Removing intermediate container 376a92a19c64 [2021-02-09T18:36:20.379Z] ---> fc833f300ded [2021-02-09T18:36:20.379Z] Step 6/22 : COPY go.mod . [2021-02-09T18:36:20.379Z] ---> 89da9a96a7c8 [2021-02-09T18:36:20.379Z] Step 7/23 : RUN go mod download [2021-02-09T18:36:20.640Z] ---> 7fd540eb0d89 [2021-02-09T18:36:20.640Z] Step 7/22 : RUN go mod download [2021-02-09T18:36:20.640Z] ---> Running in 659c1d2c063e [2021-02-09T18:36:20.640Z] Removing intermediate container 657157d6c6e4 [2021-02-09T18:36:20.640Z] ---> d97b0921d0f4 [2021-02-09T18:36:20.640Z] Step 6/30 : COPY go.mod . [2021-02-09T18:36:20.640Z] ---> e5463bb29a1b [2021-02-09T18:36:20.640Z] Step 7/22 : RUN go mod download [2021-02-09T18:36:20.902Z] ---> Running in ce8468d3cacd [2021-02-09T18:36:21.164Z] ---> Running in 7e26a3d8c606 [2021-02-09T18:36:21.164Z] ---> bd0afb9a6b1a [2021-02-09T18:36:21.164Z] Step 7/30 : RUN go mod download [2021-02-09T18:36:21.429Z] Removing intermediate container 02e1f9d8c01d [2021-02-09T18:36:21.429Z] ---> 0b7511ab2b2f [2021-02-09T18:36:21.429Z] Step 8/23 : COPY . . [2021-02-09T18:36:21.429Z] ---> Running in 36f715f0a211 [2021-02-09T18:36:22.070Z] using credential edgex-jenkins-ssh [2021-02-09T18:36:22.127Z] Cloning the remote Git repository [2021-02-09T18:36:22.187Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:36:22.314Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-09T18:36:22.400Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:36:22.401Z] > git --version # timeout=10 [2021-02-09T18:36:22.423Z] > git --version # 'git version 2.17.1' [2021-02-09T18:36:22.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:36:22.492Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:36:26.779Z] Removing intermediate container 659c1d2c063e [2021-02-09T18:36:26.779Z] ---> b995c4ae7a20 [2021-02-09T18:36:26.779Z] Step 8/23 : COPY . . [2021-02-09T18:36:27.360Z] Removing intermediate container 7e26a3d8c606 [2021-02-09T18:36:27.360Z] ---> 02a1e9a44c0e [2021-02-09T18:36:27.360Z] Step 8/22 : COPY . . [2021-02-09T18:36:30.713Z] Removing intermediate container 36f715f0a211 [2021-02-09T18:36:30.713Z] ---> 5ab4de862ed1 [2021-02-09T18:36:30.713Z] Step 8/30 : COPY . . [2021-02-09T18:36:37.350Z] Removing intermediate container ce8468d3cacd [2021-02-09T18:36:37.350Z] ---> 5996e06d57d8 [2021-02-09T18:36:37.350Z] Step 8/22 : COPY . . [2021-02-09T18:36:58.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:36:58.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:36:58.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:36:58.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:36:58.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:36:58.219Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T18:36:59.187Z] Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:36:59.423Z] ---> ddcfbe777bab [2021-02-09T18:36:59.423Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T18:36:59.732Z] ---> Running in e50236fa2d60 [2021-02-09T18:36:59.799Z] Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:36:59.799Z] Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) [2021-02-09T18:36:59.214Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:36:59.243Z] > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 [2021-02-09T18:36:59.672Z] > git remote # timeout=10 [2021-02-09T18:36:59.709Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T18:36:59.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:36:59.746Z] > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 [2021-02-09T18:36:59.779Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T18:36:59.808Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:36:59.824Z] > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 [2021-02-09T18:37:04.474Z] Commit message: "feat(notifications): Implement PATCH /subscription V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-02-09T18:37:05.062Z] 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 [Pipeline] sh [2021-02-09T18:37:05.925Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:37:06.385Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:37:06.751Z] + + sudo service docker restart [2021-02-09T18:37:06.751Z] true [2021-02-09T18:37:09.338Z] ---> 45b0f0c33dba [2021-02-09T18:37:09.338Z] Step 9/23 : RUN make cmd/core-command/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T18:37:09.470Z] provisioning config files... [2021-02-09T18:37:09.518Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config952286588846040184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:37:09.609Z] ---> Running in efafeec3a97e [2021-02-09T18:37:09.609Z] ---> 0802fa2cac6d [2021-02-09T18:37:09.609Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T18:37:09.885Z] ---> 4ed87cd5d0c1 [2021-02-09T18:37:09.885Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T18:37:09.885Z] ---> cd3df235640f [2021-02-09T18:37:09.885Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T18:37:09.885Z] ---> Running in 25efcd2768eb [2021-02-09T18:37:09.934Z] ---> docker-login.sh [2021-02-09T18:37:09.934Z] nexus3.edgexfoundry.org:10001 [2021-02-09T18:37:10.162Z] ---> Running in e7c28c8aa652 [2021-02-09T18:37:10.162Z] ---> Running in 8a413d1e447d [2021-02-09T18:37:10.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:37:11.128Z] 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-02-09T18:37:11.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:37:11.199Z] Configure a credential helper to remove this warning. See [2021-02-09T18:37:11.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:37:11.199Z] [2021-02-09T18:37:11.199Z] Login Succeeded [2021-02-09T18:37:11.199Z] nexus3.edgexfoundry.org:10002 [2021-02-09T18:37:11.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:37:11.706Z] 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-02-09T18:37:11.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:37:11.749Z] Configure a credential helper to remove this warning. See [2021-02-09T18:37:11.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:37:11.749Z] [2021-02-09T18:37:11.749Z] Login Succeeded [2021-02-09T18:37:11.749Z] nexus3.edgexfoundry.org:10003 [2021-02-09T18:37:11.973Z] 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-02-09T18:37:11.973Z] 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-02-09T18:37:12.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:37:12.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:37:12.319Z] Configure a credential helper to remove this warning. See [2021-02-09T18:37:12.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:37:12.319Z] [2021-02-09T18:37:12.319Z] Login Succeeded [2021-02-09T18:37:12.319Z] nexus3.edgexfoundry.org:10004 [2021-02-09T18:37:12.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:37:12.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:37:12.866Z] Configure a credential helper to remove this warning. See [2021-02-09T18:37:12.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:37:12.866Z] [2021-02-09T18:37:12.866Z] Login Succeeded [2021-02-09T18:37:12.866Z] docker.io [2021-02-09T18:37:13.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:37:13.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:37:13.412Z] Configure a credential helper to remove this warning. See [2021-02-09T18:37:13.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:37:13.412Z] [2021-02-09T18:37:13.412Z] Login Succeeded [2021-02-09T18:37:13.412Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T18:37:13.432Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T18:37:13.883Z] ========================================================= [2021-02-09T18:37:13.883Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T18:37:13.883Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:37:14.279Z] + 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-02-09T18:37:16.917Z] Sending build context to Docker daemon 166.3MB [2021-02-09T18:37:16.917Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T18:37:16.917Z] Step 2/6 : FROM ${BASE} [2021-02-09T18:37:16.917Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T18:37:16.917Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T18:37:16.917Z] a4357932f1b6: Pulling fs layer [2021-02-09T18:37:16.917Z] 18c013af1878: Pulling fs layer [2021-02-09T18:37:16.917Z] 00ac8860ef70: Pulling fs layer [2021-02-09T18:37:16.917Z] 63d7cb157983: Pulling fs layer [2021-02-09T18:37:16.917Z] b116817d02f9: Pulling fs layer [2021-02-09T18:37:16.917Z] 745a02a5169b: Pulling fs layer [2021-02-09T18:37:16.917Z] 00ac8860ef70: Waiting [2021-02-09T18:37:16.917Z] 63d7cb157983: Waiting [2021-02-09T18:37:16.917Z] b116817d02f9: Waiting [2021-02-09T18:37:16.917Z] 745a02a5169b: Waiting [2021-02-09T18:37:16.917Z] 18c013af1878: Verifying Checksum [2021-02-09T18:37:16.917Z] 18c013af1878: Download complete [2021-02-09T18:37:16.917Z] a4357932f1b6: Verifying Checksum [2021-02-09T18:37:16.917Z] a4357932f1b6: Download complete [2021-02-09T18:37:16.917Z] 63d7cb157983: Verifying Checksum [2021-02-09T18:37:16.917Z] 63d7cb157983: Download complete [2021-02-09T18:37:16.917Z] b116817d02f9: Verifying Checksum [2021-02-09T18:37:16.917Z] b116817d02f9: Download complete [2021-02-09T18:37:16.917Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T18:37:16.917Z] 5f621e34cdf4: Download complete [2021-02-09T18:37:17.527Z] 5f621e34cdf4: Pull complete [2021-02-09T18:37:18.527Z] a4357932f1b6: Pull complete [2021-02-09T18:37:19.134Z] 18c013af1878: Pull complete [2021-02-09T18:37:20.121Z] 745a02a5169b: Download complete [2021-02-09T18:37:21.108Z] 00ac8860ef70: Verifying Checksum [2021-02-09T18:37:21.108Z] 00ac8860ef70: Download complete [2021-02-09T18:37:31.252Z] 00ac8860ef70: Pull complete [2021-02-09T18:37:31.252Z] 63d7cb157983: Pull complete [2021-02-09T18:37:31.524Z] b116817d02f9: Pull complete [2021-02-09T18:37:35.865Z] 745a02a5169b: Pull complete [2021-02-09T18:37:35.865Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T18:37:35.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T18:37:35.865Z] ---> b7e6874047d6 [2021-02-09T18:37:35.865Z] 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-02-09T18:37:39.267Z] ---> Running in 0d1953b37d33 [2021-02-09T18:37:40.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:37:42.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:37:43.590Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T18:37:44.191Z] (2/12) Installing file (5.38-r0) [2021-02-09T18:37:44.191Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T18:37:44.191Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T18:37:44.255Z] Removing intermediate container e50236fa2d60 [2021-02-09T18:37:44.255Z] ---> 66f9d40afe68 [2021-02-09T18:37:44.255Z] [2021-02-09T18:37:44.255Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:37:44.255Z] 3.12: Pulling from library/alpine [2021-02-09T18:37:44.525Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T18:37:44.525Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T18:37:44.525Z] ---> 389fef711851 [2021-02-09T18:37:44.525Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:37:47.105Z] ---> Running in 6e559e6889e9 [2021-02-09T18:37:47.105Z] Removing intermediate container 8a413d1e447d [2021-02-09T18:37:47.105Z] ---> 491529479cf7 [2021-02-09T18:37:47.105Z] [2021-02-09T18:37:47.106Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T18:37:47.106Z] ---> 389fef711851 [2021-02-09T18:37:47.106Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T18:37:47.106Z] Removing intermediate container efafeec3a97e [2021-02-09T18:37:47.106Z] ---> 3f2a461386ca [2021-02-09T18:37:47.106Z] [2021-02-09T18:37:47.106Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:37:47.106Z] ---> 389fef711851 [2021-02-09T18:37:47.106Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:37:47.106Z] ---> Running in a22b5c7bdcbb [2021-02-09T18:37:47.370Z] ---> Running in 84d07fd58f98 [2021-02-09T18:37:48.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:48.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:48.581Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:37:48.843Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:37:48.844Z] OK: 6 MiB in 15 packages [2021-02-09T18:37:49.789Z] Removing intermediate container a22b5c7bdcbb [2021-02-09T18:37:49.789Z] ---> 1888cbaed8bb [2021-02-09T18:37:49.789Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T18:37:50.375Z] ---> Running in cf7e1c74225b [2021-02-09T18:37:50.375Z] Removing intermediate container 25efcd2768eb [2021-02-09T18:37:50.375Z] ---> 80796d0dfe65 [2021-02-09T18:37:50.375Z] [2021-02-09T18:37:50.375Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:37:50.375Z] ---> 389fef711851 [2021-02-09T18:37:50.375Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T18:37:50.647Z] ---> Running in 59c7f867213c [2021-02-09T18:37:50.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:50.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:51.175Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:37:51.175Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:37:51.175Z] OK: 6 MiB in 15 packages [2021-02-09T18:37:51.753Z] Removing intermediate container 6e559e6889e9 [2021-02-09T18:37:51.753Z] ---> 8aef1d4a0d53 [2021-02-09T18:37:51.753Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:37:51.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:51.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:52.016Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:37:52.016Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T18:37:52.016Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:37:52.016Z] OK: 6 MiB in 16 packages [2021-02-09T18:37:52.976Z] ---> Running in 2d99d9c08bd8 [2021-02-09T18:37:52.976Z] Removing intermediate container e7c28c8aa652 [2021-02-09T18:37:52.976Z] ---> 658d4a852309 [2021-02-09T18:37:52.976Z] [2021-02-09T18:37:52.976Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:37:52.976Z] ---> 389fef711851 [2021-02-09T18:37:52.976Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:37:52.976Z] ---> Using cache [2021-02-09T18:37:52.976Z] ---> 8aef1d4a0d53 [2021-02-09T18:37:52.976Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:37:52.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:53.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:37:53.239Z] ---> Running in c03e9192d9b1 [2021-02-09T18:37:53.239Z] Removing intermediate container 2d99d9c08bd8 [2021-02-09T18:37:53.239Z] ---> 21316f9a35ed [2021-02-09T18:37:53.239Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T18:37:53.239Z] Removing intermediate container 84d07fd58f98 [2021-02-09T18:37:53.239Z] ---> 5c480ce3188b [2021-02-09T18:37:53.239Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:37:53.239Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T18:37:53.239Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:37:53.239Z] Removing intermediate container cf7e1c74225b [2021-02-09T18:37:53.239Z] ---> b247ba37964c [2021-02-09T18:37:53.239Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T18:37:53.239Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:37:53.816Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:37:53.816Z] OK: 6 MiB in 16 packages [2021-02-09T18:37:53.816Z] ---> Running in ad8e30d30bf8 [2021-02-09T18:37:53.816Z] ---> Running in e2efaf900dc1 [2021-02-09T18:37:54.086Z] Removing intermediate container c03e9192d9b1 [2021-02-09T18:37:54.086Z] ---> 92445896c499 [2021-02-09T18:37:54.086Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T18:37:54.086Z] ---> Running in 2a11817220f0 [2021-02-09T18:37:54.086Z] ---> Running in 7b53ff3d4267 [2021-02-09T18:37:54.349Z] Removing intermediate container ad8e30d30bf8 [2021-02-09T18:37:54.349Z] ---> 37f33140e7c3 [2021-02-09T18:37:54.349Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T18:37:54.349Z] Removing intermediate container e2efaf900dc1 [2021-02-09T18:37:54.349Z] ---> b39875b43f66 [2021-02-09T18:37:54.349Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:37:54.612Z] Removing intermediate container 2a11817220f0 [2021-02-09T18:37:54.612Z] ---> 1ea6a0f7e0ca [2021-02-09T18:37:54.612Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T18:37:54.612Z] ---> Running in 5f551654b05a [2021-02-09T18:37:54.612Z] Removing intermediate container 7b53ff3d4267 [2021-02-09T18:37:54.612Z] ---> a86f1dcca724 [2021-02-09T18:37:54.612Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:37:54.612Z] ---> Running in 6d644750fec0 [2021-02-09T18:37:54.612Z] ---> Running in faa85e672d33 [2021-02-09T18:37:55.186Z] ---> Running in 25ece91b16b7 [2021-02-09T18:37:55.449Z] Removing intermediate container 5f551654b05a [2021-02-09T18:37:55.449Z] ---> 2cef7c7e025b [2021-02-09T18:37:55.449Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:37:55.449Z] Removing intermediate container 59c7f867213c [2021-02-09T18:37:55.449Z] ---> ca867b105309 [2021-02-09T18:37:55.449Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:37:55.449Z] Removing intermediate container faa85e672d33 [2021-02-09T18:37:55.449Z] ---> 14039c31ad8d [2021-02-09T18:37:55.449Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T18:37:55.449Z] Removing intermediate container 6d644750fec0 [2021-02-09T18:37:55.449Z] ---> 222fcded4418 [2021-02-09T18:37:55.449Z] Step 15/23 : WORKDIR / [2021-02-09T18:37:55.713Z] ---> Running in a736dea67376 [2021-02-09T18:37:55.713Z] ---> Running in 6b5ca3dbf0ef [2021-02-09T18:37:55.713Z] ---> Running in 15bd6fa07964 [2021-02-09T18:37:55.713Z] Removing intermediate container 25ece91b16b7 [2021-02-09T18:37:55.713Z] ---> 65ad781eaa64 [2021-02-09T18:37:55.713Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:37:55.713Z] ---> Running in d31aef94e352 [2021-02-09T18:37:56.287Z] Removing intermediate container 6b5ca3dbf0ef [2021-02-09T18:37:56.287Z] ---> 2493a27984d5 [2021-02-09T18:37:56.287Z] Step 15/23 : WORKDIR / [2021-02-09T18:37:56.561Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T18:37:56.561Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T18:37:56.561Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T18:37:56.561Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T18:37:56.561Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T18:37:56.561Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T18:37:56.561Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T18:37:56.561Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T18:37:56.561Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:37:56.561Z] OK: 217 MiB in 51 packages [2021-02-09T18:37:56.865Z] Removing intermediate container a736dea67376 [2021-02-09T18:37:56.865Z] ---> 73762214a938 [2021-02-09T18:37:56.865Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T18:37:56.865Z] ---> b3c67bb0f49c [2021-02-09T18:37:56.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T18:37:56.865Z] Removing intermediate container d31aef94e352 [2021-02-09T18:37:56.865Z] ---> 88795a388c26 [2021-02-09T18:37:56.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:37:56.865Z] ---> Running in d9012602fd7e [2021-02-09T18:37:56.865Z] ---> Running in 870872a295a9 [2021-02-09T18:37:57.448Z] ---> 47c0103ce9ad [2021-02-09T18:37:57.448Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T18:37:57.448Z] Removing intermediate container 870872a295a9 [2021-02-09T18:37:57.448Z] ---> c8ce441a0a45 [2021-02-09T18:37:57.448Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:37:57.448Z] Removing intermediate container d9012602fd7e [2021-02-09T18:37:57.448Z] ---> 299c66a18fac [2021-02-09T18:37:57.448Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:37:57.448Z] ---> 688387356606 [2021-02-09T18:37:57.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T18:37:57.710Z] ---> Running in 7661289060ec [2021-02-09T18:37:57.710Z] Removing intermediate container 15bd6fa07964 [2021-02-09T18:37:57.710Z] ---> 3a5ef6c2ee40 [2021-02-09T18:37:57.710Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T18:37:57.973Z] ---> Running in a72d82a4e4a8 [2021-02-09T18:37:57.973Z] ---> 18d005d196d2 [2021-02-09T18:37:57.973Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T18:37:57.973Z] Removing intermediate container 7661289060ec [2021-02-09T18:37:57.973Z] ---> c5ec9367fa91 [2021-02-09T18:37:57.973Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:37:57.973Z] ---> ec07402c3a95 [2021-02-09T18:37:57.973Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T18:37:58.238Z] ---> d8e9be925d7f [2021-02-09T18:37:58.238Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T18:37:58.238Z] ---> Running in 277ab96bf218 [2021-02-09T18:37:58.502Z] Removing intermediate container a72d82a4e4a8 [2021-02-09T18:37:58.502Z] ---> 13844601e773 [2021-02-09T18:37:58.502Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T18:37:58.502Z] ---> ec5dbef09670 [2021-02-09T18:37:58.502Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T18:37:58.502Z] Removing intermediate container 277ab96bf218 [2021-02-09T18:37:58.502Z] ---> 1b2fd5d8940f [2021-02-09T18:37:58.502Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:37:58.769Z] ---> 8fd2634b5045 [2021-02-09T18:37:58.770Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T18:37:58.770Z] ---> 327086df73e3 [2021-02-09T18:37:58.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T18:37:59.032Z] ---> Running in 999a85744605 [2021-02-09T18:37:59.296Z] ---> 961ff8e66640 [2021-02-09T18:37:59.296Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T18:37:59.296Z] ---> Running in d51077f47fe4 [2021-02-09T18:37:59.296Z] ---> b125c046cf47 [2021-02-09T18:37:59.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T18:37:59.296Z] ---> 65d1d1adedf1 [2021-02-09T18:37:59.296Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T18:37:59.296Z] Removing intermediate container 999a85744605 [2021-02-09T18:37:59.296Z] ---> 116f26e46729 [2021-02-09T18:37:59.296Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:37:59.558Z] ---> Running in 653c9ae7a907 [2021-02-09T18:37:59.558Z] ---> Running in 5d3dc543bd6e [2021-02-09T18:37:59.558Z] ---> Running in 5df7360fa4fb [2021-02-09T18:37:59.823Z] Removing intermediate container d51077f47fe4 [2021-02-09T18:37:59.823Z] ---> 905d69c2aa68 [2021-02-09T18:37:59.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:37:59.823Z] ---> 7db6a48089f3 [2021-02-09T18:37:59.823Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T18:38:00.086Z] ---> Running in 1d6955bd4d41 [2021-02-09T18:38:00.086Z] ---> Running in 5fea82f2e92a [2021-02-09T18:38:00.086Z] Removing intermediate container 5df7360fa4fb [2021-02-09T18:38:00.086Z] ---> 014c21c89640 [2021-02-09T18:38:00.086Z] Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:38:00.086Z] Removing intermediate container 5d3dc543bd6e [2021-02-09T18:38:00.086Z] ---> 2db5370fe140 [2021-02-09T18:38:00.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:38:00.349Z] ---> Running in 8e86704b9cd1 [2021-02-09T18:38:00.349Z] ---> Running in b75323a8604c [2021-02-09T18:38:00.349Z] Removing intermediate container 1d6955bd4d41 [2021-02-09T18:38:00.349Z] ---> 8abfbe1a0588 [2021-02-09T18:38:00.349Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:38:00.349Z] Removing intermediate container 5fea82f2e92a [2021-02-09T18:38:00.349Z] ---> ef2ac78b6af1 [2021-02-09T18:38:00.349Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:38:00.615Z] ---> Running in 7bff8e6d3477 [2021-02-09T18:38:00.615Z] ---> Running in f277145686e6 [2021-02-09T18:38:00.874Z] Removing intermediate container 0d1953b37d33 [2021-02-09T18:38:00.874Z] ---> 45557a801c8a [2021-02-09T18:38:00.874Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T18:38:00.874Z] ---> Running in 4676bd4aa652 [2021-02-09T18:38:00.877Z] Removing intermediate container 8e86704b9cd1 [2021-02-09T18:38:00.877Z] ---> 9a1bad6c02ac [2021-02-09T18:38:00.877Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:38:00.877Z] Removing intermediate container b75323a8604c [2021-02-09T18:38:00.877Z] ---> 74b7e5a345d9 [2021-02-09T18:38:00.878Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:38:01.145Z] ---> Running in 5f9bdcc1b088 [2021-02-09T18:38:01.145Z] ---> Running in 13e874ba833a [2021-02-09T18:38:01.145Z] Removing intermediate container 7bff8e6d3477 [2021-02-09T18:38:01.145Z] ---> 517be5af75e2 [2021-02-09T18:38:01.145Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:38:01.148Z] Removing intermediate container 4676bd4aa652 [2021-02-09T18:38:01.148Z] ---> 998580eeca27 [2021-02-09T18:38:01.148Z] Step 5/6 : COPY go.mod . [2021-02-09T18:38:01.411Z] Removing intermediate container f277145686e6 [2021-02-09T18:38:01.411Z] ---> 68d6023e3a15 [2021-02-09T18:38:01.411Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:38:01.411Z] ---> Running in 84822cf1aa8a [2021-02-09T18:38:01.411Z] ---> Running in ea1adca50977 [2021-02-09T18:38:01.677Z] Removing intermediate container 13e874ba833a [2021-02-09T18:38:01.677Z] ---> ec0fd8b9e5dc [2021-02-09T18:38:01.677Z] [2021-02-09T18:38:01.677Z] Removing intermediate container 5f9bdcc1b088 [2021-02-09T18:38:01.677Z] ---> 1926c3f40e6b [2021-02-09T18:38:01.677Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:38:01.677Z] Removing intermediate container 653c9ae7a907 [2021-02-09T18:38:01.677Z] ---> cabf20f38beb [2021-02-09T18:38:01.677Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:38:01.815Z] ---> 8fa0ab2328a0 [2021-02-09T18:38:01.816Z] Step 6/6 : RUN go mod download [2021-02-09T18:38:01.940Z] Removing intermediate container 84822cf1aa8a [2021-02-09T18:38:01.940Z] ---> aca5cab6682f [2021-02-09T18:38:01.940Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:38:01.940Z] ---> Running in 4db7f4519111 [2021-02-09T18:38:01.940Z] Removing intermediate container ea1adca50977 [2021-02-09T18:38:01.940Z] ---> 952b6c2adc42 [2021-02-09T18:38:01.940Z] Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:38:01.940Z] Successfully built ec0fd8b9e5dc [2021-02-09T18:38:01.940Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T18:38:01.940Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-09T18:38:02.146Z] ---> Running in 21abbc9da88c [2021-02-09T18:38:02.203Z] ---> Running in 882c43cadf1f [2021-02-09T18:38:02.468Z] ---> Running in 892fa267859e [2021-02-09T18:38:02.468Z] Removing intermediate container 4db7f4519111 [2021-02-09T18:38:02.468Z] ---> f70b1a8493c8 [2021-02-09T18:38:02.468Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:38:02.468Z] ---> 32e04f8d17d9 [2021-02-09T18:38:02.468Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T18:38:02.468Z] Removing intermediate container 882c43cadf1f [2021-02-09T18:38:02.468Z] ---> 7b0e9d0cfc7f [2021-02-09T18:38:02.468Z] [2021-02-09T18:38:02.468Z] ---> Running in 77be08316012 [2021-02-09T18:38:02.739Z] Removing intermediate container 892fa267859e [2021-02-09T18:38:02.739Z] ---> 99cde7add2a7 [2021-02-09T18:38:02.739Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:38:03.009Z] ---> Running in 4e6f3da22025 [2021-02-09T18:38:03.009Z] Successfully built 7b0e9d0cfc7f [2021-02-09T18:38:03.009Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T18:38:03.009Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-09T18:38:03.009Z] Removing intermediate container 77be08316012 [2021-02-09T18:38:03.009Z] ---> f57edb3af44a [2021-02-09T18:38:03.009Z] [2021-02-09T18:38:03.276Z] ---> 341a5ed3bcfd [2021-02-09T18:38:03.276Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T18:38:03.276Z] Successfully built f57edb3af44a [2021-02-09T18:38:03.276Z] Successfully tagged docker-core-command-go:latest [2021-02-09T18:38:03.276Z] Building docker-core-data-go [2021-02-09T18:38:03.276Z] Removing intermediate container 4e6f3da22025 [2021-02-09T18:38:03.276Z] ---> 0102caf3afae [2021-02-09T18:38:03.276Z] [2021-02-09T18:38:03.539Z]  Building docker-core-command-go ... done Successfully built 0102caf3afae [2021-02-09T18:38:03.539Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T18:38:03.539Z] Building docker-sys-mgmt-agent-go [2021-02-09T18:38:03.802Z]  Building docker-support-notifications-go ... done  ---> ea2a8f4e59a6 [2021-02-09T18:38:03.802Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T18:38:04.065Z] ---> 6e95e5784b29 [2021-02-09T18:38:04.065Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T18:38:07.381Z] ---> Running in b549ffc4bad5 [2021-02-09T18:38:08.330Z] Removing intermediate container b549ffc4bad5 [2021-02-09T18:38:08.330Z] ---> c8b9cb1bc672 [2021-02-09T18:38:08.330Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T18:38:14.947Z] ---> 70988c49d712 [2021-02-09T18:38:14.947Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T18:38:14.947Z] ---> Running in 36712f2e0770 [2021-02-09T18:38:15.526Z] Removing intermediate container 36712f2e0770 [2021-02-09T18:38:15.526Z] ---> c099ae960beb [2021-02-09T18:38:15.526Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T18:38:15.790Z] ---> Running in f7c026b2e9d8 [2021-02-09T18:38:16.056Z] Removing intermediate container f7c026b2e9d8 [2021-02-09T18:38:16.056Z] ---> aae46ac71437 [2021-02-09T18:38:16.056Z] Step 27/30 : CMD ["gate"] [2021-02-09T18:38:16.647Z] ---> Running in 2c788c8bb0a0 [2021-02-09T18:38:21.165Z] Removing intermediate container 2c788c8bb0a0 [2021-02-09T18:38:21.165Z] ---> 68231370099f [2021-02-09T18:38:21.165Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T18:38:21.557Z] ---> Running in be0378b89659 [2021-02-09T18:38:26.088Z] Removing intermediate container be0378b89659 [2021-02-09T18:38:26.088Z] ---> 995ddac8e660 [2021-02-09T18:38:26.088Z] Step 29/30 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:38:27.517Z] ---> Running in 05877966758b [2021-02-09T18:38:30.100Z] Removing intermediate container 05877966758b [2021-02-09T18:38:30.100Z] ---> a9830e3205ce [2021-02-09T18:38:30.100Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T18:38:30.693Z] ---> Running in 62343ab24d70 [2021-02-09T18:38:30.958Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:38:30.958Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:38:30.958Z] ---> 61e5f9c1cbe1 [2021-02-09T18:38:30.958Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T18:38:30.958Z] ---> Using cache [2021-02-09T18:38:30.958Z] ---> b48ec9733b7e [2021-02-09T18:38:30.958Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:38:30.958Z] ---> Using cache [2021-02-09T18:38:30.958Z] ---> 1a78520caa23 [2021-02-09T18:38:30.958Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T18:38:31.223Z] ---> Using cache [2021-02-09T18:38:31.223Z] ---> e4de0e94789c [2021-02-09T18:38:31.223Z] Step 6/24 : COPY go.mod . [2021-02-09T18:38:31.223Z] ---> Using cache [2021-02-09T18:38:31.223Z] ---> 7fd540eb0d89 [2021-02-09T18:38:31.223Z] Step 7/24 : RUN go mod download [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> 5996e06d57d8 [2021-02-09T18:38:31.488Z] Step 8/24 : COPY . . [2021-02-09T18:38:31.488Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:38:31.488Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:38:31.488Z] ---> 61e5f9c1cbe1 [2021-02-09T18:38:31.488Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> b48ec9733b7e [2021-02-09T18:38:31.488Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> 1a78520caa23 [2021-02-09T18:38:31.488Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> e4de0e94789c [2021-02-09T18:38:31.488Z] Step 6/21 : COPY go.mod . [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> 7fd540eb0d89 [2021-02-09T18:38:31.488Z] Step 7/21 : RUN go mod download [2021-02-09T18:38:31.488Z] ---> Using cache [2021-02-09T18:38:31.488Z] ---> 5996e06d57d8 [2021-02-09T18:38:31.488Z] Step 8/21 : COPY . . [2021-02-09T18:38:31.752Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:38:31.752Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:38:31.752Z] ---> 61e5f9c1cbe1 [2021-02-09T18:38:31.752Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> b48ec9733b7e [2021-02-09T18:38:31.752Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> 1a78520caa23 [2021-02-09T18:38:31.752Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T18:38:31.752Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:38:31.752Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:38:31.752Z] ---> 61e5f9c1cbe1 [2021-02-09T18:38:31.752Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> b48ec9733b7e [2021-02-09T18:38:31.752Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> 1a78520caa23 [2021-02-09T18:38:31.752Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> 4ed87cd5d0c1 [2021-02-09T18:38:31.752Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T18:38:31.752Z] ---> Using cache [2021-02-09T18:38:31.752Z] ---> 4ed87cd5d0c1 [2021-02-09T18:38:31.752Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T18:38:32.698Z] Removing intermediate container 62343ab24d70 [2021-02-09T18:38:32.698Z] ---> a116cc65ebc9 [2021-02-09T18:38:32.698Z] [2021-02-09T18:38:32.966Z] ---> Running in a07100272ff1 [2021-02-09T18:38:32.966Z] ---> Running in 070a88c79fd3 [2021-02-09T18:38:32.966Z] ---> Running in bafad4ed95cb [2021-02-09T18:38:32.966Z] ---> Running in da4b63b75a02 [2021-02-09T18:38:32.966Z] Successfully built a116cc65ebc9 [2021-02-09T18:38:32.966Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T18:38:33.924Z]  Building docker-security-bootstrapper-go ... done 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-02-09T18:38:33.924Z] 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-02-09T18:38:33.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:38:33.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:38:34.622Z] Removing intermediate container 21abbc9da88c [2021-02-09T18:38:34.622Z] ---> 6ce9427751ef [2021-02-09T18:38:34.622Z] Successfully built 6ce9427751ef [2021-02-09T18:38:34.622Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:38:34.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:38:34.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:38:34.985Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:38:35.273Z] . [Pipeline] withDockerContainer [2021-02-09T18:38:35.472Z] OK: 233 MiB in 51 packages [2021-02-09T18:38:35.472Z] OK: 233 MiB in 51 packages [2021-02-09T18:38:35.606Z] prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container [2021-02-09T18:38:35.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-02-09T18:38:36.889Z] Removing intermediate container 070a88c79fd3 [2021-02-09T18:38:36.889Z] ---> 28dd1dd33ff6 [2021-02-09T18:38:36.889Z] Step 6/26 : COPY go.mod . [2021-02-09T18:38:36.889Z] Removing intermediate container da4b63b75a02 [2021-02-09T18:38:36.889Z] ---> 459642f7bf9a [2021-02-09T18:38:36.889Z] Step 6/23 : COPY go.mod . [2021-02-09T18:38:37.164Z] ---> bed264d94fe3 [2021-02-09T18:38:37.164Z] Step 7/26 : RUN go mod download [2021-02-09T18:38:37.421Z] $ docker top 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 -eo pid,comm [2021-02-09T18:38:37.436Z] ---> Running in 601fbddd05fc [2021-02-09T18:38:37.436Z] ---> 3716f2c7056c [2021-02-09T18:38:37.436Z] Step 7/23 : RUN go mod download [2021-02-09T18:38:37.705Z] ---> Running in 20cf1724b5b7 [Pipeline] { [Pipeline] sh [2021-02-09T18:38:38.609Z] + go version [2021-02-09T18:38:38.609Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T18:38:38.636Z] $ docker stop --time=1 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 [2021-02-09T18:38:40.312Z] Removing intermediate container 20cf1724b5b7 [2021-02-09T18:38:40.312Z] ---> 920add478318 [2021-02-09T18:38:40.312Z] Step 8/23 : COPY . . [2021-02-09T18:38:40.312Z] Removing intermediate container 601fbddd05fc [2021-02-09T18:38:40.312Z] ---> 9e03f3a052fb [2021-02-09T18:38:40.312Z] Step 8/26 : COPY . . [2021-02-09T18:38:40.816Z] $ docker rm -f 0c2a52fc1d164d25b4f15c6652be79849f40cd40827b9115b9f8ff49bcbcd425 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:38:41.947Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:38:41.948Z] . [Pipeline] withDockerContainer [2021-02-09T18:38:42.304Z] prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container [2021-02-09T18:38:42.408Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-02-09T18:38:44.045Z] $ docker top d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T18:38:44.507Z] ========================================================= [2021-02-09T18:38:44.507Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T18:38:44.507Z] ========================================================= [Pipeline] sh [2021-02-09T18:38:45.233Z] + make test [2021-02-09T18:38:45.233Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T18:38:58.590Z] 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-02-09T18:38:58.590Z] 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-02-09T18:39:06.787Z] ---> 50892d00366e [2021-02-09T18:39:06.787Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T18:39:08.187Z] ---> Running in f9cd95fd3751 [2021-02-09T18:39:08.187Z] ---> 4b2909adb13f [2021-02-09T18:39:08.187Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T18:39:08.187Z] Removing intermediate container a07100272ff1 [2021-02-09T18:39:08.187Z] ---> 3b64eeada2d7 [2021-02-09T18:39:08.187Z] [2021-02-09T18:39:08.187Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T18:39:08.187Z] ---> 389fef711851 [2021-02-09T18:39:08.187Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T18:39:08.187Z] Removing intermediate container bafad4ed95cb [2021-02-09T18:39:08.187Z] ---> b7a7ba8a2f6c [2021-02-09T18:39:08.187Z] [2021-02-09T18:39:08.187Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T18:39:08.187Z] ---> 389fef711851 [2021-02-09T18:39:08.187Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T18:39:08.187Z] ---> Running in aa04403ceb92 [2021-02-09T18:39:08.449Z] ---> Running in d40c82f0c5d5 [2021-02-09T18:39:08.449Z] ---> Running in 2ef02c788f0f [2021-02-09T18:39:08.714Z] 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-02-09T18:39:08.988Z] 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-02-09T18:39:09.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:09.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:09.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:09.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:09.530Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T18:39:09.530Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T18:39:09.530Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:39:09.530Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:39:09.530Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T18:39:09.530Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T18:39:09.530Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T18:39:09.806Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T18:39:09.806Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T18:39:09.806Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:39:09.806Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:39:09.806Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:39:09.806Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:39:09.806Z] OK: 7 MiB in 18 packages [2021-02-09T18:39:09.806Z] OK: 7 MiB in 19 packages [2021-02-09T18:39:14.077Z] Removing intermediate container d40c82f0c5d5 [2021-02-09T18:39:14.077Z] ---> 8572b0606199 [2021-02-09T18:39:14.077Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:39:14.077Z] Removing intermediate container 2ef02c788f0f [2021-02-09T18:39:14.077Z] ---> 93f960f91d17 [2021-02-09T18:39:14.077Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:39:14.077Z] ---> Running in e38edb3501f2 [2021-02-09T18:39:14.077Z] ---> Running in adfb9a4d537c [2021-02-09T18:39:14.077Z] Removing intermediate container adfb9a4d537c [2021-02-09T18:39:14.077Z] ---> e41fe0fbfcc3 [2021-02-09T18:39:14.077Z] Step 13/24 : WORKDIR / [2021-02-09T18:39:14.077Z] Removing intermediate container e38edb3501f2 [2021-02-09T18:39:14.077Z] ---> 1b18d73c89e6 [2021-02-09T18:39:14.077Z] Step 13/21 : WORKDIR /edgex [2021-02-09T18:39:14.350Z] ---> Running in 3d265ad5f51c [2021-02-09T18:39:14.350Z] ---> Running in abc2dcb854ee [2021-02-09T18:39:14.929Z] Removing intermediate container 3d265ad5f51c [2021-02-09T18:39:14.929Z] ---> 8c36c423442e [2021-02-09T18:39:14.929Z] 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-02-09T18:39:14.929Z] Removing intermediate container abc2dcb854ee [2021-02-09T18:39:14.929Z] ---> 9c3e49b53bf3 [2021-02-09T18:39:14.930Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T18:39:16.896Z] ---> dfcb73b5ef32 [2021-02-09T18:39:16.896Z] 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-02-09T18:39:16.896Z] ---> c00f23e1edbf [2021-02-09T18:39:16.896Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T18:39:17.176Z] ---> 6d1d53c5ba1a [2021-02-09T18:39:17.176Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T18:39:17.457Z] ---> b8507fe907af [2021-02-09T18:39:17.457Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T18:39:17.592Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T18:39:17.738Z] ---> 0716e886d92e [2021-02-09T18:39:17.738Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T18:39:18.337Z] ---> 3ef5a6eb7d01 [2021-02-09T18:39:18.337Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T18:39:18.607Z] ---> Running in 331bd7d8716b [2021-02-09T18:39:18.607Z] ---> a740000e4172 [2021-02-09T18:39:18.607Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T18:39:20.029Z] Removing intermediate container 331bd7d8716b [2021-02-09T18:39:20.029Z] ---> 7fa02646e89f [2021-02-09T18:39:20.029Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T18:39:20.029Z] ---> ace4e45860aa [2021-02-09T18:39:20.029Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T18:39:20.029Z] ---> Running in a9d4e3279139 [2021-02-09T18:39:20.294Z] Removing intermediate container a9d4e3279139 [2021-02-09T18:39:20.294Z] ---> 366450b18bc2 [2021-02-09T18:39:20.294Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T18:39:20.566Z] ---> dba4ebc3cd5b [2021-02-09T18:39:20.566Z] 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-02-09T18:39:20.566Z] ---> Running in 281a173170b2 [2021-02-09T18:39:20.566Z] ---> Running in 6520ac1677a6 [2021-02-09T18:39:20.835Z] Removing intermediate container 281a173170b2 [2021-02-09T18:39:20.835Z] ---> 895466d9c8c7 [2021-02-09T18:39:20.835Z] Step 20/21 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:39:21.099Z] ---> Running in bb721ce2a0a8 [2021-02-09T18:39:21.366Z] Removing intermediate container bb721ce2a0a8 [2021-02-09T18:39:21.366Z] ---> 4df8f961d98c [2021-02-09T18:39:21.366Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T18:39:21.946Z] ---> Running in 5ab442cc1925 [2021-02-09T18:39:22.212Z] Removing intermediate container 5ab442cc1925 [2021-02-09T18:39:22.212Z] ---> efa95a0199f0 [2021-02-09T18:39:22.212Z] [2021-02-09T18:39:22.796Z] Successfully built efa95a0199f0 [2021-02-09T18:39:22.796Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T18:39:22.796Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6520ac1677a6 [2021-02-09T18:39:22.796Z] ---> f58097fa799f [2021-02-09T18:39:22.796Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T18:39:23.086Z] ---> Running in 4bbd5a4a562b [2021-02-09T18:39:23.673Z] Removing intermediate container 4bbd5a4a562b [2021-02-09T18:39:23.673Z] ---> 4e048052b02d [2021-02-09T18:39:23.673Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T18:39:23.673Z] ---> Running in ff41aa68cfdf [2021-02-09T18:39:23.941Z] Removing intermediate container ff41aa68cfdf [2021-02-09T18:39:23.942Z] ---> 4c649e194fdb [2021-02-09T18:39:23.942Z] Step 23/24 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:39:23.942Z] ---> Running in 27eebb3f0f9b [2021-02-09T18:39:24.526Z] Removing intermediate container 27eebb3f0f9b [2021-02-09T18:39:24.526Z] ---> 2b216df5bb69 [2021-02-09T18:39:24.526Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T18:39:24.526Z] ---> Running in 07f6f11cc6e9 [2021-02-09T18:39:24.804Z] Removing intermediate container 07f6f11cc6e9 [2021-02-09T18:39:24.804Z] ---> b1379cf49101 [2021-02-09T18:39:24.804Z] [2021-02-09T18:39:25.072Z] Successfully built b1379cf49101 [2021-02-09T18:39:25.072Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T18:39:27.003Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container aa04403ceb92 [2021-02-09T18:39:27.003Z] ---> 4d261abbec29 [2021-02-09T18:39:27.003Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T18:39:27.266Z] ---> Running in e5d419bd7550 [2021-02-09T18:39:28.660Z] 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-02-09T18:39:31.223Z] Removing intermediate container e5d419bd7550 [2021-02-09T18:39:31.223Z] ---> 25db08410baf [2021-02-09T18:39:31.223Z] [2021-02-09T18:39:31.223Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T18:39:31.223Z] 20.10.0: Pulling from library/docker [2021-02-09T18:39:31.223Z] Removing intermediate container f9cd95fd3751 [2021-02-09T18:39:31.223Z] ---> f14e73fac385 [2021-02-09T18:39:31.223Z] [2021-02-09T18:39:31.223Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:39:31.223Z] ---> 389fef711851 [2021-02-09T18:39:31.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T18:39:31.485Z] ---> Running in e3b62c7669a1 [2021-02-09T18:39:31.749Z] Removing intermediate container e3b62c7669a1 [2021-02-09T18:39:31.749Z] ---> dc32e55759af [2021-02-09T18:39:31.750Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T18:39:32.021Z] ---> Running in efe88f504b52 [2021-02-09T18:39:32.598Z] Removing intermediate container efe88f504b52 [2021-02-09T18:39:32.598Z] ---> 44184c72ffc2 [2021-02-09T18:39:32.598Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T18:39:32.860Z] ---> Running in befe0081019b [2021-02-09T18:39:33.131Z] Removing intermediate container befe0081019b [2021-02-09T18:39:33.131Z] ---> 263cd0c1dd8b [2021-02-09T18:39:33.131Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:39:33.131Z] ---> Running in 81f85eba4a49 [2021-02-09T18:39:34.542Z] Removing intermediate container 81f85eba4a49 [2021-02-09T18:39:34.542Z] ---> 4b673a5fe680 [2021-02-09T18:39:34.542Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T18:39:34.542Z] ---> Running in 3e5556f5d38d [2021-02-09T18:39:35.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:36.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:36.089Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T18:39:36.089Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T18:39:36.089Z] ---> aefe523efa57 [2021-02-09T18:39:36.089Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T18:39:36.356Z] ---> Running in 6553ac288b98 [2021-02-09T18:39:36.618Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T18:39:36.618Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T18:39:36.618Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T18:39:36.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:36.881Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T18:39:36.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:37.143Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T18:39:37.143Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T18:39:37.143Z] Executing bash-5.0.17-r0.post-install [2021-02-09T18:39:37.143Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:39:37.143Z] OK: 12 MiB in 22 packages [2021-02-09T18:39:37.406Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T18:39:37.670Z] Removing intermediate container 6553ac288b98 [2021-02-09T18:39:37.670Z] ---> 9dd08abd1b76 [2021-02-09T18:39:37.670Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T18:39:37.670Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T18:39:37.670Z] ---> Running in f49f9b07e121 [2021-02-09T18:39:37.670Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:39:37.670Z] OK: 8 MiB in 20 packages [2021-02-09T18:39:37.935Z] Removing intermediate container f49f9b07e121 [2021-02-09T18:39:37.935Z] ---> c4ff2075182d [2021-02-09T18:39:37.935Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T18:39:37.935Z] ---> Running in 6f06f84db1c3 [2021-02-09T18:39:38.199Z] Removing intermediate container 6f06f84db1c3 [2021-02-09T18:39:38.199Z] ---> ce63e68a709c [2021-02-09T18:39:38.199Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T18:39:38.199Z] ---> Running in 5e033952a9d6 [2021-02-09T18:39:38.199Z] Removing intermediate container 3e5556f5d38d [2021-02-09T18:39:38.199Z] ---> 5db7cb890a7f [2021-02-09T18:39:38.199Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:39:38.461Z] Removing intermediate container 5e033952a9d6 [2021-02-09T18:39:38.461Z] ---> 73947e0bf07f [2021-02-09T18:39:38.461Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T18:39:38.461Z] ---> 15a698135721 [2021-02-09T18:39:38.461Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T18:39:39.036Z] ---> c30255f77daf [2021-02-09T18:39:39.036Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T18:39:39.036Z] ---> c6e414fd2c12 [2021-02-09T18:39:39.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T18:39:39.298Z] ---> 4f2732866b18 [2021-02-09T18:39:39.298Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T18:39:39.298Z] ---> 3d2e17b6d1fe [2021-02-09T18:39:39.298Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T18:39:39.562Z] ---> Running in e6ede44c70d2 [2021-02-09T18:39:39.826Z] ---> 1a76ea626e72 [2021-02-09T18:39:39.826Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T18:39:39.826Z] Removing intermediate container e6ede44c70d2 [2021-02-09T18:39:39.826Z] ---> d7b1284859e4 [2021-02-09T18:39:39.826Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:39:39.826Z] ---> Running in 5f883069597f [2021-02-09T18:39:39.826Z] ---> Running in cb4dbd47e6e1 [2021-02-09T18:39:40.088Z] Removing intermediate container 5f883069597f [2021-02-09T18:39:40.088Z] ---> dc8ac19650b6 [2021-02-09T18:39:40.088Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:39:40.088Z] ---> Running in 492757c6ff74 [2021-02-09T18:39:40.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:40.352Z] Removing intermediate container 492757c6ff74 [2021-02-09T18:39:40.352Z] ---> 1fe7cf9f4213 [2021-02-09T18:39:40.352Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:39:40.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:39:40.352Z] ---> Running in 63fa9882a6b2 [2021-02-09T18:39:40.352Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T18:39:40.352Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T18:39:40.352Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T18:39:40.352Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T18:39:40.927Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T18:39:40.927Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T18:39:40.927Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T18:39:40.927Z] Removing intermediate container 63fa9882a6b2 [2021-02-09T18:39:40.927Z] ---> 1860399f0a03 [2021-02-09T18:39:40.927Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:39:44.237Z] ---> Running in 8475d7d9e8dc [2021-02-09T18:39:44.237Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T18:39:44.237Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T18:39:44.237Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T18:39:44.237Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T18:39:44.237Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T18:39:44.237Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T18:39:44.237Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T18:39:44.812Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T18:39:44.812Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T18:39:44.812Z] Removing intermediate container 8475d7d9e8dc [2021-02-09T18:39:44.812Z] ---> 1b089e2f2e97 [2021-02-09T18:39:44.812Z] [2021-02-09T18:39:44.812Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T18:39:44.812Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T18:39:44.812Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T18:39:44.812Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T18:39:44.812Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T18:39:44.812Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T18:39:44.812Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T18:39:44.812Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T18:39:44.812Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T18:39:44.812Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T18:39:44.812Z] Successfully built 1b089e2f2e97 [2021-02-09T18:39:45.074Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T18:39:45.074Z] Successfully tagged docker-core-data-go:latest [2021-02-09T18:39:45.074Z]  Building docker-core-data-go ... done (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T18:39:45.074Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T18:39:45.074Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T18:39:45.074Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T18:39:45.074Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T18:39:45.075Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T18:39:45.075Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:39:45.075Z] OK: 71 MiB in 55 packages [2021-02-09T18:39:51.680Z] Removing intermediate container cb4dbd47e6e1 [2021-02-09T18:39:51.680Z] ---> 2829cc1b2492 [2021-02-09T18:39:51.680Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T18:39:51.942Z] ---> Running in 003fe101b3dc [2021-02-09T18:39:53.338Z] Collecting docker-compose==1.23.2 [2021-02-09T18:39:53.338Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T18:39:53.600Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T18:39:53.600Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T18:39:53.600Z] 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-02-09T18:39:53.861Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T18:39:53.862Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T18:39:54.123Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T18:39:54.123Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T18:39:54.123Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T18:39:54.123Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T18:39:54.697Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T18:39:54.697Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T18:39:54.960Z] Collecting PyYAML<4,>=3.10 [2021-02-09T18:39:54.960Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T18:39:55.930Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T18:39:55.930Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T18:39:56.255Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T18:39:56.255Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T18:39:56.885Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T18:39:56.885Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T18:39:57.160Z] 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-02-09T18:39:57.160Z] Collecting idna<2.8,>=2.5 [2021-02-09T18:39:57.160Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T18:39:57.443Z] 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-02-09T18:39:57.443Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T18:39:57.443Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T18:39:57.745Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T18:39:57.745Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T18:39:57.745Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T18:39:57.745Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T18:39:57.745Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T18:39:57.745Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T18:39:58.025Z] Installing collected packages: jsonschema, cached-property, idna, urllib3, requests, texttable, websocket-client, PyYAML, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-02-09T18:39:58.025Z] Attempting uninstall: idna [2021-02-09T18:39:58.025Z] Found existing installation: idna 2.9 [2021-02-09T18:39:58.025Z] Uninstalling idna-2.9: [2021-02-09T18:39:58.025Z] Successfully uninstalled idna-2.9 [2021-02-09T18:39:58.290Z] Attempting uninstall: urllib3 [2021-02-09T18:39:58.290Z] Found existing installation: urllib3 1.25.9 [2021-02-09T18:39:58.290Z] Uninstalling urllib3-1.25.9: [2021-02-09T18:39:58.290Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T18:39:58.552Z] Attempting uninstall: requests [2021-02-09T18:39:58.552Z] Found existing installation: requests 2.23.0 [2021-02-09T18:39:58.552Z] Uninstalling requests-2.23.0: [2021-02-09T18:39:58.552Z] Successfully uninstalled requests-2.23.0 [2021-02-09T18:39:58.813Z] Running setup.py install for texttable: started [2021-02-09T18:39:59.076Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T18:39:59.337Z] Running setup.py install for PyYAML: started [2021-02-09T18:39:59.911Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T18:39:59.911Z] Running setup.py install for dockerpty: started [2021-02-09T18:40:00.487Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T18:40:00.487Z] Running setup.py install for docopt: started [2021-02-09T18:40:01.061Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T18:40:01.325Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T18:40:04.641Z] Removing intermediate container 003fe101b3dc [2021-02-09T18:40:04.641Z] ---> 3151e82bc9f3 [2021-02-09T18:40:04.641Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T18:40:04.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T18:40:04.904Z] ---> Running in 97c47e27e0ad [2021-02-09T18:40:05.241Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T18:40:05.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:40:05.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:40:05.479Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:40:05.479Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T18:40:05.479Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T18:40:05.479Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:40:05.479Z] OK: 72 MiB in 58 packages [2021-02-09T18:40:06.053Z] Removing intermediate container 97c47e27e0ad [2021-02-09T18:40:06.053Z] ---> 8e0450fa53e9 [2021-02-09T18:40:06.053Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T18:40:06.053Z] ---> Running in 418234b0929e [2021-02-09T18:40:06.317Z] Removing intermediate container 418234b0929e [2021-02-09T18:40:06.317Z] ---> c472cd9d3626 [2021-02-09T18:40:06.317Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:40:06.317Z] ---> Running in 0c6d6cf01283 [2021-02-09T18:40:06.579Z] Removing intermediate container 0c6d6cf01283 [2021-02-09T18:40:06.579Z] ---> 7ec36377b39e [2021-02-09T18:40:06.579Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T18:40:06.579Z] ---> Running in 420626d5e213 [2021-02-09T18:40:06.843Z] Removing intermediate container 420626d5e213 [2021-02-09T18:40:06.843Z] ---> fdf688f45b2b [2021-02-09T18:40:06.843Z] Step 25/26 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:40:06.843Z] ---> Running in 7197df7e1235 [2021-02-09T18:40:07.107Z] Removing intermediate container 7197df7e1235 [2021-02-09T18:40:07.107Z] ---> eeee857a0dc6 [2021-02-09T18:40:07.107Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T18:40:07.107Z] ---> Running in 99cd6b877ab8 [2021-02-09T18:40:07.376Z] Removing intermediate container 99cd6b877ab8 [2021-02-09T18:40:07.376Z] ---> 53723edb1395 [2021-02-09T18:40:07.376Z] [2021-02-09T18:40:07.376Z] Successfully built 53723edb1395 [2021-02-09T18:40:07.376Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T18:40:07.968Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T18:40:07.978Z] $ docker stop --time=1 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 [2021-02-09T18:40:09.572Z] $ docker rm -f 6c7b3799021c97ef3b972ee67c3bbdebcd64db23ab269c64dc9f60866143f518 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:40:10.171Z] + docker images [2021-02-09T18:40:10.171Z] + grep docker [2021-02-09T18:40:10.754Z] docker-sys-mgmt-agent-go latest 53723edb1395 3 seconds ago 313MB [2021-02-09T18:40:10.754Z] docker-core-data-go latest 1b089e2f2e97 27 seconds ago 22.3MB [2021-02-09T18:40:10.754Z] docker-security-secretstore-setup-go latest b1379cf49101 46 seconds ago 24.6MB [2021-02-09T18:40:10.754Z] docker-security-proxy-setup-go latest efa95a0199f0 49 seconds ago 24.4MB [2021-02-09T18:40:10.754Z] docker-security-bootstrapper-go latest a116cc65ebc9 About a minute ago 17.9MB [2021-02-09T18:40:10.754Z] docker-support-notifications-go latest 0102caf3afae 2 minutes ago 17.6MB [2021-02-09T18:40:10.754Z] docker-core-command-go latest f57edb3af44a 2 minutes ago 16.9MB [2021-02-09T18:40:10.754Z] docker-core-metadata-go latest 7b0e9d0cfc7f 2 minutes ago 18.8MB [2021-02-09T18:40:10.754Z] docker-support-scheduler-go latest ec0fd8b9e5dc 2 minutes ago 17MB [2021-02-09T18:40:10.754Z] 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-02-09T18:40:15.492Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T18:40:15.492Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T18:40:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T18:40:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T18:40:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T18:40:17.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T18:40:20.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T18:40:21.100Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T18:40:26.481Z] Still waiting to schedule task [2021-02-09T18:40:26.481Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T18:40:31.309Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T18:40:31.309Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T18:40:31.309Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T18:40:38.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.6% of statements [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T18:40:38.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T18:40:38.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements [2021-02-09T18:40:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T18:40:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T18:40:46.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T18:40:46.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T18:40:47.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements [2021-02-09T18:40:47.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T18:40:47.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T18:40:49.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.744s coverage: 82.3% of statements [2021-02-09T18:40:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T18:40:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:40:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T18:40:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T18:40:55.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.240s coverage: 28.6% of statements [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T18:40:55.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T18:40:55.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2021-02-09T18:40:55.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T18:40:56.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements [2021-02-09T18:40:56.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T18:40:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements [2021-02-09T18:40:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T18:40:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-02-09T18:40:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T18:40:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T18:40:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T18:40:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.117s coverage: 92.8% of statements [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T18:41:07.541Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-02-09T18:41:07.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements [2021-02-09T18:41:17.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2021-02-09T18:41:17.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-02-09T18:41:20.631Z] Running on prd-ubuntu18.04-docker-8c-8g-25826 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws [2021-02-09T18:41:20.680Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-09T18:41:22.929Z] using credential edgex-jenkins-ssh [2021-02-09T18:41:23.036Z] Cloning the remote Git repository [2021-02-09T18:41:23.065Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:41:23.134Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-09T18:41:23.167Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:41:23.167Z] > git --version # timeout=10 [2021-02-09T18:41:23.173Z] > git --version # 'git version 2.17.1' [2021-02-09T18:41:23.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:41:23.215Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.727s coverage: 63.5% of statements [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T18:41:32.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 91.3% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2021-02-09T18:41:32.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-02-09T18:41:33.016Z] Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:41:33.142Z] Merge succeeded, producing f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:41:33.143Z] Checking out Revision f56f5be6bf9264fab99786e3a0eacf679df79e3b (PR-3148) [2021-02-09T18:41:33.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-02-09T18:41:32.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:41:32.363Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:41:32.374Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:41:32.384Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:41:32.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:41:32.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T18:41:33.031Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:41:33.036Z] > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 [2021-02-09T18:41:33.114Z] > git remote # timeout=10 [2021-02-09T18:41:33.122Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T18:41:33.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:41:33.130Z] > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 [2021-02-09T18:41:33.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T18:41:33.150Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:41:33.155Z] > git checkout -f f56f5be6bf9264fab99786e3a0eacf679df79e3b # timeout=10 [2021-02-09T18:41:36.824Z] Commit message: "feat(notifications): Implement PATCH /subscription V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:41:37.737Z] + echo snap-build.sh [2021-02-09T18:41:37.737Z] snap-build.sh [2021-02-09T18:41:37.737Z] + SNAP_BASE_DIR=. [2021-02-09T18:41:37.737Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-09T18:41:37.737Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-09T18:41:37.737Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-09T18:41:37.737Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-09T18:41:37.737Z] + cd /w/workspace/edgex-go/6 [2021-02-09T18:41:37.737Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T18:41:37.737Z] Reading package lists... [2021-02-09T18:41:37.737Z] Building dependency tree... [2021-02-09T18:41:37.737Z] Reading state information... [2021-02-09T18:41:37.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.787s coverage: 68.9% of statements [2021-02-09T18:41:37.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T18:41:37.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T18:41:37.998Z] The following packages were automatically installed and are no longer required: [2021-02-09T18:41:37.998Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T18:41:37.998Z] uidmap xdelta3 [2021-02-09T18:41:37.998Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T18:41:37.999Z] The following packages will be REMOVED: [2021-02-09T18:41:37.999Z] lxd* lxd-client* [2021-02-09T18:41:38.260Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T18:41:38.260Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T18:41:38.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements [2021-02-09T18:41:38.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T18:41:38.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T18:41:38.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.669s coverage: 84.0% of statements [2021-02-09T18:41:38.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-02-09T18:41:39.308Z] (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-02-09T18:41:39.308Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:41:40.253Z] Removing lxd dnsmasq configuration [2021-02-09T18:41:40.253Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:41:40.515Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T18:41:41.460Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T18:41:41.721Z] (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-02-09T18:41:41.721Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:41:43.118Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T18:41:43.379Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T18:41:44.764Z] + sudo snap remove --purge lxd [2021-02-09T18:41:44.765Z] snap "lxd" is not installed [2021-02-09T18:41:44.765Z] + sudo groupadd --force --system lxd [2021-02-09T18:41:44.765Z] ++ whoami [2021-02-09T18:41:44.765Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T18:41:45.026Z] + newgrp - lxd [2021-02-09T18:41:45.026Z] + sudo snap install lxd [2021-02-09T18:41:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T18:41:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T18:41:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T18:41:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.488s coverage: 89.4% of statements [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:41:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T18:41:53.174Z] 2021-02-09T18:41:50Z INFO Waiting for automatic snapd restart... [2021-02-09T18:41:57.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.184s coverage: 29.1% of statements [2021-02-09T18:41:57.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 100.0% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T18:41:57.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-02-09T18:41:57.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-09T18:41:57.619Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-09T18:41:58.599Z] GO111MODULE=on go vet ./... [2021-02-09T18:42:08.174Z] lxd 4.11 from Canonical* installed [2021-02-09T18:42:08.174Z] + sudo lxd init --auto [2021-02-09T18:42:18.190Z] + sudo snap install --classic snapcraft [2021-02-09T18:42:21.522Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T18:42:21.522Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T18:42:21.522Z] + patch --verbose -p1 [2021-02-09T18:42:21.522Z] Hmm... Looks like a unified diff to me... [2021-02-09T18:42:21.522Z] The text leading up to this was: [2021-02-09T18:42:21.522Z] -------------------------- [2021-02-09T18:42:21.522Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T18:42:21.522Z] |From: Tony Espy [2021-02-09T18:42:21.522Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T18:42:21.522Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T18:42:21.522Z] | [2021-02-09T18:42:21.522Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T18:42:21.522Z] |optimize the snap CI check run for pull requests. When [2021-02-09T18:42:21.522Z] |applied, it essentially strips out everything (apps and [2021-02-09T18:42:21.522Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T18:42:21.522Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T18:42:21.522Z] |catch changes to edgex-go that break the snap build. [2021-02-09T18:42:21.522Z] | [2021-02-09T18:42:21.522Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T18:42:21.522Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T18:42:21.523Z] |resulting in a failed snap build CI check in the associated [2021-02-09T18:42:21.523Z] |pull request. [2021-02-09T18:42:21.523Z] | [2021-02-09T18:42:21.523Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T18:42:21.523Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T18:42:21.523Z] |need to build the finally binary .snap file (and it won't [2021-02-09T18:42:21.523Z] |work with the patch applied). This further reduces the build [2021-02-09T18:42:21.523Z] |time. [2021-02-09T18:42:21.523Z] |--- [2021-02-09T18:42:21.523Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T18:42:21.523Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T18:42:21.523Z] | [2021-02-09T18:42:21.523Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T18:42:21.523Z] |index 1e537489..faf42425 100644 [2021-02-09T18:42:21.523Z] |--- a/snap/snapcraft.yaml [2021-02-09T18:42:21.523Z] |+++ b/snap/snapcraft.yaml [2021-02-09T18:42:21.523Z] -------------------------- [2021-02-09T18:42:21.523Z] patching file snap/snapcraft.yaml [2021-02-09T18:42:21.523Z] Using Plan A... [2021-02-09T18:42:21.523Z] Hunk #1 succeeded at 73. [2021-02-09T18:42:21.523Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T18:42:21.523Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T18:42:21.523Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T18:42:21.523Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T18:42:21.523Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T18:42:21.523Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T18:42:21.523Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T18:42:21.523Z] Hmm... Ignoring the trailing garbage. [2021-02-09T18:42:21.523Z] done [2021-02-09T18:42:21.523Z] + sudo snapcraft prime --use-lxd [2021-02-09T18:42:22.914Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T18:42:22.914Z] 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-02-09T18:42:22.914Z] - README.md [2021-02-09T18:42:22.914Z] - snapcraft.yaml.orig [2021-02-09T18:42:22.914Z] [2021-02-09T18:42:22.914Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T18:42:23.860Z] Launching a container. [2021-02-09T18:42:36.100Z] Waiting for container to be ready [2021-02-09T18:42:36.100Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T18:42:36.100Z] [2021-02-09T18:42:38.658Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T18:42:38.922Z] Waiting for network to be ready... [2021-02-09T18:42:39.182Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T18:42:39.442Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T18:42:39.442Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T18:42:39.442Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T18:42:39.442Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T18:42:39.442Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T18:42:39.442Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T18:42:39.442Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T18:42:39.442Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T18:42:39.442Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T18:42:40.012Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T18:42:40.012Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T18:42:40.274Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T18:42:40.274Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T18:42:40.274Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T18:42:40.274Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T18:42:40.274Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T18:42:40.274Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T18:42:40.538Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T18:42:40.799Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T18:42:40.799Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T18:42:40.799Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T18:42:40.799Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T18:42:40.799Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T18:42:40.799Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T18:42:40.799Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T18:42:41.060Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T18:42:42.984Z] Fetched 23.9 MB in 4s (6141 kB/s) [2021-02-09T18:42:43.927Z] Reading package lists... [2021-02-09T18:42:44.189Z] Reading package lists... [2021-02-09T18:42:44.449Z] Building dependency tree... [2021-02-09T18:42:44.449Z] Reading state information... [2021-02-09T18:42:44.449Z] The following additional packages will be installed: [2021-02-09T18:42:44.449Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T18:42:44.449Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T18:42:44.449Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T18:42:44.449Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T18:42:44.449Z] Suggested packages: [2021-02-09T18:42:44.449Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T18:42:44.449Z] Recommended packages: [2021-02-09T18:42:44.449Z] gnupg libsasl2-modules [2021-02-09T18:42:44.449Z] The following NEW packages will be installed: [2021-02-09T18:42:44.449Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T18:42:44.449Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T18:42:44.449Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T18:42:44.449Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T18:42:44.449Z] The following packages will be upgraded: [2021-02-09T18:42:44.449Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T18:42:44.711Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T18:42:44.711Z] Need to get 3532 kB of archives. [2021-02-09T18:42:44.711Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T18:42:44.711Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T18:42:44.711Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T18:42:45.283Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T18:42:45.283Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T18:42:45.283Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T18:42:45.283Z] Get:6 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-02-09T18:42:45.283Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-09T18:42:46.024Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T18:42:46.024Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T18:42:46.024Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T18:42:46.024Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T18:42:46.024Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T18:42:46.024Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T18:42:46.024Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T18:42:46.284Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T18:42:46.284Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T18:42:46.284Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T18:42:46.284Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T18:42:46.284Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T18:42:46.284Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T18:42:46.284Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T18:42:46.284Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T18:42:46.547Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:42:46.547Z] Fetched 3532 kB in 2s (1992 kB/s) [2021-02-09T18:42:46.547Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T18:42:46.547Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:42:46.547Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:42:46.547Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T18:42:46.809Z] Selecting previously unselected package udev. [2021-02-09T18:42:46.809Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T18:42:46.809Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:42:46.809Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T18:42:47.072Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T18:42:47.072Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T18:42:47.072Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T18:42:47.333Z] Selecting previously unselected package fuse. [2021-02-09T18:42:47.333Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T18:42:47.333Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T18:42:47.333Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:42:47.333Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:42:47.595Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:42:47.595Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:42:47.595Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:42:47.595Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:42:47.857Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T18:42:47.857Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T18:42:47.857Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T18:42:47.857Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T18:42:47.857Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:47.857Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:47.857Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T18:42:47.857Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:47.857Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.118Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T18:42:48.118Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.118Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.118Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T18:42:48.118Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.118Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.118Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T18:42:48.118Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.381Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.381Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T18:42:48.381Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.381Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.381Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T18:42:48.381Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.381Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.642Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T18:42:48.642Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.642Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.642Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T18:42:48.642Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:42:48.642Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:48.905Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T18:42:48.905Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T18:42:48.905Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:42:48.905Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T18:42:48.905Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T18:42:48.905Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:42:49.167Z] Selecting previously unselected package libldap-common. [2021-02-09T18:42:49.167Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T18:42:49.167Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:42:49.167Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T18:42:49.167Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T18:42:49.167Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:42:49.167Z] Selecting previously unselected package dirmngr. [2021-02-09T18:42:49.167Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:42:49.167Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T18:42:49.428Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:42:49.428Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T18:42:49.428Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T18:42:49.428Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:42:49.428Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:42:49.428Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T18:42:49.689Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:49.689Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T18:42:49.689Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:42:49.689Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T18:42:49.950Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T18:42:50.210Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.210Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T18:42:50.210Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T18:42:50.210Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T18:42:50.471Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:42:50.471Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:42:50.471Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T18:42:50.471Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:42:51.044Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T18:42:51.044Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T18:42:51.044Z] This means they are not meant to be enabled using systemctl. [2021-02-09T18:42:51.044Z] Possible reasons for having this kind of units are: [2021-02-09T18:42:51.044Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T18:42:51.044Z] .wants/ or .requires/ directory. [2021-02-09T18:42:51.044Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T18:42:51.044Z] a requirement dependency on it. [2021-02-09T18:42:51.044Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T18:42:51.044Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T18:42:51.044Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T18:42:51.044Z] instance name specified. [2021-02-09T18:42:51.305Z] Reading package lists... [2021-02-09T18:42:51.567Z] Building dependency tree... [2021-02-09T18:42:51.567Z] Reading state information... [2021-02-09T18:42:51.829Z] The following additional packages will be installed: [2021-02-09T18:42:51.829Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T18:42:51.829Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T18:42:51.829Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T18:42:51.829Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T18:42:51.829Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T18:42:51.829Z] Suggested packages: [2021-02-09T18:42:51.829Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T18:42:51.829Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T18:42:51.829Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T18:42:51.829Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T18:42:51.829Z] systemd-container policykit-1 [2021-02-09T18:42:51.829Z] Recommended packages: [2021-02-09T18:42:51.829Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T18:42:51.829Z] The following NEW packages will be installed: [2021-02-09T18:42:51.829Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T18:42:51.829Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T18:42:51.829Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T18:42:51.829Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T18:42:51.829Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T18:42:51.829Z] The following packages will be upgraded: [2021-02-09T18:42:51.829Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T18:42:51.829Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T18:42:51.829Z] Need to get 35.2 MB of archives. [2021-02-09T18:42:51.829Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T18:42:51.829Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T18:42:52.090Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T18:42:52.090Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T18:42:52.090Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T18:42:52.090Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T18:42:52.090Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T18:42:52.090Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T18:42:52.090Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T18:42:52.090Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T18:42:52.090Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T18:42:52.090Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T18:42:52.090Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T18:42:52.090Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T18:42:52.090Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T18:42:52.090Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T18:42:52.090Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T18:42:52.090Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T18:42:52.090Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T18:42:52.662Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T18:42:52.926Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T18:42:52.926Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T18:42:52.926Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T18:42:52.926Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T18:42:52.926Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T18:42:52.926Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T18:42:52.926Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T18:42:52.926Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T18:42:52.926Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T18:42:52.926Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T18:42:52.926Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T18:42:54.323Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:42:54.323Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-02-09T18:42:54.323Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:42:54.323Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:42:54.323Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:42:54.897Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:42:54.897Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:42:55.159Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T18:42:55.421Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:42:55.421Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T18:42:55.421Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T18:42:55.683Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T18:42:55.683Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:42:55.684Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T18:42:55.945Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T18:42:56.207Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T18:42:56.207Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T18:42:56.468Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T18:42:56.729Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T18:42:56.729Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T18:42:56.729Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T18:42:56.992Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T18:42:56.992Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:42:56.992Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:57.255Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T18:42:57.255Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T18:42:57.255Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T18:42:57.255Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T18:42:57.255Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:42:57.255Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:57.517Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T18:42:57.517Z] Checking for services that may need to be restarted...done. [2021-02-09T18:42:57.517Z] Checking for services that may need to be restarted...done. [2021-02-09T18:42:57.779Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:57.779Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T18:42:57.779Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:58.352Z] Selecting previously unselected package python3-minimal. [2021-02-09T18:42:58.352Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T18:42:58.352Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:42:58.352Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T18:42:58.352Z] Selecting previously unselected package mime-support. [2021-02-09T18:42:58.352Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T18:42:58.352Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T18:42:58.352Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T18:42:58.352Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T18:42:58.352Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T18:42:58.613Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T18:42:58.613Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:42:58.613Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:58.875Z] Selecting previously unselected package python3.6. [2021-02-09T18:42:58.875Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:42:58.875Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:42:58.875Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T18:42:58.875Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:42:58.875Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T18:42:58.875Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T18:42:59.136Z] Selecting previously unselected package python3. [2021-02-09T18:42:59.398Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T18:42:59.398Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:42:59.398Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T18:42:59.398Z] Selecting previously unselected package multiarch-support. [2021-02-09T18:42:59.398Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:42:59.398Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T18:42:59.398Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T18:42:59.660Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T18:42:59.660Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T18:42:59.660Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T18:42:59.660Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T18:42:59.660Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T18:42:59.660Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T18:42:59.660Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T18:42:59.921Z] Selecting previously unselected package sudo. [2021-02-09T18:42:59.922Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T18:42:59.922Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T18:42:59.922Z] Selecting previously unselected package apparmor. [2021-02-09T18:42:59.922Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T18:42:59.922Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T18:43:00.185Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T18:43:00.185Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T18:43:00.185Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T18:43:00.185Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T18:43:00.185Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:43:00.185Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:00.446Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T18:43:00.446Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:43:00.446Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:00.446Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T18:43:00.446Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T18:43:00.446Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T18:43:00.446Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T18:43:00.446Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:43:00.707Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:00.707Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T18:43:00.707Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:43:00.707Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:00.968Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T18:43:00.968Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T18:43:00.968Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T18:43:00.968Z] Selecting previously unselected package openssh-client. [2021-02-09T18:43:00.968Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T18:43:00.968Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T18:43:01.231Z] Selecting previously unselected package squashfs-tools. [2021-02-09T18:43:01.231Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T18:43:01.231Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T18:43:01.493Z] Selecting previously unselected package snapd. [2021-02-09T18:43:01.493Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T18:43:01.493Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T18:43:03.405Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T18:43:03.405Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T18:43:03.405Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T18:43:03.668Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T18:43:03.668Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T18:43:03.668Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:03.668Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:43:03.668Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T18:43:03.668Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T18:43:04.613Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T18:43:04.875Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T18:43:04.875Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T18:43:04.875Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:43:04.875Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:04.875Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:43:05.447Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T18:43:05.447Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:05.447Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T18:43:05.709Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T18:43:05.709Z] running python rtupdate hooks for python3.6... [2021-02-09T18:43:05.709Z] running python post-rtupdate hooks for python3.6... [2021-02-09T18:43:05.972Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T18:43:07.890Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T18:43:08.151Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:43:08.151Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T18:43:08.413Z] Setting up snapd (2.48+18.04) ... [2021-02-09T18:43:08.675Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T18:43:08.936Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T18:43:09.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T18:43:09.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T18:43:09.457Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T18:43:09.457Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T18:43:09.718Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T18:43:09.718Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T18:43:09.978Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T18:43:10.239Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T18:43:10.239Z] /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-02-09T18:43:10.239Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:43:10.239Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T18:43:11.181Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:43:11.441Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:43:11.442Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:43:12.647Z] Reading package lists... [2021-02-09T18:43:12.909Z] Reading package lists... [2021-02-09T18:43:13.170Z] Building dependency tree... [2021-02-09T18:43:13.170Z] Reading state information... [2021-02-09T18:43:13.170Z] Calculating upgrade... [2021-02-09T18:43:13.431Z] The following packages will be upgraded: [2021-02-09T18:43:13.431Z] advancecomp base-files bash binutils binutils-common [2021-02-09T18:43:13.431Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T18:43:13.431Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T18:43:13.431Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T18:43:13.431Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T18:43:13.431Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T18:43:13.431Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T18:43:13.431Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T18:43:13.431Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T18:43:13.431Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T18:43:13.431Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T18:43:13.431Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T18:43:13.431Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T18:43:13.431Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T18:43:13.431Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T18:43:13.431Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:43:13.431Z] Need to get 63.8 MB of archives. [2021-02-09T18:43:13.431Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T18:43:13.431Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T18:43:13.431Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T18:43:14.376Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T18:43:14.376Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T18:43:14.376Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T18:43:14.376Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T18:43:14.376Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T18:43:14.376Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T18:43:14.376Z] 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-02-09T18:43:14.376Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T18:43:14.376Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T18:43:14.376Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T18:43:14.636Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T18:43:14.636Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T18:43:14.636Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T18:43:14.636Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T18:43:14.636Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T18:43:14.636Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T18:43:14.636Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T18:43:14.636Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T18:43:14.898Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T18:43:14.898Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T18:43:14.898Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T18:43:14.898Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T18:43:14.898Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T18:43:14.898Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T18:43:14.898Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T18:43:14.898Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T18:43:14.898Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T18:43:14.898Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T18:43:14.898Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T18:43:14.898Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T18:43:14.898Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T18:43:14.898Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T18:43:15.160Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T18:43:15.160Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T18:43:15.160Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T18:43:15.160Z] Get:38 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-02-09T18:43:15.160Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T18:43:15.160Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T18:43:15.160Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T18:43:15.160Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-09T18:43:15.160Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T18:43:15.160Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T18:43:15.160Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T18:43:15.160Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T18:43:15.161Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T18:43:15.161Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T18:43:15.161Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T18:43:15.161Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T18:43:15.161Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T18:43:15.161Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T18:43:15.161Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T18:43:15.161Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T18:43:15.161Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T18:43:15.161Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T18:43:15.161Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T18:43:15.424Z] Get:58 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-02-09T18:43:15.424Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T18:43:15.424Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T18:43:15.424Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T18:43:15.424Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T18:43:15.424Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T18:43:15.424Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T18:43:15.424Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T18:43:15.424Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T18:43:15.424Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T18:43:15.424Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T18:43:15.424Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T18:43:15.424Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T18:43:15.424Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T18:43:15.424Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T18:43:15.424Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T18:43:15.686Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T18:43:15.686Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T18:43:15.686Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T18:43:15.686Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T18:43:15.686Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T18:43:15.686Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T18:43:15.686Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T18:43:15.686Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T18:43:15.686Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T18:43:15.686Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T18:43:15.948Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T18:43:15.948Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T18:43:15.948Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T18:43:15.948Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T18:43:15.948Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T18:43:15.948Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T18:43:15.948Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T18:43:16.210Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T18:43:16.470Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T18:43:16.470Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T18:43:16.730Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T18:43:16.991Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T18:43:16.991Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T18:43:16.991Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T18:43:16.991Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T18:43:16.991Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T18:43:16.991Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:43:16.991Z] Fetched 63.8 MB in 4s (17.8 MB/s) [2021-02-09T18:43:17.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:17.251Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:43:17.251Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:43:17.822Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:43:17.822Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:43:18.083Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T18:43:18.083Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T18:43:18.655Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:18.917Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:18.918Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:18.918Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.179Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.179Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.179Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.179Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.440Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.440Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.440Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.440Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.700Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.700Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.700Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:19.961Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:43:19.961Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:19.961Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T18:43:19.961Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:19.961Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:43:19.961Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:20.222Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:20.222Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:20.222Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:20.448Z] gofmt -l . [2021-02-09T18:43:20.448Z] [ "`gofmt -l .`" = "" ] [2021-02-09T18:43:20.483Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:20.483Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:43:20.483Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:20.744Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:43:20.744Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:43:21.004Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:43:21.264Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T18:43:21.525Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:43:21.525Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T18:43:21.525Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T18:43:21.525Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T18:43:21.785Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T18:43:21.785Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T18:43:21.785Z] Installing new version of config file /etc/issue ... [2021-02-09T18:43:21.785Z] Installing new version of config file /etc/issue.net ... [2021-02-09T18:43:21.785Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T18:43:22.047Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T18:43:22.047Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T18:43:22.309Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T18:43:22.309Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T18:43:22.309Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:22.309Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T18:43:22.309Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T18:43:22.411Z] ./bin/test-go-mod-tidy.sh [2021-02-09T18:43:22.570Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T18:43:22.571Z] 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-02-09T18:43:22.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:22.835Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:22.835Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:22.835Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:23.008Z] ./bin/test-attribution-txt.sh [2021-02-09T18:43:23.097Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:23.097Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T18:43:23.097Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T18:43:23.097Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T18:43:23.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:23.358Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T18:43:23.358Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:43:23.619Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T18:43:23.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:23.619Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:43:23.619Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:43:23.880Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:43:23.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:23.880Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:43:23.880Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] sh [2021-02-09T18:43:24.142Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T18:43:24.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:24.142Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T18:43:24.403Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T18:43:24.403Z] Setting up grep (3.1-2build1) ... [2021-02-09T18:43:24.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:24.403Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T18:43:24.647Z] + ls -al . [2021-02-09T18:43:24.647Z] total 728 [2021-02-09T18:43:24.647Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 18:43 . [2021-02-09T18:43:24.647Z] drwxr-xr-x 4 root root 4096 Feb 9 18:38 .. [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 18:36 .dockerignore [2021-02-09T18:43:24.647Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:37 .git [2021-02-09T18:43:24.647Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 18:36 .github [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 18:36 .gitignore [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 18:36 .sonarcloud.properties [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:36 Attribution.txt [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:36 CONTRIBUTING.md [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 18:36 Dockerfile.build [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 18:36 Jenkinsfile [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:36 LICENSE [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:36 Makefile [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:36 README.md [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:36 SECURITY.md [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 18:31 VERSION [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:36 ZMQWindows.md [2021-02-09T18:43:24.647Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 18:36 bin [2021-02-09T18:43:24.647Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 18:36 cmd [2021-02-09T18:43:24.647Z] -rw-r--r-- 1 root root 594557 Feb 9 18:41 coverage.out [2021-02-09T18:43:24.647Z] -rw-r--r-- 1 root root 1054 Feb 9 18:43 go.mod [2021-02-09T18:43:24.647Z] -rw-r--r-- 1 root root 19290 Feb 9 18:43 go.sum [2021-02-09T18:43:24.647Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:36 internal [2021-02-09T18:43:24.647Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:36 openapi [2021-02-09T18:43:24.647Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:36 snap [2021-02-09T18:43:24.647Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 18:36 version.go [2021-02-09T18:43:24.664Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T18:43:24.664Z] Setting up login (1:4.5-1ubuntu2) ... [Pipeline] sh [2021-02-09T18:43:24.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:24.926Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:43:24.926Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:43:25.187Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T18:43:25.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:25.187Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:43:25.187Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:43:25.309Z] + '[' -e coverage.out ] [2021-02-09T18:43:25.309Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T18:43:25.408Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T18:43:25.761Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:43:25.761Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:43:25.761Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:43:25.761Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:43:26.336Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T18:43:26.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:26.336Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T18:43:26.598Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:43:26.724Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T18:43:27.379Z] + make build [2021-02-09T18:43:27.379Z] 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-02-09T18:43:27.540Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T18:43:27.540Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T18:43:27.540Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T18:43:27.807Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T18:43:27.807Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T18:43:27.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:27.807Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T18:43:28.068Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T18:43:28.068Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T18:43:28.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:28.334Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:28.334Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:28.334Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:28.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:28.596Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:28.596Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:28.596Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:28.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:28.857Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:28.857Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:28.857Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:29.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:29.120Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:29.120Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:29.120Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:29.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:29.382Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:43:29.382Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:43:29.382Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:43:29.643Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:43:29.643Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:43:29.643Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:29.643Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:43:29.643Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:43:29.905Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:43:29.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:29.905Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:29.905Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:30.166Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:30.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:30.166Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:30.166Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:30.427Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:30.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:30.427Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:30.427Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:30.999Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:31.261Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T18:43:31.523Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T18:43:31.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:31.523Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:43:31.523Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:43:31.784Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:43:32.046Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:43:32.046Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T18:43:32.046Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:43:32.308Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T18:43:32.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:32.308Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T18:43:32.570Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T18:43:32.570Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T18:43:32.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:32.833Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T18:43:32.833Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T18:43:33.094Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T18:43:33.094Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:33.094Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T18:43:33.094Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T18:43:33.094Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T18:43:33.354Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:33.354Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:43:33.354Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:43:33.616Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:43:33.616Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:33.616Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:43:33.616Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:43:33.877Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:43:33.877Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:33.877Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:43:34.139Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:43:34.139Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:43:34.406Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:34.406Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:43:34.406Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:43:34.669Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:43:34.669Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:43:34.669Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:43:34.669Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:43:34.932Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:43:34.932Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:34.932Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T18:43:34.932Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T18:43:35.220Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T18:43:35.220Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:35.220Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T18:43:35.220Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:43:35.482Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:43:35.746Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:35.746Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:43:35.746Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:43:35.746Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:43:36.008Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:36.008Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T18:43:36.008Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T18:43:36.008Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T18:43:36.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:36.317Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T18:43:36.317Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T18:43:36.579Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T18:43:36.840Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:36.840Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:43:36.840Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:43:36.840Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T18:43:37.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:37.102Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T18:43:37.102Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T18:43:37.365Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T18:43:37.365Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:37.365Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T18:43:37.365Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T18:43:37.626Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T18:43:37.626Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:37.626Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T18:43:37.626Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T18:43:37.888Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T18:43:37.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:37.888Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T18:43:37.888Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T18:43:38.156Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T18:43:38.156Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:38.156Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T18:43:38.416Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T18:43:38.416Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T18:43:38.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:43:38.416Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T18:43:38.416Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T18:43:38.677Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T18:43:38.677Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T18:43:38.677Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T18:43:38.677Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T18:43:38.938Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T18:43:38.938Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T18:43:39.199Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T18:43:39.199Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T18:43:39.199Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T18:43:39.460Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T18:43:39.460Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T18:43:39.461Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T18:43:39.721Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T18:43:39.721Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T18:43:39.721Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T18:43:39.721Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T18:43:39.755Z] 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-02-09T18:43:39.981Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T18:43:39.981Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T18:43:39.981Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T18:43:39.981Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T18:43:40.243Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T18:43:40.243Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T18:43:40.243Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T18:43:40.243Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T18:43:40.504Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T18:43:40.504Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T18:43:41.447Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T18:43:41.447Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T18:43:41.447Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T18:43:41.447Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T18:43:41.710Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:43:41.711Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:43:41.972Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:43:41.972Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:43:42.233Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:43:42.233Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:43:42.233Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:43:42.494Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:43:42.755Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:42.755Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:42.755Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:42.755Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:43.016Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:43.016Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:43.276Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:43.276Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:44.219Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:44.219Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:45.160Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:45.160Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:45.730Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:45.730Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:46.303Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:46.303Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:47.248Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:43:47.248Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:43:47.248Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:43:47.248Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:43:47.248Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T18:43:47.248Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:43:47.821Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T18:43:47.821Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:43:47.821Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T18:43:48.082Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T18:43:48.082Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:43:48.082Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:43:48.344Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:43:48.344Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:43:48.344Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T18:43:48.344Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T18:43:48.605Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:48.605Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:43:48.605Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:48.605Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:48.605Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:48.605Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T18:43:48.605Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T18:43:48.868Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T18:43:48.868Z] [2021-02-09T18:43:48.868Z] Current default time zone: 'Etc/UTC' [2021-02-09T18:43:48.868Z] Local time is now: Tue Feb 9 18:43:48 UTC 2021. [2021-02-09T18:43:48.868Z] Universal Time is now: Tue Feb 9 18:43:48 UTC 2021. [2021-02-09T18:43:48.868Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T18:43:48.868Z] [2021-02-09T18:43:48.868Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T18:43:48.868Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:48.868Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T18:43:49.129Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:43:49.129Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T18:43:49.129Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T18:43:49.129Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T18:43:49.129Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T18:43:49.129Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T18:43:49.129Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T18:43:49.129Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:49.129Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T18:43:49.392Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:49.392Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:43:49.392Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:49.392Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T18:43:49.654Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T18:43:49.654Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T18:43:49.654Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T18:43:49.654Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T18:43:49.654Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T18:43:49.654Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:43:49.654Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T18:43:51.569Z] Updating certificates in /etc/ssl/certs... [2021-02-09T18:43:52.522Z] 23 added, 27 removed; done. [2021-02-09T18:43:52.782Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T18:43:52.782Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:43:52.782Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T18:43:52.782Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T18:43:52.782Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T18:43:52.782Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:43:53.044Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.044Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T18:43:53.044Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:43:53.306Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:43:53.306Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T18:43:53.306Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:43:53.306Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.306Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:43:53.306Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:43:53.306Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T18:43:53.306Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:43:53.568Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:43:53.568Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T18:43:53.568Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T18:43:53.568Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T18:43:53.568Z] Updating certificates in /etc/ssl/certs... [2021-02-09T18:43:54.517Z] 0 added, 0 removed; done. [2021-02-09T18:43:54.517Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T18:43:54.517Z] done. [2021-02-09T18:43:54.779Z] Reading package lists... [2021-02-09T18:43:55.041Z] Building dependency tree... [2021-02-09T18:43:55.041Z] Reading state information... [2021-02-09T18:43:55.041Z] The following NEW packages will be installed: [2021-02-09T18:43:55.041Z] apt-transport-https [2021-02-09T18:43:55.302Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:43:55.302Z] Need to get 1696 B of archives. [2021-02-09T18:43:55.302Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T18:43:55.302Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T18:43:55.302Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:43:55.302Z] Fetched 1696 B in 0s (22.1 kB/s) [2021-02-09T18:43:55.302Z] Selecting previously unselected package apt-transport-https. [2021-02-09T18:43:55.302Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T18:43:55.302Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T18:43:55.302Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T18:43:55.563Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T18:43:55.824Z] Waiting for network to be ready... [2021-02-09T18:44:02.432Z] 2021-02-09T18:43:58Z INFO Waiting for automatic snapd restart... [2021-02-09T18:44:02.432Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T18:44:03.014Z] "snapd" switched to the "latest/stable" channel [2021-02-09T18:44:03.015Z] [2021-02-09T18:44:06.325Z] core18 20210128 from Canonical* installed [2021-02-09T18:44:06.325Z] "core18" switched to the "latest/stable" channel [2021-02-09T18:44:06.325Z] [2021-02-09T18:44:06.589Z] 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-02-09T18:44:09.635Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T18:44:09.635Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T18:44:09.635Z] [2021-02-09T18:44:11.980Z] 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-02-09T18:44:13.854Z] 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-02-09T18:44:13.854Z] - README.md [2021-02-09T18:44:13.854Z] - snapcraft.yaml.orig [2021-02-09T18:44:13.854Z] [2021-02-09T18:44:13.854Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T18:44:17.364Z] 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-02-09T18:44:17.958Z] 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-02-09T18:44:20.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:44:20.451Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:44:20.451Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:44:20.451Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:44:21.023Z] Reading package lists... [2021-02-09T18:44:21.284Z] 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-02-09T18:44:26.245Z] 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-02-09T18:44:27.890Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:44:27.890Z] Reading package lists... [2021-02-09T18:44:27.890Z] Building dependency tree... [2021-02-09T18:44:27.890Z] Reading state information... [2021-02-09T18:44:27.890Z] Suggested packages: [2021-02-09T18:44:27.890Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T18:44:27.890Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T18:44:27.890Z] Recommended packages: [2021-02-09T18:44:27.890Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T18:44:27.890Z] The following NEW packages will be installed: [2021-02-09T18:44:27.890Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T18:44:27.890Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T18:44:27.890Z] pkg-config zip [2021-02-09T18:44:27.890Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:44:27.890Z] Need to get 7655 kB of archives. [2021-02-09T18:44:27.890Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T18:44:27.890Z] 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-02-09T18:44:28.152Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T18:44:28.152Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T18:44:28.152Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T18:44:28.152Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T18:44:28.152Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T18:44:28.152Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T18:44:28.413Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T18:44:28.413Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T18:44:28.413Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T18:44:28.413Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T18:44:28.677Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T18:44:28.677Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T18:44:28.677Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T18:44:28.677Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T18:44:28.939Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:44:28.939Z] Fetched 7655 kB in 1s (9987 kB/s) [2021-02-09T18:44:28.939Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T18:44:28.939Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T18:44:28.939Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T18:44:28.939Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T18:44:29.201Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T18:44:29.201Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T18:44:29.201Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T18:44:29.201Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T18:44:29.201Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T18:44:29.201Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T18:44:29.462Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T18:44:29.462Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T18:44:29.462Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T18:44:29.462Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T18:44:29.462Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T18:44:29.462Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T18:44:29.725Z] Selecting previously unselected package liberror-perl. [2021-02-09T18:44:29.725Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T18:44:29.725Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T18:44:29.725Z] Selecting previously unselected package git-man. [2021-02-09T18:44:29.725Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T18:44:29.725Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:44:29.987Z] Selecting previously unselected package git. [2021-02-09T18:44:29.987Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T18:44:29.987Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:44:30.560Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T18:44:30.560Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T18:44:30.560Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T18:44:30.822Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T18:44:30.822Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T18:44:30.822Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T18:44:30.822Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T18:44:30.822Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T18:44:30.822Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T18:44:31.084Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T18:44:31.084Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T18:44:31.084Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:44:31.084Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T18:44:31.084Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T18:44:31.084Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:44:31.084Z] Selecting previously unselected package pkg-config. [2021-02-09T18:44:31.084Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T18:44:31.346Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T18:44:31.346Z] Selecting previously unselected package zip. [2021-02-09T18:44:31.346Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T18:44:31.346Z] Unpacking zip (3.0-11build1) ... [2021-02-09T18:44:31.346Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T18:44:31.346Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:44:31.346Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T18:44:31.608Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T18:44:31.608Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T18:44:31.608Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T18:44:31.608Z] No schema files found: doing nothing. [2021-02-09T18:44:31.608Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T18:44:31.608Z] Setting up zip (3.0-11build1) ... [2021-02-09T18:44:31.608Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T18:44:31.608Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T18:44:31.608Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T18:44:31.608Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:44:31.608Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T18:44:31.869Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:44:31.869Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:44:31.869Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:44:32.959Z] 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-02-09T18:44:37.270Z] 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-02-09T18:44:38.475Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:44:38.475Z] git set to automatically installed. [2021-02-09T18:44:38.475Z] git-man set to automatically installed. [2021-02-09T18:44:38.475Z] libcurl3-gnutls set to automatically installed. [2021-02-09T18:44:38.475Z] liberror-perl set to automatically installed. [2021-02-09T18:44:38.475Z] libglib2.0-0 set to automatically installed. [2021-02-09T18:44:38.475Z] libnghttp2-14 set to automatically installed. [2021-02-09T18:44:38.475Z] libnorm1 set to automatically installed. [2021-02-09T18:44:38.475Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T18:44:38.475Z] libpsl5 set to automatically installed. [2021-02-09T18:44:38.475Z] librtmp1 set to automatically installed. [2021-02-09T18:44:38.475Z] libsodium23 set to automatically installed. [2021-02-09T18:44:38.475Z] libzmq3-dev set to automatically installed. [2021-02-09T18:44:38.475Z] libzmq5 set to automatically installed. [2021-02-09T18:44:38.475Z] pkg-config set to automatically installed. [2021-02-09T18:44:38.476Z] zip set to automatically installed. [2021-02-09T18:44:40.394Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T18:44:42.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T18:44:46.985Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:44:46.985Z] snap "core18" has no updates available [2021-02-09T18:44:47.000Z] 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-02-09T18:44:47.927Z] Pulling config-common [2021-02-09T18:44:47.927Z] + snapcraftctl pull [2021-02-09T18:44:48.870Z] Pulling go-build-helper [2021-02-09T18:44:48.870Z] + snapcraftctl pull [2021-02-09T18:44:51.395Z] 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-02-09T18:44:56.800Z] $ docker stop --time=1 d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 [2021-02-09T18:44:59.376Z] $ docker rm -f d72fd5553aee8e031a3813382b5cb64a43f4e8b5dd2515218b5e71f54cc06c19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:45:01.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:45:01.888Z] [2021-02-09T18:45:01.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:45:02.298Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:45:02.649Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T18:45:02.649Z] 29e5d40040c1: Pulling fs layer [2021-02-09T18:45:02.649Z] 1ce36da41761: Pulling fs layer [2021-02-09T18:45:02.649Z] 25b303627fd3: Pulling fs layer [2021-02-09T18:45:02.920Z] 29e5d40040c1: Download complete [2021-02-09T18:45:03.523Z] 29e5d40040c1: Pull complete [2021-02-09T18:45:03.795Z] 1ce36da41761: Verifying Checksum [2021-02-09T18:45:03.795Z] 1ce36da41761: Download complete [2021-02-09T18:45:05.228Z] 1ce36da41761: Pull complete [2021-02-09T18:45:05.228Z] 25b303627fd3: Verifying Checksum [2021-02-09T18:45:05.228Z] 25b303627fd3: Download complete [2021-02-09T18:45:10.848Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T18:45:10.848Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T18:45:10.848Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T18:45:10.848Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T18:45:10.848Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T18:45:10.848Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T18:45:10.848Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T18:45:10.848Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T18:45:10.848Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T18:45:10.848Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T18:45:10.848Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T18:45:10.848Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T18:45:10.848Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T18:45:10.848Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T18:45:10.848Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T18:45:10.848Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T18:45:10.848Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T18:45:10.848Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T18:45:10.848Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T18:45:10.848Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T18:45:10.848Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T18:45:10.848Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T18:45:10.848Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T18:45:10.848Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T18:45:10.848Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T18:45:10.848Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T18:45:10.848Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T18:45:10.848Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T18:45:10.848Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T18:45:10.848Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T18:45:10.848Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T18:45:10.848Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T18:45:10.848Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T18:45:10.848Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T18:45:10.848Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T18:45:10.848Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T18:45:10.848Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T18:45:10.848Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T18:45:10.848Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T18:45:10.848Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T18:45:10.848Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T18:45:10.848Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T18:45:10.848Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T18:45:10.848Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T18:45:10.848Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T18:45:10.848Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T18:45:10.848Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T18:45:10.848Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T18:45:10.848Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T18:45:10.848Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T18:45:10.848Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T18:45:10.848Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T18:45:10.848Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T18:45:10.848Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T18:45:10.848Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T18:45:10.848Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T18:45:10.848Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T18:45:10.848Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T18:45:10.848Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T18:45:10.848Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T18:45:10.848Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T18:45:10.848Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T18:45:10.848Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T18:45:10.848Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T18:45:14.162Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T18:45:14.162Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T18:45:14.162Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T18:45:14.162Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T18:45:14.162Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T18:45:14.162Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T18:45:14.162Z] Pulling static-packages [2021-02-09T18:45:14.162Z] + snapcraftctl pull [2021-02-09T18:45:15.109Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-09T18:45:15.109Z] Skipping pull go-build-helper (already ran) [2021-02-09T18:45:15.109Z] Skipping pull static-packages (already ran) [2021-02-09T18:45:15.109Z] Building go-build-helper [2021-02-09T18:45:15.109Z] + snapcraftctl build [2021-02-09T18:45:15.367Z] 25b303627fd3: Pull complete [2021-02-09T18:45:15.367Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T18:45:15.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:45:15.367Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T18:45:15.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container [2021-02-09T18:45:15.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-02-09T18:45:18.690Z] $ docker top 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:45:19.360Z] Building static-packages [2021-02-09T18:45:19.360Z] + snapcraftctl build [2021-02-09T18:45:19.711Z] + docker-compose build --help [2021-02-09T18:45:19.711Z] + grep parallel [2021-02-09T18:45:21.279Z] Staging go-build-helper [2021-02-09T18:45:21.279Z] + snapcraftctl stage [2021-02-09T18:45:22.223Z] Staging static-packages [2021-02-09T18:45:22.223Z] + snapcraftctl stage [2021-02-09T18:45:23.168Z] Pulling go115 [2021-02-09T18:45:23.168Z] + snapcraftctl pull [2021-02-09T18:45:24.023Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T18:45:24.040Z] $ docker stop --time=1 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e [2021-02-09T18:45:24.111Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T18:45:24.111Z] Skipping pull go115 (already ran) [2021-02-09T18:45:24.111Z] Building go115 [2021-02-09T18:45:24.111Z] + dpkg --print-architecture [2021-02-09T18:45:24.111Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-09T18:45:24.111Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-09T18:45:24.111Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-09T18:45:24.111Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T18:45:24.111Z] Dload Upload Total Spent Left Speed [2021-02-09T18:45:25.964Z] $ docker rm -f 0a5d5bfd0f71aefef1954d1731ca4a2271f82ba6fdeff7c5ca408f1435e7ac2e [Pipeline] // withDockerContainer [2021-02-09T18:45:26.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.0M 0 0 37.0M 0 0:00:03 --:--:-- 0:00:03 37.0M 75 115M 75 86.8M 0 0 49.4M 0 0:00:02 0:00:01 0:00:01 49.3M 100 115M 100 115M 0 0 48.7M 0 0:00:02 0:00:02 --:--:-- 48.7M [2021-02-09T18:45:26.279Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-09T18:45:26.279Z] + sha256sum -c sha256 [2021-02-09T18:45:26.279Z] + grep OK [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:45:26.794Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:45:26.794Z] . [Pipeline] withDockerContainer [2021-02-09T18:45:26.856Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T18:45:26.856Z] + mkdir -p /root/stage/go1.15 [2021-02-09T18:45:26.856Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-09T18:45:27.046Z] prd-ubuntu18.04-docker-arm64-4c-16g-25825 does not seem to be running inside a container [2021-02-09T18:45:27.132Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-02-09T18:45:28.586Z] $ docker top 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:45:30.915Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T18:45:30.971Z] Staging go115 [2021-02-09T18:45:30.971Z] + snapcraftctl stage [2021-02-09T18:45:35.221Z] Building docker-core-command-go ... [2021-02-09T18:45:35.221Z] Building docker-core-data-go ... [2021-02-09T18:45:35.221Z] Building docker-core-metadata-go ... [2021-02-09T18:45:35.221Z] Building docker-security-bootstrapper-go ... [2021-02-09T18:45:35.221Z] Building docker-security-proxy-setup-go ... [2021-02-09T18:45:35.221Z] Building docker-security-secretstore-setup-go ... [2021-02-09T18:45:35.221Z] Building docker-support-notifications-go ... [2021-02-09T18:45:35.221Z] Building docker-support-scheduler-go ... [2021-02-09T18:45:35.221Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T18:45:35.221Z] Building docker-sys-mgmt-agent-go [2021-02-09T18:45:35.221Z] Building docker-core-data-go [2021-02-09T18:45:35.221Z] Building docker-security-bootstrapper-go [2021-02-09T18:45:35.221Z] Building docker-support-notifications-go [2021-02-09T18:45:35.221Z] Building docker-core-command-go [2021-02-09T18:45:36.269Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:45:36.269Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:45:36.269Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:45:36.269Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T18:45:36.269Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T18:45:36.269Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T18:45:36.269Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T18:45:36.269Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T18:45:36.269Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T18:45:36.269Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T18:45:36.269Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T18:45:36.269Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T18:45:36.269Z] Pulling edgex-go [2021-02-09T18:45:36.269Z] + snapcraftctl pull [2021-02-09T18:45:37.652Z] Pulling version [2021-02-09T18:45:37.652Z] + cd /root/project [2021-02-09T18:45:37.652Z] + [ -f VERSION ] [2021-02-09T18:45:37.652Z] + PROJECT_VERSION=local-dev [2021-02-09T18:45:37.652Z] + git rev-parse --short HEAD [2021-02-09T18:45:37.652Z] + GIT_REVISION=f56f5be6 [2021-02-09T18:45:37.652Z] + snapcraftctl set-version local-dev [2021-02-09T18:45:38.593Z] Building config-common [2021-02-09T18:45:38.593Z] + snapcraftctl build [2021-02-09T18:45:40.509Z] Skipping build go-build-helper (already ran) [2021-02-09T18:45:40.509Z] Skipping build static-packages (already ran) [2021-02-09T18:45:40.509Z] Skipping build go115 (already ran) [2021-02-09T18:45:40.509Z] Building edgex-go [2021-02-09T18:45:40.771Z] + 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-02-09T18:45:40.771Z] + cd /root/parts/edgex-go/src [2021-02-09T18:45:40.771Z] + make build [2021-02-09T18:45:40.771Z] 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-02-09T18:45:43.322Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T18:45:43.322Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T18:45:43.322Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T18:45:43.322Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T18:45:43.322Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T18:45:43.322Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T18:45:43.322Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T18:45:43.322Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T18:45:43.322Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T18:45:43.322Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T18:45:43.322Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T18:45:43.322Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T18:45:43.322Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T18:45:43.322Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T18:45:43.322Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T18:45:43.322Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T18:45:43.322Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T18:45:43.322Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T18:45:43.322Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T18:45:43.322Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T18:45:43.322Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T18:45:43.322Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T18:45:43.585Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T18:45:43.585Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T18:45:50.182Z] 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-02-09T18:45:50.182Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T18:45:55.485Z] 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-02-09T18:45:56.426Z] 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-02-09T18:45:57.367Z] 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-02-09T18:45:57.938Z] 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-02-09T18:45:57.938Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T18:45:58.199Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T18:45:58.199Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T18:45:58.199Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T18:46:00.112Z] 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-02-09T18:46:00.112Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T18:46:00.112Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T18:46:01.507Z] 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-02-09T18:46:02.449Z] 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-02-09T18:46:02.449Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T18:46:03.848Z] 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-02-09T18:46:04.789Z] 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-02-09T18:46:04.789Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T18:46:05.730Z] 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-02-09T18:46:05.730Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-09T18:46:08.279Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-09T18:46:08.279Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-09T18:46:08.279Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-09T18:46:08.279Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-09T18:46:08.279Z] + 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-02-09T18:46:08.279Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-09T18:46:08.279Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-09T18:46:08.279Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-09T18:46:08.279Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-09T18:46:08.279Z] + 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-02-09T18:46:09.220Z] Building version [2021-02-09T18:46:09.220Z] + snapcraftctl build [2021-02-09T18:46:11.133Z] Staging config-common [2021-02-09T18:46:11.133Z] + snapcraftctl stage [2021-02-09T18:46:12.078Z] Skipping stage go-build-helper (already ran) [2021-02-09T18:46:12.079Z] Skipping stage static-packages (already ran) [2021-02-09T18:46:12.079Z] Skipping stage go115 (already ran) [2021-02-09T18:46:12.079Z] Staging edgex-go [2021-02-09T18:46:12.079Z] + snapcraftctl stage [2021-02-09T18:46:13.023Z] Staging version [2021-02-09T18:46:13.023Z] + snapcraftctl stage [2021-02-09T18:46:13.965Z] Priming config-common [2021-02-09T18:46:13.965Z] + snapcraftctl prime [2021-02-09T18:46:14.906Z] Priming go-build-helper [2021-02-09T18:46:14.906Z] + snapcraftctl prime [2021-02-09T18:46:15.845Z] Priming static-packages [2021-02-09T18:46:15.845Z] + snapcraftctl prime [2021-02-09T18:46:18.441Z] Priming go115 [2021-02-09T18:46:18.441Z] + snapcraftctl prime [2021-02-09T18:46:19.186Z] Priming edgex-go [2021-02-09T18:46:19.186Z] + snapcraftctl prime [2021-02-09T18:46:20.285Z] Priming version [2021-02-09T18:46:20.285Z] + snapcraftctl prime [2021-02-09T18:46:21.286Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T18:46:43.206Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:46:43.206Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:46:43.206Z] ---> 6ce9427751ef [2021-02-09T18:46:43.206Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:46:43.206Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:46:43.206Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:46:43.206Z] ---> 6ce9427751ef [2021-02-09T18:46:43.206Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:46:43.206Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:46:43.206Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:46:43.206Z] ---> 6ce9427751ef [2021-02-09T18:46:43.206Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T18:46:43.206Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:46:43.206Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:46:43.206Z] ---> 6ce9427751ef [2021-02-09T18:46:43.207Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T18:46:43.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:46:43.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:46:43.207Z] ---> 6ce9427751ef [2021-02-09T18:46:43.207Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:46:47.529Z] ---> Running in 21f0e2540ed4 [2021-02-09T18:46:47.529Z] ---> Running in 283324380de3 [2021-02-09T18:46:47.529Z] ---> Running in 6e18eb4b7296 [2021-02-09T18:46:47.529Z] ---> Running in 6203122224fb [2021-02-09T18:46:47.530Z] ---> Running in 12ace3b472ab [2021-02-09T18:46:47.800Z] Removing intermediate container 12ace3b472ab [2021-02-09T18:46:47.800Z] ---> 46ef0c8dd887 [2021-02-09T18:46:47.800Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:46:48.095Z] Removing intermediate container 6e18eb4b7296 [2021-02-09T18:46:48.095Z] ---> 9b0a999d0ef7 [2021-02-09T18:46:48.095Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:46:48.095Z] Removing intermediate container 283324380de3 [2021-02-09T18:46:48.095Z] ---> f16f127528ff [2021-02-09T18:46:48.095Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:46:48.095Z] ---> Running in 1158a59ee6ef [2021-02-09T18:46:48.095Z] Removing intermediate container 21f0e2540ed4 [2021-02-09T18:46:48.095Z] ---> d4ab1d3d6d0c [2021-02-09T18:46:48.095Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:46:48.095Z] Removing intermediate container 6203122224fb [2021-02-09T18:46:48.095Z] ---> 92278ec6f8f1 [2021-02-09T18:46:48.095Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:46:48.366Z] ---> Running in 752ac067778e [2021-02-09T18:46:48.366Z] ---> Running in c0681d0a8568 [2021-02-09T18:46:48.641Z] ---> Running in 395062034dce [2021-02-09T18:46:48.641Z] ---> Running in feb7c4aeaa4f [2021-02-09T18:46:52.054Z] Removing intermediate container 1158a59ee6ef [2021-02-09T18:46:52.054Z] ---> 7a5eaa637660 [2021-02-09T18:46:52.054Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T18:46:52.054Z] ---> Running in bdcbf5ccfb94 [2021-02-09T18:46:52.054Z] Removing intermediate container 752ac067778e [2021-02-09T18:46:52.054Z] ---> 9fbd45233951 [2021-02-09T18:46:52.054Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T18:46:52.336Z] Removing intermediate container c0681d0a8568 [2021-02-09T18:46:52.336Z] ---> 822f28855f78 [2021-02-09T18:46:52.336Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:46:52.336Z] ---> Running in 993fd33ae7e8 [2021-02-09T18:46:52.944Z] ---> Running in dd8a74f83f2a [2021-02-09T18:46:52.944Z] Removing intermediate container 395062034dce [2021-02-09T18:46:52.944Z] ---> 0afdd17308a2 [2021-02-09T18:46:52.944Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T18:46:53.221Z] Removing intermediate container feb7c4aeaa4f [2021-02-09T18:46:53.221Z] ---> 3ebb3574df41 [2021-02-09T18:46:53.221Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T18:46:53.221Z] ---> Running in 464360ee9a66 [2021-02-09T18:46:53.497Z] ---> Running in 4c2fabffdf13 [2021-02-09T18:46:54.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:54.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:55.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:56.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:56.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:46:56.865Z] OK: 217 MiB in 51 packages [2021-02-09T18:46:57.460Z] OK: 217 MiB in 51 packages [2021-02-09T18:46:57.460Z] OK: 217 MiB in 51 packages [2021-02-09T18:46:57.460Z] OK: 217 MiB in 51 packages [2021-02-09T18:46:57.460Z] OK: 217 MiB in 51 packages [2021-02-09T18:46:59.436Z] Removing intermediate container bdcbf5ccfb94 [2021-02-09T18:46:59.436Z] ---> ffe57935276d [2021-02-09T18:46:59.436Z] Step 6/30 : COPY go.mod . [2021-02-09T18:47:00.411Z] Removing intermediate container 464360ee9a66 [2021-02-09T18:47:00.411Z] ---> 125ba3eac487 [2021-02-09T18:47:00.411Z] Step 6/26 : COPY go.mod . [2021-02-09T18:47:00.411Z] ---> b57ee6ec6fbd [2021-02-09T18:47:00.411Z] Step 7/30 : RUN go mod download [2021-02-09T18:47:00.411Z] Removing intermediate container 993fd33ae7e8 [2021-02-09T18:47:00.411Z] ---> e77197b4a19b [2021-02-09T18:47:00.411Z] Step 6/23 : COPY go.mod .Removing intermediate container 4c2fabffdf13 [2021-02-09T18:47:00.411Z] ---> 780b51672150 [2021-02-09T18:47:00.411Z] Step 6/22 : COPY go.mod . [2021-02-09T18:47:00.411Z] [2021-02-09T18:47:00.692Z] Removing intermediate container dd8a74f83f2a [2021-02-09T18:47:00.692Z] ---> cec0873507de [2021-02-09T18:47:00.692Z] Step 6/23 : COPY go.mod . [2021-02-09T18:47:00.692Z] ---> Running in 20aef04dea56 [2021-02-09T18:47:01.681Z] ---> 18748d4e07b0 [2021-02-09T18:47:01.681Z] Step 7/26 : RUN go mod download [2021-02-09T18:47:01.681Z] ---> 32a673df0999 [2021-02-09T18:47:01.681Z] Step 7/22 : RUN go mod download [2021-02-09T18:47:01.681Z] ---> d599575b8df5 [2021-02-09T18:47:01.681Z] Step 7/23 : RUN go mod download [2021-02-09T18:47:01.681Z] ---> Running in d85d45b504e8 [2021-02-09T18:47:01.955Z] ---> e234c671f4ee [2021-02-09T18:47:01.955Z] Step 7/23 : RUN go mod download [2021-02-09T18:47:01.955Z] ---> Running in 0bc707881d1a [2021-02-09T18:47:01.955Z] ---> Running in b75ac9447826 [2021-02-09T18:47:02.231Z] ---> Running in 9bbc5c04e77b [2021-02-09T18:47:04.877Z] Removing intermediate container 20aef04dea56 [2021-02-09T18:47:04.877Z] ---> 487c45d1403a [2021-02-09T18:47:04.877Z] Step 8/30 : COPY . . [2021-02-09T18:47:06.319Z] Removing intermediate container d85d45b504e8 [2021-02-09T18:47:06.319Z] ---> 590465a9d102 [2021-02-09T18:47:06.319Z] Step 8/26 : COPY . . [2021-02-09T18:47:06.920Z] Removing intermediate container 0bc707881d1a [2021-02-09T18:47:06.920Z] ---> e0fed8505e40 [2021-02-09T18:47:06.920Z] Step 8/23 : COPY . . [2021-02-09T18:47:07.518Z] Removing intermediate container b75ac9447826 [2021-02-09T18:47:07.518Z] ---> 0416f3bb3af8 [2021-02-09T18:47:07.518Z] Step 8/22 : COPY . . [2021-02-09T18:47:07.797Z] Removing intermediate container 9bbc5c04e77b [2021-02-09T18:47:07.797Z] ---> d2062ab9317d [2021-02-09T18:47:07.797Z] Step 8/23 : COPY . . [2021-02-09T18:47:34.616Z] ---> be5ee2716dbc [2021-02-09T18:47:34.616Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T18:47:34.616Z] ---> 3537aec0e5ea [2021-02-09T18:47:34.616Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T18:47:34.616Z] ---> d84bbce1b697 [2021-02-09T18:47:34.616Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T18:47:34.616Z] ---> dfd671017381 [2021-02-09T18:47:34.616Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T18:47:34.616Z] ---> 5099e58203b2 [2021-02-09T18:47:34.616Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T18:47:34.616Z] ---> Running in 57bcc92d4fcf [2021-02-09T18:47:34.616Z] ---> Running in 032bea0848fb [2021-02-09T18:47:34.616Z] ---> Running in 262b2b106a39 [2021-02-09T18:47:34.616Z] ---> Running in 86f54afe2a2e [2021-02-09T18:47:34.616Z] ---> Running in e2da85374643 [2021-02-09T18:47:34.892Z] 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-02-09T18:47:34.892Z] 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-02-09T18:47:35.169Z] 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-02-09T18:47:35.444Z] 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-02-09T18:47:35.444Z] 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-02-09T18:49:27.318Z] Removing intermediate container 032bea0848fb [2021-02-09T18:49:27.319Z] ---> e33cce606bc0 [2021-02-09T18:49:27.319Z] [2021-02-09T18:49:27.319Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T18:49:27.319Z] 3.12: Pulling from library/alpine [2021-02-09T18:49:27.319Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T18:49:27.319Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T18:49:27.319Z] ---> afeebe901d6b [2021-02-09T18:49:27.319Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T18:49:27.319Z] ---> Running in 911756f02484 [2021-02-09T18:49:27.319Z] Removing intermediate container 86f54afe2a2e [2021-02-09T18:49:27.319Z] ---> ff011995697f [2021-02-09T18:49:27.319Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T18:49:27.319Z] ---> Running in 11a355bc0a08 [2021-02-09T18:49:27.319Z] Removing intermediate container 911756f02484 [2021-02-09T18:49:27.319Z] ---> 13de1ed23bcd [2021-02-09T18:49:27.319Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T18:49:27.319Z] ---> Running in e82baeec7a20 [2021-02-09T18:49:27.319Z] 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-02-09T18:49:27.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:27.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:27.319Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:49:27.319Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T18:49:27.319Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:49:27.319Z] OK: 5 MiB in 16 packages [2021-02-09T18:49:27.319Z] Removing intermediate container e82baeec7a20 [2021-02-09T18:49:27.319Z] ---> 02bbe72e0046 [2021-02-09T18:49:27.319Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T18:49:27.319Z] ---> Running in fbc0b7249aef [2021-02-09T18:49:27.319Z] Removing intermediate container fbc0b7249aef [2021-02-09T18:49:27.319Z] ---> b256abf93b9b [2021-02-09T18:49:27.319Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T18:49:27.319Z] ---> Running in 27cbd2a19074 [2021-02-09T18:49:27.319Z] Removing intermediate container 27cbd2a19074 [2021-02-09T18:49:27.319Z] ---> 8a694dea4886 [2021-02-09T18:49:27.319Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T18:49:27.319Z] ---> Running in c7069246b6c9 [2021-02-09T18:49:27.319Z] Removing intermediate container 11a355bc0a08 [2021-02-09T18:49:27.319Z] ---> ba3540a8bf31 [2021-02-09T18:49:27.319Z] [2021-02-09T18:49:27.319Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T18:49:27.917Z] 20.10.0: Pulling from library/docker [2021-02-09T18:49:33.513Z] Removing intermediate container c7069246b6c9 [2021-02-09T18:49:33.513Z] ---> 3c98ee8a50d8 [2021-02-09T18:49:33.513Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T18:49:33.513Z] ---> Running in be437e741648 [2021-02-09T18:49:34.965Z] Removing intermediate container 262b2b106a39 [2021-02-09T18:49:34.965Z] ---> 71c3f06277be [2021-02-09T18:49:34.965Z] [2021-02-09T18:49:34.965Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:49:34.965Z] ---> afeebe901d6b [2021-02-09T18:49:34.965Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:49:34.965Z] Removing intermediate container be437e741648 [2021-02-09T18:49:34.965Z] ---> d68a80c94664 [2021-02-09T18:49:34.965Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T18:49:35.243Z] ---> Running in 2d097c9ce3fb [2021-02-09T18:49:36.683Z] ---> 939195f3da5b [2021-02-09T18:49:36.683Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T18:49:36.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:36.961Z] Removing intermediate container e2da85374643 [2021-02-09T18:49:36.961Z] ---> c5d352d5f386 [2021-02-09T18:49:36.961Z] [2021-02-09T18:49:36.961Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:49:36.961Z] ---> afeebe901d6b [2021-02-09T18:49:36.961Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T18:49:36.961Z] ---> Running in a9cc5d9d3883 [2021-02-09T18:49:36.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:37.236Z] ---> Running in 203cf9b1533f [2021-02-09T18:49:37.830Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:49:37.830Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:49:37.830Z] OK: 5 MiB in 15 packages [2021-02-09T18:49:39.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:39.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:40.432Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T18:49:40.432Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:49:40.432Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:49:40.432Z] Removing intermediate container 2d097c9ce3fb [2021-02-09T18:49:40.432Z] ---> c8f0a1456e48 [2021-02-09T18:49:40.432Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:49:40.432Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:49:40.707Z] OK: 6 MiB in 16 packages [2021-02-09T18:49:40.707Z] ---> Running in 5e852460f157 [2021-02-09T18:49:42.144Z] Removing intermediate container 5e852460f157 [2021-02-09T18:49:42.144Z] ---> 422b172933ae [2021-02-09T18:49:42.144Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T18:49:42.144Z] Removing intermediate container a9cc5d9d3883 [2021-02-09T18:49:42.144Z] ---> e8ed997da914 [2021-02-09T18:49:42.144Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:49:42.416Z] ---> Running in edcc6f456f10 [2021-02-09T18:49:43.409Z] ---> dc06f644b060 [2021-02-09T18:49:43.409Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T18:49:43.409Z] Removing intermediate container edcc6f456f10 [2021-02-09T18:49:43.409Z] ---> d65fc0a7ff7b [2021-02-09T18:49:43.409Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:49:43.409Z] Removing intermediate container 203cf9b1533f [2021-02-09T18:49:43.409Z] ---> da2a0199dd49 [2021-02-09T18:49:43.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:49:43.687Z] ---> Running in b6dd3155a06c [2021-02-09T18:49:43.687Z] ---> Running in f04bcdc54dc1 [2021-02-09T18:49:44.672Z] Removing intermediate container b6dd3155a06c [2021-02-09T18:49:44.672Z] ---> 57ee39543508 [2021-02-09T18:49:44.672Z] Step 15/23 : WORKDIR / [2021-02-09T18:49:44.672Z] Removing intermediate container f04bcdc54dc1 [2021-02-09T18:49:44.672Z] ---> 322fead95bb4 [2021-02-09T18:49:44.672Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T18:49:44.943Z] ---> Running in 88189c919e88 [2021-02-09T18:49:44.943Z] ---> Running in 830fed28c44a [2021-02-09T18:49:45.215Z] ---> f2fbfa92b562 [2021-02-09T18:49:45.216Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T18:49:45.814Z] Removing intermediate container 88189c919e88 [2021-02-09T18:49:45.814Z] ---> a355962504e3 [2021-02-09T18:49:45.814Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:49:45.814Z] Removing intermediate container 830fed28c44a [2021-02-09T18:49:45.814Z] ---> 54cdee791750 [2021-02-09T18:49:45.814Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:49:46.088Z] ---> Running in 0eea833d29db [2021-02-09T18:49:46.683Z] ---> 6c6a3abb7c30 [2021-02-09T18:49:46.683Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T18:49:46.969Z] ---> 1ea2f0f51134 [2021-02-09T18:49:46.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T18:49:46.969Z] Removing intermediate container 0eea833d29db [2021-02-09T18:49:46.969Z] ---> 39d0ef2465f5 [2021-02-09T18:49:46.969Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:49:47.951Z] ---> a44135f1fe8a [2021-02-09T18:49:47.951Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T18:49:48.555Z] ---> 1e0c26edb655 [2021-02-09T18:49:48.555Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T18:49:48.555Z] ---> Running in 1eb0cfd444fd [2021-02-09T18:49:48.829Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T18:49:48.829Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T18:49:48.829Z] ---> eeaf43b92773 [2021-02-09T18:49:48.829Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T18:49:49.102Z] ---> 7d9a35d94a2a [2021-02-09T18:49:49.102Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T18:49:49.102Z] ---> Running in 80977c979a67 [2021-02-09T18:49:49.376Z] Removing intermediate container 1eb0cfd444fd [2021-02-09T18:49:49.376Z] ---> ca1accc47900 [2021-02-09T18:49:49.376Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T18:49:49.376Z] Removing intermediate container 57bcc92d4fcf [2021-02-09T18:49:49.376Z] ---> b51013e40ff4 [2021-02-09T18:49:49.376Z] [2021-02-09T18:49:49.376Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:49:49.376Z] ---> afeebe901d6b [2021-02-09T18:49:49.376Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T18:49:49.976Z] ---> Running in 062c7039b734 [2021-02-09T18:49:49.976Z] ---> ac810aed7bf4 [2021-02-09T18:49:49.976Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T18:49:50.250Z] ---> 0a5bc81d9693 [2021-02-09T18:49:50.250Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T18:49:50.537Z] ---> Running in 5003bef669e0 [2021-02-09T18:49:50.537Z] Removing intermediate container 062c7039b734 [2021-02-09T18:49:50.537Z] ---> 0d479f574045 [2021-02-09T18:49:50.537Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T18:49:50.814Z] ---> 952d2e546f49 [2021-02-09T18:49:50.814Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T18:49:50.814Z] ---> Running in 959a03e15f31 [2021-02-09T18:49:50.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:50.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:51.086Z] ---> 4d861b794249 [2021-02-09T18:49:51.086Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T18:49:51.086Z] ---> Running in ef79dce20101 [2021-02-09T18:49:51.362Z] ---> Running in 31ffa59a32fa [2021-02-09T18:49:51.362Z] Removing intermediate container 959a03e15f31 [2021-02-09T18:49:51.362Z] ---> b7b1490fff0b [2021-02-09T18:49:51.362Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T18:49:51.644Z] Removing intermediate container 5003bef669e0 [2021-02-09T18:49:51.644Z] ---> 25c45a33aa03 [2021-02-09T18:49:51.644Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:49:51.644Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T18:49:51.644Z] ---> Running in cc9b6e624f06 [2021-02-09T18:49:51.644Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T18:49:51.644Z] Executing bash-5.0.17-r0.post-install [2021-02-09T18:49:51.644Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:49:51.644Z] OK: 12 MiB in 22 packages [2021-02-09T18:49:51.914Z] ---> Running in b90b5248e56c [2021-02-09T18:49:52.188Z] Removing intermediate container 31ffa59a32fa [2021-02-09T18:49:52.189Z] ---> 237317c0e11f [2021-02-09T18:49:52.189Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:49:52.189Z] ---> Running in dbc021f571bf [2021-02-09T18:49:52.475Z] Removing intermediate container cc9b6e624f06 [2021-02-09T18:49:52.475Z] ---> abba2ab9ba52 [2021-02-09T18:49:52.475Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:49:52.475Z] Removing intermediate container b90b5248e56c [2021-02-09T18:49:52.475Z] ---> 51e571940bd1 [2021-02-09T18:49:52.475Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T18:49:52.749Z] ---> Running in 862cfbcf6998 [2021-02-09T18:49:52.749Z] ---> Running in 1995afa035ce [2021-02-09T18:49:53.023Z] Removing intermediate container dbc021f571bf [2021-02-09T18:49:53.023Z] ---> 046e3a425ebe [2021-02-09T18:49:53.023Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T18:49:53.301Z] ---> Running in bb0cf527dfdc [2021-02-09T18:49:53.589Z] Removing intermediate container 1995afa035ce [2021-02-09T18:49:53.589Z] ---> b11e12081351 [2021-02-09T18:49:53.589Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:49:53.871Z] Removing intermediate container 80977c979a67 [2021-02-09T18:49:53.871Z] ---> 1c954c540b27 [2021-02-09T18:49:53.871Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T18:49:53.871Z] ---> Running in 5b08882263a5 [2021-02-09T18:49:54.151Z] Removing intermediate container bb0cf527dfdc [2021-02-09T18:49:54.151Z] ---> f9201719570f [2021-02-09T18:49:54.151Z] Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:49:54.151Z] ---> Running in dc34ff352ee2 [2021-02-09T18:49:54.434Z] ---> Running in 0d5b037c1af3 [2021-02-09T18:49:54.434Z] Removing intermediate container ef79dce20101 [2021-02-09T18:49:54.434Z] ---> fb4945c06840 [2021-02-09T18:49:54.434Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T18:49:54.434Z] Removing intermediate container 5b08882263a5 [2021-02-09T18:49:54.434Z] ---> 33b0088e8b75 [2021-02-09T18:49:54.434Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:49:55.039Z] ---> Running in 56ca8d6e46bd [2021-02-09T18:49:55.039Z] ---> Running in 35e165179985 [2021-02-09T18:49:55.039Z] Removing intermediate container dc34ff352ee2 [2021-02-09T18:49:55.039Z] ---> 60ce23988a7f [2021-02-09T18:49:55.039Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T18:49:55.039Z] Removing intermediate container 0d5b037c1af3 [2021-02-09T18:49:55.039Z] ---> cb19ba37e1b0 [2021-02-09T18:49:55.039Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:49:55.322Z] ---> Running in 5dd7143f5bb8 [2021-02-09T18:49:55.322Z] ---> Running in d1178e30ea4a [2021-02-09T18:49:55.610Z] Removing intermediate container 35e165179985 [2021-02-09T18:49:55.610Z] ---> 8e7be435ed0b [2021-02-09T18:49:55.610Z] [2021-02-09T18:49:55.610Z] Removing intermediate container 56ca8d6e46bd [2021-02-09T18:49:55.610Z] ---> c4f9e489b9c5 [2021-02-09T18:49:55.610Z] Step 27/30 : CMD ["gate"] [2021-02-09T18:49:55.897Z] ---> Running in e4e97ec32e2e [2021-02-09T18:49:55.897Z] Successfully built 8e7be435ed0b [2021-02-09T18:49:55.897Z] Removing intermediate container 5dd7143f5bb8 [2021-02-09T18:49:55.897Z] ---> 20f300461202 [2021-02-09T18:49:55.897Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T18:49:55.897Z] Removing intermediate container 862cfbcf6998 [2021-02-09T18:49:55.897Z] ---> dab290ef9100 [2021-02-09T18:49:55.897Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T18:49:55.897Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T18:49:55.897Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-09T18:49:56.168Z] ---> Running in 7fc61088223f [2021-02-09T18:49:56.168Z] ---> Running in 58bdeb608c30 [2021-02-09T18:49:56.168Z] Removing intermediate container d1178e30ea4a [2021-02-09T18:49:56.168Z] ---> 4e89211d1767 [2021-02-09T18:49:56.168Z] [2021-02-09T18:49:56.444Z] Removing intermediate container e4e97ec32e2e [2021-02-09T18:49:56.444Z] ---> a64b62bd935d [2021-02-09T18:49:56.444Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T18:49:57.046Z] Removing intermediate container 58bdeb608c30 [2021-02-09T18:49:57.046Z] ---> a10f295d5576 [2021-02-09T18:49:57.046Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T18:49:57.046Z] Successfully built 4e89211d1767 [2021-02-09T18:49:57.046Z] ---> Running in 62ac2a566637 [2021-02-09T18:49:57.046Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T18:49:57.046Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-09T18:49:57.647Z] Removing intermediate container 62ac2a566637 [2021-02-09T18:49:57.647Z] ---> dc3372913052 [2021-02-09T18:49:57.647Z] Step 29/30 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:49:57.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:57.922Z] ---> Running in 82e3110f92aa [2021-02-09T18:49:58.230Z] ---> 24251e3621f7 [2021-02-09T18:49:58.230Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T18:49:58.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:49:58.537Z] Removing intermediate container 82e3110f92aa [2021-02-09T18:49:58.537Z] ---> 22c4a29d3aac [2021-02-09T18:49:58.537Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T18:49:59.224Z] ---> Running in d5d26556c03e [2021-02-09T18:49:59.496Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T18:49:59.496Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T18:49:59.771Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T18:49:59.771Z] ---> ab40b32a147c [2021-02-09T18:49:59.771Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T18:49:59.771Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T18:50:00.043Z] Removing intermediate container d5d26556c03e [2021-02-09T18:50:00.043Z] ---> ab43d7ecb9c1 [2021-02-09T18:50:00.043Z] [2021-02-09T18:50:00.317Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T18:50:00.317Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T18:50:00.589Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:50:00.589Z] OK: 8 MiB in 20 packages [2021-02-09T18:50:00.589Z] Successfully built ab43d7ecb9c1 [2021-02-09T18:50:00.589Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T18:50:00.589Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-09T18:50:01.188Z] ---> c8aa84729947 [2021-02-09T18:50:01.188Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T18:50:01.462Z] ---> Running in 370bb751918a [2021-02-09T18:50:02.446Z] Removing intermediate container 7fc61088223f [2021-02-09T18:50:02.446Z] ---> d7122c5f645a [2021-02-09T18:50:02.446Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:50:02.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:02.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:03.581Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T18:50:03.581Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T18:50:03.581Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T18:50:03.581Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T18:50:03.581Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T18:50:03.581Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T18:50:03.581Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T18:50:03.581Z] ---> 57f4cb6ebe8b [2021-02-09T18:50:03.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T18:50:05.575Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T18:50:05.575Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T18:50:05.575Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T18:50:05.575Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T18:50:05.575Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T18:50:05.575Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T18:50:05.575Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T18:50:05.575Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T18:50:05.575Z] ---> edf765461b99 [2021-02-09T18:50:05.575Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T18:50:05.575Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T18:50:05.575Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T18:50:05.849Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T18:50:05.849Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T18:50:05.849Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T18:50:05.849Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T18:50:05.849Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T18:50:05.849Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T18:50:05.849Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T18:50:05.849Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T18:50:05.849Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T18:50:05.849Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T18:50:05.849Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T18:50:05.849Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T18:50:05.849Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T18:50:06.120Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T18:50:06.120Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T18:50:06.120Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T18:50:06.120Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:50:06.120Z] OK: 71 MiB in 55 packages [2021-02-09T18:50:07.559Z] ---> 902cde1d2f94 [2021-02-09T18:50:07.559Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T18:50:07.835Z] ---> Running in dc79861e680e [2021-02-09T18:50:08.821Z] Removing intermediate container dc79861e680e [2021-02-09T18:50:08.821Z] ---> bb8878ec8b35 [2021-02-09T18:50:08.821Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:50:09.096Z] ---> Running in 29791e073a31 [2021-02-09T18:50:09.692Z] Removing intermediate container 29791e073a31 [2021-02-09T18:50:09.692Z] ---> 0d0dbd5894ab [2021-02-09T18:50:09.692Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T18:50:09.969Z] ---> Running in 93af031b2dc3 [2021-02-09T18:50:10.570Z] Removing intermediate container 93af031b2dc3 [2021-02-09T18:50:10.570Z] ---> 7a47503a4866 [2021-02-09T18:50:10.570Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:50:10.839Z] ---> Running in c209e3c56de8 [2021-02-09T18:50:11.437Z] Removing intermediate container c209e3c56de8 [2021-02-09T18:50:11.437Z] ---> 28487ca68d1e [2021-02-09T18:50:11.437Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:50:11.716Z] ---> Running in 97a052c03b15 [2021-02-09T18:50:12.703Z] Removing intermediate container 97a052c03b15 [2021-02-09T18:50:12.703Z] ---> ac1725d852ce [2021-02-09T18:50:12.703Z] [2021-02-09T18:50:12.975Z] Successfully built ac1725d852ce [2021-02-09T18:50:12.975Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T18:50:12.975Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-02-09T18:50:13.568Z] Removing intermediate container 370bb751918a [2021-02-09T18:50:13.568Z] ---> 94d9faecbd79 [2021-02-09T18:50:13.568Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T18:50:13.837Z] ---> Running in 0d18f978494e [2021-02-09T18:50:20.537Z] Collecting docker-compose==1.23.2 [2021-02-09T18:50:20.537Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T18:50:21.546Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T18:50:21.546Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T18:50:26.983Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T18:50:26.983Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T18:50:28.965Z] Collecting PyYAML<4,>=3.10 [2021-02-09T18:50:28.965Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T18:50:34.465Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T18:50:34.465Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T18:50:35.445Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T18:50:35.445Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T18:50:36.425Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T18:50:36.701Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T18:50:37.708Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T18:50:37.985Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T18:50:42.336Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T18:50:42.336Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T18:50:42.935Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T18:50:42.935Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T18:50:45.590Z] 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-02-09T18:50:45.590Z] 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-02-09T18:50:45.590Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:50:45.590Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:50:45.590Z] ---> 6ce9427751ef [2021-02-09T18:50:45.590Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T18:50:45.590Z] ---> Using cache [2021-02-09T18:50:45.590Z] ---> 92278ec6f8f1 [2021-02-09T18:50:45.590Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:50:45.590Z] ---> Using cache [2021-02-09T18:50:45.590Z] ---> 3ebb3574df41 [2021-02-09T18:50:45.590Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T18:50:46.183Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:50:46.183Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:50:46.183Z] ---> 6ce9427751ef [2021-02-09T18:50:46.183Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T18:50:46.183Z] ---> Using cache [2021-02-09T18:50:46.183Z] ---> 92278ec6f8f1 [2021-02-09T18:50:46.183Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:50:46.183Z] ---> Using cache [2021-02-09T18:50:46.183Z] ---> 3ebb3574df41 [2021-02-09T18:50:46.183Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T18:50:46.459Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T18:50:46.732Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T18:50:48.229Z] Collecting idna<2.8,>=2.5 [2021-02-09T18:50:48.229Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T18:50:48.836Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:50:48.836Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:50:48.836Z] ---> 6ce9427751ef [2021-02-09T18:50:48.836Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:50:48.836Z] ---> Using cache [2021-02-09T18:50:48.836Z] ---> 92278ec6f8f1 [2021-02-09T18:50:48.836Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:50:48.836Z] ---> Using cache [2021-02-09T18:50:49.112Z] ---> 3ebb3574df41 [2021-02-09T18:50:49.112Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:50:49.112Z] 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-02-09T18:50:49.717Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T18:50:49.717Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T18:50:50.316Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T18:50:50.316Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T18:50:50.316Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T18:50:50.316Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T18:50:51.292Z] Installing collected packages: texttable, urllib3, idna, requests, PyYAML, cached-property, websocket-client, docker-pycreds, docker, docopt, jsonschema, dockerpty, docker-compose [2021-02-09T18:50:51.567Z] Running setup.py install for texttable: started [2021-02-09T18:50:52.187Z] ---> Running in 8afc00615b93 [2021-02-09T18:50:52.187Z] ---> Running in 332d30fdefa5 [2021-02-09T18:50:52.187Z] ---> Running in 3b6303db1d0b [2021-02-09T18:50:54.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:54.201Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:50:54.201Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:50:54.201Z] ---> 6ce9427751ef [2021-02-09T18:50:54.201Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:50:54.201Z] ---> Using cache [2021-02-09T18:50:54.201Z] ---> 92278ec6f8f1 [2021-02-09T18:50:54.201Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:50:54.201Z] ---> Using cache [2021-02-09T18:50:54.201Z] ---> 3ebb3574df41 [2021-02-09T18:50:54.475Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T18:50:54.475Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T18:50:54.475Z] Attempting uninstall: urllib3 [2021-02-09T18:50:54.475Z] Found existing installation: urllib3 1.25.9 [2021-02-09T18:50:54.475Z] Uninstalling urllib3-1.25.9: [2021-02-09T18:50:54.475Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T18:50:54.754Z] ---> Running in f4326403db54 [2021-02-09T18:50:55.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:55.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:55.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:55.312Z] Attempting uninstall: idna [2021-02-09T18:50:55.312Z] Found existing installation: idna 2.9 [2021-02-09T18:50:55.312Z] Uninstalling idna-2.9: [2021-02-09T18:50:55.590Z] Successfully uninstalled idna-2.9 [2021-02-09T18:50:55.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:55.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:56.150Z] OK: 217 MiB in 51 packages [2021-02-09T18:50:56.150Z] Attempting uninstall: requests [2021-02-09T18:50:56.150Z] Found existing installation: requests 2.23.0 [2021-02-09T18:50:56.150Z] Uninstalling requests-2.23.0: [2021-02-09T18:50:56.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:56.150Z] Successfully uninstalled requests-2.23.0 [2021-02-09T18:50:56.757Z] Running setup.py install for PyYAML: started [2021-02-09T18:50:56.757Z] OK: 217 MiB in 51 packages [2021-02-09T18:50:56.757Z] OK: 217 MiB in 51 packages [2021-02-09T18:50:57.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:50:57.658Z] Removing intermediate container 8afc00615b93 [2021-02-09T18:50:57.658Z] ---> 45eefef5e9db [2021-02-09T18:50:57.658Z] Step 6/24 : COPY go.mod . [2021-02-09T18:50:57.936Z] OK: 217 MiB in 51 packages [2021-02-09T18:50:58.943Z] Removing intermediate container 3b6303db1d0b [2021-02-09T18:50:58.943Z] ---> 4a24e760d1c5 [2021-02-09T18:50:58.943Z] Step 6/23 : COPY go.mod . [2021-02-09T18:50:58.943Z] ---> 5d8399174bac [2021-02-09T18:50:58.943Z] Step 7/24 : RUN go mod download [2021-02-09T18:50:58.943Z] Removing intermediate container 332d30fdefa5 [2021-02-09T18:50:58.943Z] ---> 5f727db61cf3 [2021-02-09T18:50:58.943Z] Step 6/21 : COPY go.mod . [2021-02-09T18:50:58.943Z] ---> Running in cfc66780f64e [2021-02-09T18:50:59.936Z] Removing intermediate container f4326403db54 [2021-02-09T18:50:59.936Z] ---> 0143421c295b [2021-02-09T18:50:59.936Z] Step 6/22 : COPY go.mod . [2021-02-09T18:50:59.936Z] ---> a0179612bdbd [2021-02-09T18:50:59.936Z] Step 7/23 : RUN go mod download [2021-02-09T18:50:59.936Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T18:51:00.221Z] ---> Running in abb76fe60599 [2021-02-09T18:51:00.505Z] ---> 16c93b6b8db3 [2021-02-09T18:51:00.505Z] Step 7/21 : RUN go mod download [2021-02-09T18:51:00.783Z] ---> Running in fe83500169d3 [2021-02-09T18:51:00.783Z] ---> 40fef97da5a7 [2021-02-09T18:51:00.783Z] Step 7/22 : RUN go mod download [2021-02-09T18:51:01.373Z] ---> Running in 11c86e1d06ff [2021-02-09T18:51:01.644Z] Running setup.py install for docopt: started [2021-02-09T18:51:03.668Z] Removing intermediate container cfc66780f64e [2021-02-09T18:51:03.668Z] ---> 04717c757a23 [2021-02-09T18:51:03.668Z] Step 8/24 : COPY . . [2021-02-09T18:51:05.126Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T18:51:05.398Z] Running setup.py install for dockerpty: started [2021-02-09T18:51:05.398Z] Removing intermediate container abb76fe60599 [2021-02-09T18:51:05.398Z] ---> fdc5c0e4c5c5 [2021-02-09T18:51:05.398Z] Step 8/23 : COPY . . [2021-02-09T18:51:05.995Z] Removing intermediate container fe83500169d3 [2021-02-09T18:51:05.995Z] ---> 1928de57dfa0 [2021-02-09T18:51:05.995Z] Step 8/21 : COPY . . [2021-02-09T18:51:06.271Z] Removing intermediate container 11c86e1d06ff [2021-02-09T18:51:06.271Z] ---> 5a09238faf6a [2021-02-09T18:51:06.271Z] Step 8/22 : COPY . . [2021-02-09T18:51:08.269Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T18:51:08.863Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T18:51:23.946Z] Removing intermediate container 0d18f978494e [2021-02-09T18:51:23.946Z] ---> 545da1739dbb [2021-02-09T18:51:23.946Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T18:51:24.552Z] ---> Running in 960c550dd794 [2021-02-09T18:51:25.532Z] ---> fcd4db1b96b4 [2021-02-09T18:51:25.532Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T18:51:25.804Z] ---> Running in 906c19c5a4a9 [2021-02-09T18:51:26.078Z] ---> d36f64ac5dc1 [2021-02-09T18:51:26.078Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T18:51:26.355Z] ---> Running in 5bafea159015 [2021-02-09T18:51:26.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:51:26.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:51:27.230Z] ---> 9147ce9b6322 [2021-02-09T18:51:27.230Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T18:51:27.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:51:27.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T18:51:27.230Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T18:51:27.230Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:51:27.230Z] OK: 71 MiB in 58 packages [2021-02-09T18:51:27.230Z] ---> Running in 06e6e28825fc [2021-02-09T18:51:27.505Z] 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-02-09T18:51:28.119Z] 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-02-09T18:51:28.719Z] ---> 7d27e9882ee3 [2021-02-09T18:51:28.720Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T18:51:28.720Z] ---> Running in 28a60a9e5cd9 [2021-02-09T18:51:29.320Z] Removing intermediate container 960c550dd794 [2021-02-09T18:51:29.320Z] ---> babf069f3505 [2021-02-09T18:51:29.320Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T18:51:29.594Z] ---> Running in 5ad49ab87a83 [2021-02-09T18:51:29.868Z] 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-02-09T18:51:30.143Z] Removing intermediate container 5ad49ab87a83 [2021-02-09T18:51:30.143Z] ---> 365da41dba24 [2021-02-09T18:51:30.143Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:51:30.419Z] ---> Running in 9714c58364ea [2021-02-09T18:51:31.021Z] 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-02-09T18:51:31.021Z] Removing intermediate container 9714c58364ea [2021-02-09T18:51:31.021Z] ---> c349d3502396 [2021-02-09T18:51:31.021Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T18:51:31.295Z] ---> Running in d2e4370ae6a4 [2021-02-09T18:51:31.903Z] Removing intermediate container d2e4370ae6a4 [2021-02-09T18:51:31.903Z] ---> b1b06ea4078c [2021-02-09T18:51:31.903Z] Step 25/26 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:51:32.181Z] ---> Running in a5194200a141 [2021-02-09T18:51:32.786Z] Removing intermediate container a5194200a141 [2021-02-09T18:51:32.786Z] ---> 3e811891c19c [2021-02-09T18:51:32.786Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T18:51:33.069Z] ---> Running in bbd14c2836cf [2021-02-09T18:51:33.673Z] Removing intermediate container bbd14c2836cf [2021-02-09T18:51:33.673Z] ---> 876a7cbbce56 [2021-02-09T18:51:33.673Z] [2021-02-09T18:51:34.280Z] Successfully built 876a7cbbce56 [2021-02-09T18:51:34.280Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T18:52:31.253Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T18:52:35.590Z] 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-02-09T18:52:45.789Z] Removing intermediate container 906c19c5a4a9 [2021-02-09T18:52:45.789Z] ---> 45760381f6b5 [2021-02-09T18:52:45.789Z] [2021-02-09T18:52:45.789Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T18:52:45.789Z] ---> afeebe901d6b [2021-02-09T18:52:45.789Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T18:52:45.789Z] ---> Running in 3405d1474a85 [2021-02-09T18:52:46.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:52:46.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:52:47.272Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T18:52:47.272Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:52:47.272Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T18:52:47.272Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T18:52:47.272Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T18:52:47.272Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:52:47.547Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:52:47.822Z] OK: 7 MiB in 19 packages [2021-02-09T18:52:51.240Z] Removing intermediate container 3405d1474a85 [2021-02-09T18:52:51.240Z] ---> 7e46ed3fc616 [2021-02-09T18:52:51.240Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:52:51.240Z] ---> Running in 4002b24ea903 [2021-02-09T18:52:51.842Z] Removing intermediate container 06e6e28825fc [2021-02-09T18:52:51.842Z] ---> 259ad5734b07 [2021-02-09T18:52:51.842Z] [2021-02-09T18:52:51.842Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T18:52:51.842Z] ---> afeebe901d6b [2021-02-09T18:52:51.842Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T18:52:51.842Z] Removing intermediate container 4002b24ea903 [2021-02-09T18:52:51.842Z] ---> 0e934aad9564 [2021-02-09T18:52:51.842Z] Step 13/24 : WORKDIR / [2021-02-09T18:52:51.842Z] ---> Running in c168f1da9e48 [2021-02-09T18:52:51.842Z] ---> Running in 2b5c0b738aba [2021-02-09T18:52:52.836Z] Removing intermediate container 2b5c0b738aba [2021-02-09T18:52:52.836Z] ---> 90257e6a827d [2021-02-09T18:52:52.836Z] 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-02-09T18:52:53.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:52:53.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:52:53.826Z] ---> b0c8f3e4b2af [2021-02-09T18:52:53.826Z] 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-02-09T18:52:54.428Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T18:52:54.428Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:52:54.428Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T18:52:54.428Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T18:52:54.706Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:52:54.706Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:52:54.989Z] OK: 7 MiB in 18 packages [2021-02-09T18:52:54.989Z] ---> 99697864b4b2 [2021-02-09T18:52:54.989Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T18:52:56.448Z] ---> 95deda7e231d [2021-02-09T18:52:56.448Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T18:52:57.438Z] Removing intermediate container c168f1da9e48 [2021-02-09T18:52:57.438Z] ---> 9f6e6cedde68 [2021-02-09T18:52:57.438Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:52:57.438Z] ---> Running in 605ca006533d [2021-02-09T18:52:58.040Z] ---> a15dcb08f5fc [2021-02-09T18:52:58.040Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T18:52:58.040Z] Removing intermediate container 605ca006533d [2021-02-09T18:52:58.040Z] ---> 7640145c6d0a [2021-02-09T18:52:58.040Z] Step 13/21 : WORKDIR /edgex [2021-02-09T18:52:58.313Z] ---> Running in 2d69595a4a06 [2021-02-09T18:52:59.308Z] Removing intermediate container 2d69595a4a06 [2021-02-09T18:52:59.308Z] ---> 5f2f180fa4c7 [2021-02-09T18:52:59.308Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T18:52:59.923Z] ---> 54fc85b297b3 [2021-02-09T18:52:59.924Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T18:53:00.533Z] ---> da290ccc88c8 [2021-02-09T18:53:00.533Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T18:53:00.815Z] Removing intermediate container 28a60a9e5cd9 [2021-02-09T18:53:00.815Z] ---> 0893cc0b7c1f [2021-02-09T18:53:00.815Z] [2021-02-09T18:53:00.815Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:53:00.815Z] ---> afeebe901d6b [2021-02-09T18:53:00.815Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:53:00.815Z] ---> Using cache [2021-02-09T18:53:00.815Z] ---> c8f0a1456e48 [2021-02-09T18:53:00.815Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:53:00.815Z] ---> Using cache [2021-02-09T18:53:00.815Z] ---> 422b172933ae [2021-02-09T18:53:00.815Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T18:53:01.415Z] ---> Running in 351d96806d19 [2021-02-09T18:53:01.415Z] ---> 5e0bc8323683 [2021-02-09T18:53:01.415Z] 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-02-09T18:53:01.685Z] ---> Running in f456d86a525d [2021-02-09T18:53:02.000Z] Removing intermediate container 351d96806d19 [2021-02-09T18:53:02.000Z] ---> 5858d056d4da [2021-02-09T18:53:02.000Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:53:02.000Z] ---> d4575e6c63c0 [2021-02-09T18:53:02.000Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T18:53:02.000Z] ---> Running in e6d814f200dc [2021-02-09T18:53:03.062Z] Removing intermediate container e6d814f200dc [2021-02-09T18:53:03.062Z] ---> 9ad1aab5b293 [2021-02-09T18:53:03.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:53:04.503Z] ---> 5d61d81bfd2c [2021-02-09T18:53:04.503Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T18:53:04.503Z] ---> c70b492f5dc5 [2021-02-09T18:53:04.503Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T18:53:04.775Z] ---> Running in fd2c9234baeb [2021-02-09T18:53:05.050Z] Removing intermediate container f456d86a525d [2021-02-09T18:53:05.050Z] ---> d6ddf72ac574 [2021-02-09T18:53:05.050Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T18:53:05.321Z] ---> Running in 8b5a2d7fc59d [2021-02-09T18:53:05.321Z] Removing intermediate container fd2c9234baeb [2021-02-09T18:53:05.321Z] ---> 40e3604fde6f [2021-02-09T18:53:05.321Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T18:53:05.916Z] ---> Running in 98989989cbf2 [2021-02-09T18:53:05.916Z] Removing intermediate container 5bafea159015 [2021-02-09T18:53:05.916Z] ---> b3e8e13a6258 [2021-02-09T18:53:05.916Z] [2021-02-09T18:53:05.916Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:53:05.916Z] ---> afeebe901d6b [2021-02-09T18:53:05.916Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:53:05.916Z] ---> Using cache [2021-02-09T18:53:05.916Z] ---> c8f0a1456e48 [2021-02-09T18:53:05.916Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:53:05.916Z] ---> Using cache [2021-02-09T18:53:05.916Z] ---> 422b172933ae [2021-02-09T18:53:05.916Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T18:53:05.916Z] ---> 42261f3bebd6 [2021-02-09T18:53:05.916Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T18:53:05.916Z] Removing intermediate container 8b5a2d7fc59d [2021-02-09T18:53:05.916Z] ---> 815129154c68 [2021-02-09T18:53:05.916Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T18:53:06.190Z] ---> Running in 6a4022b91165 [2021-02-09T18:53:06.190Z] ---> Running in 0c21bbba8ff9 [2021-02-09T18:53:06.464Z] Removing intermediate container 98989989cbf2 [2021-02-09T18:53:06.464Z] ---> ad9077521c7e [2021-02-09T18:53:06.464Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T18:53:06.464Z] ---> Running in cc5e2978405f [2021-02-09T18:53:06.738Z] Removing intermediate container 6a4022b91165 [2021-02-09T18:53:06.738Z] ---> edf7ec018f24 [2021-02-09T18:53:06.738Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:53:06.738Z] Removing intermediate container 0c21bbba8ff9 [2021-02-09T18:53:06.738Z] ---> 7b8ed0b38121 [2021-02-09T18:53:06.738Z] Step 23/24 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:53:07.013Z] ---> Running in 8c8f18858c0d [2021-02-09T18:53:07.013Z] ---> a0886dfddca9 [2021-02-09T18:53:07.013Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T18:53:07.013Z] ---> Running in 3e71ec29d5a4 [2021-02-09T18:53:07.013Z] Removing intermediate container cc5e2978405f [2021-02-09T18:53:07.013Z] ---> d8dbb45f3c2d [2021-02-09T18:53:07.289Z] Step 20/21 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:53:07.289Z] ---> Running in 575ea73a32f8 [2021-02-09T18:53:07.289Z] ---> Running in f8129c8da05c [2021-02-09T18:53:07.563Z] Removing intermediate container 8c8f18858c0d [2021-02-09T18:53:07.563Z] ---> 2d09b7b3deed [2021-02-09T18:53:07.563Z] Step 15/23 : WORKDIR / [2021-02-09T18:53:07.563Z] ---> Running in 0036b2441178 [2021-02-09T18:53:07.839Z] Removing intermediate container 3e71ec29d5a4 [2021-02-09T18:53:07.839Z] ---> d14cb309753c [2021-02-09T18:53:07.839Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T18:53:07.839Z] Removing intermediate container 575ea73a32f8 [2021-02-09T18:53:07.839Z] ---> a71307933202 [2021-02-09T18:53:07.839Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:53:08.113Z] ---> Running in 9a10d080ffef [2021-02-09T18:53:08.113Z] Removing intermediate container f8129c8da05c [2021-02-09T18:53:08.113Z] ---> 9fccf9cd722a [2021-02-09T18:53:08.113Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T18:53:08.113Z] ---> Running in 1818a5f644ce [2021-02-09T18:53:08.113Z] ---> Running in d81e19b40486 [2021-02-09T18:53:08.385Z] Removing intermediate container 0036b2441178 [2021-02-09T18:53:08.385Z] ---> caa1ad39001b [2021-02-09T18:53:08.385Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:53:08.659Z] Removing intermediate container 9a10d080ffef [2021-02-09T18:53:08.659Z] ---> 0ead8d6a17ff [2021-02-09T18:53:08.659Z] [2021-02-09T18:53:08.659Z] Removing intermediate container 1818a5f644ce [2021-02-09T18:53:08.659Z] ---> ff89800a8fd2 [2021-02-09T18:53:08.659Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T18:53:08.932Z] Removing intermediate container d81e19b40486 [2021-02-09T18:53:08.932Z] ---> 18e50eb9233c [2021-02-09T18:53:08.932Z] [2021-02-09T18:53:08.932Z] ---> Running in d451201b74c0 [2021-02-09T18:53:09.204Z] Successfully built 0ead8d6a17ff [2021-02-09T18:53:09.475Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T18:53:09.475Z]  Building docker-security-secretstore-setup-go ... done  ---> ff91fec0ffd2 [2021-02-09T18:53:09.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T18:53:09.475Z] Successfully built 18e50eb9233c [2021-02-09T18:53:09.475Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T18:53:09.475Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container d451201b74c0 [2021-02-09T18:53:09.475Z] ---> 9335ac700bdf [2021-02-09T18:53:09.475Z] Step 21/22 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:53:09.747Z] ---> Running in d10fb896885c [2021-02-09T18:53:10.338Z] Removing intermediate container d10fb896885c [2021-02-09T18:53:10.338Z] ---> 4dfa331bf37d [2021-02-09T18:53:10.338Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:53:10.613Z] ---> Running in 2c25c3373b94 [2021-02-09T18:53:10.613Z] ---> f2af9ef8616c [2021-02-09T18:53:10.613Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T18:53:11.212Z] Removing intermediate container 2c25c3373b94 [2021-02-09T18:53:11.212Z] ---> 3cbb35374548 [2021-02-09T18:53:11.212Z] [2021-02-09T18:53:11.482Z] Successfully built 3cbb35374548 [2021-02-09T18:53:11.754Z] ---> 51fc5e03ca0e [2021-02-09T18:53:11.754Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T18:53:11.754Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T18:53:11.754Z]  Building docker-support-scheduler-go ... done  ---> Running in 722722a86399 [2021-02-09T18:53:12.343Z] Removing intermediate container 722722a86399 [2021-02-09T18:53:12.343Z] ---> 3b787fbf715d [2021-02-09T18:53:12.343Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:53:12.343Z] ---> Running in bbde164589bc [2021-02-09T18:53:12.934Z] Removing intermediate container bbde164589bc [2021-02-09T18:53:12.934Z] ---> 2d53cc638eb4 [2021-02-09T18:53:12.934Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T18:53:12.934Z] ---> Running in b7210489a046 [2021-02-09T18:53:13.525Z] Removing intermediate container b7210489a046 [2021-02-09T18:53:13.525Z] ---> 5d3ac879582f [2021-02-09T18:53:13.525Z] Step 22/23 : LABEL git_sha=f56f5be6bf9264fab99786e3a0eacf679df79e3b [2021-02-09T18:53:13.525Z] ---> Running in c4a960ec56b8 [2021-02-09T18:53:14.118Z] Removing intermediate container c4a960ec56b8 [2021-02-09T18:53:14.118Z] ---> 0260352a31d1 [2021-02-09T18:53:14.118Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:53:14.118Z] ---> Running in b2ade470ecd0 [2021-02-09T18:53:14.390Z] Removing intermediate container b2ade470ecd0 [2021-02-09T18:53:14.390Z] ---> 68fab9844dfd [2021-02-09T18:53:14.660Z] [2021-02-09T18:53:14.930Z] Successfully built 68fab9844dfd [2021-02-09T18:53:14.930Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T18:53:15.535Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-09T18:53:15.535Z] $ docker stop --time=1 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 [2021-02-09T18:53:17.481Z] $ docker rm -f 47d45c2d3b65cd8228b8cc9a21c190bf2d823a36e5d785c382120e4f2a20f529 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:53:18.152Z] + docker images [2021-02-09T18:53:18.152Z] + grep docker [2021-02-09T18:53:18.422Z] docker-core-metadata-go-arm64 latest 68fab9844dfd 4 seconds ago 17.8MB [2021-02-09T18:53:18.422Z] docker-support-scheduler-go-arm64 latest 3cbb35374548 8 seconds ago 16.1MB [2021-02-09T18:53:18.422Z] docker-security-proxy-setup-go-arm64 latest 18e50eb9233c 10 seconds ago 23.2MB [2021-02-09T18:53:18.422Z] docker-security-secretstore-setup-go-arm64 latest 0ead8d6a17ff 10 seconds ago 23.4MB [2021-02-09T18:53:18.422Z] docker-sys-mgmt-agent-go-arm64 latest 876a7cbbce56 About a minute ago 300MB [2021-02-09T18:53:18.422Z] docker-core-data-go-arm64 latest ac1725d852ce 3 minutes ago 21MB [2021-02-09T18:53:18.422Z] docker-security-bootstrapper-go-arm64 latest ab43d7ecb9c1 3 minutes ago 17MB [2021-02-09T18:53:18.422Z] docker-core-command-go-arm64 latest 8e7be435ed0b 3 minutes ago 16MB [2021-02-09T18:53:18.422Z] docker-support-notifications-go-arm64 latest 4e89211d1767 3 minutes ago 16.7MB [2021-02-09T18:53:18.422Z] 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 [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-02-09T18:53:20.092Z] provisioning config files... [2021-02-09T18:53:20.107Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6067858685372884662tmp [Pipeline] { [Pipeline] sh [2021-02-09T18:53:20.492Z] + set +x [2021-02-09T18:53:20.492Z] + curl -s https://codecov.io/bash [2021-02-09T18:53:20.492Z] + bash -s -- [2021-02-09T18:53:21.070Z] [2021-02-09T18:53:21.070Z] _____ _ [2021-02-09T18:53:21.070Z] / ____| | | [2021-02-09T18:53:21.070Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T18:53:21.070Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T18:53:21.070Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T18:53:21.070Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T18:53:21.070Z] Bash-20210129-7c25fce [2021-02-09T18:53:21.070Z] [2021-02-09T18:53:21.070Z] [2021-02-09T18:53:21.070Z] ==> git version 2.24.3 found [2021-02-09T18:53:21.070Z] ==> 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-02-09T18:53:21.070Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T18:53:21.070Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T18:53:21.070Z] ==> Jenkins CI detected. [2021-02-09T18:53:21.070Z] project root: . [2021-02-09T18:53:21.070Z] --> token set from env [2021-02-09T18:53:21.070Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T18:53:21.070Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T18:53:21.070Z] ==> Python coveragepy not found [2021-02-09T18:53:21.070Z] ==> Searching for coverage reports in: [2021-02-09T18:53:21.070Z] + . [2021-02-09T18:53:21.334Z] -> Found 1 reports [2021-02-09T18:53:21.334Z] ==> Detecting git/mercurial file structure [2021-02-09T18:53:21.334Z] ==> Reading reports [2021-02-09T18:53:21.334Z] + ./coverage.out bytes=594557 [2021-02-09T18:53:21.334Z] ==> Appending adjustments [2021-02-09T18:53:21.334Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T18:53:24.647Z] + Found adjustments [2021-02-09T18:53:24.647Z] ==> Gzipping contents [2021-02-09T18:53:24.647Z] 88K /tmp/codecov.N1mcTh.gz [2021-02-09T18:53:24.647Z] ==> Uploading reports [2021-02-09T18:53:24.647Z] url: https://codecov.io [2021-02-09T18:53:24.647Z] query: branch=PR-3148&commit=f56f5be6bf9264fab99786e3a0eacf679df79e3b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T18:53:24.647Z] -> Pinging Codecov [2021-02-09T18:53:24.647Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=f56f5be6bf9264fab99786e3a0eacf679df79e3b&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T18:53:25.595Z] -> Uploading to [2021-02-09T18:53:25.595Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/f56f5be6bf9264fab99786e3a0eacf679df79e3b/a3dcf36b-cc00-458a-86e8-90305408ef17.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T185325Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3da688d7928508429bc1e8348288a8cb994a4050050f9b8b81b18225b838c940 [2021-02-09T18:53:25.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T18:53:25.595Z] Dload Upload Total Spent Left Speed [2021-02-09T18:53:26.121Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89157 0 0 100 89157 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-02-09T18:53:26.121Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f56f5be6bf9264fab99786e3a0eacf679df79e3b [Pipeline] } [2021-02-09T18:53:26.131Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:28.159Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:29.038Z] ---> package-listing.sh [2021-02-09T18:53:29.038Z] ++ facter osfamily [2021-02-09T18:53:29.038Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T18:53:29.038Z] + OS_FAMILY=redhat [2021-02-09T18:53:29.038Z] + workspace=/w/workspace/edgex-go/6 [2021-02-09T18:53:29.038Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T18:53:29.038Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T18:53:29.038Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T18:53:29.038Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T18:53:29.038Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-09T18:53:29.038Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T18:53:29.038Z] + case "${OS_FAMILY}" in [2021-02-09T18:53:29.038Z] + rpm -qa [2021-02-09T18:53:29.038Z] + sort [2021-02-09T18:53:34.342Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T18:53:34.342Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T18:53:34.342Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T18:53:34.342Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-09T18:53:34.342Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-09T18:53:34.342Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-09T18:53:34.357Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T18:53:34.650Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:53:34.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:53:34.964Z] [2021-02-09T18:53:34.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:53:35.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:53:35.334Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T18:53:35.334Z] df20fa9351a1: Pulling fs layer [2021-02-09T18:53:35.334Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T18:53:35.334Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T18:53:35.334Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T18:53:35.334Z] 93b61091891f: Pulling fs layer [2021-02-09T18:53:35.334Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T18:53:35.334Z] 5e14af77c1be: Pulling fs layer [2021-02-09T18:53:35.334Z] 01666e4c0597: Pulling fs layer [2021-02-09T18:53:35.334Z] aa168da1d23b: Pulling fs layer [2021-02-09T18:53:35.334Z] 93b9cdb0e59b: Waiting [2021-02-09T18:53:35.334Z] 5e14af77c1be: Waiting [2021-02-09T18:53:35.334Z] 01666e4c0597: Waiting [2021-02-09T18:53:35.334Z] aa168da1d23b: Waiting [2021-02-09T18:53:35.334Z] 46f8f816bc3b: Waiting [2021-02-09T18:53:35.334Z] 93b61091891f: Waiting [2021-02-09T18:53:35.334Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T18:53:35.334Z] 36b3adc4ff6f: Download complete [2021-02-09T18:53:35.334Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T18:53:35.334Z] 46f8f816bc3b: Download complete [2021-02-09T18:53:35.596Z] df20fa9351a1: Verifying Checksum [2021-02-09T18:53:35.596Z] df20fa9351a1: Download complete [2021-02-09T18:53:35.596Z] 93b9cdb0e59b: Download complete [2021-02-09T18:53:35.596Z] 5e14af77c1be: Verifying Checksum [2021-02-09T18:53:35.596Z] 5e14af77c1be: Download complete [2021-02-09T18:53:35.596Z] 93b61091891f: Verifying Checksum [2021-02-09T18:53:35.596Z] 93b61091891f: Download complete [2021-02-09T18:53:35.596Z] 01666e4c0597: Verifying Checksum [2021-02-09T18:53:35.596Z] 01666e4c0597: Download complete [2021-02-09T18:53:35.596Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T18:53:35.596Z] 8ad3a11d3b57: Download complete [2021-02-09T18:53:35.865Z] df20fa9351a1: Pull complete [2021-02-09T18:53:36.130Z] 36b3adc4ff6f: Pull complete [2021-02-09T18:53:37.551Z] aa168da1d23b: Verifying Checksum [2021-02-09T18:53:37.551Z] aa168da1d23b: Download complete [2021-02-09T18:53:38.127Z] 8ad3a11d3b57: Pull complete [2021-02-09T18:53:38.393Z] 46f8f816bc3b: Pull complete [2021-02-09T18:53:39.342Z] 93b61091891f: Pull complete [2021-02-09T18:53:39.342Z] 93b9cdb0e59b: Pull complete [2021-02-09T18:53:39.342Z] 5e14af77c1be: Pull complete [2021-02-09T18:53:39.610Z] 01666e4c0597: Pull complete [2021-02-09T18:53:47.817Z] aa168da1d23b: Pull complete [2021-02-09T18:53:47.817Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T18:53:47.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:53:47.817Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T18:53:48.011Z] prd-centos7-docker-4c-2g-25824 does not seem to be running inside a container [2021-02-09T18:53:48.081Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T18:53:51.519Z] $ docker top c25f69fc8db5e6096a194654be35078d63cf902026912f2239da6e58c95469ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:53:52.105Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T18:53:52.403Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T18:53:52.710Z] + ls /var/log/sa-host [2021-02-09T18:53:52.710Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T18:53:52.710Z] file_magic: OK [2021-02-09T18:53:52.710Z] HZ: Using current value: 100 [2021-02-09T18:53:52.710Z] file_header: OK [2021-02-09T18:53:52.710Z] 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-02-09T18:53:52.710Z] Statistics: [2021-02-09T18:53:52.710Z] 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-02-09T18:53:52.710Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T18:53:52.710Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T18:53:52.710Z] file_magic: OK [2021-02-09T18:53:52.710Z] HZ: Using current value: 100 [2021-02-09T18:53:52.710Z] file_header: OK [2021-02-09T18:53:52.711Z] 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-02-09T18:53:52.711Z] Statistics: [2021-02-09T18:53:52.711Z] Hnuu...uuuununununu... [2021-02-09T18:53:52.711Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T18:53:53.339Z] provisioning config files... [2021-02-09T18:53:53.356Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1443124837735626650tmp [Pipeline] { [Pipeline] echo [2021-02-09T18:53:53.444Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:53.744Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T18:53:53.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T18:53:53.854Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:54.238Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T18:53:54.264Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:54.610Z] ---> sudo-logs.sh [2021-02-09T18:53:54.610Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T18:53:54.646Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:54.976Z] ---> job-cost.sh [2021-02-09T18:53:54.976Z] lf-activate-venv: SKIPPING [2021-02-09T18:53:54.976Z] INFO: No Stack... [2021-02-09T18:53:55.925Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T18:53:56.502Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T18:53:56.517Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:53:56.817Z] ---> logs-deploy.sh [2021-02-09T18:53:56.818Z] lf-activate-venv: SKIPPING [2021-02-09T18:53:56.818Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/6 [2021-02-09T18:53:56.818Z] INFO: archiving workspace using pattern(s): [2021-02-09T18:53:58.742Z] Archives upload complete. [2021-02-09T18:53:58.742Z] INFO: archiving logs to Nexus