Pull request #3192 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5c6281c33c47276eacdbb13638039abd0291140c+cc679f17c5203d1805fe25c40abcaf676b6725c1 (2e1f30586d8e3fda6b6f10ca59cb6046569fbe1c) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27653’ Running on prd-centos7-docker-4c-2g-27656 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 > git remote # timeout=10 Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T14:50:20.691Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T14:50:20.993Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T14:50:21.144Z] ========================================================= [2021-02-25T14:50:21.144Z] EdgeX Global Pipelines Version Info [2021-02-25T14:50:21.144Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:50:25.283Z] ------------------- [2021-02-25T14:50:25.283Z] stable info: [2021-02-25T14:50:25.283Z] ------------------- [2021-02-25T14:50:25.283Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T14:50:25.283Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T14:50:25.283Z] Message: update stable to v1.0.181 [2021-02-25T14:50:26.056Z] ------------------- [2021-02-25T14:50:26.056Z] experimental info: [2021-02-25T14:50:26.056Z] ------------------- [2021-02-25T14:50:26.056Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T14:50:26.056Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T14:50:26.056Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T14:50:26.257Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-25T14:50:26.377Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-25T14:50:26.461Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T14:50:26.546Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T14:50:26.629Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T14:50:26.728Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T14:50:26.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T14:50:26.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-25T14:50:26.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-25T14:50:27.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-25T14:50:27.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T14:50:27.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T14:50:27.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T14:50:27.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T14:50:27.632Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T14:50:27.756Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T14:50:27.842Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T14:50:27.961Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T14:50:28.053Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T14:50:28.147Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-25T14:50:28.250Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-25T14:50:28.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo [2021-02-25T14:50:28.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo [2021-02-25T14:50:28.501Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo [2021-02-25T14:50:28.586Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c6281c33c47276eacdbb13638039abd0291140c [Pipeline] echo [2021-02-25T14:50:28.705Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c6281c [Pipeline] echo [2021-02-25T14:50:28.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T14:50:28.951Z] provisioning config files... [2021-02-25T14:50:29.007Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7593315428711579934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:50:29.628Z] ---> docker-login.sh [2021-02-25T14:50:29.628Z] nexus3.edgexfoundry.org:10001 [2021-02-25T14:50:31.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:50:32.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:50:32.661Z] Configure a credential helper to remove this warning. See [2021-02-25T14:50:32.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:50:32.661Z] [2021-02-25T14:50:32.661Z] Login Succeeded [2021-02-25T14:50:32.984Z] nexus3.edgexfoundry.org:10002 [2021-02-25T14:50:33.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:50:33.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:50:33.404Z] Configure a credential helper to remove this warning. See [2021-02-25T14:50:33.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:50:33.404Z] [2021-02-25T14:50:33.404Z] Login Succeeded [2021-02-25T14:50:33.404Z] nexus3.edgexfoundry.org:10003 [2021-02-25T14:50:34.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:50:34.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:50:34.503Z] Configure a credential helper to remove this warning. See [2021-02-25T14:50:34.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:50:34.503Z] [2021-02-25T14:50:34.503Z] Login Succeeded [2021-02-25T14:50:34.503Z] nexus3.edgexfoundry.org:10004 [2021-02-25T14:50:35.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:50:35.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:50:35.551Z] Configure a credential helper to remove this warning. See [2021-02-25T14:50:35.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:50:35.551Z] [2021-02-25T14:50:35.551Z] Login Succeeded [2021-02-25T14:50:35.551Z] docker.io [2021-02-25T14:50:36.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:50:36.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:50:36.648Z] Configure a credential helper to remove this warning. See [2021-02-25T14:50:36.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:50:36.648Z] [2021-02-25T14:50:36.648Z] Login Succeeded [2021-02-25T14:50:36.648Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T14:50:36.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T14:50:37.287Z] ++ 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-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/core-command/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/core-data/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-25T14:50:37.287Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-25T14:50:37.287Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:50:37.287Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-25T14:50:37.287Z] ++ cut -d/ -f2 [2021-02-25T14:50:37.287Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-25T14:50:37.584Z] 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-25T14:50:38.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:50:39.537Z] [2021-02-25T14:50:39.537Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:50:40.001Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:50:40.001Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T14:50:40.001Z] 31603596830f: Pulling fs layer [2021-02-25T14:50:40.001Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T14:50:40.001Z] 6ca5941a6612: Pulling fs layer [2021-02-25T14:50:40.001Z] ecc8261a40a4: Pulling fs layer [2021-02-25T14:50:40.001Z] ecc8261a40a4: Waiting [2021-02-25T14:50:40.293Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T14:50:40.293Z] 2a8b12db71e7: Download complete [2021-02-25T14:50:40.293Z] 31603596830f: Verifying Checksum [2021-02-25T14:50:40.293Z] 31603596830f: Download complete [2021-02-25T14:50:40.917Z] ecc8261a40a4: Verifying Checksum [2021-02-25T14:50:40.917Z] ecc8261a40a4: Download complete [2021-02-25T14:50:41.224Z] 6ca5941a6612: Verifying Checksum [2021-02-25T14:50:41.224Z] 6ca5941a6612: Download complete [2021-02-25T14:50:42.763Z] 31603596830f: Pull complete [2021-02-25T14:50:43.028Z] 2a8b12db71e7: Pull complete [2021-02-25T14:50:44.499Z] 6ca5941a6612: Pull complete [2021-02-25T14:50:44.845Z] ecc8261a40a4: Pull complete [2021-02-25T14:50:44.845Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T14:50:44.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:50:44.845Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T14:50:46.674Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T14:50:47.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T14:50:49.730Z] $ docker top c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T14:50:50.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T14:50:50.223Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T14:50:50.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T14:50:50.875Z] $ docker exec c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent [2021-02-25T14:50:51.510Z] SSH_AUTH_SOCK=/tmp/ssh-zJ1jzLYW3nuG/agent.12 [2021-02-25T14:50:51.510Z] SSH_AGENT_PID=18 [2021-02-25T14:50:51.737Z] Running ssh-add (command line suppressed) [2021-02-25T14:50:52.939Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1113443140436231270.key (/w/workspace/edgex-go/3@tmp/private_key_1113443140436231270.key) [2021-02-25T14:50:53.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T14:50:54.177Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T14:50:54.357Z] $ docker exec --env ******** --env ******** c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent -k [2021-02-25T14:50:55.083Z] unset SSH_AUTH_SOCK; [2021-02-25T14:50:55.084Z] unset SSH_AGENT_PID; [2021-02-25T14:50:55.084Z] echo Agent pid 18 killed; [2021-02-25T14:50:55.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T14:50:55.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T14:50:55.354Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T14:50:56.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T14:50:56.664Z] $ docker exec c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent [2021-02-25T14:50:57.495Z] SSH_AUTH_SOCK=/tmp/ssh-TFIwHYHxKYZj/agent.46 [2021-02-25T14:50:57.495Z] SSH_AGENT_PID=51 [2021-02-25T14:50:57.517Z] Running ssh-add (command line suppressed) [2021-02-25T14:50:57.997Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6975638877089750649.key (/w/workspace/edgex-go/3@tmp/private_key_6975638877089750649.key) [2021-02-25T14:50:58.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T14:51:00.017Z] + git semver init [2021-02-25T14:51:00.017Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T14:51:00.017Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-25T14:51:00.017Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-25T14:51:00.017Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T14:51:00.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T14:51:00.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T14:51:00.017Z] # $SEMVER_BRANCH = PR-3192 [2021-02-25T14:51:00.017Z] # $SEMVER_TEMP = /tmp/semver-789080053 [2021-02-25T14:51:00.017Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-25T14:52:10.863Z] # '/tmp/semver-789080053' -> '/w/workspace/edgex-go/3/.semver' [2021-02-25T14:52:10.863Z] # -> Force: false [2021-02-25T14:52:10.863Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-25T14:52:10.888Z] $ docker exec --env ******** --env ******** c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent -k [2021-02-25T14:52:12.207Z] unset SSH_AUTH_SOCK; [2021-02-25T14:52:12.207Z] unset SSH_AGENT_PID; [2021-02-25T14:52:12.207Z] echo Agent pid 51 killed; [2021-02-25T14:52:12.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T14:52:13.856Z] + git semver [Pipeline] } [2021-02-25T14:52:13.974Z] $ docker stop --time=1 c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 [2021-02-25T14:52:17.124Z] $ docker rm -f c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T14:52:18.216Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T14:52:20.108Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T14:52:20.111Z] [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-25T14:52:21.158Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:52:21.525Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:52:22.232Z] + true [2021-02-25T14:52:22.232Z] + sudo service docker restart [2021-02-25T14:52:22.643Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-25T14:52:23.825Z] ========================================================= [2021-02-25T14:52:23.825Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T14:52:23.825Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:52:24.419Z] + 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-25T14:52:35.542Z] Still waiting to schedule task [2021-02-25T14:52:35.542Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-25T14:52:35.704Z] Sending build context to Docker daemon 328MB [2021-02-25T14:52:35.704Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T14:52:35.704Z] Step 2/6 : FROM ${BASE} [2021-02-25T14:52:35.981Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T14:52:35.981Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T14:52:35.981Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T14:52:35.981Z] de9db76c5a1d: Pulling fs layer [2021-02-25T14:52:35.981Z] bca2f99d35d6: Pulling fs layer [2021-02-25T14:52:35.981Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T14:52:35.981Z] 7c6f9722023f: Pulling fs layer [2021-02-25T14:52:35.981Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T14:52:35.981Z] bca2f99d35d6: Waiting [2021-02-25T14:52:35.981Z] 93359f2a8cfa: Waiting [2021-02-25T14:52:35.981Z] 7c6f9722023f: Waiting [2021-02-25T14:52:35.981Z] a35cf1a2eb13: Waiting [2021-02-25T14:52:35.981Z] de9db76c5a1d: Verifying Checksum [2021-02-25T14:52:35.981Z] de9db76c5a1d: Download complete [2021-02-25T14:52:35.981Z] 0ef7d3d256c8: Verifying Checksum [2021-02-25T14:52:35.981Z] 0ef7d3d256c8: Download complete [2021-02-25T14:52:35.981Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T14:52:35.981Z] 93359f2a8cfa: Download complete [2021-02-25T14:52:36.302Z] 7c6f9722023f: Verifying Checksum [2021-02-25T14:52:36.302Z] 7c6f9722023f: Download complete [2021-02-25T14:52:36.629Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T14:52:36.629Z] 188c0c94c7c5: Download complete [2021-02-25T14:52:37.866Z] 188c0c94c7c5: Pull complete [2021-02-25T14:52:38.913Z] 0ef7d3d256c8: Pull complete [2021-02-25T14:52:39.672Z] de9db76c5a1d: Pull complete [2021-02-25T14:52:45.787Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T14:52:45.787Z] a35cf1a2eb13: Download complete [2021-02-25T14:52:49.056Z] bca2f99d35d6: Verifying Checksum [2021-02-25T14:52:49.056Z] bca2f99d35d6: Download complete [2021-02-25T14:53:12.541Z] bca2f99d35d6: Pull complete [2021-02-25T14:53:12.542Z] 93359f2a8cfa: Pull complete [2021-02-25T14:53:12.542Z] 7c6f9722023f: Pull complete [2021-02-25T14:53:20.378Z] a35cf1a2eb13: Pull complete [2021-02-25T14:53:20.378Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T14:53:20.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T14:53:20.378Z] ---> a62c8e92a672 [2021-02-25T14:53:20.378Z] 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-25T14:53:20.378Z] ---> Running in 24b3904c671f [2021-02-25T14:53:22.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:23.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:24.820Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T14:53:25.487Z] (2/12) Installing file (5.38-r0) [2021-02-25T14:53:25.487Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T14:53:25.487Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T14:53:45.830Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T14:53:45.830Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T14:53:45.830Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T14:53:45.830Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T14:53:45.830Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T14:53:45.830Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T14:53:45.830Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T14:53:46.115Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T14:53:46.386Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:53:46.386Z] OK: 233 MiB in 51 packages [2021-02-25T14:53:51.155Z] Removing intermediate container 24b3904c671f [2021-02-25T14:53:51.155Z] ---> daa49390f110 [2021-02-25T14:53:51.155Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T14:53:51.155Z] ---> Running in 167760e65a63 [2021-02-25T14:53:51.424Z] Removing intermediate container 167760e65a63 [2021-02-25T14:53:51.424Z] ---> ae378a6b3c5e [2021-02-25T14:53:51.424Z] Step 5/6 : COPY go.mod . [2021-02-25T14:53:52.045Z] ---> 56c15de3a365 [2021-02-25T14:53:52.045Z] Step 6/6 : RUN go mod download [2021-02-25T14:53:52.332Z] ---> Running in cd7ec08cfb94 [2021-02-25T14:54:41.465Z] Removing intermediate container cd7ec08cfb94 [2021-02-25T14:54:41.465Z] ---> 8e9abdfe1cd5 [2021-02-25T14:54:41.465Z] Successfully built 8e9abdfe1cd5 [2021-02-25T14:54:41.465Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:54:42.078Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T14:54:42.718Z] . [Pipeline] withDockerContainer [2021-02-25T14:54:43.423Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T14:54:43.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T14:54:45.840Z] $ docker top e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:54:47.010Z] + go version [2021-02-25T14:54:47.356Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T14:54:47.406Z] $ docker stop --time=1 e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 [2021-02-25T14:54:49.322Z] $ docker rm -f e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:54:50.720Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T14:54:51.094Z] . [Pipeline] withDockerContainer [2021-02-25T14:54:51.500Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T14:54:52.091Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T14:54:53.320Z] $ docker top 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T14:54:53.883Z] ========================================================= [2021-02-25T14:54:53.884Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T14:54:53.884Z] ========================================================= [Pipeline] sh [2021-02-25T14:54:54.725Z] + make test [2021-02-25T14:54:54.725Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T14:55:29.676Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T14:55:57.870Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27662 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-25T14:55:57.918Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-25T14:56:02.780Z] using credential edgex-jenkins-ssh [2021-02-25T14:56:02.866Z] Cloning the remote Git repository [2021-02-25T14:56:02.928Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:56:03.035Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-25T14:56:03.103Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:56:03.103Z] > git --version # timeout=10 [2021-02-25T14:56:03.123Z] > git --version # 'git version 2.17.1' [2021-02-25T14:56:03.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:56:03.209Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:56:19.345Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:56:19.369Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:56:19.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:56:19.424Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:56:19.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:56:19.436Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T14:56:20.197Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T14:56:20.276Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T14:56:20.780Z] Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T14:56:20.781Z] Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) [2021-02-25T14:56:20.298Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T14:56:20.350Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-25T14:56:20.680Z] > git remote # timeout=10 [2021-02-25T14:56:20.695Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T14:56:20.710Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:56:20.730Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T14:56:20.769Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T14:56:20.789Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T14:56:20.799Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-25T14:56:25.181Z] Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-25T14:56:26.643Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:56:27.052Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:56:27.393Z] + true [2021-02-25T14:56:27.393Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T14:56:30.094Z] provisioning config files... [2021-02-25T14:56:30.134Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config187822772599247656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:30.682Z] ---> docker-login.sh [2021-02-25T14:56:30.682Z] nexus3.edgexfoundry.org:10001 [2021-02-25T14:56:31.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:56:35.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:56:35.086Z] Configure a credential helper to remove this warning. See [2021-02-25T14:56:35.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:56:35.086Z] [2021-02-25T14:56:35.086Z] Login Succeeded [2021-02-25T14:56:35.086Z] nexus3.edgexfoundry.org:10002 [2021-02-25T14:56:35.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:56:35.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:56:35.361Z] Configure a credential helper to remove this warning. See [2021-02-25T14:56:35.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:56:35.361Z] [2021-02-25T14:56:35.361Z] Login Succeeded [2021-02-25T14:56:35.361Z] nexus3.edgexfoundry.org:10003 [2021-02-25T14:56:35.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:56:35.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:56:35.911Z] Configure a credential helper to remove this warning. See [2021-02-25T14:56:35.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:56:35.911Z] [2021-02-25T14:56:35.911Z] Login Succeeded [2021-02-25T14:56:35.911Z] nexus3.edgexfoundry.org:10004 [2021-02-25T14:56:37.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:56:37.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:56:37.292Z] Configure a credential helper to remove this warning. See [2021-02-25T14:56:37.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:56:37.292Z] [2021-02-25T14:56:37.292Z] Login Succeeded [2021-02-25T14:56:37.292Z] docker.io [2021-02-25T14:56:37.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:56:37.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:56:37.292Z] Configure a credential helper to remove this warning. See [2021-02-25T14:56:37.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:56:37.292Z] [2021-02-25T14:56:37.292Z] Login Succeeded [2021-02-25T14:56:37.292Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T14:56:37.309Z] Deleting 1 temporary files [2021-02-25T14:56:37.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T14:56:37.345Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T14:56:37.345Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-25T14:56:37.832Z] ========================================================= [2021-02-25T14:56:37.832Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-25T14:56:37.832Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:56:38.197Z] + 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-25T14:56:40.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T14:56:40.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T14:56:40.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T14:56:40.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T14:56:40.829Z] Sending build context to Docker daemon 166.4MB [2021-02-25T14:56:40.829Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T14:56:40.829Z] Step 2/6 : FROM ${BASE} [2021-02-25T14:56:40.829Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-25T14:56:40.829Z] 5f621e34cdf4: Pulling fs layer [2021-02-25T14:56:40.829Z] a4357932f1b6: Pulling fs layer [2021-02-25T14:56:40.829Z] 18c013af1878: Pulling fs layer [2021-02-25T14:56:40.829Z] 00ac8860ef70: Pulling fs layer [2021-02-25T14:56:40.829Z] 63d7cb157983: Pulling fs layer [2021-02-25T14:56:40.829Z] b116817d02f9: Pulling fs layer [2021-02-25T14:56:40.829Z] 745a02a5169b: Pulling fs layer [2021-02-25T14:56:40.829Z] 00ac8860ef70: Waiting [2021-02-25T14:56:40.829Z] 63d7cb157983: Waiting [2021-02-25T14:56:40.829Z] b116817d02f9: Waiting [2021-02-25T14:56:40.829Z] 745a02a5169b: Waiting [2021-02-25T14:56:40.829Z] 18c013af1878: Verifying Checksum [2021-02-25T14:56:40.829Z] 18c013af1878: Download complete [2021-02-25T14:56:40.829Z] a4357932f1b6: Verifying Checksum [2021-02-25T14:56:40.829Z] a4357932f1b6: Download complete [2021-02-25T14:56:40.829Z] 63d7cb157983: Download complete [2021-02-25T14:56:41.101Z] b116817d02f9: Verifying Checksum [2021-02-25T14:56:41.101Z] b116817d02f9: Download complete [2021-02-25T14:56:41.102Z] 5f621e34cdf4: Verifying Checksum [2021-02-25T14:56:41.102Z] 5f621e34cdf4: Download complete [2021-02-25T14:56:42.094Z] 5f621e34cdf4: Pull complete [2021-02-25T14:56:42.371Z] a4357932f1b6: Pull complete [2021-02-25T14:56:42.649Z] 18c013af1878: Pull complete [2021-02-25T14:56:43.136Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T14:56:44.658Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T14:56:46.042Z] 745a02a5169b: Verifying Checksum [2021-02-25T14:56:46.042Z] 745a02a5169b: Download complete [2021-02-25T14:56:47.021Z] 00ac8860ef70: Verifying Checksum [2021-02-25T14:56:47.021Z] 00ac8860ef70: Download complete [2021-02-25T14:56:52.337Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T14:56:52.337Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T14:56:52.337Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T14:56:55.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T14:56:55.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T14:56:56.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-25T14:56:57.206Z] 00ac8860ef70: Pull complete [2021-02-25T14:56:57.206Z] 63d7cb157983: Pull complete [2021-02-25T14:56:57.206Z] b116817d02f9: Pull complete [2021-02-25T14:57:00.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.756s coverage: 27.1% of statements [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T14:57:00.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T14:57:00.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T14:57:00.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T14:57:01.558Z] 745a02a5169b: Pull complete [2021-02-25T14:57:01.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-25T14:57:01.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-25T14:57:01.558Z] ---> b7e6874047d6 [2021-02-25T14:57:01.558Z] 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-25T14:57:04.967Z] ---> Running in 5d00a6ed048c [2021-02-25T14:57:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 65.8% of statements [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T14:57:05.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.3% of statements [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T14:57:05.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T14:57:05.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T14:57:06.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T14:57:07.911Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T14:57:07.911Z] (2/12) Installing file (5.38-r0) [2021-02-25T14:57:08.185Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T14:57:08.185Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T14:57:09.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.560s coverage: 28.6% of statements [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T14:57:09.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.127s coverage: 100.0% of statements [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T14:57:09.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-02-25T14:57:09.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T14:57:09.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.227s coverage: 86.7% of statements [2021-02-25T14:57:09.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T14:57:11.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.204s coverage: 97.5% of statements [2021-02-25T14:57:11.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T14:57:11.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements [2021-02-25T14:57:11.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T14:57:11.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T14:57:11.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T14:57:11.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T14:57:12.479Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T14:57:12.479Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T14:57:12.479Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T14:57:12.479Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T14:57:12.479Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T14:57:12.479Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T14:57:12.479Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T14:57:12.479Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T14:57:12.479Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:57:12.479Z] OK: 217 MiB in 51 packages [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.680s coverage: 92.8% of statements [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.122s coverage: 0.1% of statements [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T14:57:15.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-02-25T14:57:15.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.210s coverage: 96.3% of statements [2021-02-25T14:57:16.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements [2021-02-25T14:57:16.798Z] Removing intermediate container 5d00a6ed048c [2021-02-25T14:57:16.798Z] ---> 0fb162ff2b4b [2021-02-25T14:57:16.798Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T14:57:16.798Z] ---> Running in 2383f2ad43f0 [2021-02-25T14:57:17.071Z] Removing intermediate container 2383f2ad43f0 [2021-02-25T14:57:17.071Z] ---> ed26c562ae9f [2021-02-25T14:57:17.071Z] Step 5/6 : COPY go.mod . [2021-02-25T14:57:18.057Z] ---> 5d4557d81196 [2021-02-25T14:57:18.058Z] Step 6/6 : RUN go mod download [2021-02-25T14:57:18.058Z] ---> Running in c7035cd5d5b4 [2021-02-25T14:57:30.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.234s coverage: 94.4% of statements [2021-02-25T14:57:30.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.269s coverage: 92.9% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.105s coverage: 77.8% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.426s coverage: 87.2% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.257s coverage: 100.0% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.277s coverage: 87.2% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.230s coverage: 84.6% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.443s coverage: 91.6% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 62.4% of statements [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T14:57:43.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.276s coverage: 100.0% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.158s coverage: 73.7% of statements [2021-02-25T14:57:43.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2021-02-25T14:57:44.866Z] Removing intermediate container c7035cd5d5b4 [2021-02-25T14:57:44.866Z] ---> d2b563306113 [2021-02-25T14:57:45.138Z] Successfully built d2b563306113 [2021-02-25T14:57:45.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:57:45.750Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T14:57:45.750Z] . [Pipeline] withDockerContainer [2021-02-25T14:57:46.001Z] prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container [2021-02-25T14:57:46.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T14:57:47.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.689s coverage: 68.9% of statements [2021-02-25T14:57:47.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T14:57:47.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T14:57:47.595Z] $ docker top 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:57:48.627Z] + go version [2021-02-25T14:57:48.627Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-25T14:57:48.646Z] $ docker stop --time=1 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc [2021-02-25T14:57:49.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.675s coverage: 38.4% of statements [2021-02-25T14:57:49.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T14:57:49.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T14:57:49.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.091s coverage: 89.5% of statements [2021-02-25T14:57:49.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-25T14:57:49.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.247s coverage: 84.8% of statements [2021-02-25T14:57:50.579Z] $ docker rm -f 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:57:51.674Z] + docker inspect -f . ci-base-image-arm64 [2021-02-25T14:57:51.674Z] . [Pipeline] withDockerContainer [2021-02-25T14:57:51.939Z] prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container [2021-02-25T14:57:52.013Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-25T14:57:53.406Z] $ docker top 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T14:57:53.786Z] ========================================================= [2021-02-25T14:57:53.786Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T14:57:53.786Z] ========================================================= [Pipeline] sh [2021-02-25T14:57:54.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.371s coverage: 47.0% of statements [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T14:57:54.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T14:57:54.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T14:57:54.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 89.4% of statements [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:57:54.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T14:57:54.427Z] + make test [2021-02-25T14:57:54.427Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.274s coverage: 29.1% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 92.9% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.104s coverage: 100.0% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T14:57:58.485Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T14:57:58.485Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.126s coverage: 100.0% of statements [2021-02-25T14:57:58.757Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.097s coverage: 32.1% of statements [2021-02-25T14:58:00.956Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.408s coverage: 100.0% of statements [2021-02-25T14:58:01.268Z] GO111MODULE=on go vet ./... [2021-02-25T14:58:16.603Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T14:59:03.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T14:59:10.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T14:59:18.796Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T14:59:18.796Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T14:59:20.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T14:59:20.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T14:59:20.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T14:59:20.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T14:59:23.438Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T14:59:24.432Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T14:59:25.387Z] gofmt -l . [2021-02-25T14:59:26.501Z] [ "`gofmt -l .`" = "" ] [2021-02-25T14:59:28.967Z] ./bin/test-go-mod-tidy.sh [2021-02-25T14:59:32.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T14:59:32.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T14:59:32.725Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T14:59:36.996Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-25T14:59:38.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 45.9% of statements [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T14:59:38.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T14:59:38.383Z] + ls -al . [2021-02-25T14:59:38.383Z] total 708 [2021-02-25T14:59:38.383Z] drwxrwxr-x 10 1001 1001 4096 Feb 25 14:59 . [2021-02-25T14:59:38.383Z] drwxr-xr-x 4 root root 28 Feb 25 14:54 .. [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 14:50 .dockerignore [2021-02-25T14:59:38.383Z] drwxrwxr-x 8 1001 1001 179 Feb 25 14:50 .git [2021-02-25T14:59:38.383Z] drwxrwxr-x 3 1001 1001 125 Feb 25 14:50 .github [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 14:50 .gitignore [2021-02-25T14:59:38.383Z] drwx------ 3 1001 1001 60 Feb 25 14:52 .semver [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 14:50 .sonarcloud.properties [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:50 Attribution.txt [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:50 CONTRIBUTING.md [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 14:50 Dockerfile.build [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 14:50 Jenkinsfile [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:50 LICENSE [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:50 Makefile [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:50 README.md [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:50 SECURITY.md [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 14:52 VERSION [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:50 ZMQWindows.md [2021-02-25T14:59:38.383Z] drwxrwxr-x 2 1001 1001 117 Feb 25 14:50 bin [2021-02-25T14:59:38.383Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 14:50 cmd [2021-02-25T14:59:38.383Z] -rw-r--r-- 1 root root 596149 Feb 25 14:58 coverage.out [2021-02-25T14:59:38.383Z] -rw-r--r-- 1 root root 1055 Feb 25 14:59 go.mod [2021-02-25T14:59:38.383Z] -rw-r--r-- 1 root root 21699 Feb 25 14:59 go.sum [2021-02-25T14:59:38.383Z] drwxrwxr-x 8 1001 1001 127 Feb 25 14:50 internal [2021-02-25T14:59:38.383Z] drwxrwxr-x 4 1001 1001 26 Feb 25 14:50 openapi [2021-02-25T14:59:38.383Z] drwxrwxr-x 4 1001 1001 71 Feb 25 14:50 snap [2021-02-25T14:59:38.383Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 14:50 version.go [2021-02-25T14:59:38.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.259s coverage: 100.0% of statements [Pipeline] sh [2021-02-25T14:59:40.845Z] + '[' -e coverage.out ] [2021-02-25T14:59:40.845Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T14:59:42.376Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T14:59:43.199Z] + make build [2021-02-25T14:59:43.616Z] 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-25T14:59:45.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.1% of statements [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T14:59:45.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T14:59:45.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T14:59:45.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T14:59:45.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.233s coverage: 65.8% of statements [2021-02-25T14:59:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T14:59:45.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T14:59:47.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.682s coverage: 82.3% of statements [2021-02-25T14:59:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T14:59:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:59:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T14:59:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T14:59:54.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.140s coverage: 28.6% of statements [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T14:59:54.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.305s coverage: 100.0% of statements [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T14:59:54.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T14:59:54.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements [2021-02-25T14:59:54.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T14:59:54.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-02-25T14:59:54.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T14:59:55.496Z] 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-25T14:59:56.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements [2021-02-25T14:59:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T14:59:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T14:59:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T14:59:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.341s coverage: 92.8% of statements [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T15:00:06.448Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.114s coverage: 79.5% of statements [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-02-25T15:00:06.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-25T15:00:16.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.101s coverage: 94.4% of statements [2021-02-25T15:00:16.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-02-25T15:00:19.630Z] 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-25T15:00:23.252Z] 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-25T15:00:27.538Z] 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-25T15:00:29.798Z] 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-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.156s coverage: 92.9% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.6% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 62.4% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-25T15:00:31.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.817s coverage: 68.9% of statements [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T15:00:31.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T15:00:32.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 38.4% of statements [2021-02-25T15:00:32.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T15:00:32.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T15:00:32.019Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements [2021-02-25T15:00:32.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-25T15:00:32.296Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-02-25T15:00:34.721Z] 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-25T15:00:37.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T15:00:37.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T15:00:37.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T15:00:37.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T15:00:38.537Z] 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-25T15:00:38.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.359s coverage: 89.4% of statements [2021-02-25T15:00:38.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T15:00:38.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T15:00:38.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T15:00:43.920Z] 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-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.955s coverage: 29.1% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 92.9% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T15:00:47.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-02-25T15:00:47.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T15:00:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T15:00:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T15:00:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T15:00:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-02-25T15:00:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T15:00:47.077Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T15:00:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-02-25T15:00:47.077Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-25T15:00:47.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-25T15:00:47.945Z] GO111MODULE=on go vet ./... [2021-02-25T15:00:51.191Z] 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-25T15:00:55.290Z] 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-25T15:00:59.807Z] 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-25T15:01:05.674Z] $ docker stop --time=1 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c [2021-02-25T15:01:11.374Z] $ docker rm -f 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:01:16.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T15:01:17.796Z] [2021-02-25T15:01:17.796Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:01:18.419Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T15:01:18.737Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-25T15:01:18.737Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-25T15:01:18.737Z] ca9280d653b3: Pulling fs layer [2021-02-25T15:01:18.737Z] 7e9c9ca2126c: Pulling fs layer [2021-02-25T15:01:19.963Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-25T15:01:19.963Z] cbdbe7a5bc2a: Download complete [2021-02-25T15:01:22.024Z] cbdbe7a5bc2a: Pull complete [2021-02-25T15:01:22.752Z] ca9280d653b3: Verifying Checksum [2021-02-25T15:01:22.752Z] ca9280d653b3: Download complete [2021-02-25T15:01:28.498Z] ca9280d653b3: Pull complete [2021-02-25T15:01:31.897Z] 7e9c9ca2126c: Verifying Checksum [2021-02-25T15:01:31.897Z] 7e9c9ca2126c: Download complete [2021-02-25T15:01:56.246Z] 7e9c9ca2126c: Pull complete [2021-02-25T15:01:56.246Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-25T15:01:56.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T15:01:56.246Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-25T15:01:56.988Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T15:01:57.202Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T15:01:59.758Z] $ docker top 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:02:01.982Z] + docker-compose build --help [2021-02-25T15:02:01.982Z] + grep parallel [2021-02-25T15:02:03.346Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T15:02:03.829Z] $ docker stop --time=1 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 [2021-02-25T15:02:06.820Z] $ docker rm -f 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:02:07.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T15:02:08.151Z] . [Pipeline] withDockerContainer [2021-02-25T15:02:08.570Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T15:02:08.891Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T15:02:09.779Z] gofmt -l . [2021-02-25T15:02:09.779Z] [ "`gofmt -l .`" = "" ] [2021-02-25T15:02:09.779Z] ./bin/test-go-mod-tidy.sh [2021-02-25T15:02:09.779Z] ./bin/test-attribution-txt.sh [2021-02-25T15:02:11.341Z] $ docker top da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-25T15:02:12.817Z] + ls -al . [2021-02-25T15:02:12.817Z] total 736 [2021-02-25T15:02:12.817Z] drwxrwxr-x 9 1001 1001 4096 Feb 25 15:02 . [2021-02-25T15:02:12.817Z] drwxr-xr-x 4 root root 4096 Feb 25 14:57 .. [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 14:56 .dockerignore [2021-02-25T15:02:12.817Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 14:56 .git [2021-02-25T15:02:12.817Z] drwxrwxr-x 3 1001 1001 4096 Feb 25 14:56 .github [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 14:56 .gitignore [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 14:56 .sonarcloud.properties [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:56 Attribution.txt [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:56 CONTRIBUTING.md [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 14:56 Dockerfile.build [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 14:56 Jenkinsfile [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:56 LICENSE [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:56 Makefile [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:56 README.md [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:56 SECURITY.md [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 14:52 VERSION [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:56 ZMQWindows.md [2021-02-25T15:02:12.817Z] drwxrwxr-x 2 1001 1001 4096 Feb 25 14:56 bin [2021-02-25T15:02:12.817Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 14:56 cmd [2021-02-25T15:02:12.817Z] -rw-r--r-- 1 root root 596149 Feb 25 15:00 coverage.out [2021-02-25T15:02:12.817Z] -rw-r--r-- 1 root root 1055 Feb 25 15:02 go.mod [2021-02-25T15:02:12.817Z] -rw-r--r-- 1 root root 21699 Feb 25 15:02 go.sum [2021-02-25T15:02:12.817Z] drwxrwxr-x 8 1001 1001 4096 Feb 25 14:56 internal [2021-02-25T15:02:12.817Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 14:56 openapi [2021-02-25T15:02:12.817Z] drwxrwxr-x 4 1001 1001 4096 Feb 25 14:56 snap [2021-02-25T15:02:12.817Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 14:56 version.go [Pipeline] sh [2021-02-25T15:02:13.032Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T15:02:13.538Z] + '[' -e coverage.out ] [2021-02-25T15:02:13.538Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T15:02:13.605Z] Warning: overwriting stash ‘coverage-report’ [2021-02-25T15:02:14.968Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T15:02:15.612Z] + make build [2021-02-25T15:02:15.612Z] 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-25T15:02:18.388Z] Building docker-core-command-go ... [2021-02-25T15:02:18.388Z] Building docker-core-data-go ... [2021-02-25T15:02:18.388Z] Building docker-core-metadata-go ... [2021-02-25T15:02:18.388Z] Building docker-security-bootstrapper-go ... [2021-02-25T15:02:18.388Z] Building docker-security-proxy-setup-go ... [2021-02-25T15:02:18.388Z] Building docker-security-secretstore-setup-go ... [2021-02-25T15:02:18.388Z] Building docker-support-notifications-go ... [2021-02-25T15:02:18.388Z] Building docker-support-scheduler-go ... [2021-02-25T15:02:18.388Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T15:02:18.388Z] Building docker-sys-mgmt-agent-go [2021-02-25T15:02:18.388Z] Building docker-security-proxy-setup-go [2021-02-25T15:02:18.388Z] Building docker-support-notifications-go [2021-02-25T15:02:18.388Z] Building docker-support-scheduler-go [2021-02-25T15:02:18.388Z] Building docker-core-metadata-go [2021-02-25T15:02:25.756Z] 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-25T15:02:47.962Z] 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-25T15:02:54.691Z] 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-25T15:02:59.005Z] 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-25T15:02:59.982Z] 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-25T15:03:06.711Z] 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-25T15:03:11.016Z] 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-25T15:03:14.396Z] 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-25T15:03:18.705Z] 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-25T15:03:22.094Z] 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-25T15:03:26.406Z] 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-25T15:03:34.736Z] $ docker stop --time=1 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a [2021-02-25T15:03:37.414Z] $ docker rm -f 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:03:40.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T15:03:40.612Z] [2021-02-25T15:03:40.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:03:40.999Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T15:03:41.276Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-25T15:03:41.276Z] 29e5d40040c1: Pulling fs layer [2021-02-25T15:03:41.276Z] 1ce36da41761: Pulling fs layer [2021-02-25T15:03:41.276Z] 25b303627fd3: Pulling fs layer [2021-02-25T15:03:41.880Z] 29e5d40040c1: Verifying Checksum [2021-02-25T15:03:41.880Z] 29e5d40040c1: Download complete [2021-02-25T15:03:42.480Z] 1ce36da41761: Verifying Checksum [2021-02-25T15:03:42.480Z] 1ce36da41761: Download complete [2021-02-25T15:03:42.480Z] 29e5d40040c1: Pull complete [2021-02-25T15:03:43.915Z] 1ce36da41761: Pull complete [2021-02-25T15:03:43.915Z] 25b303627fd3: Verifying Checksum [2021-02-25T15:03:43.915Z] 25b303627fd3: Download complete [2021-02-25T15:03:54.078Z] 25b303627fd3: Pull complete [2021-02-25T15:03:54.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-25T15:03:54.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T15:03:54.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-25T15:03:54.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container [2021-02-25T15:03:54.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-25T15:03:57.603Z] $ docker top ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:03:58.633Z] + docker-compose build --help [2021-02-25T15:03:58.633Z] + grep parallel [2021-02-25T15:04:02.025Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T15:04:02.308Z] $ docker stop --time=1 ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 [2021-02-25T15:04:04.254Z] $ docker rm -f ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:04:05.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-25T15:04:05.062Z] . [Pipeline] withDockerContainer [2021-02-25T15:04:05.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container [2021-02-25T15:04:05.350Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T15:04:06.548Z] $ docker top 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:04:07.664Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T15:04:12.042Z] Building docker-core-command-go ... [2021-02-25T15:04:12.042Z] Building docker-core-data-go ... [2021-02-25T15:04:12.042Z] Building docker-core-metadata-go ... [2021-02-25T15:04:12.042Z] Building docker-security-bootstrapper-go ... [2021-02-25T15:04:12.042Z] Building docker-security-proxy-setup-go ... [2021-02-25T15:04:12.042Z] Building docker-security-secretstore-setup-go ... [2021-02-25T15:04:12.042Z] Building docker-support-notifications-go ... [2021-02-25T15:04:12.042Z] Building docker-support-scheduler-go ... [2021-02-25T15:04:12.042Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T15:04:12.042Z] Building docker-core-data-go [2021-02-25T15:04:12.042Z] Building docker-support-scheduler-go [2021-02-25T15:04:12.042Z] Building docker-support-notifications-go [2021-02-25T15:04:12.042Z] Building docker-security-bootstrapper-go [2021-02-25T15:04:12.042Z] Building docker-core-command-go [2021-02-25T15:04:14.153Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:04:14.153Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:04:14.153Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 8e9abdfe1cd5 [2021-02-25T15:04:14.153Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T15:04:14.153Z] [2021-02-25T15:04:14.153Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:04:14.153Z] ---> 8e9abdfe1cd5 [2021-02-25T15:04:14.153Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T15:04:14.153Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:04:14.153Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:04:14.153Z] ---> 8e9abdfe1cd5 [2021-02-25T15:04:14.153Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T15:04:14.153Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:04:14.154Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:04:14.154Z] ---> 8e9abdfe1cd5 [2021-02-25T15:04:14.154Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:04:14.154Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:04:14.154Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:04:14.154Z] ---> 8e9abdfe1cd5 [2021-02-25T15:04:14.154Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T15:04:14.154Z] ---> Running in f7f98ca532ce [2021-02-25T15:04:14.154Z] ---> Running in 2385d4739ab1 [2021-02-25T15:04:14.154Z] ---> Running in f7a90f447cb6 [2021-02-25T15:04:14.154Z] ---> Running in 1693b4d4a53b [2021-02-25T15:04:14.154Z] ---> Running in fa62240b1984 [2021-02-25T15:04:14.154Z] Removing intermediate container f7f98ca532ce [2021-02-25T15:04:14.154Z] ---> 5976645aa57b [2021-02-25T15:04:14.154Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:04:14.154Z] Removing intermediate container 2385d4739ab1 [2021-02-25T15:04:14.154Z] ---> f834d3ee9679 [2021-02-25T15:04:14.154Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:04:14.154Z] Removing intermediate container 1693b4d4a53b [2021-02-25T15:04:14.154Z] ---> 24debcbda6dc [2021-02-25T15:04:14.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:04:14.154Z] Removing intermediate container fa62240b1984 [2021-02-25T15:04:14.154Z] ---> 7bffcde1e147 [2021-02-25T15:04:14.154Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:04:14.154Z] ---> Running in 49d01227a4ee [2021-02-25T15:04:14.154Z] Removing intermediate container f7a90f447cb6 [2021-02-25T15:04:14.154Z] ---> 31b502395b72 [2021-02-25T15:04:14.154Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:04:14.154Z] ---> Running in 88c70ad76fec [2021-02-25T15:04:14.154Z] ---> Running in 63fae10ef957 [2021-02-25T15:04:14.154Z] ---> Running in de5ee9583b47 [2021-02-25T15:04:14.154Z] ---> Running in 763e83df9ada [2021-02-25T15:04:22.071Z] Removing intermediate container 88c70ad76fec [2021-02-25T15:04:22.071Z] ---> e1067ae4fe47 [2021-02-25T15:04:22.071Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T15:04:22.071Z] Removing intermediate container 49d01227a4ee [2021-02-25T15:04:22.071Z] ---> 74845b3afb12 [2021-02-25T15:04:22.071Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T15:04:22.071Z] ---> Running in c0f7726c819f [2021-02-25T15:04:22.071Z] ---> Running in ae7e7bd1d8a4 [2021-02-25T15:04:22.768Z] Removing intermediate container 763e83df9ada [2021-02-25T15:04:22.768Z] ---> a8fe06aea013 [2021-02-25T15:04:22.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T15:04:22.768Z] Removing intermediate container de5ee9583b47 [2021-02-25T15:04:22.768Z] ---> 54980aa296fc [2021-02-25T15:04:22.768Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T15:04:22.768Z] Removing intermediate container 63fae10ef957 [2021-02-25T15:04:22.768Z] ---> 2f32727181d6 [2021-02-25T15:04:22.768Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T15:04:23.256Z] ---> Running in 68e8728e9032 [2021-02-25T15:04:23.256Z] ---> Running in a4024a12567a [2021-02-25T15:04:23.722Z] ---> Running in aa339f06eeb8 [2021-02-25T15:04:25.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:25.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:25.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:26.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:27.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:27.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:28.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:28.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:28.934Z] OK: 233 MiB in 51 packages [2021-02-25T15:04:29.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:29.779Z] OK: 233 MiB in 51 packages [2021-02-25T15:04:29.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:04:29.779Z] OK: 233 MiB in 51 packages [2021-02-25T15:04:30.683Z] OK: 233 MiB in 51 packages [2021-02-25T15:04:30.683Z] OK: 233 MiB in 51 packages [2021-02-25T15:04:31.017Z] Removing intermediate container c0f7726c819f [2021-02-25T15:04:31.017Z] ---> bab45ed64af8 [2021-02-25T15:04:31.017Z] Step 6/26 : COPY go.mod . [2021-02-25T15:04:31.356Z] Removing intermediate container 68e8728e9032 [2021-02-25T15:04:31.356Z] ---> 0ce2fb29be72 [2021-02-25T15:04:31.356Z] Step 6/23 : COPY go.mod . [2021-02-25T15:04:31.672Z] ---> 178e965143d3 [2021-02-25T15:04:31.672Z] Step 7/26 : RUN go mod download [2021-02-25T15:04:31.985Z] Removing intermediate container ae7e7bd1d8a4 [2021-02-25T15:04:31.985Z] ---> 3fec0a2a9b1e [2021-02-25T15:04:31.985Z] Step 6/22 : COPY go.mod . [2021-02-25T15:04:31.985Z] ---> Running in fc31a16696f1 [2021-02-25T15:04:31.985Z] Removing intermediate container a4024a12567a [2021-02-25T15:04:31.985Z] ---> ce2e859e2cde [2021-02-25T15:04:31.985Z] Step 6/22 : COPY go.mod . [2021-02-25T15:04:32.353Z] Removing intermediate container aa339f06eeb8 [2021-02-25T15:04:32.353Z] ---> 77a2e22094a4 [2021-02-25T15:04:32.353Z] Step 6/21 : COPY go.mod . [2021-02-25T15:04:32.353Z] ---> 0e6dd5297eb1 [2021-02-25T15:04:32.353Z] Step 7/23 : RUN go mod download [2021-02-25T15:04:32.657Z] ---> Running in 19c4863df312 [2021-02-25T15:04:33.679Z] ---> d17c07973e89 [2021-02-25T15:04:33.679Z] Step 7/22 : RUN go mod download [2021-02-25T15:04:34.453Z] ---> Running in d205f48af777 [2021-02-25T15:04:34.453Z] ---> c336ac9255b9 [2021-02-25T15:04:34.453Z] Step 7/22 : RUN go mod download [2021-02-25T15:04:34.879Z] ---> fb84bdb6cf83 [2021-02-25T15:04:34.879Z] Step 7/21 : RUN go mod download [2021-02-25T15:04:35.626Z] ---> Running in a6789cb167ee [2021-02-25T15:04:35.626Z] ---> Running in 5f07e34905d6 [2021-02-25T15:04:40.790Z] Removing intermediate container fc31a16696f1 [2021-02-25T15:04:40.790Z] ---> c0ff1d935212 [2021-02-25T15:04:40.790Z] Step 8/26 : COPY . . [2021-02-25T15:04:40.790Z] Removing intermediate container 19c4863df312 [2021-02-25T15:04:40.790Z] ---> c7e67be71cad [2021-02-25T15:04:40.790Z] Step 8/23 : COPY . . [2021-02-25T15:04:40.790Z] Removing intermediate container a6789cb167ee [2021-02-25T15:04:40.790Z] ---> 59c2da7f280e [2021-02-25T15:04:40.790Z] Step 8/22 : COPY . . [2021-02-25T15:04:41.114Z] Removing intermediate container 5f07e34905d6 [2021-02-25T15:04:41.114Z] ---> dff756040799 [2021-02-25T15:04:41.114Z] Step 8/21 : COPY . . [2021-02-25T15:04:41.901Z] Removing intermediate container d205f48af777 [2021-02-25T15:04:41.901Z] ---> bfd60d770423 [2021-02-25T15:04:41.901Z] Step 8/22 : COPY . . [2021-02-25T15:05:33.791Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:05:33.791Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:05:33.791Z] ---> d2b563306113 [2021-02-25T15:05:33.791Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T15:05:33.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:05:33.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:05:33.791Z] ---> d2b563306113 [2021-02-25T15:05:33.791Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:05:33.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:05:33.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:05:33.791Z] ---> d2b563306113 [2021-02-25T15:05:33.791Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:05:33.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:05:33.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:05:33.791Z] ---> d2b563306113 [2021-02-25T15:05:33.791Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T15:05:33.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:05:33.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:05:33.791Z] ---> d2b563306113 [2021-02-25T15:05:33.791Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T15:05:33.791Z] ---> Running in 0c66ef64428b [2021-02-25T15:05:33.791Z] ---> Running in cccca68e7637 [2021-02-25T15:05:33.791Z] ---> Running in a166cc3117b5 [2021-02-25T15:05:33.792Z] ---> Running in c332773305f8 [2021-02-25T15:05:33.792Z] ---> Running in ac7c26338f67 [2021-02-25T15:05:33.792Z] Removing intermediate container c332773305f8 [2021-02-25T15:05:33.792Z] ---> b2f63535efe0 [2021-02-25T15:05:33.792Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:05:33.792Z] Removing intermediate container ac7c26338f67 [2021-02-25T15:05:33.792Z] ---> 9b1a856473af [2021-02-25T15:05:33.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:05:33.792Z] Removing intermediate container cccca68e7637 [2021-02-25T15:05:33.792Z] ---> 0d3d65395ee5 [2021-02-25T15:05:33.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:05:33.792Z] Removing intermediate container a166cc3117b5 [2021-02-25T15:05:33.792Z] ---> 028792ed933e [2021-02-25T15:05:33.792Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:05:33.792Z] Removing intermediate container 0c66ef64428b [2021-02-25T15:05:33.792Z] ---> 2fb52c0d93cc [2021-02-25T15:05:33.792Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:05:33.792Z] ---> Running in 64467a5f6ad8 [2021-02-25T15:05:33.792Z] ---> Running in 8bd3b5a5e8d3 [2021-02-25T15:05:33.792Z] ---> Running in 6412987175c6 [2021-02-25T15:05:33.792Z] ---> Running in 1f037f258399 [2021-02-25T15:05:33.792Z] ---> Running in b4e698832bf8 [2021-02-25T15:05:33.792Z] Removing intermediate container 64467a5f6ad8 [2021-02-25T15:05:33.792Z] ---> 8ac786f3624a [2021-02-25T15:05:33.792Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T15:05:33.792Z] ---> Running in 1c86799d4e46 [2021-02-25T15:05:33.792Z] Removing intermediate container b4e698832bf8 [2021-02-25T15:05:33.792Z] ---> 01f8534e47cc [2021-02-25T15:05:33.792Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T15:05:33.792Z] ---> Running in 6fe2f5a3f8e0 [2021-02-25T15:05:33.792Z] Removing intermediate container 8bd3b5a5e8d3 [2021-02-25T15:05:33.792Z] ---> 1aeaa816e6eb [2021-02-25T15:05:33.792Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T15:05:33.792Z] Removing intermediate container 1f037f258399 [2021-02-25T15:05:33.792Z] ---> c1ff054fd7df [2021-02-25T15:05:33.792Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T15:05:33.792Z] Removing intermediate container 6412987175c6 [2021-02-25T15:05:33.792Z] ---> a7614d0fc34a [2021-02-25T15:05:33.792Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T15:05:33.792Z] ---> Running in a9a74d5b2e48 [2021-02-25T15:05:33.792Z] ---> Running in 447489be87cd [2021-02-25T15:05:33.792Z] ---> Running in 4bdacf1ff72c [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] OK: 217 MiB in 51 packages [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] OK: 217 MiB in 51 packages [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:33.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:05:34.408Z] OK: 217 MiB in 51 packages [2021-02-25T15:05:34.408Z] OK: 217 MiB in 51 packages [2021-02-25T15:05:34.689Z] Removing intermediate container 1c86799d4e46 [2021-02-25T15:05:34.689Z] ---> 65405d4dc647 [2021-02-25T15:05:34.689Z] Step 6/22 : COPY go.mod . [2021-02-25T15:05:34.963Z] OK: 217 MiB in 51 packages [2021-02-25T15:05:35.245Z] Removing intermediate container 6fe2f5a3f8e0 [2021-02-25T15:05:35.245Z] ---> 0b3759189172 [2021-02-25T15:05:35.245Z] Step 6/23 : COPY go.mod . [2021-02-25T15:05:35.843Z] ---> 3d601192990f [2021-02-25T15:05:35.843Z] Step 7/22 : RUN go mod download [2021-02-25T15:05:35.843Z] ---> Running in 54fef4efd1c6 [2021-02-25T15:05:36.118Z] Removing intermediate container 447489be87cd [2021-02-25T15:05:36.118Z] ---> e4db6514cc5a [2021-02-25T15:05:36.118Z] Step 6/30 : COPY go.mod . [2021-02-25T15:05:36.118Z] Removing intermediate container a9a74d5b2e48 [2021-02-25T15:05:36.118Z] ---> 086bfc14fb9c [2021-02-25T15:05:36.118Z] Step 6/23 : COPY go.mod . [2021-02-25T15:05:36.401Z] ---> 7a28d7575147 [2021-02-25T15:05:36.401Z] Step 7/23 : RUN go mod download [2021-02-25T15:05:36.401Z] ---> Running in afb872ba9a1f [2021-02-25T15:05:36.674Z] Removing intermediate container 4bdacf1ff72c [2021-02-25T15:05:36.674Z] ---> aa6e293bbc34 [2021-02-25T15:05:36.674Z] Step 6/22 : COPY go.mod . [2021-02-25T15:05:37.674Z] ---> e48f2375b6ab [2021-02-25T15:05:37.674Z] Step 7/23 : RUN go mod download [2021-02-25T15:05:37.674Z] ---> d13ac6291dd8 [2021-02-25T15:05:37.674Z] Step 7/30 : RUN go mod download [2021-02-25T15:05:37.674Z] ---> Running in de36f2b8e68a [2021-02-25T15:05:37.674Z] ---> 5ad1f619a578 [2021-02-25T15:05:37.674Z] Step 7/22 : RUN go mod download [2021-02-25T15:05:37.956Z] ---> Running in e716d97bb9ba [2021-02-25T15:05:37.956Z] ---> Running in 1652599fe81a [2021-02-25T15:05:39.946Z] Removing intermediate container 54fef4efd1c6 [2021-02-25T15:05:39.946Z] ---> 93f7fcb6adda [2021-02-25T15:05:39.946Z] Step 8/22 : COPY . . [2021-02-25T15:05:40.546Z] Removing intermediate container afb872ba9a1f [2021-02-25T15:05:40.546Z] ---> f81be1c345e4 [2021-02-25T15:05:40.546Z] Step 8/23 : COPY . . [2021-02-25T15:05:42.030Z] Removing intermediate container de36f2b8e68a [2021-02-25T15:05:42.030Z] ---> 67a4071dcfca [2021-02-25T15:05:42.030Z] Step 8/23 : COPY . . [2021-02-25T15:05:42.631Z] Removing intermediate container e716d97bb9ba [2021-02-25T15:05:42.631Z] ---> 0dd4cc1aa7c6 [2021-02-25T15:05:42.631Z] Step 8/30 : COPY . . [2021-02-25T15:05:42.907Z] Removing intermediate container 1652599fe81a [2021-02-25T15:05:42.907Z] ---> e1b80ca33522 [2021-02-25T15:05:42.907Z] Step 8/22 : COPY . . [2021-02-25T15:06:09.745Z] ---> 8bf04030ee69 [2021-02-25T15:06:09.745Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T15:06:09.745Z] ---> 506ce32cf0b3 [2021-02-25T15:06:09.745Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T15:06:09.745Z] ---> 5eb1912c3af4 [2021-02-25T15:06:09.745Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T15:06:09.745Z] ---> 620da09d8bc6 [2021-02-25T15:06:09.745Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T15:06:09.745Z] ---> Running in c249632ec810 [2021-02-25T15:06:09.745Z] ---> Running in 7fbdf3a39883 [2021-02-25T15:06:09.745Z] ---> Running in 4dc5f7ea074d [2021-02-25T15:06:09.745Z] ---> Running in 81ff04a8762d [2021-02-25T15:06:09.745Z] ---> fec0164452f0 [2021-02-25T15:06:09.745Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T15:06:09.745Z] ---> Running in ccc78594a093 [2021-02-25T15:06:09.745Z] 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-25T15:06:09.745Z] 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-25T15:06:09.745Z] 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-25T15:06:09.745Z] 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-25T15:06:10.020Z] 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-25T15:07:55.794Z] ---> 6fea755a2b79 [2021-02-25T15:07:55.794Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T15:07:55.794Z] ---> 16dd97fa4b99 [2021-02-25T15:07:55.794Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T15:07:55.794Z] ---> f3c4522a2fbe [2021-02-25T15:07:55.794Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T15:07:55.794Z] ---> f9ae3aa5c30f [2021-02-25T15:07:55.794Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T15:07:55.794Z] ---> 7a34ca59905a [2021-02-25T15:07:55.794Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T15:07:55.794Z] ---> Running in f8c30a6bc12f [2021-02-25T15:07:55.794Z] ---> Running in b65e9c532b93 [2021-02-25T15:07:55.794Z] ---> Running in 79f5cfac8d13 [2021-02-25T15:07:55.794Z] ---> Running in ccda7d538dac [2021-02-25T15:07:55.794Z] ---> Running in 2a755bc11adf [2021-02-25T15:07:55.794Z] 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-25T15:07:55.794Z] 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-25T15:07:55.794Z] 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-25T15:07:55.794Z] 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-25T15:07:55.794Z] 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-25T15:08:01.900Z] Removing intermediate container ccc78594a093 [2021-02-25T15:08:01.900Z] ---> 842396dc13d9 [2021-02-25T15:08:01.900Z] [2021-02-25T15:08:01.900Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T15:08:01.900Z] 3.12: Pulling from library/alpine [2021-02-25T15:08:01.900Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:08:01.900Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T15:08:01.900Z] ---> d10569e2745f [2021-02-25T15:08:01.900Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T15:08:01.900Z] ---> Running in 7ac6e8780df6 [2021-02-25T15:08:01.900Z] Removing intermediate container 7ac6e8780df6 [2021-02-25T15:08:01.900Z] ---> 8a5d83d2f5aa [2021-02-25T15:08:01.900Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T15:08:01.900Z] ---> Running in 669e0debf75a [2021-02-25T15:08:01.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:01.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:01.900Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T15:08:01.900Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T15:08:01.900Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:08:01.900Z] OK: 5 MiB in 16 packages [2021-02-25T15:08:01.900Z] Removing intermediate container 669e0debf75a [2021-02-25T15:08:01.900Z] ---> b024e814a960 [2021-02-25T15:08:01.900Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T15:08:01.900Z] ---> Running in acad220111df [2021-02-25T15:08:01.900Z] Removing intermediate container acad220111df [2021-02-25T15:08:01.900Z] ---> 76aeb28ecd44 [2021-02-25T15:08:01.900Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T15:08:01.900Z] ---> Running in 100759f30910 [2021-02-25T15:08:01.900Z] Removing intermediate container 100759f30910 [2021-02-25T15:08:01.900Z] ---> c297766b1e33 [2021-02-25T15:08:01.900Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T15:08:01.900Z] ---> Running in aa64ccd8b31b [2021-02-25T15:08:01.900Z] Removing intermediate container aa64ccd8b31b [2021-02-25T15:08:01.900Z] ---> 5da3d144966a [2021-02-25T15:08:01.900Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T15:08:01.900Z] ---> Running in bbdd869010ea [2021-02-25T15:08:02.175Z] Removing intermediate container bbdd869010ea [2021-02-25T15:08:02.175Z] ---> 24e73caba909 [2021-02-25T15:08:02.175Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T15:08:04.180Z] ---> 5342769ec88b [2021-02-25T15:08:04.180Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T15:08:04.777Z] ---> Running in cf0acdaf7506 [2021-02-25T15:08:10.221Z] Removing intermediate container 7fbdf3a39883 [2021-02-25T15:08:10.221Z] ---> f7dc2d0a95c9 [2021-02-25T15:08:10.221Z] [2021-02-25T15:08:10.221Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T15:08:10.221Z] ---> d10569e2745f [2021-02-25T15:08:10.221Z] Step 11/22 : RUN apk add --update --no-cache dumb-initRemoving intermediate container c249632ec810 [2021-02-25T15:08:10.221Z] [2021-02-25T15:08:10.221Z] ---> b0f5a03511a6 [2021-02-25T15:08:10.221Z] [2021-02-25T15:08:10.221Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:08:10.221Z] ---> d10569e2745f [2021-02-25T15:08:10.221Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T15:08:10.496Z] Removing intermediate container 81ff04a8762d [2021-02-25T15:08:10.496Z] ---> c5cff4525499 [2021-02-25T15:08:10.496Z] [2021-02-25T15:08:10.496Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T15:08:10.496Z] ---> d10569e2745f [2021-02-25T15:08:10.496Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T15:08:10.785Z] ---> Running in 624998cd96c6 [2021-02-25T15:08:10.785Z] ---> Running in c88343367614 [2021-02-25T15:08:10.785Z] Removing intermediate container cf0acdaf7506 [2021-02-25T15:08:10.785Z] ---> d45a826d4858 [2021-02-25T15:08:10.785Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:08:11.064Z] ---> Running in c47ba4514ecd [2021-02-25T15:08:12.525Z] ---> 5d94f3495152 [2021-02-25T15:08:12.525Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T15:08:12.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:13.647Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T15:08:13.941Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:08:13.941Z] OK: 5 MiB in 15 packages [2021-02-25T15:08:14.335Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T15:08:14.335Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T15:08:14.335Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:08:14.335Z] OK: 5 MiB in 15 packages [2021-02-25T15:08:14.335Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T15:08:14.335Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:08:14.335Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:08:14.635Z] OK: 6 MiB in 16 packages [2021-02-25T15:08:14.635Z] ---> f6ecf39478da [2021-02-25T15:08:14.635Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T15:08:16.075Z] Removing intermediate container c88343367614 [2021-02-25T15:08:16.075Z] ---> 6990adc5317e [2021-02-25T15:08:16.075Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:08:16.075Z] ---> Running in 531fa90fdb20 [2021-02-25T15:08:16.075Z] ---> 83854aa1b213 [2021-02-25T15:08:16.075Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T15:08:16.075Z] Removing intermediate container 624998cd96c6 [2021-02-25T15:08:16.075Z] ---> 83468a90c805 [2021-02-25T15:08:16.075Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:08:17.078Z] ---> Running in eb69ddefa378 [2021-02-25T15:08:17.079Z] Removing intermediate container 531fa90fdb20 [2021-02-25T15:08:17.079Z] ---> 8fd73ff71a9f [2021-02-25T15:08:17.079Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T15:08:17.360Z] ---> a0fa9d9ef454 [2021-02-25T15:08:17.360Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T15:08:17.360Z] Removing intermediate container c47ba4514ecd [2021-02-25T15:08:17.360Z] ---> c4058fdbddd3 [2021-02-25T15:08:17.360Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:08:17.360Z] ---> Running in ebca5b06757e [2021-02-25T15:08:17.647Z] ---> Running in 1e1fe80a2ab5 [2021-02-25T15:08:17.647Z] ---> Running in 90610930ef6a [2021-02-25T15:08:17.647Z] Removing intermediate container eb69ddefa378 [2021-02-25T15:08:17.647Z] ---> a6226d245fb5 [2021-02-25T15:08:17.647Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T15:08:17.942Z] ---> Running in 5f662bc8c5bf [2021-02-25T15:08:17.942Z] Removing intermediate container ebca5b06757e [2021-02-25T15:08:17.942Z] ---> 3da7800c68ee [2021-02-25T15:08:17.942Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T15:08:18.216Z] Removing intermediate container 1e1fe80a2ab5 [2021-02-25T15:08:18.216Z] ---> ae0468fb0a3d [2021-02-25T15:08:18.216Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T15:08:18.490Z] ---> Running in cfc3d027541f [2021-02-25T15:08:18.762Z] ---> Running in cddff15d0d76 [2021-02-25T15:08:19.036Z] Removing intermediate container 5f662bc8c5bf [2021-02-25T15:08:19.036Z] ---> ab58df2c259c [2021-02-25T15:08:19.036Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T15:08:19.036Z] Removing intermediate container 90610930ef6a [2021-02-25T15:08:19.036Z] ---> 39a3c9643a11 [2021-02-25T15:08:19.036Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T15:08:19.326Z] Removing intermediate container cfc3d027541f [2021-02-25T15:08:19.326Z] ---> a0edb1ca01a7 [2021-02-25T15:08:19.326Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:08:19.608Z] ---> Running in 9bde9743fc5b [2021-02-25T15:08:19.608Z] Removing intermediate container cddff15d0d76 [2021-02-25T15:08:19.608Z] ---> 72c231724d20 [2021-02-25T15:08:19.885Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T15:08:20.157Z] ---> e3b08e8cb880 [2021-02-25T15:08:20.157Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T15:08:20.431Z] ---> Running in ffe8a298beac [2021-02-25T15:08:20.704Z] ---> Running in a77dd70573fe [2021-02-25T15:08:20.704Z] ---> 2f6dd15990bd [2021-02-25T15:08:20.704Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T15:08:20.704Z] Removing intermediate container 9bde9743fc5b [2021-02-25T15:08:20.704Z] ---> 2d5045e891b6 [2021-02-25T15:08:20.704Z] Step 15/23 : WORKDIR / [2021-02-25T15:08:20.980Z] Removing intermediate container 4dc5f7ea074d [2021-02-25T15:08:20.980Z] ---> 1c9e9c74fbc6 [2021-02-25T15:08:20.980Z] [2021-02-25T15:08:20.980Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:08:20.980Z] ---> d10569e2745f [2021-02-25T15:08:20.980Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T15:08:21.254Z] ---> Running in a6ddea812539 [2021-02-25T15:08:21.254Z] Removing intermediate container ffe8a298beac [2021-02-25T15:08:21.254Z] ---> 23512235a548 [2021-02-25T15:08:21.254Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:08:21.254Z] ---> Running in 9f745112e857 [2021-02-25T15:08:22.240Z] ---> d9a22bce39cd [2021-02-25T15:08:22.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T15:08:22.240Z] Removing intermediate container a6ddea812539 [2021-02-25T15:08:22.240Z] ---> 290657bcfba7 [2021-02-25T15:08:22.240Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:08:22.240Z] Removing intermediate container 9f745112e857 [2021-02-25T15:08:22.240Z] ---> ec592bdc108d [2021-02-25T15:08:22.240Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T15:08:22.512Z] ---> 3f9fff583405 [2021-02-25T15:08:22.512Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T15:08:22.512Z] ---> Running in 261638d23e93 [2021-02-25T15:08:23.495Z] Removing intermediate container 261638d23e93 [2021-02-25T15:08:23.495Z] ---> f53a7a9c277f [2021-02-25T15:08:23.495Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T15:08:23.768Z] ---> Running in 573489e170da [2021-02-25T15:08:24.040Z] ---> 8e4333a2b512 [2021-02-25T15:08:24.040Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T15:08:24.040Z] ---> 0877d2e5664f [2021-02-25T15:08:24.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T15:08:24.315Z] ---> 3768242ba87f [2021-02-25T15:08:24.315Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T15:08:24.315Z] ---> Running in 451e030ef275 [2021-02-25T15:08:24.315Z] Removing intermediate container a77dd70573fe [2021-02-25T15:08:24.315Z] ---> 942fce7ce7fc [2021-02-25T15:08:24.315Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T15:08:24.315Z] Removing intermediate container 573489e170da [2021-02-25T15:08:24.315Z] ---> a37f5fb83c5b [2021-02-25T15:08:24.315Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:08:24.908Z] ---> Running in 117d3d4910a1 [2021-02-25T15:08:24.908Z] ---> Running in bc775ae9ccc5 [2021-02-25T15:08:25.186Z] Removing intermediate container 451e030ef275 [2021-02-25T15:08:25.186Z] ---> 2930387f20a8 [2021-02-25T15:08:25.186Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:08:25.186Z] ---> 2192fae7e53b [2021-02-25T15:08:25.186Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T15:08:25.464Z] ---> Running in bf7e9cba3d89 [2021-02-25T15:08:25.464Z] ---> Running in 6106c11934d2 [2021-02-25T15:08:25.822Z] ---> ef11b692d557 [2021-02-25T15:08:25.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T15:08:25.822Z] Removing intermediate container bc775ae9ccc5 [2021-02-25T15:08:25.822Z] ---> d081bc1b0281 [2021-02-25T15:08:25.822Z] Step 27/30 : CMD ["gate"] [2021-02-25T15:08:26.157Z] ---> Running in e4eb5b17895c [2021-02-25T15:08:26.157Z] Removing intermediate container 6106c11934d2 [2021-02-25T15:08:26.157Z] ---> c1876a31d424 [2021-02-25T15:08:26.517Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T15:08:26.517Z] Removing intermediate container bf7e9cba3d89 [2021-02-25T15:08:26.517Z] ---> 4cbd05b7253f [2021-02-25T15:08:26.517Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:08:26.517Z] ---> Running in 407c9551ba02 [2021-02-25T15:08:26.517Z] ---> Running in b7b19b64ce92 [2021-02-25T15:08:26.897Z] ---> 33dc9c704a09 [2021-02-25T15:08:26.897Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T15:08:27.180Z] ---> Running in d1b66aa93a8d [2021-02-25T15:08:27.180Z] Removing intermediate container e4eb5b17895c [2021-02-25T15:08:27.180Z] ---> afdfcb6ef368 [2021-02-25T15:08:27.180Z] Step 28/30 : LABEL arch=arm64 [2021-02-25T15:08:27.467Z] Removing intermediate container 407c9551ba02 [2021-02-25T15:08:27.467Z] ---> 7d94f55a292c [2021-02-25T15:08:27.467Z] Step 20/22 : LABEL arch=arm64 [2021-02-25T15:08:27.467Z] Removing intermediate container b7b19b64ce92 [2021-02-25T15:08:27.467Z] ---> 24e86b70d1b8 [2021-02-25T15:08:27.467Z] Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:08:27.746Z] ---> Running in b48486059bd0 [2021-02-25T15:08:27.746Z] ---> Running in 7e5aec137301 [2021-02-25T15:08:28.020Z] ---> Running in ac7ddee32e38 [2021-02-25T15:08:28.020Z] Removing intermediate container d1b66aa93a8d [2021-02-25T15:08:28.020Z] ---> f8b8b855d3e6 [2021-02-25T15:08:28.020Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:08:28.020Z] Removing intermediate container 117d3d4910a1 [2021-02-25T15:08:28.020Z] ---> 74f09a09a790 [2021-02-25T15:08:28.020Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T15:08:28.293Z] ---> Running in f6ea7ab2ef9c [2021-02-25T15:08:28.293Z] ---> Running in f6c05b5cac49 [2021-02-25T15:08:28.563Z] Removing intermediate container b48486059bd0 [2021-02-25T15:08:28.563Z] ---> fb6436a87ff1 [2021-02-25T15:08:28.563Z] Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:08:28.563Z] Removing intermediate container 7e5aec137301 [2021-02-25T15:08:28.563Z] ---> 930e232a1a64 [2021-02-25T15:08:28.563Z] Step 29/30 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:08:28.563Z] Removing intermediate container ac7ddee32e38 [2021-02-25T15:08:28.563Z] ---> 6ab02d06483b [2021-02-25T15:08:28.563Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T15:08:28.838Z] ---> Running in cbacad12daef [2021-02-25T15:08:29.112Z] ---> Running in afd85c8e91e4 [2021-02-25T15:08:29.112Z] ---> Running in b0839a8a3254 [2021-02-25T15:08:29.112Z] Removing intermediate container f6ea7ab2ef9c [2021-02-25T15:08:29.112Z] ---> ffc3ad2d954a [2021-02-25T15:08:29.112Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T15:08:29.386Z] ---> Running in ca0df1b66761 [2021-02-25T15:08:29.386Z] Removing intermediate container cbacad12daef [2021-02-25T15:08:29.386Z] ---> 2d49ea183773 [2021-02-25T15:08:29.386Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T15:08:29.661Z] Removing intermediate container b0839a8a3254 [2021-02-25T15:08:29.661Z] ---> 2164664a1003 [2021-02-25T15:08:29.661Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T15:08:29.661Z] ---> Running in a0443c12a97b [2021-02-25T15:08:29.935Z] Removing intermediate container afd85c8e91e4 [2021-02-25T15:08:29.935Z] ---> f79fc62364c6 [2021-02-25T15:08:29.935Z] [2021-02-25T15:08:29.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:29.935Z] ---> Running in 03823ebff7b5 [2021-02-25T15:08:29.935Z] Removing intermediate container ca0df1b66761 [2021-02-25T15:08:29.935Z] ---> 6ec69d176eca [2021-02-25T15:08:29.935Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:08:30.210Z] Removing intermediate container a0443c12a97b [2021-02-25T15:08:30.211Z] ---> f97499f63785 [2021-02-25T15:08:30.211Z] [2021-02-25T15:08:30.490Z] ---> Running in b6f8a768e32d [2021-02-25T15:08:30.490Z] Successfully built f79fc62364c6 [2021-02-25T15:08:30.490Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-25T15:08:30.490Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-25T15:08:30.762Z] Removing intermediate container 03823ebff7b5 [2021-02-25T15:08:30.762Z] ---> 69a9c9e5cec9 [2021-02-25T15:08:30.762Z] [2021-02-25T15:08:30.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:08:30.762Z] Successfully built f97499f63785 [2021-02-25T15:08:30.762Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-25T15:08:30.762Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-25T15:08:31.035Z] Successfully built 69a9c9e5cec9 [2021-02-25T15:08:31.035Z] Removing intermediate container b6f8a768e32d [2021-02-25T15:08:31.035Z] ---> 78f5352b2784 [2021-02-25T15:08:31.035Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:08:31.035Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-25T15:08:31.035Z] Building docker-security-proxy-setup-go [2021-02-25T15:08:31.310Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 4eb479218783 [2021-02-25T15:08:31.586Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T15:08:31.586Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T15:08:31.867Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T15:08:31.867Z] Removing intermediate container 4eb479218783 [2021-02-25T15:08:31.867Z] ---> 1782e697adc2 [2021-02-25T15:08:31.867Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T15:08:31.867Z] [2021-02-25T15:08:32.145Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T15:08:32.145Z] Successfully built 1782e697adc2 [2021-02-25T15:08:32.145Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-25T15:08:32.145Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-25T15:08:32.145Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T15:08:32.417Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:08:32.417Z] OK: 8 MiB in 20 packages [2021-02-25T15:08:33.850Z] Removing intermediate container f6c05b5cac49 [2021-02-25T15:08:33.850Z] ---> d036142b985c [2021-02-25T15:08:33.850Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:08:34.443Z] ---> 3f3a29917455 [2021-02-25T15:08:34.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T15:08:37.082Z] ---> 869e1f622520 [2021-02-25T15:08:37.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T15:08:39.063Z] ---> 0e4f74afaa47 [2021-02-25T15:08:39.063Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T15:08:40.040Z] ---> Running in 424cd67e8808 [2021-02-25T15:08:40.635Z] Removing intermediate container 424cd67e8808 [2021-02-25T15:08:40.635Z] ---> 70e96a559e24 [2021-02-25T15:08:40.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:08:41.618Z] ---> Running in f3b7c40a443d [2021-02-25T15:08:42.608Z] Removing intermediate container f3b7c40a443d [2021-02-25T15:08:42.608Z] ---> e757bb32582d [2021-02-25T15:08:42.608Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T15:08:42.882Z] ---> Running in b3b7e8c559dc [2021-02-25T15:08:43.472Z] Removing intermediate container b3b7e8c559dc [2021-02-25T15:08:43.472Z] ---> eb1c69ba3beb [2021-02-25T15:08:43.472Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:08:43.745Z] ---> Running in fdef2430d178 [2021-02-25T15:08:44.338Z] Removing intermediate container fdef2430d178 [2021-02-25T15:08:44.338Z] ---> b9cf85fee771 [2021-02-25T15:08:44.338Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:08:44.338Z] ---> Running in c2fde8e46e2a [2021-02-25T15:08:44.940Z] Removing intermediate container c2fde8e46e2a [2021-02-25T15:08:44.940Z] ---> 60ca3cb59b04 [2021-02-25T15:08:44.940Z] [2021-02-25T15:08:45.536Z] Successfully built 60ca3cb59b04 [2021-02-25T15:08:45.536Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-25T15:09:05.793Z] 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-25T15:09:31.102Z] Removing intermediate container f8c30a6bc12f [2021-02-25T15:09:31.102Z] ---> f83248db3ecc [2021-02-25T15:09:31.102Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T15:09:31.102Z] ---> Running in fc3761140ae3 [2021-02-25T15:09:32.509Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:09:32.509Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:09:32.509Z] ---> d2b563306113 [2021-02-25T15:09:32.509Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T15:09:32.509Z] ---> Using cache [2021-02-25T15:09:32.509Z] ---> 2fb52c0d93cc [2021-02-25T15:09:32.509Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:09:32.509Z] ---> Using cache [2021-02-25T15:09:32.509Z] ---> 01f8534e47cc [2021-02-25T15:09:32.509Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T15:09:32.509Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:09:32.509Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:09:32.509Z] ---> d2b563306113 [2021-02-25T15:09:32.509Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:09:32.509Z] ---> Using cache [2021-02-25T15:09:32.509Z] ---> 2fb52c0d93cc [2021-02-25T15:09:32.509Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:09:32.509Z] ---> Using cache [2021-02-25T15:09:32.509Z] ---> 01f8534e47cc [2021-02-25T15:09:32.509Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T15:09:32.509Z] ---> Using cache [2021-02-25T15:09:32.509Z] ---> 0b3759189172 [2021-02-25T15:09:32.510Z] Step 6/23 : COPY go.mod . [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 7a28d7575147 [2021-02-25T15:09:32.510Z] Step 7/23 : RUN go mod download [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> f81be1c345e4 [2021-02-25T15:09:32.510Z] Step 8/23 : COPY . . [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 8bf04030ee69 [2021-02-25T15:09:32.510Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T15:09:32.510Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:09:32.510Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:09:32.510Z] ---> d2b563306113 [2021-02-25T15:09:32.510Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 2fb52c0d93cc [2021-02-25T15:09:32.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 01f8534e47cc [2021-02-25T15:09:32.510Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 0b3759189172 [2021-02-25T15:09:32.510Z] Step 6/24 : COPY go.mod . [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 7a28d7575147 [2021-02-25T15:09:32.510Z] Step 7/24 : RUN go mod download [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> f81be1c345e4 [2021-02-25T15:09:32.510Z] Step 8/24 : COPY . . [2021-02-25T15:09:32.510Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:09:32.510Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:09:32.510Z] ---> d2b563306113 [2021-02-25T15:09:32.510Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 2fb52c0d93cc [2021-02-25T15:09:32.510Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 01f8534e47cc [2021-02-25T15:09:32.510Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 0b3759189172 [2021-02-25T15:09:32.510Z] Step 6/21 : COPY go.mod . [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 7a28d7575147 [2021-02-25T15:09:32.510Z] Step 7/21 : RUN go mod download [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> f81be1c345e4 [2021-02-25T15:09:32.510Z] Step 8/21 : COPY . . [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 8bf04030ee69 [2021-02-25T15:09:32.510Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T15:09:32.510Z] ---> Using cache [2021-02-25T15:09:32.510Z] ---> 8bf04030ee69 [2021-02-25T15:09:32.510Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T15:09:33.101Z] ---> Running in 14c90b5d900e [2021-02-25T15:09:33.101Z] ---> Running in 09be241b94ae [2021-02-25T15:09:33.101Z] ---> Running in 042eb4e2f8f1 [2021-02-25T15:09:33.101Z] ---> Running in ae7bd32a5c2a [2021-02-25T15:09:34.553Z] 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-25T15:09:34.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:09:34.832Z] 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-25T15:09:35.107Z] 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-25T15:09:35.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:09:36.302Z] OK: 217 MiB in 51 packages [2021-02-25T15:09:37.301Z] 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-25T15:09:38.316Z] Removing intermediate container 09be241b94ae [2021-02-25T15:09:38.316Z] ---> 749a055c1944 [2021-02-25T15:09:38.316Z] Step 6/26 : COPY go.mod . [2021-02-25T15:09:39.301Z] ---> 36d61636b691 [2021-02-25T15:09:39.301Z] Step 7/26 : RUN go mod download [2021-02-25T15:09:39.583Z] ---> Running in c413e111d305 [2021-02-25T15:09:43.769Z] Removing intermediate container ccda7d538dac [2021-02-25T15:09:43.769Z] ---> d62e7f3e532a [2021-02-25T15:09:43.769Z] [2021-02-25T15:09:43.769Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T15:09:43.769Z] Removing intermediate container b65e9c532b93 [2021-02-25T15:09:43.769Z] ---> 8be101c5b055 [2021-02-25T15:09:43.769Z] [2021-02-25T15:09:43.769Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T15:09:43.769Z] Removing intermediate container 79f5cfac8d13 [2021-02-25T15:09:43.769Z] ---> e5131e660811 [2021-02-25T15:09:43.769Z] [2021-02-25T15:09:43.769Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T15:09:43.930Z] Removing intermediate container c413e111d305 [2021-02-25T15:09:43.930Z] ---> 56568213703b [2021-02-25T15:09:43.930Z] Step 8/26 : COPY . . [2021-02-25T15:09:44.226Z] Removing intermediate container 2a755bc11adf [2021-02-25T15:09:44.227Z] ---> a8797425858d [2021-02-25T15:09:44.227Z] [2021-02-25T15:09:44.227Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:09:45.268Z] 3.12: Pulling from library/alpine [2021-02-25T15:09:45.268Z] 3.12: Pulling from library/alpine [2021-02-25T15:09:45.268Z] 3.12: Pulling from library/alpine [2021-02-25T15:09:45.268Z] 3.12: Pulling from library/alpine [2021-02-25T15:09:45.268Z] Removing intermediate container fc3761140ae3 [2021-02-25T15:09:45.268Z] ---> a0947f8e75b9 [2021-02-25T15:09:45.268Z] [2021-02-25T15:09:45.268Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T15:09:45.957Z] 20.10.0: Pulling from library/docker [2021-02-25T15:09:51.487Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:09:51.487Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:09:51.487Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:09:51.487Z] Status: Image is up to date for alpine:3.12 [2021-02-25T15:09:51.487Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T15:09:51.487Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T15:09:51.487Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T15:09:51.487Z] Status: Image is up to date for alpine:3.12 [2021-02-25T15:09:51.487Z] ---> 88dd2752d2ea [2021-02-25T15:09:51.487Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T15:09:51.487Z] ---> 88dd2752d2ea [2021-02-25T15:09:51.487Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T15:09:51.487Z] ---> 88dd2752d2ea [2021-02-25T15:09:51.487Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T15:09:51.487Z] ---> 88dd2752d2ea [2021-02-25T15:09:51.487Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T15:09:52.974Z] ---> Running in f30f38f3fc6e [2021-02-25T15:09:52.974Z] ---> Running in 9a827ccc928d [2021-02-25T15:09:52.974Z] ---> Running in 93c8bd75fedf [2021-02-25T15:09:52.974Z] ---> Running in a616db8b3c2b [2021-02-25T15:09:55.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:56.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:56.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:57.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:57.448Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T15:09:57.448Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:09:57.448Z] OK: 6 MiB in 15 packages [2021-02-25T15:09:58.280Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T15:09:58.280Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:09:58.280Z] OK: 6 MiB in 15 packages [2021-02-25T15:09:58.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:58.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:59.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:59.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:09:59.448Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T15:09:59.448Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T15:09:59.448Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T15:09:59.448Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:09:59.448Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:09:59.778Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:09:59.778Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T15:09:59.778Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T15:09:59.778Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:09:59.778Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:09:59.778Z] OK: 7 MiB in 18 packages [2021-02-25T15:10:00.450Z] OK: 6 MiB in 16 packages [2021-02-25T15:10:02.298Z] ---> 95dea25c7882 [2021-02-25T15:10:02.298Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T15:10:02.298Z] ---> Running in c2da3f5d30b5 [2021-02-25T15:10:02.495Z] Removing intermediate container f30f38f3fc6e [2021-02-25T15:10:02.495Z] ---> 56383a747dc6 [2021-02-25T15:10:02.495Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:10:02.955Z] Removing intermediate container 9a827ccc928d [2021-02-25T15:10:02.955Z] ---> f23f91be6651 [2021-02-25T15:10:02.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:10:03.506Z] ---> Running in bc4958b15ab3 [2021-02-25T15:10:03.506Z] ---> Running in a0c23fd4b5be [2021-02-25T15:10:03.746Z] 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-25T15:10:04.196Z] Removing intermediate container bc4958b15ab3 [2021-02-25T15:10:04.196Z] ---> 1941d124b6e5 [2021-02-25T15:10:04.196Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T15:10:04.472Z] Removing intermediate container a0c23fd4b5be [2021-02-25T15:10:04.472Z] ---> f4ca085f7760 [2021-02-25T15:10:04.472Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T15:10:04.472Z] Removing intermediate container a616db8b3c2b [2021-02-25T15:10:04.472Z] ---> bb6c0577509c [2021-02-25T15:10:04.472Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:10:04.771Z] Removing intermediate container 93c8bd75fedf [2021-02-25T15:10:04.771Z] ---> cffbaf16a193 [2021-02-25T15:10:04.771Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T15:10:05.345Z] ---> Running in ebbee4dbfac4 [2021-02-25T15:10:05.345Z] ---> Running in 7ca9abf29c8b [2021-02-25T15:10:05.804Z] ---> Running in 50ac80f03f3f [2021-02-25T15:10:06.104Z] ---> Running in c96c4ed742e8 [2021-02-25T15:10:06.418Z] Removing intermediate container 7ca9abf29c8b [2021-02-25T15:10:06.418Z] ---> c7f8d555cc85 [2021-02-25T15:10:06.419Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T15:10:07.448Z] Removing intermediate container ebbee4dbfac4 [2021-02-25T15:10:07.448Z] ---> cf3cd4d7630a [2021-02-25T15:10:07.448Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T15:10:07.448Z] Removing intermediate container 50ac80f03f3f [2021-02-25T15:10:07.448Z] ---> b900dba8aeef [2021-02-25T15:10:07.448Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T15:10:07.448Z] Removing intermediate container c96c4ed742e8 [2021-02-25T15:10:07.448Z] ---> ee7dc7b389d7 [2021-02-25T15:10:07.448Z] Step 13/21 : WORKDIR /edgex [2021-02-25T15:10:07.448Z] ---> Running in 21ee81f7fa03 [2021-02-25T15:10:07.747Z] ---> Running in 2ef605d214d6 [2021-02-25T15:10:07.747Z] ---> Running in fd7176f6ca17 [2021-02-25T15:10:07.747Z] ---> Running in 788e8d64797a [2021-02-25T15:10:09.335Z] Removing intermediate container 21ee81f7fa03 [2021-02-25T15:10:09.335Z] ---> 72143214f0ff [2021-02-25T15:10:09.335Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:10:09.335Z] Removing intermediate container 2ef605d214d6 [2021-02-25T15:10:09.335Z] ---> 6ca1f450cc5a [2021-02-25T15:10:09.335Z] Step 15/23 : WORKDIR / [2021-02-25T15:10:09.819Z] Removing intermediate container 788e8d64797a [2021-02-25T15:10:09.819Z] ---> 3d83a42ce9ca [2021-02-25T15:10:09.819Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T15:10:09.819Z] Removing intermediate container fd7176f6ca17 [2021-02-25T15:10:09.819Z] ---> f962cd2a2a5c [2021-02-25T15:10:09.819Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T15:10:10.265Z] ---> Running in e3be45296d0c [2021-02-25T15:10:10.265Z] ---> Running in a6a6536385e9 [2021-02-25T15:10:12.495Z] Removing intermediate container a6a6536385e9 [2021-02-25T15:10:12.495Z] ---> cc7ec4ffdbb5 [2021-02-25T15:10:12.495Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:10:12.825Z] Removing intermediate container e3be45296d0c [2021-02-25T15:10:12.825Z] ---> 55b35b888ef0 [2021-02-25T15:10:12.825Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:10:12.825Z] ---> 8a8337425df5 [2021-02-25T15:10:12.825Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T15:10:13.455Z] ---> 7f150b9995c6 [2021-02-25T15:10:13.455Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T15:10:14.777Z] ---> d273f1caa51c [2021-02-25T15:10:14.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T15:10:15.138Z] ---> 256aa505f6fd [2021-02-25T15:10:15.138Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T15:10:16.072Z] ---> a13aecc878e8 [2021-02-25T15:10:16.072Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T15:10:16.407Z] ---> 144d5e075613 [2021-02-25T15:10:16.407Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T15:10:18.070Z] ---> 7e54d3e76201 [2021-02-25T15:10:18.070Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T15:10:18.070Z] ---> 8bc4f6e46287 [2021-02-25T15:10:18.070Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T15:10:18.447Z] ---> 25c4953d337b [2021-02-25T15:10:18.447Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T15:10:18.447Z] ---> e4677c60a7a3 [2021-02-25T15:10:18.447Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T15:10:18.447Z] ---> Running in 89fbc42c2560 [2021-02-25T15:10:18.447Z] ---> Running in 0ff25fed1270 [2021-02-25T15:10:18.764Z] ---> 871aca2799dc [2021-02-25T15:10:18.764Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T15:10:19.100Z] ---> 4268bdbbe42f [2021-02-25T15:10:19.100Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T15:10:19.100Z] Removing intermediate container 89fbc42c2560 [2021-02-25T15:10:19.100Z] ---> 286c91e9cad4 [2021-02-25T15:10:19.100Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:10:19.100Z] Removing intermediate container 0ff25fed1270 [2021-02-25T15:10:19.100Z] ---> 0ccf1b3f71d7 [2021-02-25T15:10:19.100Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T15:10:19.100Z] ---> Running in f4731bd1c3fe [2021-02-25T15:10:19.100Z] ---> Running in d2691b8bbcc7 [2021-02-25T15:10:19.100Z] ---> Running in 4268309416f0 [2021-02-25T15:10:19.100Z] ---> Running in 0132248b42ba [2021-02-25T15:10:19.550Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T15:10:19.550Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T15:10:19.550Z] ---> aefe523efa57 [2021-02-25T15:10:19.550Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T15:10:20.755Z] ---> Running in 30fc495d0ad6 [2021-02-25T15:10:20.755Z] Removing intermediate container d2691b8bbcc7 [2021-02-25T15:10:20.755Z] ---> 20c256bb5745 [2021-02-25T15:10:20.755Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T15:10:21.065Z] Removing intermediate container f4731bd1c3fe [2021-02-25T15:10:21.065Z] ---> 5c72caf3cbec [2021-02-25T15:10:21.065Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:10:21.065Z] Removing intermediate container 0132248b42ba [2021-02-25T15:10:21.065Z] ---> 7ca0fc7593f5 [2021-02-25T15:10:21.065Z] Step 19/21 : LABEL arch=x86_64 [2021-02-25T15:10:21.065Z] Removing intermediate container 4268309416f0 [2021-02-25T15:10:21.065Z] ---> 8de4cf25a829 [2021-02-25T15:10:21.065Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:10:21.065Z] ---> Running in 81a4984b4ca5 [2021-02-25T15:10:21.381Z] ---> Running in 793ca2c8bd76 [2021-02-25T15:10:21.381Z] ---> Running in 5c125a8582b5 [2021-02-25T15:10:21.381Z] ---> Running in 60c55628c64f [2021-02-25T15:10:21.679Z] Removing intermediate container 793ca2c8bd76 [2021-02-25T15:10:21.679Z] ---> 43d26f546fe7 [2021-02-25T15:10:21.679Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T15:10:21.950Z] Removing intermediate container 81a4984b4ca5 [2021-02-25T15:10:21.950Z] ---> df7601439951 [2021-02-25T15:10:21.950Z] Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:10:21.950Z] Removing intermediate container 5c125a8582b5 [2021-02-25T15:10:21.950Z] ---> 530bd9acc63f [2021-02-25T15:10:21.950Z] Step 20/21 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:10:21.950Z] Removing intermediate container 60c55628c64f [2021-02-25T15:10:21.950Z] ---> dd5ace6b9308 [2021-02-25T15:10:21.950Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T15:10:21.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:10:22.552Z] ---> Running in c9f2e7fe4035 [2021-02-25T15:10:22.552Z] ---> Running in 10f8f56c6e4a [2021-02-25T15:10:23.170Z] ---> Running in 5f2c4c41b149 [2021-02-25T15:10:23.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:10:23.170Z] ---> Running in a06840db93fa [2021-02-25T15:10:23.797Z] Removing intermediate container c9f2e7fe4035 [2021-02-25T15:10:23.797Z] ---> 65737254cca7 [2021-02-25T15:10:23.797Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T15:10:23.797Z] Removing intermediate container 10f8f56c6e4a [2021-02-25T15:10:23.797Z] ---> 8c493a257aa6 [2021-02-25T15:10:23.797Z] Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:10:23.797Z] Removing intermediate container 5f2c4c41b149 [2021-02-25T15:10:23.797Z] ---> aba860ba3a60 [2021-02-25T15:10:23.797Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T15:10:24.129Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T15:10:24.129Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T15:10:24.129Z] ---> Running in 19c308b302b8 [2021-02-25T15:10:24.129Z] ---> Running in 0e89f8d86b11 [2021-02-25T15:10:24.129Z] ---> Running in 8c341ee61e68 [2021-02-25T15:10:24.129Z] Removing intermediate container a06840db93fa [2021-02-25T15:10:24.129Z] ---> 27ed0032d966 [2021-02-25T15:10:24.129Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:10:24.129Z] Executing bash-5.0.17-r0.post-install [2021-02-25T15:10:24.129Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:10:24.129Z] OK: 12 MiB in 22 packages [2021-02-25T15:10:24.614Z] ---> Running in 47c2a1091071 [2021-02-25T15:10:24.614Z] Removing intermediate container 19c308b302b8 [2021-02-25T15:10:24.614Z] ---> a47342e90905 [2021-02-25T15:10:24.614Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T15:10:24.942Z] Removing intermediate container 0e89f8d86b11 [2021-02-25T15:10:24.942Z] ---> ddc47484751d [2021-02-25T15:10:24.942Z] [2021-02-25T15:10:24.942Z] Removing intermediate container 8c341ee61e68 [2021-02-25T15:10:24.942Z] ---> b201a91a19c0 [2021-02-25T15:10:24.942Z] [2021-02-25T15:10:25.314Z] ---> Running in d1b5926f702a [2021-02-25T15:10:25.314Z] Removing intermediate container 47c2a1091071 [2021-02-25T15:10:25.314Z] ---> 83cf498012e8 [2021-02-25T15:10:25.314Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:10:25.949Z] ---> Running in 554e9c86a534 [2021-02-25T15:10:25.949Z] Successfully built b201a91a19c0 [2021-02-25T15:10:25.949Z] Successfully built ddc47484751d [2021-02-25T15:10:26.260Z] Removing intermediate container d1b5926f702a [2021-02-25T15:10:26.260Z] ---> 3fc38021b598 [2021-02-25T15:10:26.260Z] [2021-02-25T15:10:26.260Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-25T15:10:26.260Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-25T15:10:26.260Z] Building docker-core-command-go [2021-02-25T15:10:26.260Z]  Building docker-support-scheduler-go ... done  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-25T15:10:26.260Z] Removing intermediate container 30fc495d0ad6 [2021-02-25T15:10:26.260Z] ---> 1105cf52329c [2021-02-25T15:10:26.260Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T15:10:26.891Z] Removing intermediate container 554e9c86a534 [2021-02-25T15:10:26.891Z] ---> 832cbd3a51cb [2021-02-25T15:10:26.891Z] [2021-02-25T15:10:26.891Z] ---> Running in bb2714568fe3 [2021-02-25T15:10:26.891Z] Successfully built 3fc38021b598 [2021-02-25T15:10:27.239Z] Successfully tagged docker-support-notifications-go:latest [2021-02-25T15:10:27.239Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-25T15:10:27.239Z] Removing intermediate container bb2714568fe3 [2021-02-25T15:10:27.239Z] ---> 080079baab7f [2021-02-25T15:10:27.239Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T15:10:27.513Z] ---> Running in 962afa73d8a3 [2021-02-25T15:10:27.513Z] Successfully built 832cbd3a51cb [2021-02-25T15:10:27.513Z] Successfully tagged docker-core-metadata-go:latest [2021-02-25T15:10:27.513Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-02-25T15:10:27.833Z] Removing intermediate container 962afa73d8a3 [2021-02-25T15:10:27.833Z] ---> aa54dc7e7f19 [2021-02-25T15:10:27.833Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T15:10:28.157Z] ---> Running in 24634034c6c7 [2021-02-25T15:10:28.454Z] Removing intermediate container 24634034c6c7 [2021-02-25T15:10:28.454Z] ---> 232d30bd0236 [2021-02-25T15:10:28.454Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T15:10:36.359Z] ---> 8671ddbc51d1 [2021-02-25T15:10:36.359Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T15:10:38.089Z] ---> 31f3bca9ff35 [2021-02-25T15:10:38.089Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T15:10:39.018Z] ---> 4c5316e40825 [2021-02-25T15:10:39.018Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T15:10:39.018Z] ---> Running in ce77776ced9a [2021-02-25T15:10:42.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-25T15:10:42.794Z] 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-25T15:10:42.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:10:45.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:10:47.779Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T15:10:47.779Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T15:10:47.779Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T15:10:47.779Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T15:10:48.379Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T15:10:48.379Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T15:10:49.567Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T15:11:01.121Z] Removing intermediate container 042eb4e2f8f1 [2021-02-25T15:11:01.121Z] ---> 81aa1ec800a5 [2021-02-25T15:11:01.121Z] [2021-02-25T15:11:01.121Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T15:11:01.121Z] ---> d10569e2745f [2021-02-25T15:11:01.121Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T15:11:01.121Z] Removing intermediate container ae7bd32a5c2a [2021-02-25T15:11:01.121Z] ---> 4769b16f5e56 [2021-02-25T15:11:01.121Z] [2021-02-25T15:11:01.121Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T15:11:01.121Z] ---> d10569e2745f [2021-02-25T15:11:01.121Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T15:11:01.121Z] ---> Running in 350212a0ca0c [2021-02-25T15:11:01.121Z] ---> Running in a23131b43fb2 [2021-02-25T15:11:01.176Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T15:11:01.176Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T15:11:01.176Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T15:11:01.176Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T15:11:01.176Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T15:11:01.176Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T15:11:01.647Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T15:11:01.647Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T15:11:01.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:01.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:01.957Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T15:11:01.957Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T15:11:02.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:02.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:02.246Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T15:11:02.247Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T15:11:02.523Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T15:11:02.523Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T15:11:02.523Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T15:11:02.603Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T15:11:02.604Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T15:11:02.604Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:11:02.604Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T15:11:02.604Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T15:11:02.604Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T15:11:02.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:11:02.604Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:11:02.604Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:11:02.604Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T15:11:02.604Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T15:11:02.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:11:02.604Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:11:02.802Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T15:11:02.879Z] OK: 7 MiB in 18 packages [2021-02-25T15:11:03.108Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T15:11:03.109Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T15:11:03.159Z] OK: 7 MiB in 19 packages [2021-02-25T15:11:03.664Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T15:11:04.711Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T15:11:04.711Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T15:11:04.711Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T15:11:04.711Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T15:11:04.711Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T15:11:04.711Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T15:11:04.711Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T15:11:05.491Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:11:05.491Z] OK: 71 MiB in 55 packages [2021-02-25T15:11:06.759Z] Removing intermediate container a23131b43fb2 [2021-02-25T15:11:06.759Z] ---> 5897f23488b8 [2021-02-25T15:11:06.759Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T15:11:06.759Z] Removing intermediate container 350212a0ca0c [2021-02-25T15:11:06.759Z] ---> 1a398025155f [2021-02-25T15:11:06.759Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T15:11:07.051Z] ---> Running in d22473773686 [2021-02-25T15:11:07.051Z] ---> Running in c96fefedd7fd [2021-02-25T15:11:08.087Z] Removing intermediate container d22473773686 [2021-02-25T15:11:08.087Z] Removing intermediate container c96fefedd7fd [2021-02-25T15:11:08.087Z] ---> 69678987aa44 [2021-02-25T15:11:08.087Z] Step 13/24 : WORKDIR / [2021-02-25T15:11:08.087Z] ---> 4b8ce0600cab [2021-02-25T15:11:08.087Z] Step 13/21 : WORKDIR /edgex [2021-02-25T15:11:08.363Z] ---> Running in ad754ea26436 [2021-02-25T15:11:08.363Z] ---> Running in b6023fac2d4a [2021-02-25T15:11:09.350Z] Removing intermediate container ad754ea26436 [2021-02-25T15:11:09.350Z] ---> aef7becb6fcc [2021-02-25T15:11:09.350Z] 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-25T15:11:09.350Z] Removing intermediate container b6023fac2d4a [2021-02-25T15:11:09.350Z] ---> e5aceed5a1e3 [2021-02-25T15:11:09.350Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T15:11:10.334Z] ---> fc333fb4a4f5 [2021-02-25T15:11:10.334Z] 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-25T15:11:10.627Z] ---> 7ace7da5ba58 [2021-02-25T15:11:10.627Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T15:11:12.645Z] ---> e532801e40f9 [2021-02-25T15:11:12.645Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T15:11:12.921Z] ---> 581766512acb [2021-02-25T15:11:12.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T15:11:13.533Z] Removing intermediate container 14c90b5d900e [2021-02-25T15:11:13.533Z] ---> f10ad12f7fed [2021-02-25T15:11:13.533Z] [2021-02-25T15:11:13.533Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:11:13.533Z] ---> d10569e2745f [2021-02-25T15:11:13.533Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T15:11:13.533Z] ---> Using cache [2021-02-25T15:11:13.533Z] ---> 83468a90c805 [2021-02-25T15:11:13.533Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:11:13.533Z] ---> Using cache [2021-02-25T15:11:13.533Z] ---> a6226d245fb5 [2021-02-25T15:11:13.533Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T15:11:13.805Z] ---> 535e5fe63eac [2021-02-25T15:11:13.805Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T15:11:14.402Z] ---> Running in ba39ee2b95e5 [2021-02-25T15:11:14.675Z] ---> 03f0e82dc3b8 [2021-02-25T15:11:14.675Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T15:11:15.286Z] ---> Running in b12c5b0c41b2 [2021-02-25T15:11:15.286Z] Removing intermediate container ba39ee2b95e5 [2021-02-25T15:11:15.286Z] ---> bf43dbf0f9fd [2021-02-25T15:11:15.286Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T15:11:15.286Z] ---> 5cdaae71b5d6 [2021-02-25T15:11:15.286Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T15:11:15.564Z] ---> Running in 003f4443ba80 [2021-02-25T15:11:15.841Z] Removing intermediate container c2da3f5d30b5 [2021-02-25T15:11:15.841Z] ---> 07230b2cb086 [2021-02-25T15:11:15.841Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T15:11:15.841Z] Removing intermediate container b12c5b0c41b2 [2021-02-25T15:11:15.841Z] ---> 76d0079cc82c [2021-02-25T15:11:15.841Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T15:11:16.119Z] ---> Running in 47831302219d [2021-02-25T15:11:16.119Z] ---> Running in 014a04664cb3 [2021-02-25T15:11:16.119Z] Removing intermediate container 003f4443ba80 [2021-02-25T15:11:16.119Z] ---> 7939f63e1418 [2021-02-25T15:11:16.119Z] Step 15/23 : WORKDIR / [2021-02-25T15:11:16.400Z] ---> Running in 63888f42e6d8 [2021-02-25T15:11:16.998Z] ---> f17ac31a7d2f [2021-02-25T15:11:16.998Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T15:11:16.998Z] Removing intermediate container 014a04664cb3 [2021-02-25T15:11:16.998Z] ---> fd97102889ed [2021-02-25T15:11:16.998Z] Step 19/21 : LABEL arch=arm64 [2021-02-25T15:11:17.272Z] Removing intermediate container 63888f42e6d8 [2021-02-25T15:11:17.272Z] ---> 35943bf01274 [2021-02-25T15:11:17.272Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:11:17.272Z] ---> Running in 894d9c475eb7 [2021-02-25T15:11:17.548Z] 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-25T15:11:18.153Z] Removing intermediate container 894d9c475eb7 [2021-02-25T15:11:18.153Z] ---> c0dbace329e7 [2021-02-25T15:11:18.153Z] Step 20/21 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:11:18.153Z] ---> da03333efef2 [2021-02-25T15:11:18.153Z] 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-25T15:11:18.153Z] ---> Running in 5c25ef4b4634 [2021-02-25T15:11:18.425Z] ---> Running in 3ddef2603861 [2021-02-25T15:11:18.425Z] ---> 8ab0a35776cc [2021-02-25T15:11:18.425Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T15:11:19.017Z] Removing intermediate container 5c25ef4b4634 [2021-02-25T15:11:19.017Z] ---> 3e5ec443de32 [2021-02-25T15:11:19.017Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T15:11:19.296Z] ---> Running in 84f183f3ab73 [2021-02-25T15:11:19.903Z] Removing intermediate container 84f183f3ab73 [2021-02-25T15:11:19.903Z] ---> 8bc8e8aaae1a [2021-02-25T15:11:19.903Z] [2021-02-25T15:11:20.188Z] ---> a54a96b30183 [2021-02-25T15:11:20.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T15:11:20.463Z] Successfully built 8bc8e8aaae1a [2021-02-25T15:11:20.463Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-25T15:11:21.060Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 47831302219d [2021-02-25T15:11:21.060Z] ---> 2807b590553d [2021-02-25T15:11:21.060Z] [2021-02-25T15:11:21.060Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T15:11:21.334Z] 20.10.0: Pulling from library/docker [2021-02-25T15:11:21.334Z] ---> cd34052852f2 [2021-02-25T15:11:21.334Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T15:11:21.334Z] ---> Running in 8d99ab1c10af [2021-02-25T15:11:21.334Z] Removing intermediate container 3ddef2603861 [2021-02-25T15:11:21.334Z] ---> be5cb0dfe544 [2021-02-25T15:11:21.334Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T15:11:21.605Z] ---> Running in 3bb8a460f3c9 [2021-02-25T15:11:21.889Z] Removing intermediate container 8d99ab1c10af [2021-02-25T15:11:21.889Z] ---> 424ddee746d4 [2021-02-25T15:11:21.889Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:11:22.163Z] ---> Running in a006535fb73e [2021-02-25T15:11:22.446Z] Removing intermediate container 3bb8a460f3c9 [2021-02-25T15:11:22.446Z] ---> a5d72bec6151 [2021-02-25T15:11:22.446Z] Step 22/24 : LABEL arch=arm64 [2021-02-25T15:11:23.046Z] ---> Running in 9d3c7a33eb33 [2021-02-25T15:11:23.318Z] Removing intermediate container a006535fb73e [2021-02-25T15:11:23.318Z] ---> 55d847af45fd [2021-02-25T15:11:23.318Z] Step 21/23 : LABEL arch=arm64 [2021-02-25T15:11:23.910Z] ---> Running in 8dd8f87f967a [2021-02-25T15:11:23.910Z] Removing intermediate container 9d3c7a33eb33 [2021-02-25T15:11:23.910Z] ---> f5c810b07e83 [2021-02-25T15:11:23.910Z] Step 23/24 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:11:24.193Z] ---> Running in a9e9472e003b [2021-02-25T15:11:24.193Z] Removing intermediate container 8dd8f87f967a [2021-02-25T15:11:24.193Z] ---> a591f1d5d2ad [2021-02-25T15:11:24.193Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:11:24.783Z] ---> Running in ab8111848061 [2021-02-25T15:11:24.783Z] Removing intermediate container a9e9472e003b [2021-02-25T15:11:24.783Z] ---> 3e77b8433eed [2021-02-25T15:11:25.054Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T15:11:25.695Z] ---> Running in 5a0eff39ac68 [2021-02-25T15:11:25.695Z] Removing intermediate container ab8111848061 [2021-02-25T15:11:25.695Z] ---> bd0333e978a4 [2021-02-25T15:11:25.695Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:11:26.286Z] ---> Running in 601f3c05d40e [2021-02-25T15:11:26.557Z] Removing intermediate container 5a0eff39ac68 [2021-02-25T15:11:26.557Z] ---> a34771015976 [2021-02-25T15:11:26.557Z] [2021-02-25T15:11:26.828Z] Successfully built a34771015976 [2021-02-25T15:11:27.099Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-25T15:11:27.099Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 601f3c05d40e [2021-02-25T15:11:27.099Z] ---> a0187837ef1e [2021-02-25T15:11:27.099Z] [2021-02-25T15:11:27.369Z] Successfully built a0187837ef1e [2021-02-25T15:11:27.369Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-25T15:11:29.341Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T15:11:29.341Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T15:11:29.341Z] ---> eeaf43b92773 [2021-02-25T15:11:29.341Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T15:11:29.943Z] ---> Running in a7d2127b099e [2021-02-25T15:11:31.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:31.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:31.649Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T15:11:31.649Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T15:11:31.918Z] Executing bash-5.0.17-r0.post-install [2021-02-25T15:11:31.918Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:11:31.918Z] OK: 12 MiB in 22 packages [2021-02-25T15:11:33.350Z] Removing intermediate container a7d2127b099e [2021-02-25T15:11:33.350Z] ---> 214a8183f9b7 [2021-02-25T15:11:33.350Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T15:11:33.350Z] ---> Running in 56fa192da2e7 [2021-02-25T15:11:33.630Z] Removing intermediate container 56fa192da2e7 [2021-02-25T15:11:33.630Z] ---> 46eac7391549 [2021-02-25T15:11:33.630Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T15:11:33.630Z] ---> Running in 6685e643715f [2021-02-25T15:11:34.227Z] Removing intermediate container 6685e643715f [2021-02-25T15:11:34.227Z] ---> 603241ffcc8e [2021-02-25T15:11:34.227Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T15:11:34.227Z] ---> Running in 0415adb0eab6 [2021-02-25T15:11:34.822Z] Removing intermediate container 0415adb0eab6 [2021-02-25T15:11:34.822Z] ---> 8f36369c955a [2021-02-25T15:11:34.822Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T15:11:35.798Z] ---> 434e151cd8b4 [2021-02-25T15:11:35.798Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T15:11:36.776Z] ---> ea6cf750ddea [2021-02-25T15:11:36.776Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T15:11:37.370Z] ---> 7fa0d75bb87f [2021-02-25T15:11:37.370Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T15:11:37.645Z] ---> Running in a14123e8088d [2021-02-25T15:11:38.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:38.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:11:39.224Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T15:11:39.224Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T15:11:39.224Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T15:11:39.224Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T15:11:39.224Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T15:11:39.224Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T15:11:39.224Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T15:11:41.185Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T15:11:41.185Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T15:11:41.185Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T15:11:41.185Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T15:11:41.185Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T15:11:41.185Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T15:11:41.185Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T15:11:41.185Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T15:11:41.185Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T15:11:41.185Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T15:11:41.185Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T15:11:41.185Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T15:11:41.185Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T15:11:41.185Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T15:11:41.185Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T15:11:41.185Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T15:11:41.185Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T15:11:41.185Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T15:11:41.185Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T15:11:41.185Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T15:11:41.185Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T15:11:41.185Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T15:11:41.185Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T15:11:41.185Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T15:11:41.185Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T15:11:41.185Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T15:11:41.457Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:11:41.457Z] OK: 71 MiB in 55 packages [2021-02-25T15:11:48.191Z] Removing intermediate container a14123e8088d [2021-02-25T15:11:48.191Z] ---> 93be8cf76b3c [2021-02-25T15:11:48.191Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T15:11:48.191Z] ---> Running in 1e0ab4a8f7d9 [2021-02-25T15:11:52.474Z] Collecting docker-compose==1.23.2 [2021-02-25T15:11:52.474Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T15:11:52.744Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T15:11:52.744Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T15:11:54.706Z] 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-25T15:11:54.706Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T15:11:54.706Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T15:11:54.976Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T15:11:54.976Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T15:11:55.567Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T15:11:55.567Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T15:11:56.535Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T15:11:56.535Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T15:11:57.125Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T15:11:57.125Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T15:11:59.089Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T15:11:59.089Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T15:12:00.059Z] Collecting PyYAML<4,>=3.10 [2021-02-25T15:12:00.059Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T15:12:03.420Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T15:12:03.420Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T15:12:04.843Z] 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-25T15:12:04.843Z] 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-25T15:12:04.843Z] Collecting idna<2.8,>=2.5 [2021-02-25T15:12:04.843Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T15:12:05.432Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T15:12:05.432Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T15:12:05.703Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T15:12:05.703Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T15:12:05.703Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T15:12:05.703Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T15:12:05.703Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T15:12:05.703Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T15:12:06.719Z] Installing collected packages: dockerpty, cached-property, jsonschema, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-02-25T15:12:06.719Z] Running setup.py install for dockerpty: started [2021-02-25T15:12:08.699Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T15:12:09.292Z] Attempting uninstall: idna [2021-02-25T15:12:09.292Z] Found existing installation: idna 2.9 [2021-02-25T15:12:09.292Z] Uninstalling idna-2.9: [2021-02-25T15:12:09.292Z] Successfully uninstalled idna-2.9 [2021-02-25T15:12:09.885Z] Attempting uninstall: urllib3 [2021-02-25T15:12:09.885Z] Found existing installation: urllib3 1.25.9 [2021-02-25T15:12:10.156Z] Uninstalling urllib3-1.25.9: [2021-02-25T15:12:10.156Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T15:12:10.745Z] Attempting uninstall: requests [2021-02-25T15:12:10.745Z] Found existing installation: requests 2.23.0 [2021-02-25T15:12:10.745Z] Uninstalling requests-2.23.0: [2021-02-25T15:12:10.745Z] Successfully uninstalled requests-2.23.0 [2021-02-25T15:12:11.017Z] Running setup.py install for texttable: started [2021-02-25T15:12:13.000Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T15:12:13.593Z] Running setup.py install for PyYAML: started [2021-02-25T15:12:15.559Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T15:12:15.559Z] Running setup.py install for docopt: started [2021-02-25T15:12:17.522Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T15:12:18.114Z] 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-25T15:12:21.487Z] Removing intermediate container 1e0ab4a8f7d9 [2021-02-25T15:12:21.487Z] ---> bdde0199b547 [2021-02-25T15:12:21.487Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T15:12:21.487Z] ---> Running in 786bdf82f53c [2021-02-25T15:12:22.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-25T15:12:22.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-25T15:12:23.193Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:12:23.193Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T15:12:23.193Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T15:12:23.464Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:12:23.464Z] OK: 71 MiB in 58 packages [2021-02-25T15:12:24.448Z] Removing intermediate container 786bdf82f53c [2021-02-25T15:12:24.448Z] ---> b30004ded5d5 [2021-02-25T15:12:24.448Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T15:12:24.720Z] ---> Running in 058b1b84d838 [2021-02-25T15:12:25.313Z] Removing intermediate container 058b1b84d838 [2021-02-25T15:12:25.313Z] ---> 30351af766e2 [2021-02-25T15:12:25.313Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:12:25.313Z] ---> Running in b4fb4a5de9d4 [2021-02-25T15:12:25.908Z] Removing intermediate container b4fb4a5de9d4 [2021-02-25T15:12:25.908Z] ---> 8325cb4082b4 [2021-02-25T15:12:25.908Z] Step 24/26 : LABEL arch=arm64 [2021-02-25T15:12:25.908Z] ---> Running in f3434cb7d8bd [2021-02-25T15:12:26.500Z] Removing intermediate container f3434cb7d8bd [2021-02-25T15:12:26.500Z] ---> 71f2979591ec [2021-02-25T15:12:26.500Z] Step 25/26 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:12:26.500Z] ---> Running in adb92e8bd43d [2021-02-25T15:12:27.093Z] Removing intermediate container adb92e8bd43d [2021-02-25T15:12:27.093Z] ---> bad91694f5a7 [2021-02-25T15:12:27.093Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T15:12:27.093Z] ---> Running in 57674e46f878 [2021-02-25T15:12:27.695Z] Removing intermediate container 57674e46f878 [2021-02-25T15:12:27.695Z] ---> 84dab5381215 [2021-02-25T15:12:27.695Z] [2021-02-25T15:12:27.967Z] Successfully built 84dab5381215 [2021-02-25T15:12:27.967Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-25T15:12:28.256Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T15:12:28.239Z] $ docker stop --time=1 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 [2021-02-25T15:12:30.188Z] $ docker rm -f 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 [2021-02-25T15:12:30.326Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:12:30.326Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:12:30.326Z] ---> 8e9abdfe1cd5 [2021-02-25T15:12:30.326Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 7bffcde1e147 [2021-02-25T15:12:30.326Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 54980aa296fc [2021-02-25T15:12:30.326Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> ce2e859e2cde [2021-02-25T15:12:30.326Z] Step 6/24 : COPY go.mod . [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> c336ac9255b9 [2021-02-25T15:12:30.326Z] Step 7/24 : RUN go mod download [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 59c2da7f280e [2021-02-25T15:12:30.326Z] Step 8/24 : COPY . . [2021-02-25T15:12:30.326Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:12:30.326Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:12:30.326Z] ---> 8e9abdfe1cd5 [2021-02-25T15:12:30.326Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 7bffcde1e147 [2021-02-25T15:12:30.326Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 54980aa296fc [2021-02-25T15:12:30.326Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> ce2e859e2cde [2021-02-25T15:12:30.326Z] Step 6/30 : COPY go.mod . [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> c336ac9255b9 [2021-02-25T15:12:30.326Z] Step 7/30 : RUN go mod download [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 59c2da7f280e [2021-02-25T15:12:30.326Z] Step 8/30 : COPY . . [2021-02-25T15:12:30.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:12:30.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:12:30.326Z] ---> 8e9abdfe1cd5 [2021-02-25T15:12:30.326Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 7bffcde1e147 [2021-02-25T15:12:30.326Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 54980aa296fc [2021-02-25T15:12:30.326Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 16dd97fa4b99 [2021-02-25T15:12:30.326Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 16dd97fa4b99 [2021-02-25T15:12:30.326Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T15:12:30.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T15:12:30.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T15:12:30.326Z] ---> 8e9abdfe1cd5 [2021-02-25T15:12:30.326Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 7bffcde1e147 [2021-02-25T15:12:30.326Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 54980aa296fc [2021-02-25T15:12:30.326Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> ce2e859e2cde [2021-02-25T15:12:30.326Z] Step 6/23 : COPY go.mod . [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> c336ac9255b9 [2021-02-25T15:12:30.326Z] Step 7/23 : RUN go mod download [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 59c2da7f280e [2021-02-25T15:12:30.326Z] Step 8/23 : COPY . . [2021-02-25T15:12:30.326Z] ---> Using cache [2021-02-25T15:12:30.326Z] ---> 16dd97fa4b99 [2021-02-25T15:12:30.326Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T15:12:30.326Z] ---> Running in 698c92029f7b [2021-02-25T15:12:30.326Z] ---> Running in c7d8cf8e3aef [2021-02-25T15:12:30.326Z] ---> Running in d463e3f8c397 [2021-02-25T15:12:30.326Z] ---> Running in 2abb016d4551 [2021-02-25T15:12:30.326Z] 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-25T15:12:30.326Z] 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-25T15:12:30.326Z] 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-25T15:12:30.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:12:30.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T15:12:30.891Z] + + grep dockerdocker [2021-02-25T15:12:30.891Z] images [2021-02-25T15:12:31.002Z] OK: 233 MiB in 51 packages [2021-02-25T15:12:31.161Z] docker-sys-mgmt-agent-go-arm64 latest 84dab5381215 3 seconds ago 300MB [2021-02-25T15:12:31.161Z] docker-core-metadata-go-arm64 latest a0187837ef1e About a minute ago 17.9MB [2021-02-25T15:12:31.161Z] docker-security-secretstore-setup-go-arm64 latest a34771015976 About a minute ago 23.7MB [2021-02-25T15:12:31.161Z] docker-security-proxy-setup-go-arm64 latest 8bc8e8aaae1a About a minute ago 23.4MB [2021-02-25T15:12:31.161Z] docker-core-data-go-arm64 latest 60ca3cb59b04 3 minutes ago 21.1MB [2021-02-25T15:12:31.161Z] docker-core-command-go-arm64 latest 1782e697adc2 3 minutes ago 16.2MB [2021-02-25T15:12:31.161Z] docker-security-bootstrapper-go-arm64 latest 69a9c9e5cec9 4 minutes ago 17.3MB [2021-02-25T15:12:31.161Z] docker-support-scheduler-go-arm64 latest f79fc62364c6 4 minutes ago 16.3MB [2021-02-25T15:12:31.161Z] docker-support-notifications-go-arm64 latest f97499f63785 4 minutes ago 16.8MB [2021-02-25T15:12:31.161Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:12:32.253Z] ---> job-cost.sh [2021-02-25T15:12:32.253Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6m8Q [2021-02-25T15:12:39.628Z] Removing intermediate container d463e3f8c397 [2021-02-25T15:12:39.628Z] ---> 3cc6badadc14 [2021-02-25T15:12:39.628Z] Step 6/23 : COPY go.mod . [2021-02-25T15:12:40.935Z] ---> 50f8be99e01e [2021-02-25T15:12:40.935Z] Step 7/23 : RUN go mod download [2021-02-25T15:12:42.010Z] ---> Running in 18d9bd3f7709 [2021-02-25T15:12:59.106Z] Removing intermediate container 18d9bd3f7709 [2021-02-25T15:12:59.106Z] ---> 7bcb0732f4f9 [2021-02-25T15:12:59.106Z] Step 8/23 : COPY . . [2021-02-25T15:13:11.209Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-25T15:13:40.015Z] Removing intermediate container ce77776ced9a [2021-02-25T15:13:40.016Z] ---> 9b2ba034a685 [2021-02-25T15:13:40.016Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T15:13:40.016Z] ---> Running in 5988b1b82d71 [2021-02-25T15:13:46.576Z] 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-25T15:14:10.815Z] Removing intermediate container 2abb016d4551 [2021-02-25T15:14:10.815Z] ---> 2d58056f26e8 [2021-02-25T15:14:10.815Z] [2021-02-25T15:14:10.815Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T15:14:10.815Z] ---> 88dd2752d2ea [2021-02-25T15:14:10.815Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T15:14:10.815Z] ---> Running in 527a65dd8e20 [2021-02-25T15:14:10.815Z] Removing intermediate container c7d8cf8e3aef [2021-02-25T15:14:10.815Z] ---> 0f8c6774fd26 [2021-02-25T15:14:10.815Z] [2021-02-25T15:14:10.815Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:14:10.815Z] ---> 88dd2752d2ea [2021-02-25T15:14:10.815Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T15:14:10.815Z] ---> Using cache [2021-02-25T15:14:10.815Z] ---> f23f91be6651 [2021-02-25T15:14:10.815Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T15:14:10.815Z] ---> Using cache [2021-02-25T15:14:10.815Z] ---> f4ca085f7760 [2021-02-25T15:14:10.815Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T15:14:13.017Z] ---> Running in fc0799760106 [2021-02-25T15:14:15.374Z] Removing intermediate container 527a65dd8e20 [2021-02-25T15:14:15.374Z] ---> 3e6e66f2bb3e [2021-02-25T15:14:15.374Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T15:14:16.023Z] Removing intermediate container fc0799760106 [2021-02-25T15:14:16.023Z] ---> 53025e18ce39 [2021-02-25T15:14:16.023Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T15:14:17.758Z] ---> Running in 8ca358c3f6f5 [2021-02-25T15:14:18.199Z] ---> Running in d3f3f3654d34 [2021-02-25T15:14:19.974Z] Removing intermediate container d3f3f3654d34 [2021-02-25T15:14:19.974Z] ---> d5de920aaff9 [2021-02-25T15:14:19.974Z] Step 15/23 : WORKDIR / [2021-02-25T15:14:20.273Z] ---> Running in 63a451012103 [2021-02-25T15:14:23.341Z] Collecting docker-compose==1.23.2 [2021-02-25T15:14:23.341Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T15:14:23.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:14:24.444Z] Collecting PyYAML<4,>=3.10 [2021-02-25T15:14:24.444Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T15:14:24.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:14:25.075Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T15:14:25.075Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T15:14:25.075Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:14:25.577Z] Removing intermediate container 63a451012103 [2021-02-25T15:14:25.577Z] ---> 554afc014762 [2021-02-25T15:14:25.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:14:25.577Z] OK: 6 MiB in 16 packages [2021-02-25T15:14:30.444Z] ---> ea05ec2ada65 [2021-02-25T15:14:30.444Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T15:14:32.236Z] Removing intermediate container 8ca358c3f6f5 [2021-02-25T15:14:32.236Z] ---> c2067db647ad [2021-02-25T15:14:32.236Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T15:14:32.236Z] ---> 015e0db43ffb [2021-02-25T15:14:32.236Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T15:14:32.595Z] Removing intermediate container 698c92029f7b [2021-02-25T15:14:32.595Z] ---> 325fc8359572 [2021-02-25T15:14:32.595Z] [2021-02-25T15:14:32.595Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T15:14:32.595Z] ---> 88dd2752d2ea [2021-02-25T15:14:32.595Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T15:14:33.267Z] ---> Running in 5cc13424aeb7 [2021-02-25T15:14:33.267Z] ---> Running in 7e5f1b441f36 [2021-02-25T15:14:33.913Z] ---> 6ad04f0bb570 [2021-02-25T15:14:33.913Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T15:14:33.913Z] Removing intermediate container 5cc13424aeb7 [2021-02-25T15:14:33.913Z] ---> 6c573b6a6f95 [2021-02-25T15:14:33.913Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T15:14:34.223Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T15:14:34.223Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T15:14:34.745Z] ---> Running in 3a078a4262cf [2021-02-25T15:14:34.745Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T15:14:35.230Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T15:14:35.230Z] ---> Running in 489b8ae25e8c [2021-02-25T15:14:35.587Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T15:14:35.587Z] Removing intermediate container 3a078a4262cf [2021-02-25T15:14:35.587Z] ---> 682e53a9d2c5 [2021-02-25T15:14:35.587Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:14:35.587Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T15:14:36.737Z] Removing intermediate container 489b8ae25e8c [2021-02-25T15:14:36.737Z] ---> 5347bd0b07e8 [2021-02-25T15:14:36.737Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T15:14:36.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:14:37.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:14:37.148Z] ---> Running in ed8652f49eb3 [2021-02-25T15:14:37.515Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T15:14:37.515Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T15:14:37.515Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:14:37.515Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T15:14:38.190Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T15:14:38.191Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T15:14:38.191Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T15:14:38.191Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:14:38.191Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T15:14:38.191Z] ---> Running in 10fbba223b22 [2021-02-25T15:14:38.191Z] OK: 7 MiB in 19 packages [2021-02-25T15:14:38.950Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T15:14:38.950Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T15:14:39.571Z] Removing intermediate container ed8652f49eb3 [2021-02-25T15:14:39.571Z] ---> 025e672aff94 [2021-02-25T15:14:39.571Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T15:14:39.839Z] 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-25T15:14:40.529Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T15:14:40.529Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T15:14:40.529Z] ---> Running in cff718af745d [2021-02-25T15:14:41.358Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T15:14:41.358Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T15:14:42.463Z] ---> 3528752f5f15 [2021-02-25T15:14:42.463Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T15:14:43.572Z] Removing intermediate container cff718af745d [2021-02-25T15:14:43.572Z] ---> 822c3cb1467b [2021-02-25T15:14:43.572Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:14:43.572Z] ---> Running in 6f583842c0b5 [2021-02-25T15:14:43.853Z] Removing intermediate container 7e5f1b441f36 [2021-02-25T15:14:43.853Z] ---> 1e1991c1957d [2021-02-25T15:14:43.853Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T15:14:43.853Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T15:14:43.853Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T15:14:44.729Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T15:14:44.729Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T15:14:44.729Z] ---> Running in 40e834c8a520 [2021-02-25T15:14:44.729Z] ---> Running in cd6273f49322 [2021-02-25T15:14:44.729Z] 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-25T15:14:44.729Z] 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-25T15:14:45.157Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T15:14:45.157Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T15:14:45.442Z] Collecting idna<2.8,>=2.5 [2021-02-25T15:14:45.442Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T15:14:45.711Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T15:14:45.711Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T15:14:45.711Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T15:14:45.711Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T15:14:45.711Z] Removing intermediate container cd6273f49322 [2021-02-25T15:14:45.711Z] ---> 2f1c6c60f86e [2021-02-25T15:14:45.711Z] Step 13/24 : WORKDIR / [2021-02-25T15:14:45.711Z] Removing intermediate container 40e834c8a520 [2021-02-25T15:14:45.711Z] ---> 05ed675d0717 [2021-02-25T15:14:45.711Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:14:46.138Z] Installing collected packages: PyYAML, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, docopt, cached-property, docker-compose [2021-02-25T15:14:46.138Z] Running setup.py install for PyYAML: started [2021-02-25T15:14:46.138Z] ---> Running in 24104d681135 [2021-02-25T15:14:46.138Z] ---> Running in de7469433909 [2021-02-25T15:14:46.138Z] Removing intermediate container 10fbba223b22 [2021-02-25T15:14:46.138Z] ---> 344f12403a57 [2021-02-25T15:14:46.138Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T15:14:46.464Z] 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-25T15:14:46.464Z] ---> Running in d335a6a1ad61 [2021-02-25T15:14:48.929Z] Removing intermediate container 24104d681135 [2021-02-25T15:14:48.929Z] ---> 5e1fcf695564 [2021-02-25T15:14:48.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-25T15:14:49.420Z] Removing intermediate container de7469433909 [2021-02-25T15:14:49.420Z] ---> c7d84fedeb5a [2021-02-25T15:14:49.420Z] [2021-02-25T15:14:49.420Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T15:14:49.755Z] Removing intermediate container d335a6a1ad61 [2021-02-25T15:14:49.755Z] ---> 240b52e86fec [2021-02-25T15:14:49.755Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T15:14:50.139Z] Attempting uninstall: urllib3 [2021-02-25T15:14:50.139Z] Found existing installation: urllib3 1.25.9 [2021-02-25T15:14:50.139Z] Uninstalling urllib3-1.25.9: [2021-02-25T15:14:50.778Z] Successfully built c7d84fedeb5a [2021-02-25T15:14:50.778Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T15:14:51.078Z] Successfully tagged docker-core-command-go:latest [2021-02-25T15:14:51.479Z]  Building docker-core-command-go ... done  ---> 5298e71600e0 [2021-02-25T15:14:51.479Z] 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-25T15:14:51.479Z] ---> e860728ecaee [2021-02-25T15:14:51.479Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T15:14:52.302Z] Attempting uninstall: idna [2021-02-25T15:14:52.302Z] Found existing installation: idna 2.9 [2021-02-25T15:14:52.302Z] Uninstalling idna-2.9: [2021-02-25T15:14:52.302Z] Successfully uninstalled idna-2.9 [2021-02-25T15:14:52.302Z] ---> Running in 9f78dd2a58da [2021-02-25T15:14:52.765Z] Attempting uninstall: requests [2021-02-25T15:14:52.765Z] Found existing installation: requests 2.23.0 [2021-02-25T15:14:52.765Z] Uninstalling requests-2.23.0: [2021-02-25T15:14:53.218Z] Successfully uninstalled requests-2.23.0 [2021-02-25T15:14:53.845Z] ---> a5a1dbc63a99 [2021-02-25T15:14:53.845Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T15:14:54.824Z] Running setup.py install for texttable: started [2021-02-25T15:14:56.259Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T15:14:56.259Z] Running setup.py install for dockerpty: started [2021-02-25T15:14:56.546Z] ---> a923bf27a7ea [2021-02-25T15:14:56.546Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T15:14:56.862Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T15:14:56.862Z] Running setup.py install for docopt: started [2021-02-25T15:14:57.754Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T15:15:00.574Z] ---> 700dc662daeb [2021-02-25T15:15:00.574Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T15:15:00.574Z] Removing intermediate container 9f78dd2a58da [2021-02-25T15:15:00.574Z] ---> 72124c0c29b7 [2021-02-25T15:15:00.574Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:15:00.574Z] 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-25T15:15:01.226Z] ---> b38b9331322b [2021-02-25T15:15:01.226Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T15:15:01.226Z] ---> 760b72604c9f [2021-02-25T15:15:01.226Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T15:15:02.670Z] ---> 0b8d7921c4f5 [2021-02-25T15:15:02.670Z] 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-25T15:15:03.153Z] ---> Running in 32fd1649dd02 [2021-02-25T15:15:06.007Z] ---> 4402a33dc396 [2021-02-25T15:15:06.007Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T15:15:08.844Z] Removing intermediate container 5988b1b82d71 [2021-02-25T15:15:08.844Z] ---> 63481ff6fa61 [2021-02-25T15:15:08.844Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T15:15:08.844Z] ---> Running in e4546a003a41 [2021-02-25T15:15:11.127Z] ---> b0daab06577a [2021-02-25T15:15:11.127Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T15:15:11.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:15:12.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:15:12.045Z] ---> a0efdc8ce68d [2021-02-25T15:15:12.045Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T15:15:12.374Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T15:15:12.374Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T15:15:12.374Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T15:15:12.655Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:15:12.944Z] OK: 72 MiB in 58 packages [2021-02-25T15:15:12.944Z] ---> Running in 31a592317b62 [2021-02-25T15:15:12.944Z] Removing intermediate container 32fd1649dd02 [2021-02-25T15:15:12.944Z] ---> 675eefed75f0 [2021-02-25T15:15:12.944Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T15:15:14.134Z] ---> Running in 406bb5bcd105 [2021-02-25T15:15:14.134Z] Removing intermediate container 31a592317b62 [2021-02-25T15:15:14.134Z] ---> 502d31ec7cd6 [2021-02-25T15:15:14.134Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T15:15:14.506Z] Removing intermediate container 406bb5bcd105 [2021-02-25T15:15:14.507Z] ---> a6c0aa157243 [2021-02-25T15:15:14.507Z] Step 22/24 : LABEL arch=x86_64 [2021-02-25T15:15:14.830Z] ---> Running in 10b9e5f1a706 [2021-02-25T15:15:14.830Z] Removing intermediate container e4546a003a41 [2021-02-25T15:15:14.830Z] ---> 884095109ad3 [2021-02-25T15:15:14.830Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T15:15:15.124Z] ---> d2547a212601 [2021-02-25T15:15:15.124Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T15:15:15.124Z] ---> Running in 456c1d6c0e23 [2021-02-25T15:15:15.124Z] ---> Running in 2f3d55f64c79 [2021-02-25T15:15:15.399Z] Removing intermediate container 10b9e5f1a706 [2021-02-25T15:15:15.399Z] ---> 88bcc760df57 [2021-02-25T15:15:15.399Z] Step 23/24 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:15:17.421Z] ---> Running in fa72d2687cf0 [2021-02-25T15:15:17.421Z] Removing intermediate container 456c1d6c0e23 [2021-02-25T15:15:17.421Z] ---> 1b9a557f5a64 [2021-02-25T15:15:17.421Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:15:17.421Z] ---> Running in d26f0e5bd307 [2021-02-25T15:15:17.421Z] Removing intermediate container fa72d2687cf0 [2021-02-25T15:15:17.421Z] ---> 69ddef589058 [2021-02-25T15:15:17.422Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T15:15:17.732Z] ---> Running in fd793f1d59c9 [2021-02-25T15:15:18.033Z] Removing intermediate container d26f0e5bd307 [2021-02-25T15:15:18.033Z] ---> 10b74764828d [2021-02-25T15:15:18.033Z] Step 24/26 : LABEL arch=x86_64 [2021-02-25T15:15:18.748Z] ---> Running in 1262d99bab37 [2021-02-25T15:15:18.748Z] Removing intermediate container 2f3d55f64c79 [2021-02-25T15:15:18.748Z] ---> fddd5cdf7562 [2021-02-25T15:15:18.748Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T15:15:18.748Z] Removing intermediate container fd793f1d59c9 [2021-02-25T15:15:18.748Z] ---> bc0780150523 [2021-02-25T15:15:18.748Z] [2021-02-25T15:15:20.375Z] Successfully built bc0780150523 [2021-02-25T15:15:20.375Z] ---> Running in b0d2b4f1eecf [2021-02-25T15:15:20.680Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-25T15:15:20.680Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1262d99bab37 [2021-02-25T15:15:20.680Z] ---> 402d6839b623 [2021-02-25T15:15:20.680Z] Step 25/26 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:15:20.985Z] ---> Running in 455cb5dbc34e [2021-02-25T15:15:20.985Z] Removing intermediate container b0d2b4f1eecf [2021-02-25T15:15:20.985Z] ---> f9ff80931482 [2021-02-25T15:15:20.985Z] Step 27/30 : CMD ["gate"] [2021-02-25T15:15:21.301Z] ---> Running in c75acfd92d36 [2021-02-25T15:15:22.583Z] Removing intermediate container 455cb5dbc34e [2021-02-25T15:15:22.583Z] ---> 715a8d29c788 [2021-02-25T15:15:22.583Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T15:15:24.227Z] Removing intermediate container c75acfd92d36 [2021-02-25T15:15:24.227Z] ---> 9c71663ec29c [2021-02-25T15:15:24.227Z] Step 28/30 : LABEL arch=x86_64 [2021-02-25T15:15:24.227Z] ---> Running in 588c2028fd05 [2021-02-25T15:15:24.627Z] ---> Running in 66a1dfe1178a [2021-02-25T15:15:24.909Z] Removing intermediate container 588c2028fd05 [2021-02-25T15:15:24.909Z] ---> 091012ba9736 [2021-02-25T15:15:24.909Z] [2021-02-25T15:15:26.990Z] Successfully built 091012ba9736 [2021-02-25T15:15:26.990Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-25T15:15:27.302Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 66a1dfe1178a [2021-02-25T15:15:27.302Z] ---> bfeb557563df [2021-02-25T15:15:27.302Z] Step 29/30 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:15:28.033Z] ---> Running in f8f2c6b43a46 [2021-02-25T15:15:30.291Z] Removing intermediate container f8f2c6b43a46 [2021-02-25T15:15:30.291Z] ---> 5de40d06a463 [2021-02-25T15:15:30.291Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T15:15:31.480Z] ---> Running in 8675c021b402 [2021-02-25T15:15:31.480Z] Removing intermediate container 6f583842c0b5 [2021-02-25T15:15:31.480Z] ---> 27377784a66c [2021-02-25T15:15:31.751Z] [2021-02-25T15:15:31.751Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T15:15:31.751Z] ---> 88dd2752d2ea [2021-02-25T15:15:31.751Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T15:15:32.020Z] ---> Running in e1885ee46458 [2021-02-25T15:15:32.020Z] Removing intermediate container 8675c021b402 [2021-02-25T15:15:32.020Z] ---> a8fc0a97dc04 [2021-02-25T15:15:32.020Z] [2021-02-25T15:15:32.371Z] Successfully built a8fc0a97dc04 [2021-02-25T15:15:32.372Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-25T15:15:32.372Z] Removing intermediate container e1885ee46458 [2021-02-25T15:15:32.372Z] ---> d08a1b30a1b8 [2021-02-25T15:15:32.372Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T15:15:32.372Z]  Building docker-security-bootstrapper-go ... done  ---> Running in fb2b1ae7ec5a [2021-02-25T15:15:32.674Z] Removing intermediate container fb2b1ae7ec5a [2021-02-25T15:15:32.674Z] ---> b1c6b1d8070b [2021-02-25T15:15:32.674Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T15:15:32.983Z] ---> Running in 58f41a7c7505 [2021-02-25T15:15:33.034Z] lf-activate-venv(): INFO: Adding /tmp/venv-6m8Q/bin to PATH [2021-02-25T15:15:33.034Z] INFO: No Stack... [2021-02-25T15:15:33.034Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-25T15:15:33.034Z] INFO: Archiving Costs [Pipeline] sh [2021-02-25T15:15:33.328Z] Removing intermediate container 58f41a7c7505 [2021-02-25T15:15:33.328Z] ---> c44b41924370 [2021-02-25T15:15:33.328Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T15:15:33.328Z] ---> Running in 1f1b4d9150a0 [2021-02-25T15:15:33.377Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-02-25T15:15:33.377Z] + cut -d, -f6 [Pipeline] lock [2021-02-25T15:15:33.497Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] [2021-02-25T15:15:33.504Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] did not exist. Created. [2021-02-25T15:15:33.504Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-25T15:15:33.931Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-25T15:15:34.196Z] Stashed 1 file(s) [Pipeline] } [2021-02-25T15:15:34.208Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T15:15:36.709Z] Removing intermediate container 1f1b4d9150a0 [2021-02-25T15:15:36.709Z] ---> 099d75e44a90 [2021-02-25T15:15:36.709Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T15:15:36.709Z] ---> Running in 5ecd541c28be [2021-02-25T15:15:38.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T15:15:39.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T15:15:40.851Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T15:15:40.851Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T15:15:40.851Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T15:15:40.851Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T15:15:41.495Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T15:15:41.973Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T15:15:41.973Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T15:15:41.973Z] OK: 8 MiB in 20 packages [2021-02-25T15:15:43.641Z] Removing intermediate container 5ecd541c28be [2021-02-25T15:15:43.641Z] ---> bc312a6cdafb [2021-02-25T15:15:43.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T15:15:44.358Z] ---> 630c3aea55d7 [2021-02-25T15:15:44.358Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T15:15:46.649Z] ---> bef914816c18 [2021-02-25T15:15:46.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T15:15:46.927Z] ---> b3006eba748a [2021-02-25T15:15:46.927Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T15:15:46.927Z] ---> Running in 7eb83ab71e56 [2021-02-25T15:15:47.381Z] Removing intermediate container 7eb83ab71e56 [2021-02-25T15:15:47.381Z] ---> 0c6925804993 [2021-02-25T15:15:47.381Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T15:15:47.381Z] ---> Running in 97d340991c25 [2021-02-25T15:15:47.381Z] Removing intermediate container 97d340991c25 [2021-02-25T15:15:47.381Z] ---> 7e7b290814bb [2021-02-25T15:15:47.381Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T15:15:47.799Z] ---> Running in 21dc4663ee2b [2021-02-25T15:15:48.109Z] Removing intermediate container 21dc4663ee2b [2021-02-25T15:15:48.109Z] ---> ff8cafa9ea62 [2021-02-25T15:15:48.109Z] Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:15:48.109Z] ---> Running in 35cbe9e3b2bb [2021-02-25T15:15:49.763Z] Removing intermediate container 35cbe9e3b2bb [2021-02-25T15:15:49.763Z] ---> dbb558d9f96a [2021-02-25T15:15:49.763Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T15:15:49.763Z] ---> Running in 67fbb52c7683 [2021-02-25T15:15:50.114Z] Removing intermediate container 67fbb52c7683 [2021-02-25T15:15:50.114Z] ---> f2e4eb355fc2 [2021-02-25T15:15:50.114Z] [2021-02-25T15:15:50.683Z] Successfully built f2e4eb355fc2 [2021-02-25T15:15:50.683Z] Successfully tagged docker-core-data-go:latest [2021-02-25T15:15:51.359Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-25T15:15:51.660Z] $ docker stop --time=1 da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 [2021-02-25T15:15:55.028Z] $ docker rm -f da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T15:15:57.403Z] + grep docker [2021-02-25T15:15:57.404Z] + docker images [2021-02-25T15:16:02.441Z] docker-core-data-go latest f2e4eb355fc2 13 seconds ago 22.4MB [2021-02-25T15:16:02.441Z] docker-security-bootstrapper-go latest a8fc0a97dc04 31 seconds ago 18.3MB [2021-02-25T15:16:02.441Z] docker-sys-mgmt-agent-go latest 091012ba9736 38 seconds ago 313MB [2021-02-25T15:16:02.441Z] docker-security-secretstore-setup-go latest bc0780150523 44 seconds ago 24.9MB [2021-02-25T15:16:02.441Z] docker-core-command-go latest c7d84fedeb5a About a minute ago 17MB [2021-02-25T15:16:02.441Z] docker-core-metadata-go latest 832cbd3a51cb 5 minutes ago 19MB [2021-02-25T15:16:02.441Z] docker-support-notifications-go latest 3fc38021b598 5 minutes ago 17.7MB [2021-02-25T15:16:02.441Z] docker-security-proxy-setup-go latest b201a91a19c0 5 minutes ago 24.7MB [2021-02-25T15:16:02.441Z] docker-support-scheduler-go latest ddc47484751d 5 minutes ago 17.2MB [2021-02-25T15:16:02.441Z] 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-25T15:16:21.512Z] Still waiting to schedule task [2021-02-25T15:16:21.512Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-25T15:17:11.016Z] Running on prd-ubuntu18.04-docker-8c-8g-27669 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-25T15:17:11.080Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-25T15:17:13.512Z] using credential edgex-jenkins-ssh [2021-02-25T15:17:13.570Z] Cloning the remote Git repository [2021-02-25T15:17:13.603Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T15:17:13.681Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-25T15:17:13.721Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T15:17:13.721Z] > git --version # timeout=10 [2021-02-25T15:17:13.730Z] > git --version # 'git version 2.17.1' [2021-02-25T15:17:13.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:17:13.769Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:17:22.287Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T15:17:22.294Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T15:17:22.306Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T15:17:22.320Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T15:17:22.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:17:22.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T15:17:22.985Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:17:23.179Z] Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c [2021-02-25T15:17:23.180Z] Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) [2021-02-25T15:17:22.998Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T15:17:23.004Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-25T15:17:23.147Z] > git remote # timeout=10 [2021-02-25T15:17:23.154Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T15:17:23.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T15:17:23.164Z] > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 [2021-02-25T15:17:23.175Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T15:17:23.186Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T15:17:23.191Z] > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 [2021-02-25T15:17:27.036Z] Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:17:28.222Z] + echo snap-build.sh [2021-02-25T15:17:28.222Z] snap-build.sh [2021-02-25T15:17:28.222Z] + SNAP_BASE_DIR=. [2021-02-25T15:17:28.222Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-25T15:17:28.222Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-25T15:17:28.222Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-25T15:17:28.222Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-25T15:17:28.222Z] + cd /w/workspace/edgex-go/3 [2021-02-25T15:17:28.222Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-25T15:17:28.222Z] Reading package lists... [2021-02-25T15:17:28.490Z] Building dependency tree... [2021-02-25T15:17:28.490Z] Reading state information... [2021-02-25T15:17:28.766Z] The following packages were automatically installed and are no longer required: [2021-02-25T15:17:28.766Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-25T15:17:28.766Z] uidmap xdelta3 [2021-02-25T15:17:28.766Z] Use 'sudo apt autoremove' to remove them. [2021-02-25T15:17:28.766Z] The following packages will be REMOVED: [2021-02-25T15:17:28.766Z] lxd* lxd-client* [2021-02-25T15:17:29.344Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-25T15:17:29.344Z] After this operation, 31.7 MB disk space will be freed. [2021-02-25T15:17:30.668Z] (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-25T15:17:30.668Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T15:17:31.616Z] Removing lxd dnsmasq configuration [2021-02-25T15:17:31.879Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T15:17:32.142Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-25T15:17:33.091Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-25T15:17:33.354Z] (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-25T15:17:33.354Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-25T15:17:34.750Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-25T15:17:35.015Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-25T15:17:36.938Z] + sudo snap remove --purge lxd [2021-02-25T15:17:36.938Z] snap "lxd" is not installed [2021-02-25T15:17:36.938Z] + sudo groupadd --force --system lxd [2021-02-25T15:17:36.938Z] ++ whoami [2021-02-25T15:17:36.938Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-25T15:17:37.202Z] + newgrp - lxd [2021-02-25T15:17:37.202Z] + sudo snap install lxd [2021-02-25T15:17:47.256Z] 2021-02-25T15:17:45Z INFO Waiting for automatic snapd restart... [2021-02-25T15:18:09.298Z] lxd 4.11 from Canonical* installed [2021-02-25T15:18:09.298Z] + sudo lxd init --auto [2021-02-25T15:18:17.468Z] + sudo snap install --classic snapcraft [2021-02-25T15:18:27.537Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T15:18:27.537Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-25T15:18:27.537Z] + patch --verbose -p1 [2021-02-25T15:18:27.537Z] Hmm... Looks like a unified diff to me... [2021-02-25T15:18:27.537Z] The text leading up to this was: [2021-02-25T15:18:27.537Z] -------------------------- [2021-02-25T15:18:27.537Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-25T15:18:27.537Z] |From: Tony Espy [2021-02-25T15:18:27.537Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-25T15:18:27.537Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-25T15:18:27.537Z] | [2021-02-25T15:18:27.537Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-25T15:18:27.537Z] |optimize the snap CI check run for pull requests. When [2021-02-25T15:18:27.537Z] |applied, it essentially strips out everything (apps and [2021-02-25T15:18:27.537Z] |parts) from the snapcraft.yaml file except those required [2021-02-25T15:18:27.537Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-25T15:18:27.537Z] |catch changes to edgex-go that break the snap build. [2021-02-25T15:18:27.537Z] | [2021-02-25T15:18:27.537Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-25T15:18:27.537Z] |to update this patch file, otherwise it may fail to apply, [2021-02-25T15:18:27.537Z] |resulting in a failed snap build CI check in the associated [2021-02-25T15:18:27.537Z] |pull request. [2021-02-25T15:18:27.537Z] | [2021-02-25T15:18:27.537Z] |Note - in addition to applying this patch, the pipeline also [2021-02-25T15:18:27.537Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-25T15:18:27.537Z] |need to build the finally binary .snap file (and it won't [2021-02-25T15:18:27.537Z] |work with the patch applied). This further reduces the build [2021-02-25T15:18:27.537Z] |time. [2021-02-25T15:18:27.537Z] |--- [2021-02-25T15:18:27.537Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-25T15:18:27.537Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-25T15:18:27.537Z] | [2021-02-25T15:18:27.537Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-25T15:18:27.537Z] |index 1e537489..faf42425 100644 [2021-02-25T15:18:27.537Z] |--- a/snap/snapcraft.yaml [2021-02-25T15:18:27.537Z] |+++ b/snap/snapcraft.yaml [2021-02-25T15:18:27.537Z] -------------------------- [2021-02-25T15:18:27.537Z] patching file snap/snapcraft.yaml [2021-02-25T15:18:27.537Z] Using Plan A... [2021-02-25T15:18:27.537Z] Hunk #1 succeeded at 73. [2021-02-25T15:18:27.537Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-25T15:18:27.537Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-25T15:18:27.537Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-25T15:18:27.537Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-25T15:18:27.537Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-25T15:18:27.537Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-25T15:18:27.537Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-25T15:18:27.537Z] Hmm... Ignoring the trailing garbage. [2021-02-25T15:18:27.537Z] done [2021-02-25T15:18:27.537Z] + sudo snapcraft prime --use-lxd [2021-02-25T15:18:28.487Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-25T15:18:28.487Z] 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-25T15:18:28.487Z] - README.md [2021-02-25T15:18:28.487Z] - snapcraft.yaml.orig [2021-02-25T15:18:28.487Z] [2021-02-25T15:18:28.487Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T15:18:29.436Z] Launching a container. [2021-02-25T15:18:41.723Z] Waiting for container to be ready [2021-02-25T15:18:41.986Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-25T15:18:41.986Z] [2021-02-25T15:18:47.333Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-25T15:18:47.333Z] Waiting for network to be ready... [2021-02-25T15:18:47.596Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T15:18:47.596Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T15:18:48.171Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T15:18:48.171Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T15:18:48.171Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T15:18:48.435Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T15:18:48.435Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T15:18:48.435Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T15:18:48.435Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T15:18:48.435Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T15:18:48.435Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T15:18:48.435Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T15:18:48.435Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T15:18:48.435Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T15:18:48.435Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T15:18:48.435Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T15:18:48.435Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T15:18:48.701Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T15:18:48.970Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T15:18:49.239Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-02-25T15:18:49.239Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T15:18:49.239Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T15:18:49.239Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T15:18:49.239Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T15:18:49.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T15:18:49.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T15:18:49.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T15:18:53.747Z] Fetched 24.0 MB in 6s (3864 kB/s) [2021-02-25T15:18:55.146Z] Reading package lists... [2021-02-25T15:18:55.409Z] Reading package lists... [2021-02-25T15:18:55.674Z] Building dependency tree... [2021-02-25T15:18:55.674Z] Reading state information... [2021-02-25T15:18:55.937Z] The following additional packages will be installed: [2021-02-25T15:18:55.937Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T15:18:55.937Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T15:18:55.937Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T15:18:55.937Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-25T15:18:55.937Z] Suggested packages: [2021-02-25T15:18:55.937Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-25T15:18:55.937Z] Recommended packages: [2021-02-25T15:18:55.937Z] gnupg libsasl2-modules [2021-02-25T15:18:55.937Z] The following NEW packages will be installed: [2021-02-25T15:18:55.937Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-25T15:18:55.937Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-25T15:18:55.937Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-25T15:18:55.937Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-25T15:18:55.937Z] The following packages will be upgraded: [2021-02-25T15:18:55.937Z] gpg gpg-agent gpgconf libudev1 [2021-02-25T15:18:56.200Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-25T15:18:56.200Z] Need to get 3530 kB of archives. [2021-02-25T15:18:56.200Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-25T15:18:56.200Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-25T15:18:56.200Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-25T15:18:56.463Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-25T15:18:56.727Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-25T15:18:56.727Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-25T15:18:56.727Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-25T15:18:56.990Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-25T15:18:56.990Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-25T15:18:56.990Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-25T15:18:56.990Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-25T15:18:56.990Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-25T15:18:56.990Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-25T15:18:56.990Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-25T15:18:56.990Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-25T15:18:56.990Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-25T15:18:56.990Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-25T15:18:57.254Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-25T15:18:57.254Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-25T15:18:57.254Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-25T15:18:57.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-25T15:18:57.254Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-25T15:18:57.254Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-25T15:18:57.254Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T15:18:57.520Z] Fetched 3530 kB in 1s (3109 kB/s) [2021-02-25T15:18:57.520Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T15:18:57.520Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-25T15:18:57.520Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T15:18:57.785Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-25T15:18:57.785Z] Selecting previously unselected package udev. [2021-02-25T15:18:57.785Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-25T15:18:57.785Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-25T15:18:57.785Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-25T15:18:58.047Z] Selecting previously unselected package libfuse2:amd64. [2021-02-25T15:18:58.047Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T15:18:58.047Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T15:18:58.311Z] Selecting previously unselected package fuse. [2021-02-25T15:18:58.311Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-25T15:18:58.311Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-25T15:18:58.311Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T15:18:58.311Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T15:18:58.578Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T15:18:58.578Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T15:18:58.578Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T15:18:58.578Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T15:18:58.844Z] Selecting previously unselected package libksba8:amd64. [2021-02-25T15:18:58.844Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-25T15:18:58.844Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-25T15:18:58.844Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-25T15:18:58.844Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:58.844Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.116Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-25T15:18:59.116Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.116Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.116Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-25T15:18:59.116Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.116Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.396Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-25T15:18:59.396Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.396Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.396Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-25T15:18:59.396Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.396Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.658Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-25T15:18:59.658Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.658Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.658Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-25T15:18:59.658Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.658Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.923Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-25T15:18:59.923Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.923Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.923Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-25T15:18:59.923Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-25T15:18:59.923Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:18:59.923Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-25T15:18:59.923Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T15:19:00.187Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T15:19:00.187Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-25T15:19:00.187Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-25T15:19:00.187Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T15:19:00.187Z] Selecting previously unselected package libldap-common. [2021-02-25T15:19:00.187Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-25T15:19:00.187Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T15:19:00.453Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-25T15:19:00.454Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-25T15:19:00.454Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T15:19:00.454Z] Selecting previously unselected package dirmngr. [2021-02-25T15:19:00.454Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T15:19:00.718Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:00.718Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T15:19:00.718Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:00.981Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-25T15:19:00.981Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T15:19:00.981Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-25T15:19:00.981Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:00.981Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:00.981Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-25T15:19:01.246Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T15:19:01.246Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-25T15:19:01.829Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T15:19:01.829Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:01.829Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-25T15:19:02.093Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-25T15:19:02.093Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:02.093Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.093Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.093Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.093Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.357Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.357Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.357Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-25T15:19:02.357Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-25T15:19:02.357Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:02.357Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T15:19:03.317Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-25T15:19:03.317Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-25T15:19:03.317Z] This means they are not meant to be enabled using systemctl. [2021-02-25T15:19:03.317Z] Possible reasons for having this kind of units are: [2021-02-25T15:19:03.317Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-25T15:19:03.317Z] .wants/ or .requires/ directory. [2021-02-25T15:19:03.317Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-25T15:19:03.317Z] a requirement dependency on it. [2021-02-25T15:19:03.317Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-25T15:19:03.317Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-25T15:19:03.317Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-25T15:19:03.317Z] instance name specified. [2021-02-25T15:19:03.582Z] Reading package lists... [2021-02-25T15:19:03.846Z] Building dependency tree... [2021-02-25T15:19:03.846Z] Reading state information... [2021-02-25T15:19:04.108Z] The following additional packages will be installed: [2021-02-25T15:19:04.108Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-25T15:19:04.108Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-25T15:19:04.108Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-25T15:19:04.108Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-25T15:19:04.108Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-25T15:19:04.108Z] Suggested packages: [2021-02-25T15:19:04.108Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-25T15:19:04.108Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-25T15:19:04.108Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-25T15:19:04.108Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-25T15:19:04.108Z] systemd-container policykit-1 [2021-02-25T15:19:04.108Z] Recommended packages: [2021-02-25T15:19:04.108Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-25T15:19:04.108Z] The following NEW packages will be installed: [2021-02-25T15:19:04.108Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-25T15:19:04.108Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-25T15:19:04.108Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-25T15:19:04.108Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-25T15:19:04.108Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-25T15:19:04.108Z] The following packages will be upgraded: [2021-02-25T15:19:04.108Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-25T15:19:04.374Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-25T15:19:04.374Z] Need to get 35.2 MB of archives. [2021-02-25T15:19:04.374Z] After this operation, 141 MB of additional disk space will be used. [2021-02-25T15:19:04.374Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-25T15:19:04.374Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-25T15:19:04.956Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-25T15:19:04.956Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-25T15:19:04.956Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-25T15:19:04.956Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-25T15:19:04.956Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-25T15:19:04.956Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-25T15:19:04.956Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-25T15:19:04.956Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-25T15:19:04.956Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-25T15:19:04.956Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-25T15:19:04.956Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-25T15:19:05.219Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-02-25T15:19:05.219Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-25T15:19:05.219Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-02-25T15:19:05.219Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-25T15:19:05.219Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-02-25T15:19:05.219Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-02-25T15:19:05.219Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-25T15:19:05.219Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-25T15:19:05.219Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-25T15:19:05.219Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-25T15:19:05.219Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-25T15:19:05.219Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-25T15:19:05.219Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-25T15:19:05.219Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-25T15:19:05.219Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-25T15:19:05.483Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-25T15:19:05.745Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-25T15:19:06.698Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T15:19:06.698Z] Fetched 35.2 MB in 2s (14.3 MB/s) [2021-02-25T15:19:06.964Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T15:19:06.964Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-25T15:19:07.228Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T15:19:07.806Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-25T15:19:08.071Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T15:19:08.071Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-25T15:19:08.071Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T15:19:08.071Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T15:19:08.334Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T15:19:08.597Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-25T15:19:08.597Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-25T15:19:08.597Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-25T15:19:08.597Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-25T15:19:09.179Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-25T15:19:09.179Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-25T15:19:09.763Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-25T15:19:09.763Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-25T15:19:09.763Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T15:19:09.763Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T15:19:10.029Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-25T15:19:10.029Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-25T15:19:10.029Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:10.291Z] Selecting previously unselected package libexpat1:amd64. [2021-02-25T15:19:10.291Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-25T15:19:10.291Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T15:19:10.556Z] Selecting previously unselected package python3.6-minimal. [2021-02-25T15:19:10.556Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-25T15:19:10.556Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:11.138Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T15:19:11.718Z] Checking for services that may need to be restarted...done. [2021-02-25T15:19:11.718Z] Checking for services that may need to be restarted...done. [2021-02-25T15:19:11.981Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:11.981Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-25T15:19:11.981Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:12.931Z] Selecting previously unselected package python3-minimal. [2021-02-25T15:19:12.931Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-25T15:19:12.931Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-25T15:19:12.931Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-25T15:19:12.931Z] Selecting previously unselected package mime-support. [2021-02-25T15:19:12.931Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-25T15:19:12.931Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-25T15:19:12.931Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-25T15:19:12.931Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-25T15:19:12.931Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T15:19:12.931Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-25T15:19:12.931Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-25T15:19:13.195Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:13.459Z] Selecting previously unselected package python3.6. [2021-02-25T15:19:13.459Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-25T15:19:13.459Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:13.459Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-25T15:19:13.459Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-25T15:19:13.459Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T15:19:13.459Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-25T15:19:14.040Z] Selecting previously unselected package python3. [2021-02-25T15:19:14.040Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-25T15:19:14.040Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-25T15:19:14.040Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-25T15:19:14.040Z] Selecting previously unselected package multiarch-support. [2021-02-25T15:19:14.040Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:14.040Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T15:19:14.040Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-25T15:19:14.304Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-25T15:19:14.304Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-25T15:19:14.304Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-25T15:19:14.304Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T15:19:14.569Z] Selecting previously unselected package libbsd0:amd64. [2021-02-25T15:19:14.569Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-25T15:19:14.569Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T15:19:14.569Z] Selecting previously unselected package sudo. [2021-02-25T15:19:14.569Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:14.569Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T15:19:14.836Z] Selecting previously unselected package apparmor. [2021-02-25T15:19:14.836Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T15:19:14.836Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-25T15:19:15.101Z] Selecting previously unselected package libedit2:amd64. [2021-02-25T15:19:15.101Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-25T15:19:15.101Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T15:19:15.101Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-25T15:19:15.101Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T15:19:15.101Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:15.365Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-25T15:19:15.365Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T15:19:15.365Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:15.365Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-25T15:19:15.365Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-25T15:19:15.365Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T15:19:15.654Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-25T15:19:15.654Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T15:19:15.654Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:15.654Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-25T15:19:15.654Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-25T15:19:15.654Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:15.940Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-25T15:19:15.940Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-25T15:19:15.940Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T15:19:16.204Z] Selecting previously unselected package openssh-client. [2021-02-25T15:19:16.204Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-25T15:19:16.204Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T15:19:16.468Z] Selecting previously unselected package squashfs-tools. [2021-02-25T15:19:16.468Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-25T15:19:16.468Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T15:19:16.468Z] Selecting previously unselected package snapd. [2021-02-25T15:19:16.468Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-25T15:19:16.468Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-25T15:19:19.032Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-25T15:19:19.032Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-25T15:19:19.032Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-25T15:19:19.032Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-25T15:19:19.296Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-25T15:19:19.296Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:19.296Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T15:19:19.296Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-25T15:19:19.296Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-25T15:19:20.249Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-25T15:19:20.249Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-25T15:19:20.249Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-25T15:19:20.249Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:20.249Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:20.249Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-25T15:19:21.201Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-25T15:19:21.201Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:21.201Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-25T15:19:21.201Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-25T15:19:21.201Z] running python rtupdate hooks for python3.6... [2021-02-25T15:19:21.201Z] running python post-rtupdate hooks for python3.6... [2021-02-25T15:19:21.466Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-25T15:19:23.409Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-25T15:19:23.409Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-25T15:19:23.409Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-25T15:19:23.409Z] Setting up snapd (2.48.3+18.04) ... [2021-02-25T15:19:23.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-25T15:19:24.248Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-25T15:19:24.514Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-25T15:19:24.789Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-25T15:19:25.054Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T15:19:25.054Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-25T15:19:25.321Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-25T15:19:25.587Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-25T15:19:25.862Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-25T15:19:26.128Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-25T15:19:26.128Z] /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-25T15:19:26.128Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-25T15:19:26.128Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T15:19:28.069Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T15:19:28.069Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T15:19:28.069Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T15:19:30.017Z] Reading package lists... [2021-02-25T15:19:30.284Z] Reading package lists... [2021-02-25T15:19:30.548Z] Building dependency tree... [2021-02-25T15:19:30.548Z] Reading state information... [2021-02-25T15:19:30.812Z] Calculating upgrade... [2021-02-25T15:19:31.410Z] The following packages will be upgraded: [2021-02-25T15:19:31.410Z] advancecomp base-files bash binutils binutils-common [2021-02-25T15:19:31.410Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-25T15:19:31.410Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-25T15:19:31.410Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-25T15:19:31.410Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-25T15:19:31.410Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-25T15:19:31.410Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-25T15:19:31.410Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-25T15:19:31.410Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-25T15:19:31.410Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-25T15:19:31.410Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-25T15:19:31.410Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-25T15:19:31.410Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-25T15:19:31.410Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-25T15:19:31.410Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-25T15:19:31.410Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T15:19:31.410Z] Need to get 63.8 MB of archives. [2021-02-25T15:19:31.410Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-25T15:19:31.410Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-25T15:19:31.410Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-25T15:19:31.410Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-25T15:19:31.410Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-25T15:19:31.410Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-25T15:19:31.410Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-25T15:19:31.410Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-25T15:19:31.410Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-25T15:19:31.410Z] 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-25T15:19:31.410Z] 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-25T15:19:31.410Z] 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-25T15:19:31.410Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-25T15:19:31.410Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-25T15:19:31.410Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-25T15:19:31.410Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-25T15:19:31.410Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-25T15:19:31.410Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-25T15:19:31.410Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-25T15:19:31.678Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-25T15:19:31.678Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-25T15:19:31.678Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-25T15:19:31.678Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-25T15:19:31.678Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-25T15:19:31.678Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-25T15:19:31.678Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-25T15:19:31.678Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-25T15:19:31.678Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-25T15:19:31.678Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-25T15:19:31.678Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-25T15:19:31.678Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-25T15:19:31.678Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-25T15:19:31.678Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-25T15:19:31.678Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-25T15:19:31.678Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-25T15:19:31.678Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-25T15:19:31.678Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-25T15:19:31.678Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-25T15:19:31.678Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-25T15:19:31.678Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-25T15:19:31.678Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-25T15:19:31.944Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-25T15:19:31.944Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-25T15:19:31.945Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-25T15:19:31.945Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-25T15:19:31.945Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-25T15:19:31.945Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-25T15:19:31.945Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-25T15:19:31.945Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-25T15:19:31.945Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-25T15:19:31.945Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-25T15:19:31.945Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-25T15:19:31.945Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-25T15:19:31.945Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-25T15:19:31.945Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-25T15:19:31.945Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-25T15:19:32.217Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-25T15:19:32.217Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-25T15:19:32.217Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-25T15:19:32.217Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-25T15:19:32.217Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-25T15:19:32.488Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-25T15:19:32.488Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-25T15:19:32.488Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-25T15:19:32.488Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-25T15:19:32.488Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-25T15:19:32.488Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-25T15:19:32.488Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-25T15:19:32.488Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-25T15:19:32.488Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-25T15:19:32.488Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-25T15:19:32.488Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-25T15:19:32.488Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-25T15:19:32.488Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-25T15:19:32.488Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-25T15:19:32.488Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-25T15:19:32.488Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-25T15:19:32.754Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-25T15:19:32.754Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-25T15:19:32.754Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-25T15:19:32.754Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-25T15:19:32.754Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-25T15:19:32.754Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-25T15:19:32.754Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-25T15:19:32.754Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-25T15:19:32.754Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-25T15:19:32.754Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-25T15:19:32.754Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-25T15:19:32.754Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-25T15:19:32.754Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-25T15:19:32.754Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-25T15:19:32.754Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-25T15:19:32.754Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-25T15:19:33.019Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-25T15:19:33.019Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-25T15:19:33.019Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-25T15:19:33.019Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-25T15:19:33.019Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-25T15:19:33.019Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-25T15:19:33.019Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-25T15:19:33.284Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T15:19:33.284Z] Fetched 63.8 MB in 2s (33.8 MB/s) [2021-02-25T15:19:33.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:33.550Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:33.550Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T15:19:34.127Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:34.399Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T15:19:34.399Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-25T15:19:34.399Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-25T15:19:35.348Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.348Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:35.348Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.348Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:35.610Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.610Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:35.610Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.610Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:35.873Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.874Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:35.874Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:35.874Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:36.137Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:36.137Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:36.137Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:19:36.401Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T15:19:36.401Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:36.401Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-25T15:19:36.401Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:19:36.673Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T15:19:36.673Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:36.673Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:36.673Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:36.945Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:36.945Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-25T15:19:36.945Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-25T15:19:37.228Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:19:37.496Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T15:19:37.496Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:37.764Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T15:19:38.349Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T15:19:38.934Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-25T15:19:38.934Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-25T15:19:38.934Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-25T15:19:38.935Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-25T15:19:38.935Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-25T15:19:39.517Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-25T15:19:39.517Z] Installing new version of config file /etc/issue ... [2021-02-25T15:19:39.517Z] Installing new version of config file /etc/issue.net ... [2021-02-25T15:19:39.517Z] Installing new version of config file /etc/lsb-release ... [2021-02-25T15:19:39.517Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-25T15:19:39.783Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-25T15:19:39.783Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-25T15:19:39.783Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-25T15:19:40.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:40.048Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-25T15:19:40.048Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-25T15:19:40.312Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-25T15:19:40.312Z] 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-25T15:19:40.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:40.312Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:40.312Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:40.577Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:40.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:40.577Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-25T15:19:40.577Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-25T15:19:40.841Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-25T15:19:40.841Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:40.841Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-25T15:19:41.104Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T15:19:41.367Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-25T15:19:41.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:41.632Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T15:19:41.632Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T15:19:41.632Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T15:19:41.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:41.895Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T15:19:41.895Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T15:19:41.895Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-25T15:19:42.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:42.164Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-25T15:19:42.164Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-25T15:19:42.164Z] Setting up grep (3.1-2build1) ... [2021-02-25T15:19:42.429Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:42.429Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T15:19:42.429Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T15:19:42.694Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-25T15:19:42.959Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:42.959Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T15:19:42.959Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T15:19:42.959Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-25T15:19:43.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:43.223Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T15:19:43.223Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T15:19:43.803Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T15:19:44.069Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T15:19:44.069Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-25T15:19:44.069Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T15:19:44.682Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-25T15:19:44.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:44.954Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-25T15:19:44.954Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-25T15:19:45.928Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T15:19:45.928Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T15:19:46.205Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-25T15:19:46.205Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-25T15:19:46.205Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T15:19:46.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:46.470Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-25T15:19:46.470Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-25T15:19:46.760Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-25T15:19:46.760Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:46.760Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:46.760Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:47.024Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:47.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:47.024Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:47.024Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:47.024Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:47.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:47.288Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:47.288Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:47.288Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:47.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:47.553Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:47.553Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:47.553Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:47.821Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:47.821Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T15:19:47.821Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T15:19:48.129Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T15:19:48.129Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T15:19:48.129Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T15:19:48.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:48.129Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-25T15:19:48.129Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T15:19:48.395Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T15:19:48.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:48.659Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:48.659Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:48.659Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:48.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:48.921Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:48.921Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:48.921Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:49.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:49.184Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:49.184Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:49.762Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:19:50.026Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-25T15:19:50.611Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-25T15:19:50.611Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:50.611Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-25T15:19:50.611Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-25T15:19:51.195Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T15:19:51.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-25T15:19:51.195Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-25T15:19:51.195Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-25T15:19:51.458Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-25T15:19:51.722Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:51.722Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-25T15:19:51.722Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-25T15:19:51.985Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-25T15:19:52.258Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:52.258Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-25T15:19:52.258Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T15:19:52.521Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-25T15:19:52.521Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:52.521Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-25T15:19:52.521Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-25T15:19:53.479Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-25T15:19:53.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:53.479Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T15:19:53.479Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T15:19:53.742Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T15:19:54.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:54.005Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T15:19:54.005Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T15:19:54.005Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T15:19:54.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:54.271Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-25T15:19:54.537Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T15:19:54.537Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T15:19:54.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:54.815Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-25T15:19:54.815Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-25T15:19:54.815Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-25T15:19:55.080Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-25T15:19:55.080Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T15:19:55.080Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T15:19:55.343Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T15:19:55.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:55.344Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-25T15:19:55.344Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-25T15:19:55.606Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-25T15:19:55.606Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:55.606Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-25T15:19:55.606Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-25T15:19:55.870Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-25T15:19:56.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:56.131Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-25T15:19:56.131Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-25T15:19:56.395Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-25T15:19:56.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:56.395Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-25T15:19:56.659Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-25T15:19:56.659Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-25T15:19:56.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:56.659Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-25T15:19:56.922Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-25T15:19:57.191Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-25T15:19:57.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:57.191Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-25T15:19:57.454Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-25T15:19:57.454Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-25T15:19:57.718Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:57.718Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-25T15:19:57.718Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-25T15:19:57.718Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-25T15:19:57.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:57.981Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-25T15:19:57.981Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-25T15:19:57.981Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-25T15:19:58.244Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:58.244Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-25T15:19:58.244Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-25T15:19:58.244Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-25T15:19:58.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:58.507Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-25T15:19:58.507Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-25T15:19:58.772Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-25T15:19:58.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:58.772Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T15:19:58.772Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-25T15:19:59.034Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-25T15:19:59.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-25T15:19:59.034Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-25T15:19:59.034Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-25T15:19:59.301Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-25T15:19:59.301Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-25T15:19:59.301Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T15:19:59.301Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T15:19:59.565Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-25T15:19:59.565Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-25T15:19:59.828Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-25T15:19:59.828Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-25T15:20:00.096Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-25T15:20:00.096Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-25T15:20:00.359Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-25T15:20:00.359Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-25T15:20:00.359Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-25T15:20:00.359Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-25T15:20:00.622Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-25T15:20:00.622Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-25T15:20:00.885Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-25T15:20:00.885Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-25T15:20:00.885Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-25T15:20:00.885Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-25T15:20:01.150Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-25T15:20:01.150Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-25T15:20:01.150Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-25T15:20:01.150Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-25T15:20:01.415Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-25T15:20:01.415Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-25T15:20:02.373Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-25T15:20:02.373Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-25T15:20:02.373Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-25T15:20:02.638Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-25T15:20:02.638Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T15:20:02.638Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T15:20:03.214Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T15:20:03.214Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T15:20:03.478Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T15:20:03.478Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T15:20:03.742Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-25T15:20:03.742Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-25T15:20:04.005Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:04.005Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:04.005Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:04.005Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:04.269Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:04.269Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:04.269Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:04.269Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:05.222Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:05.487Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:06.447Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:06.447Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:07.456Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:07.456Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:07.723Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:07.723Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:08.674Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-25T15:20:08.674Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-25T15:20:08.936Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T15:20:08.936Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T15:20:08.936Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T15:20:08.936Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T15:20:09.198Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-25T15:20:09.198Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-25T15:20:09.462Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-25T15:20:09.462Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-25T15:20:09.462Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T15:20:09.462Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T15:20:09.724Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-25T15:20:09.724Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-25T15:20:09.724Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-25T15:20:09.724Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-25T15:20:09.988Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:09.988Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-25T15:20:09.988Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:09.988Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:10.251Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:10.251Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-25T15:20:10.251Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-25T15:20:10.251Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-25T15:20:10.516Z] [2021-02-25T15:20:10.516Z] Current default time zone: 'Etc/UTC' [2021-02-25T15:20:10.516Z] Local time is now: Thu Feb 25 15:20:10 UTC 2021. [2021-02-25T15:20:10.516Z] Universal Time is now: Thu Feb 25 15:20:10 UTC 2021. [2021-02-25T15:20:10.516Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-25T15:20:10.516Z] [2021-02-25T15:20:10.516Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-25T15:20:10.516Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:10.516Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-25T15:20:10.516Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-25T15:20:10.516Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-25T15:20:10.806Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-25T15:20:10.807Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-25T15:20:10.807Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-25T15:20:10.807Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-25T15:20:10.807Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-25T15:20:10.807Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:10.807Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-25T15:20:11.069Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:11.069Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T15:20:11.332Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:11.332Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-25T15:20:11.332Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-25T15:20:11.332Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-25T15:20:11.332Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-25T15:20:11.332Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-25T15:20:11.332Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-25T15:20:11.332Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-25T15:20:11.599Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-25T15:20:13.521Z] Updating certificates in /etc/ssl/certs... [2021-02-25T15:20:14.476Z] 23 added, 27 removed; done. [2021-02-25T15:20:14.476Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-25T15:20:14.476Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-25T15:20:14.476Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-25T15:20:14.739Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-25T15:20:14.739Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-25T15:20:14.739Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:14.739Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-25T15:20:14.739Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.008Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.008Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.008Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.008Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.008Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-25T15:20:15.008Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-25T15:20:15.273Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-25T15:20:15.273Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-25T15:20:15.273Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-25T15:20:15.273Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.273Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-25T15:20:15.273Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-25T15:20:15.273Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-25T15:20:15.536Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-25T15:20:15.536Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T15:20:15.536Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-25T15:20:15.803Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-25T15:20:15.803Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-25T15:20:15.803Z] Updating certificates in /etc/ssl/certs... [2021-02-25T15:20:16.380Z] 0 added, 0 removed; done. [2021-02-25T15:20:16.380Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-25T15:20:16.380Z] done. [2021-02-25T15:20:17.332Z] Reading package lists... [2021-02-25T15:20:17.599Z] Building dependency tree... [2021-02-25T15:20:17.599Z] Reading state information... [2021-02-25T15:20:17.862Z] The following NEW packages will be installed: [2021-02-25T15:20:17.862Z] apt-transport-https [2021-02-25T15:20:18.127Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T15:20:18.127Z] Need to get 1696 B of archives. [2021-02-25T15:20:18.127Z] After this operation, 153 kB of additional disk space will be used. [2021-02-25T15:20:18.127Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-25T15:20:18.127Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T15:20:18.127Z] Fetched 1696 B in 0s (8297 B/s) [2021-02-25T15:20:18.127Z] Selecting previously unselected package apt-transport-https. [2021-02-25T15:20:18.127Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-25T15:20:18.127Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-25T15:20:18.127Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T15:20:18.392Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-25T15:20:18.655Z] Waiting for network to be ready... [2021-02-25T15:20:23.963Z] 2021-02-25T15:20:23Z INFO Waiting for automatic snapd restart... [2021-02-25T15:20:24.917Z] snapd 2.48.2.1 from Canonical* installed [2021-02-25T15:20:25.182Z] "snapd" switched to the "latest/stable" channel [2021-02-25T15:20:25.182Z] [2021-02-25T15:20:30.482Z] core18 20210128 from Canonical* installed [2021-02-25T15:20:30.482Z] "core18" switched to the "latest/stable" channel [2021-02-25T15:20:30.482Z] [2021-02-25T15:20:37.102Z] snapcraft 4.5.1 from Canonical* installed [2021-02-25T15:20:37.102Z] "snapcraft" switched to the "latest/stable" channel [2021-02-25T15:20:37.102Z] [2021-02-25T15:20:40.415Z] 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-25T15:20:40.415Z] - README.md [2021-02-25T15:20:40.415Z] - snapcraft.yaml.orig [2021-02-25T15:20:40.415Z] [2021-02-25T15:20:40.415Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-25T15:20:47.030Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T15:20:47.030Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T15:20:47.030Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T15:20:47.030Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T15:20:49.263Z] Reading package lists... [2021-02-25T15:20:49.845Z] 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-25T15:20:56.480Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T15:20:56.480Z] Reading package lists... [2021-02-25T15:20:56.480Z] Building dependency tree... [2021-02-25T15:20:56.480Z] Reading state information... [2021-02-25T15:20:56.480Z] Suggested packages: [2021-02-25T15:20:56.480Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-25T15:20:56.480Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-25T15:20:56.480Z] Recommended packages: [2021-02-25T15:20:56.480Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-25T15:20:56.480Z] The following NEW packages will be installed: [2021-02-25T15:20:56.480Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-25T15:20:56.480Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-25T15:20:56.480Z] pkg-config zip [2021-02-25T15:20:56.480Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-25T15:20:56.480Z] Need to get 7655 kB of archives. [2021-02-25T15:20:56.480Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-25T15:20:56.480Z] 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-25T15:20:56.480Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-25T15:20:56.744Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-25T15:20:56.744Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-25T15:20:57.009Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-25T15:20:57.009Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-25T15:20:57.009Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-25T15:20:57.009Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-25T15:20:57.009Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-25T15:20:57.009Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-25T15:20:57.276Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-25T15:20:57.276Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-25T15:20:57.276Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-25T15:20:57.540Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-25T15:20:57.540Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-25T15:20:57.540Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T15:20:57.806Z] Fetched 7655 kB in 1s (7084 kB/s) [2021-02-25T15:20:57.806Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-25T15:20:57.806Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-25T15:20:57.806Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-25T15:20:57.806Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T15:20:58.071Z] Selecting previously unselected package libpsl5:amd64. [2021-02-25T15:20:58.071Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-25T15:20:58.071Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T15:20:58.338Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-25T15:20:58.338Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-25T15:20:58.338Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T15:20:58.338Z] Selecting previously unselected package librtmp1:amd64. [2021-02-25T15:20:58.338Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-25T15:20:58.338Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T15:20:58.338Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-25T15:20:58.338Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-25T15:20:58.602Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T15:20:58.602Z] Selecting previously unselected package liberror-perl. [2021-02-25T15:20:58.602Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-25T15:20:58.602Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-25T15:20:58.602Z] Selecting previously unselected package git-man. [2021-02-25T15:20:58.602Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-25T15:20:58.602Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T15:20:58.866Z] Selecting previously unselected package git. [2021-02-25T15:20:58.866Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-25T15:20:58.866Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T15:20:59.819Z] Selecting previously unselected package libnorm1:amd64. [2021-02-25T15:20:59.819Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-25T15:20:59.819Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T15:20:59.819Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-25T15:20:59.819Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-25T15:20:59.819Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T15:21:00.084Z] Selecting previously unselected package libsodium23:amd64. [2021-02-25T15:21:00.084Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-25T15:21:00.084Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-25T15:21:00.084Z] Selecting previously unselected package libzmq5:amd64. [2021-02-25T15:21:00.084Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T15:21:00.084Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T15:21:00.349Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-25T15:21:00.349Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-25T15:21:00.349Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T15:21:00.349Z] Selecting previously unselected package pkg-config. [2021-02-25T15:21:00.349Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-25T15:21:00.349Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T15:21:00.612Z] Selecting previously unselected package zip. [2021-02-25T15:21:00.612Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-25T15:21:00.612Z] Unpacking zip (3.0-11build1) ... [2021-02-25T15:21:00.612Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-25T15:21:00.612Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-25T15:21:00.876Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-25T15:21:00.876Z] Setting up liberror-perl (0.17025-1) ... [2021-02-25T15:21:00.876Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-25T15:21:00.876Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-25T15:21:00.876Z] No schema files found: doing nothing. [2021-02-25T15:21:00.876Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-25T15:21:00.876Z] Setting up zip (3.0-11build1) ... [2021-02-25T15:21:01.141Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-25T15:21:01.141Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-25T15:21:01.141Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-25T15:21:01.141Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T15:21:01.141Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-25T15:21:01.141Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-25T15:21:01.141Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-25T15:21:01.406Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-25T15:21:08.059Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T15:21:08.644Z] git set to automatically installed. [2021-02-25T15:21:08.644Z] git-man set to automatically installed. [2021-02-25T15:21:08.644Z] libcurl3-gnutls set to automatically installed. [2021-02-25T15:21:08.644Z] liberror-perl set to automatically installed. [2021-02-25T15:21:08.644Z] libglib2.0-0 set to automatically installed. [2021-02-25T15:21:08.644Z] libnghttp2-14 set to automatically installed. [2021-02-25T15:21:08.645Z] libnorm1 set to automatically installed. [2021-02-25T15:21:08.645Z] libpgm-5.2-0 set to automatically installed. [2021-02-25T15:21:08.645Z] libpsl5 set to automatically installed. [2021-02-25T15:21:08.645Z] librtmp1 set to automatically installed. [2021-02-25T15:21:08.645Z] libsodium23 set to automatically installed. [2021-02-25T15:21:08.645Z] libzmq3-dev set to automatically installed. [2021-02-25T15:21:08.645Z] libzmq5 set to automatically installed. [2021-02-25T15:21:08.645Z] pkg-config set to automatically installed. [2021-02-25T15:21:08.645Z] zip set to automatically installed. [2021-02-25T15:21:10.576Z] snapd is not logged in, snap install commands will use sudo [2021-02-25T15:21:17.180Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-25T15:21:18.129Z] snap "core18" has no updates available [2021-02-25T15:21:18.705Z] Pulling config-common [2021-02-25T15:21:18.705Z] + snapcraftctl pull [2021-02-25T15:21:20.630Z] Pulling go-build-helper [2021-02-25T15:21:20.630Z] + snapcraftctl pull [2021-02-25T15:21:47.266Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-25T15:21:47.266Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-25T15:21:47.266Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-25T15:21:47.266Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-25T15:21:47.266Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-25T15:21:47.266Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-25T15:21:47.266Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-25T15:21:47.266Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-25T15:21:47.266Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-25T15:21:47.266Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-25T15:21:47.266Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-25T15:21:47.266Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-25T15:21:47.266Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-25T15:21:47.266Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-25T15:21:47.266Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-25T15:21:47.266Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-25T15:21:47.266Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] [2021-02-25T15:21:47.266Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-25T15:21:47.266Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-25T15:21:47.266Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-02-25T15:21:47.266Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-25T15:21:47.266Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-25T15:21:47.266Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-25T15:21:47.266Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-25T15:21:47.266Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-25T15:21:47.266Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-25T15:21:47.266Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-25T15:21:47.266Z] Fetched 24.0 MB in 6s (3786 kB/s) [2021-02-25T15:21:47.266Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-25T15:21:47.266Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-25T15:21:47.266Z] Fetched 279 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-25T15:21:47.266Z] Fetched 122 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-25T15:21:47.266Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-25T15:21:47.266Z] Fetched 8848 B in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-25T15:21:47.266Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-25T15:21:47.266Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-25T15:21:47.266Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-25T15:21:47.266Z] Fetched 214 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-25T15:21:47.266Z] Fetched 154 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-25T15:21:47.266Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-25T15:21:47.266Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-25T15:21:47.266Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-25T15:21:47.266Z] Fetched 499 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-25T15:21:47.266Z] Fetched 111 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-25T15:21:47.266Z] Fetched 240 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-25T15:21:47.266Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-25T15:21:47.266Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-25T15:21:47.266Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-25T15:21:47.266Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-25T15:21:47.266Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-25T15:21:47.266Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-25T15:21:47.266Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-25T15:21:47.266Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-25T15:21:47.266Z] Fetched 8720 B in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-25T15:21:47.266Z] Fetched 137 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-25T15:21:47.266Z] Fetched 119 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-25T15:21:47.266Z] Fetched 109 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-25T15:21:47.266Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-25T15:21:47.266Z] Fetched 645 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-25T15:21:47.266Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-25T15:21:47.266Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-25T15:21:47.266Z] Fetched 368 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-25T15:21:47.266Z] Fetched 187 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-25T15:21:47.266Z] Fetched 175 kB in 0s (0 B/s) [2021-02-25T15:21:47.266Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-25T15:21:49.830Z] Fetched 206 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-25T15:21:49.830Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-25T15:21:49.830Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-25T15:21:49.830Z] Fetched 159 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-25T15:21:49.830Z] Fetched 107 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-25T15:21:49.830Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-25T15:21:49.830Z] Pulling static-packages [2021-02-25T15:21:49.830Z] + snapcraftctl pull [2021-02-25T15:21:51.226Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-25T15:21:51.226Z] Skipping pull go-build-helper (already ran) [2021-02-25T15:21:51.226Z] Skipping pull static-packages (already ran) [2021-02-25T15:21:51.226Z] Building go-build-helper [2021-02-25T15:21:51.226Z] + snapcraftctl build [2021-02-25T15:21:56.539Z] Building static-packages [2021-02-25T15:21:56.539Z] + snapcraftctl build [2021-02-25T15:21:59.097Z] Staging go-build-helper [2021-02-25T15:21:59.097Z] + snapcraftctl stage [2021-02-25T15:22:00.044Z] Staging static-packages [2021-02-25T15:22:00.044Z] + snapcraftctl stage [2021-02-25T15:22:01.432Z] Pulling go115 [2021-02-25T15:22:01.432Z] + snapcraftctl pull [2021-02-25T15:22:02.821Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-25T15:22:02.821Z] Skipping pull go115 (already ran) [2021-02-25T15:22:02.821Z] Building go115 [2021-02-25T15:22:02.821Z] + dpkg --print-architecture [2021-02-25T15:22:02.821Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-25T15:22:02.821Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-25T15:22:02.822Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-25T15:22:02.822Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T15:22:02.822Z] Dload Upload Total Spent Left Speed [2021-02-25T15:22:06.371Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 110k 0 0 492k 0 0:04:00 --:--:-- 0:04:00 490k 30 115M 30 34.9M 0 0 28.2M 0 0:00:04 0:00:01 0:00:03 28.1M 56 115M 56 65.5M 0 0 29.4M 0 0:00:03 0:00:02 0:00:01 29.4M 89 115M 89 102M 0 0 31.8M 0 0:00:03 0:00:03 --:--:-- 31.8M 100 115M 100 115M 0 0 32.1M 0 0:00:03 0:00:03 --:--:-- 32.1M [2021-02-25T15:22:06.371Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-25T15:22:06.371Z] + sha256sum -c sha256 [2021-02-25T15:22:06.371Z] + grep OK [2021-02-25T15:22:07.327Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-25T15:22:07.327Z] + mkdir -p /root/stage/go1.15 [2021-02-25T15:22:07.327Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-25T15:22:12.657Z] Staging go115 [2021-02-25T15:22:12.657Z] + snapcraftctl stage [2021-02-25T15:22:20.848Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-25T15:22:20.848Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-25T15:22:20.848Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-25T15:22:20.848Z] Fetched 0 B in 0s (0 B/s) [2021-02-25T15:22:20.848Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-25T15:22:20.848Z] Fetched 224 kB in 0s (0 B/s) [2021-02-25T15:22:20.848Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-25T15:22:20.848Z] Fetched 157 kB in 0s (0 B/s) [2021-02-25T15:22:20.848Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-25T15:22:20.848Z] Fetched 221 kB in 0s (0 B/s) [2021-02-25T15:22:20.848Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-25T15:22:20.848Z] Fetched 143 kB in 0s (0 B/s) [2021-02-25T15:22:20.848Z] Pulling edgex-go [2021-02-25T15:22:20.848Z] + snapcraftctl pull [2021-02-25T15:22:22.773Z] Pulling version [2021-02-25T15:22:22.773Z] + cd /root/project [2021-02-25T15:22:22.773Z] + [ -f VERSION ] [2021-02-25T15:22:22.773Z] + PROJECT_VERSION=local-dev [2021-02-25T15:22:22.773Z] + git rev-parse --short HEAD [2021-02-25T15:22:22.773Z] + GIT_REVISION=5c6281c3 [2021-02-25T15:22:22.773Z] + snapcraftctl set-version local-dev [2021-02-25T15:22:23.760Z] Building config-common [2021-02-25T15:22:23.760Z] + snapcraftctl build [2021-02-25T15:22:27.124Z] Skipping build go-build-helper (already ran) [2021-02-25T15:22:27.124Z] Skipping build static-packages (already ran) [2021-02-25T15:22:27.124Z] Skipping build go115 (already ran) [2021-02-25T15:22:27.124Z] Building edgex-go [2021-02-25T15:22:27.729Z] + 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-25T15:22:27.729Z] + cd /root/parts/edgex-go/src [2021-02-25T15:22:27.729Z] + make build [2021-02-25T15:22:27.729Z] 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-25T15:22:30.366Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-25T15:22:30.366Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.36 [2021-02-25T15:22:30.366Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-25T15:22:30.366Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-25T15:22:30.366Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-25T15:22:30.366Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-25T15:22:30.366Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-25T15:22:30.366Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-25T15:22:30.366Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-25T15:22:30.366Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-25T15:22:30.366Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-25T15:22:30.366Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-25T15:22:30.366Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T15:22:30.366Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T15:22:30.366Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T15:22:30.366Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-25T15:22:30.366Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-25T15:22:30.366Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-25T15:22:30.366Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-25T15:22:30.366Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-25T15:22:30.366Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-25T15:22:30.366Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T15:22:30.366Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-25T15:22:30.643Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-25T15:22:30.643Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T15:22:30.643Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-25T15:22:30.643Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-25T15:22:30.643Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-25T15:22:40.845Z] 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-25T15:22:40.845Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-25T15:22:47.492Z] 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-25T15:22:48.072Z] 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-25T15:22:49.483Z] 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-25T15:22:50.062Z] 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-25T15:22:50.062Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-25T15:22:50.327Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-25T15:22:50.327Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T15:22:50.327Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T15:22:52.267Z] 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-25T15:22:52.531Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-25T15:22:52.531Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-25T15:22:54.506Z] 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-25T15:22:55.467Z] 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-25T15:22:55.467Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-25T15:22:57.409Z] 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-25T15:22:58.818Z] 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-25T15:22:58.818Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-25T15:23:00.785Z] 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-25T15:23:00.785Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-25T15:23:03.350Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-25T15:23:03.350Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-25T15:23:03.350Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-25T15:23:03.350Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-25T15:23:03.350Z] + 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-25T15:23:03.350Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-25T15:23:03.350Z] + 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-25T15:23:03.350Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-25T15:23:03.350Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-25T15:23:03.350Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-25T15:23:03.350Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-25T15:23:03.350Z] + 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-25T15:23:05.278Z] Building version [2021-02-25T15:23:05.278Z] + snapcraftctl build [2021-02-25T15:23:08.597Z] Staging config-common [2021-02-25T15:23:08.597Z] + snapcraftctl stage [2021-02-25T15:23:09.545Z] Skipping stage go-build-helper (already ran) [2021-02-25T15:23:09.545Z] Skipping stage static-packages (already ran) [2021-02-25T15:23:09.545Z] Skipping stage go115 (already ran) [2021-02-25T15:23:09.545Z] Staging edgex-go [2021-02-25T15:23:09.545Z] + snapcraftctl stage [2021-02-25T15:23:10.943Z] Staging version [2021-02-25T15:23:10.943Z] + snapcraftctl stage [2021-02-25T15:23:12.340Z] Priming config-common [2021-02-25T15:23:12.340Z] + snapcraftctl prime [2021-02-25T15:23:13.286Z] Priming go-build-helper [2021-02-25T15:23:13.286Z] + snapcraftctl prime [2021-02-25T15:23:14.678Z] Priming static-packages [2021-02-25T15:23:14.678Z] + snapcraftctl prime [2021-02-25T15:23:18.007Z] Priming go115 [2021-02-25T15:23:18.007Z] + snapcraftctl prime [2021-02-25T15:23:18.584Z] Priming edgex-go [2021-02-25T15:23:18.584Z] + snapcraftctl prime [2021-02-25T15:23:19.977Z] Priming version [2021-02-25T15:23:19.977Z] + snapcraftctl prime [2021-02-25T15:23:21.899Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-25T15:23:25.589Z] provisioning config files... [2021-02-25T15:23:25.636Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5141563716694753617tmp [Pipeline] { [Pipeline] sh [2021-02-25T15:23:26.349Z] + set +x [2021-02-25T15:23:26.349Z] + bash -s -- [2021-02-25T15:23:26.349Z] + curl -s https://codecov.io/bash [2021-02-25T15:23:27.499Z] [2021-02-25T15:23:27.499Z] _____ _ [2021-02-25T15:23:27.499Z] / ____| | | [2021-02-25T15:23:27.499Z] | | ___ __| | ___ ___ _____ __ [2021-02-25T15:23:27.499Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-25T15:23:27.499Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-25T15:23:27.499Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-25T15:23:27.499Z] Bash-20210129-7c25fce [2021-02-25T15:23:27.499Z] [2021-02-25T15:23:27.499Z] [2021-02-25T15:23:27.499Z] ==> git version 2.24.3 found [2021-02-25T15:23:27.499Z] ==> 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-25T15:23:27.499Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-25T15:23:27.499Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-25T15:23:27.499Z] ==> Jenkins CI detected. [2021-02-25T15:23:27.499Z] project root: . [2021-02-25T15:23:27.499Z] --> token set from env [2021-02-25T15:23:27.499Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-25T15:23:27.499Z] ==> Running gcov in . (disable via -X gcov) [2021-02-25T15:23:27.499Z] ==> Python coveragepy not found [2021-02-25T15:23:27.499Z] ==> Searching for coverage reports in: [2021-02-25T15:23:27.499Z] + . [2021-02-25T15:23:27.834Z] -> Found 1 reports [2021-02-25T15:23:27.834Z] ==> Detecting git/mercurial file structure [2021-02-25T15:23:27.834Z] ==> Reading reports [2021-02-25T15:23:27.834Z] + ./coverage.out bytes=596149 [2021-02-25T15:23:27.834Z] ==> Appending adjustments [2021-02-25T15:23:27.834Z] https://docs.codecov.io/docs/fixing-reports [2021-02-25T15:23:38.429Z] + Found adjustments [2021-02-25T15:23:38.429Z] ==> Gzipping contents [2021-02-25T15:23:38.429Z] 88K /tmp/codecov.3mcLtV.gz [2021-02-25T15:23:38.429Z] ==> Uploading reports [2021-02-25T15:23:38.429Z] url: https://codecov.io [2021-02-25T15:23:38.429Z] query: branch=PR-3192&commit=5c6281c33c47276eacdbb13638039abd0291140c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= [2021-02-25T15:23:38.429Z] -> Pinging Codecov [2021-02-25T15:23:38.429Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3192&commit=5c6281c33c47276eacdbb13638039abd0291140c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= [2021-02-25T15:23:38.429Z] -> Uploading to [2021-02-25T15:23:38.429Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/5c6281c33c47276eacdbb13638039abd0291140c/4862950e-f5d7-403d-8af0-5dbe2931590f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T152337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e717b24b9c64353a7d35e9ddf50c30cc46c8d81b5949580e556cdf9d46678fd [2021-02-25T15:23:38.429Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T15:23:38.429Z] Dload Upload Total Spent Left Speed [2021-02-25T15:23:38.429Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88989 0 0 100 88989 0 127k --:--:-- --:--:-- --:--:-- 127k [2021-02-25T15:23:38.429Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5c6281c33c47276eacdbb13638039abd0291140c [Pipeline] } [2021-02-25T15:23:38.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:23:42.195Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:23:44.268Z] ---> package-listing.sh [2021-02-25T15:23:44.268Z] ++ facter osfamily [2021-02-25T15:23:44.268Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T15:23:44.667Z] + OS_FAMILY=redhat [2021-02-25T15:23:44.667Z] + workspace=/w/workspace/edgex-go/3 [2021-02-25T15:23:44.667Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T15:23:44.667Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T15:23:44.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T15:23:44.667Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T15:23:44.667Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-25T15:23:44.667Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T15:23:44.667Z] + case "${OS_FAMILY}" in [2021-02-25T15:23:44.667Z] + rpm -qa [2021-02-25T15:23:44.667Z] + sort [2021-02-25T15:23:58.386Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T15:23:58.386Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T15:23:58.386Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T15:23:58.386Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-25T15:23:58.386Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-25T15:23:58.386Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-25T15:23:59.188Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-25T15:24:00.183Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:24:01.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:24:02.323Z] [2021-02-25T15:24:02.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T15:24:03.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:24:04.735Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T15:24:04.735Z] df20fa9351a1: Pulling fs layer [2021-02-25T15:24:04.735Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T15:24:04.735Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T15:24:04.735Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T15:24:04.735Z] 93b61091891f: Pulling fs layer [2021-02-25T15:24:04.735Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T15:24:04.735Z] 5e14af77c1be: Pulling fs layer [2021-02-25T15:24:04.735Z] 01666e4c0597: Pulling fs layer [2021-02-25T15:24:04.735Z] aa168da1d23b: Pulling fs layer [2021-02-25T15:24:04.735Z] 93b9cdb0e59b: Waiting [2021-02-25T15:24:04.735Z] 5e14af77c1be: Waiting [2021-02-25T15:24:04.735Z] 01666e4c0597: Waiting [2021-02-25T15:24:04.735Z] 93b61091891f: Waiting [2021-02-25T15:24:04.735Z] 46f8f816bc3b: Waiting [2021-02-25T15:24:04.735Z] aa168da1d23b: Waiting [2021-02-25T15:24:05.063Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T15:24:05.063Z] 36b3adc4ff6f: Download complete [2021-02-25T15:24:05.063Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T15:24:05.063Z] 46f8f816bc3b: Download complete [2021-02-25T15:24:05.356Z] 93b61091891f: Verifying Checksum [2021-02-25T15:24:05.356Z] 93b61091891f: Download complete [2021-02-25T15:24:05.356Z] df20fa9351a1: Verifying Checksum [2021-02-25T15:24:05.356Z] df20fa9351a1: Download complete [2021-02-25T15:24:05.356Z] 01666e4c0597: Verifying Checksum [2021-02-25T15:24:05.356Z] 01666e4c0597: Download complete [2021-02-25T15:24:07.491Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T15:24:07.491Z] 8ad3a11d3b57: Download complete [2021-02-25T15:24:07.491Z] df20fa9351a1: Pull complete [2021-02-25T15:24:08.709Z] 36b3adc4ff6f: Pull complete [2021-02-25T15:24:10.205Z] 8ad3a11d3b57: Pull complete [2021-02-25T15:24:10.525Z] 46f8f816bc3b: Pull complete [2021-02-25T15:24:11.856Z] 93b61091891f: Pull complete [2021-02-25T15:24:12.880Z] 93b9cdb0e59b: Pull complete [2021-02-25T15:24:14.282Z] 5e14af77c1be: Pull complete [2021-02-25T15:24:16.002Z] 01666e4c0597: Pull complete [2021-02-25T15:24:19.093Z] aa168da1d23b: Verifying Checksum [2021-02-25T15:24:19.093Z] aa168da1d23b: Download complete [2021-02-25T15:24:42.699Z] aa168da1d23b: Pull complete [2021-02-25T15:24:42.699Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T15:24:42.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T15:24:42.699Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T15:24:43.190Z] prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container [2021-02-25T15:24:44.396Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-25T15:24:49.816Z] $ docker top bb8d1ec67a071945d2b5dbb9ba3e1a70adecd69bb19b3dcfbf95615946f8bd53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T15:24:50.963Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T15:24:51.487Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T15:24:52.026Z] + ls /var/log/sa-host [2021-02-25T15:24:52.027Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T15:24:52.027Z] file_magic: OK [2021-02-25T15:24:52.027Z] HZ: Using current value: 100 [2021-02-25T15:24:52.027Z] file_header: OK [2021-02-25T15:24:52.027Z] 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-25T15:24:52.027Z] Statistics: [2021-02-25T15:24:52.027Z] Hnuu...uuuununununu... [2021-02-25T15:24:52.027Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T15:24:52.027Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T15:24:52.027Z] file_magic: OK [2021-02-25T15:24:52.027Z] HZ: Using current value: 100 [2021-02-25T15:24:52.027Z] file_header: OK [2021-02-25T15:24:52.027Z] 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-25T15:24:52.027Z] Statistics: [2021-02-25T15:24:52.027Z] 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...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-25T15:24:52.027Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T15:24:52.780Z] provisioning config files... [2021-02-25T15:24:52.873Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config41091495474062824tmp [Pipeline] { [Pipeline] echo [2021-02-25T15:24:52.963Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:24:54.013Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T15:24:54.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T15:24:54.141Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:24:55.350Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T15:24:55.390Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:24:56.183Z] ---> sudo-logs.sh [2021-02-25T15:24:56.183Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T15:24:56.343Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:24:57.615Z] ---> job-cost.sh [2021-02-25T15:24:57.615Z] lf-activate-venv: SKIPPING [2021-02-25T15:24:57.615Z] DEBUG: total: 0.20999999344348907 [2021-02-25T15:24:57.615Z] INFO: Retrieving Stack Cost... [2021-02-25T15:24:58.615Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T15:24:58.927Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T15:24:59.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T15:25:00.836Z] ---> logs-deploy.sh [2021-02-25T15:25:00.836Z] lf-activate-venv: SKIPPING [2021-02-25T15:25:00.836Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/3 [2021-02-25T15:25:00.836Z] INFO: archiving workspace using pattern(s): [2021-02-25T15:25:03.708Z] Archives upload complete. [2021-02-25T15:25:04.149Z] INFO: archiving logs to Nexus