Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b60e6eeb7f18074425901094eba94146e3f42170+7baeca4eebb4ae03aa45f246de6ab0a897fafe7c (97563df622acc0d969d2fe6201644e616604b781) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29870 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 Merge succeeded, producing 8d54e528a209f68a2b3e24221d05de3e91e57a79 Checking out Revision 8d54e528a209f68a2b3e24221d05de3e91e57a79 (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d54e528a209f68a2b3e24221d05de3e91e57a79 # timeout=10 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T00:32:03.140Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T00:32:03.427Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T00:32:03.533Z] ========================================================= [2021-03-16T00:32:03.533Z] EdgeX Global Pipelines Version Info [2021-03-16T00:32:03.533Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:06.180Z] ------------------- [2021-03-16T00:32:06.180Z] stable info: [2021-03-16T00:32:06.180Z] ------------------- [2021-03-16T00:32:06.180Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T00:32:06.180Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:06.180Z] Message: update stable to v1.0.184 [2021-03-16T00:32:07.736Z] ------------------- [2021-03-16T00:32:07.736Z] experimental info: [2021-03-16T00:32:07.736Z] ------------------- [2021-03-16T00:32:07.736Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:07.736Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T00:32:07.736Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T00:32:08.195Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T00:32:08.281Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T00:32:08.364Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T00:32:08.686Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T00:32:08.773Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T00:32:08.851Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T00:32:08.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T00:32:09.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T00:32:09.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T00:32:09.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T00:32:09.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T00:32:09.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T00:32:09.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T00:32:09.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T00:32:09.603Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:09.687Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T00:32:09.769Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T00:32:09.855Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T00:32:09.935Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T00:32:10.208Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T00:32:10.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T00:32:10.392Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T00:32:10.500Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T00:32:10.610Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-16T00:32:10.702Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-16T00:32:10.802Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d54e528a209f68a2b3e24221d05de3e91e57a79 [Pipeline] echo [2021-03-16T00:32:10.888Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d54e52 [Pipeline] echo [2021-03-16T00:32:11.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:32:11.230Z] provisioning config files... [2021-03-16T00:32:11.312Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8479719500441446626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:32:12.403Z] ---> docker-login.sh [2021-03-16T00:32:12.403Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:32:13.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:14.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:14.172Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:14.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:14.172Z] [2021-03-16T00:32:14.172Z] Login Succeeded [2021-03-16T00:32:14.172Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:32:15.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:15.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:15.198Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:15.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:15.198Z] [2021-03-16T00:32:15.198Z] Login Succeeded [2021-03-16T00:32:15.198Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:32:15.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:16.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:16.250Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:16.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:16.250Z] [2021-03-16T00:32:16.250Z] Login Succeeded [2021-03-16T00:32:16.250Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:32:16.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:16.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:16.854Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:16.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:16.854Z] [2021-03-16T00:32:16.854Z] Login Succeeded [2021-03-16T00:32:16.854Z] docker.io [2021-03-16T00:32:17.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:32:17.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:32:17.769Z] Configure a credential helper to remove this warning. See [2021-03-16T00:32:17.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:32:17.769Z] [2021-03-16T00:32:17.769Z] Login Succeeded [2021-03-16T00:32:17.769Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:32:17.785Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:32:18.326Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T00:32:18.326Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:18.326Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T00:32:18.326Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T00:32:18.326Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T00:32:18.326Z] ++ cut -d/ -f2 [2021-03-16T00:32:18.326Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T00:32:18.326Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T00:32:18.678Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:32:19.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:20.007Z] [2021-03-16T00:32:20.007Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:32:20.416Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:20.416Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T00:32:20.416Z] 31603596830f: Pulling fs layer [2021-03-16T00:32:20.416Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T00:32:20.416Z] 6ca5941a6612: Pulling fs layer [2021-03-16T00:32:20.416Z] ecc8261a40a4: Pulling fs layer [2021-03-16T00:32:20.416Z] ecc8261a40a4: Waiting [2021-03-16T00:32:20.416Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T00:32:20.416Z] 2a8b12db71e7: Download complete [2021-03-16T00:32:20.697Z] 31603596830f: Verifying Checksum [2021-03-16T00:32:20.697Z] 31603596830f: Download complete [2021-03-16T00:32:20.697Z] ecc8261a40a4: Verifying Checksum [2021-03-16T00:32:20.973Z] 6ca5941a6612: Verifying Checksum [2021-03-16T00:32:20.973Z] 6ca5941a6612: Download complete [2021-03-16T00:32:21.625Z] 31603596830f: Pull complete [2021-03-16T00:32:21.923Z] 2a8b12db71e7: Pull complete [2021-03-16T00:32:23.406Z] 6ca5941a6612: Pull complete [2021-03-16T00:32:24.055Z] ecc8261a40a4: Pull complete [2021-03-16T00:32:24.055Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T00:32:24.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T00:32:24.055Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T00:32:24.343Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T00:32:24.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-16T00:32:29.457Z] $ docker top 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T00:32:30.374Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:30.374Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:31.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:31.110Z] $ docker exec 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent [2021-03-16T00:32:31.691Z] SSH_AUTH_SOCK=/tmp/ssh-ixAPhxSeaPjv/agent.11 [2021-03-16T00:32:31.691Z] SSH_AGENT_PID=16 [2021-03-16T00:32:31.740Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:32.140Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_3040126862462135502.key (/w/workspace/edgex-go/13@tmp/private_key_3040126862462135502.key) [2021-03-16T00:32:32.301Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:32.731Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T00:32:32.792Z] $ docker exec --env ******** --env ******** 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent -k [2021-03-16T00:32:33.148Z] unset SSH_AUTH_SOCK; [2021-03-16T00:32:33.150Z] unset SSH_AGENT_PID; [2021-03-16T00:32:33.150Z] echo Agent pid 16 killed; [2021-03-16T00:32:33.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T00:32:33.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T00:32:33.618Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T00:32:34.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T00:32:34.326Z] $ docker exec 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent [2021-03-16T00:32:35.085Z] SSH_AUTH_SOCK=/tmp/ssh-A2WMfKuthAIE/agent.45 [2021-03-16T00:32:35.085Z] SSH_AGENT_PID=50 [2021-03-16T00:32:35.098Z] Running ssh-add (command line suppressed) [2021-03-16T00:32:35.436Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_5117130316449848506.key (/w/workspace/edgex-go/13@tmp/private_key_5117130316449848506.key) [2021-03-16T00:32:35.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T00:32:36.090Z] + git semver init [2021-03-16T00:32:36.406Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T00:32:36.406Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2021-03-16T00:32:36.406Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2021-03-16T00:32:36.406Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T00:32:36.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T00:32:36.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T00:32:36.406Z] # $SEMVER_BRANCH = PR-3234 [2021-03-16T00:32:36.406Z] # $SEMVER_TEMP = /tmp/semver-554172730 [2021-03-16T00:32:36.406Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T00:33:16.008Z] # '/tmp/semver-554172730' -> '/w/workspace/edgex-go/13/.semver' [2021-03-16T00:33:16.008Z] # -> Force: false [2021-03-16T00:33:16.008Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2021-03-16T00:33:16.039Z] $ docker exec --env ******** --env ******** 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent -k [2021-03-16T00:33:17.474Z] unset SSH_AUTH_SOCK; [2021-03-16T00:33:17.474Z] unset SSH_AGENT_PID; [2021-03-16T00:33:17.474Z] echo Agent pid 50 killed; [2021-03-16T00:33:17.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T00:33:18.771Z] + git semver [Pipeline] } [2021-03-16T00:33:18.879Z] $ docker stop --time=1 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 [2021-03-16T00:33:22.145Z] $ docker rm -f 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:33:23.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T00:33:24.999Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T00:33:25.003Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T00:33:26.016Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:26.383Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:33:26.754Z] + sudo service docker restart [2021-03-16T00:33:26.754Z] + true [2021-03-16T00:33:26.754Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T00:33:29.024Z] ========================================================= [2021-03-16T00:33:29.024Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T00:33:29.024Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:33:29.442Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-16T00:33:40.421Z] Still waiting to schedule task [2021-03-16T00:33:40.422Z] ‘prd-centos7-docker-4c-2g-29874’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29878’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29879’ is offline [2021-03-16T00:33:42.122Z] Sending build context to Docker daemon 328.6MB [2021-03-16T00:33:42.122Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:33:42.122Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:33:42.122Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T00:33:42.122Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T00:33:42.122Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T00:33:42.122Z] de9db76c5a1d: Pulling fs layer [2021-03-16T00:33:42.122Z] bca2f99d35d6: Pulling fs layer [2021-03-16T00:33:42.122Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T00:33:42.122Z] 7c6f9722023f: Pulling fs layer [2021-03-16T00:33:42.122Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T00:33:42.122Z] 93359f2a8cfa: Waiting [2021-03-16T00:33:42.122Z] bca2f99d35d6: Waiting [2021-03-16T00:33:42.122Z] 7c6f9722023f: Waiting [2021-03-16T00:33:42.122Z] a35cf1a2eb13: Waiting [2021-03-16T00:33:42.122Z] de9db76c5a1d: Download complete [2021-03-16T00:33:42.122Z] 0ef7d3d256c8: Verifying Checksum [2021-03-16T00:33:42.122Z] 0ef7d3d256c8: Download complete [2021-03-16T00:33:42.122Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T00:33:42.122Z] 93359f2a8cfa: Download complete [2021-03-16T00:33:42.122Z] 7c6f9722023f: Verifying Checksum [2021-03-16T00:33:42.122Z] 7c6f9722023f: Download complete [2021-03-16T00:33:42.122Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T00:33:42.122Z] 188c0c94c7c5: Download complete [2021-03-16T00:33:43.928Z] 188c0c94c7c5: Pull complete [2021-03-16T00:33:44.239Z] 0ef7d3d256c8: Pull complete [2021-03-16T00:33:44.537Z] de9db76c5a1d: Pull complete [2021-03-16T00:33:47.246Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T00:33:47.246Z] a35cf1a2eb13: Download complete [2021-03-16T00:33:47.872Z] bca2f99d35d6: Verifying Checksum [2021-03-16T00:33:47.872Z] bca2f99d35d6: Download complete [2021-03-16T00:34:03.081Z] bca2f99d35d6: Pull complete [2021-03-16T00:34:03.374Z] 93359f2a8cfa: Pull complete [2021-03-16T00:34:03.647Z] 7c6f9722023f: Pull complete [2021-03-16T00:34:16.825Z] a35cf1a2eb13: Pull complete [2021-03-16T00:34:16.825Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T00:34:16.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T00:34:16.825Z] ---> a62c8e92a672 [2021-03-16T00:34:16.825Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-16T00:34:16.825Z] ---> Running in d197a5b912dd [2021-03-16T00:34:18.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:34:18.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:34:19.583Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:34:19.852Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:34:19.852Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:34:20.121Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:34:32.919Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:34:32.919Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:34:32.919Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:34:32.919Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:34:32.919Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:34:32.919Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:34:32.919Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:34:32.919Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:34:32.919Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:34:32.919Z] OK: 233 MiB in 51 packages [2021-03-16T00:34:38.607Z] Removing intermediate container d197a5b912dd [2021-03-16T00:34:38.607Z] ---> 36c42765e7bf [2021-03-16T00:34:38.607Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:34:38.607Z] ---> Running in c69f685f13ec [2021-03-16T00:34:38.607Z] Removing intermediate container c69f685f13ec [2021-03-16T00:34:38.607Z] ---> 2dea6e5fc574 [2021-03-16T00:34:38.607Z] Step 5/6 : COPY go.mod . [2021-03-16T00:34:39.243Z] ---> 0244f129890b [2021-03-16T00:34:39.243Z] Step 6/6 : RUN go mod download [2021-03-16T00:34:39.243Z] ---> Running in 1d407a01b31a [2021-03-16T00:35:19.057Z] Removing intermediate container 1d407a01b31a [2021-03-16T00:35:19.057Z] ---> df6e3b03f36b [2021-03-16T00:35:19.057Z] Successfully built df6e3b03f36b [2021-03-16T00:35:19.057Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:35:19.566Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:35:20.172Z] . [Pipeline] withDockerContainer [2021-03-16T00:35:20.416Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T00:35:20.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T00:35:24.316Z] $ docker top 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:35:26.510Z] + go version [2021-03-16T00:35:26.510Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T00:35:26.651Z] $ docker stop --time=1 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 [2021-03-16T00:35:28.508Z] $ docker rm -f 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:35:29.660Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T00:35:29.660Z] . [Pipeline] withDockerContainer [2021-03-16T00:35:29.906Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T00:35:30.159Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-16T00:35:31.658Z] $ docker top a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:35:31.964Z] ========================================================= [2021-03-16T00:35:31.964Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:35:31.964Z] ========================================================= [Pipeline] sh [2021-03-16T00:35:32.307Z] + make test [2021-03-16T00:35:32.307Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:36:05.347Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:36:41.025Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29884 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-16T00:36:41.969Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-16T00:36:46.875Z] using credential edgex-jenkins-ssh [2021-03-16T00:36:46.927Z] Cloning the remote Git repository [2021-03-16T00:36:46.986Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:36:47.106Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-16T00:36:47.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:36:47.182Z] > git --version # timeout=10 [2021-03-16T00:36:47.197Z] > git --version # 'git version 2.17.1' [2021-03-16T00:36:47.199Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:36:47.281Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:36:53.452Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:37:13.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:37:13.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:37:13.000Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:37:12.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:12.747Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:37:12.770Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:37:12.801Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:37:12.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:12.818Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:37:13.440Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-16T00:37:14.165Z] Merge succeeded, producing da1d2ade4e276ce25c6ca057de46e6cf678ebd30 [2021-03-16T00:37:14.166Z] Checking out Revision da1d2ade4e276ce25c6ca057de46e6cf678ebd30 (PR-3234) [2021-03-16T00:37:15.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:37:15.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:37:15.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:37:15.053Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:37:13.460Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:13.475Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-16T00:37:13.793Z] > git remote # timeout=10 [2021-03-16T00:37:13.811Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:37:13.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:37:13.836Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:37:14.101Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:37:14.175Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:37:14.207Z] > git checkout -f da1d2ade4e276ce25c6ca057de46e6cf678ebd30 # timeout=10 [2021-03-16T00:37:18.002Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:37:18.524Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:37:18.534Z] > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T00:37:19.207Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:37:20.211Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:20.684Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T00:37:21.062Z] + sudo service docker restart [2021-03-16T00:37:21.062Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T00:37:23.113Z] provisioning config files... [2021-03-16T00:37:23.153Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config9095008842367346432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:37:23.557Z] ---> docker-login.sh [2021-03-16T00:37:23.557Z] nexus3.edgexfoundry.org:10001 [2021-03-16T00:37:24.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:25.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:25.597Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:25.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:25.597Z] [2021-03-16T00:37:25.597Z] Login Succeeded [2021-03-16T00:37:25.597Z] nexus3.edgexfoundry.org:10002 [2021-03-16T00:37:25.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:25.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:25.874Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:25.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:25.874Z] [2021-03-16T00:37:25.874Z] Login Succeeded [2021-03-16T00:37:25.874Z] nexus3.edgexfoundry.org:10003 [2021-03-16T00:37:26.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:26.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:26.475Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:26.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:26.475Z] [2021-03-16T00:37:26.475Z] Login Succeeded [2021-03-16T00:37:26.475Z] nexus3.edgexfoundry.org:10004 [2021-03-16T00:37:27.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:27.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:27.072Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:27.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:27.072Z] [2021-03-16T00:37:27.072Z] Login Succeeded [2021-03-16T00:37:27.072Z] docker.io [2021-03-16T00:37:27.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T00:37:27.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T00:37:27.623Z] Configure a credential helper to remove this warning. See [2021-03-16T00:37:27.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T00:37:27.623Z] [2021-03-16T00:37:27.623Z] Login Succeeded [2021-03-16T00:37:27.897Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T00:37:27.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T00:37:28.416Z] ========================================================= [2021-03-16T00:37:28.416Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T00:37:28.416Z] ========================================================= [2021-03-16T00:37:28.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:37:28.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:37:28.474Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:37:28.841Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-16T00:37:31.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.167s coverage: 45.9% of statements [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:37:31.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:37:31.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements [2021-03-16T00:37:31.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.380s coverage: 100.0% of statements [2021-03-16T00:37:31.481Z] Sending build context to Docker daemon 166.7MB [2021-03-16T00:37:31.481Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T00:37:31.481Z] Step 2/6 : FROM ${BASE} [2021-03-16T00:37:31.481Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T00:37:31.481Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T00:37:31.481Z] a4357932f1b6: Pulling fs layer [2021-03-16T00:37:31.481Z] 18c013af1878: Pulling fs layer [2021-03-16T00:37:31.481Z] 00ac8860ef70: Pulling fs layer [2021-03-16T00:37:31.481Z] 63d7cb157983: Pulling fs layer [2021-03-16T00:37:31.481Z] b116817d02f9: Pulling fs layer [2021-03-16T00:37:31.481Z] 745a02a5169b: Pulling fs layer [2021-03-16T00:37:31.481Z] b116817d02f9: Waiting [2021-03-16T00:37:31.481Z] 63d7cb157983: Waiting [2021-03-16T00:37:31.481Z] 745a02a5169b: Waiting [2021-03-16T00:37:31.481Z] 18c013af1878: Verifying Checksum [2021-03-16T00:37:31.481Z] 18c013af1878: Download complete [2021-03-16T00:37:31.481Z] a4357932f1b6: Verifying Checksum [2021-03-16T00:37:31.481Z] a4357932f1b6: Download complete [2021-03-16T00:37:31.481Z] 63d7cb157983: Verifying Checksum [2021-03-16T00:37:31.481Z] 63d7cb157983: Download complete [2021-03-16T00:37:31.481Z] b116817d02f9: Verifying Checksum [2021-03-16T00:37:31.481Z] b116817d02f9: Download complete [2021-03-16T00:37:31.481Z] 5f621e34cdf4: Verifying Checksum [2021-03-16T00:37:31.481Z] 5f621e34cdf4: Download complete [2021-03-16T00:37:32.081Z] 5f621e34cdf4: Pull complete [2021-03-16T00:37:32.684Z] a4357932f1b6: Pull complete [2021-03-16T00:37:33.304Z] 18c013af1878: Pull complete [2021-03-16T00:37:33.901Z] 745a02a5169b: Verifying Checksum [2021-03-16T00:37:33.901Z] 745a02a5169b: Download complete [2021-03-16T00:37:34.880Z] 00ac8860ef70: Download complete [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.602s coverage: 27.1% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 71.3% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.279s coverage: 82.9% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:37:38.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.127s coverage: 78.9% of statements [2021-03-16T00:37:38.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.669s coverage: 28.6% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.245s coverage: 86.7% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:37:43.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:37:43.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T00:37:45.051Z] 00ac8860ef70: Pull complete [2021-03-16T00:37:45.325Z] 63d7cb157983: Pull complete [2021-03-16T00:37:45.599Z] b116817d02f9: Pull complete [2021-03-16T00:37:49.918Z] 745a02a5169b: Pull complete [2021-03-16T00:37:49.918Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T00:37:49.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T00:37:49.918Z] ---> b7e6874047d6 [2021-03-16T00:37:49.918Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.773s coverage: 92.8% of statements [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.1% of statements [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:37:50.959Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-03-16T00:37:50.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements [2021-03-16T00:37:52.558Z] ---> Running in cdf94338885b [2021-03-16T00:37:53.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:37:54.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:37:55.941Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T00:37:56.216Z] (2/12) Installing file (5.38-r0) [2021-03-16T00:37:56.487Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T00:37:56.487Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T00:38:03.172Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T00:38:03.172Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T00:38:03.442Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T00:38:03.442Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T00:38:03.442Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T00:38:03.713Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T00:38:03.713Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T00:38:03.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.246s coverage: 94.4% of statements [2021-03-16T00:38:03.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.324s coverage: 44.8% of statements [2021-03-16T00:38:03.985Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T00:38:03.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:38:03.985Z] OK: 217 MiB in 51 packages [2021-03-16T00:38:07.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.996s coverage: 81.9% of statements [2021-03-16T00:38:08.306Z] Removing intermediate container cdf94338885b [2021-03-16T00:38:08.306Z] ---> 6d9024ada11d [2021-03-16T00:38:08.306Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T00:38:08.306Z] ---> Running in f2afbbfddae7 [2021-03-16T00:38:08.581Z] Removing intermediate container f2afbbfddae7 [2021-03-16T00:38:08.581Z] ---> c1f954e6ba51 [2021-03-16T00:38:08.581Z] Step 5/6 : COPY go.mod . [2021-03-16T00:38:09.178Z] ---> 18cfadffdfe8 [2021-03-16T00:38:09.178Z] Step 6/6 : RUN go mod download [2021-03-16T00:38:09.457Z] ---> Running in 45b7e45c778e [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.350s coverage: 92.9% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.177s coverage: 77.8% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.200s coverage: 87.2% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.091s coverage: 100.0% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.425s coverage: 75.5% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements [2021-03-16T00:38:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements [2021-03-16T00:38:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:38:17.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 62.4% of statements [2021-03-16T00:38:17.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:38:17.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:38:17.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.211s coverage: 100.0% of statements [2021-03-16T00:38:17.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-03-16T00:38:17.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements [2021-03-16T00:38:18.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.277s coverage: 73.7% of statements [2021-03-16T00:38:20.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2021-03-16T00:38:22.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.731s coverage: 69.0% of statements [2021-03-16T00:38:22.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:38:22.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:38:22.289Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:38:23.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 38.4% of statements [2021-03-16T00:38:23.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:38:23.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:38:23.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.148s coverage: 89.5% of statements [2021-03-16T00:38:23.390Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:38:23.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements [2021-03-16T00:38:29.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.490s coverage: 47.0% of statements [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:38:29.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:38:29.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.156s coverage: 100.0% of statements [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:38:29.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.773s coverage: 87.1% of statements [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:38:29.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:38:36.266Z] Removing intermediate container 45b7e45c778e [2021-03-16T00:38:36.266Z] ---> fc2806f17653 [2021-03-16T00:38:36.266Z] Successfully built fc2806f17653 [2021-03-16T00:38:36.540Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:38:36.881Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:38:36.881Z] . [Pipeline] withDockerContainer [2021-03-16T00:38:37.153Z] prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container [2021-03-16T00:38:37.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:38:38.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.921s coverage: 29.1% of statements [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:38:38.715Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.132s coverage: 99.0% of statements [2021-03-16T00:38:38.715Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.277s coverage: 96.5% of statements [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.137s coverage: 87.9% of statements [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:38:38.716Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.136s coverage: 100.0% of statements [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2021-03-16T00:38:38.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.063s coverage: 100.0% of statements [2021-03-16T00:38:38.783Z] $ docker top 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:38:39.785Z] GO111MODULE=on go vet ./... [2021-03-16T00:38:39.849Z] + go version [2021-03-16T00:38:39.849Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T00:38:39.871Z] $ docker stop --time=1 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 [2021-03-16T00:38:41.796Z] $ docker rm -f 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:38:42.900Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T00:38:42.900Z] . [Pipeline] withDockerContainer [2021-03-16T00:38:43.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container [2021-03-16T00:38:43.240Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-16T00:38:44.633Z] $ docker top 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T00:38:45.020Z] ========================================================= [2021-03-16T00:38:45.020Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T00:38:45.020Z] ========================================================= [Pipeline] sh [2021-03-16T00:38:45.683Z] + make test [2021-03-16T00:38:45.683Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T00:39:07.858Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T00:39:48.879Z] gofmt -l . [2021-03-16T00:39:48.879Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:39:49.856Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:39:51.858Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:39:55.816Z] + ls -al . [2021-03-16T00:39:55.816Z] total 760 [2021-03-16T00:39:55.816Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 00:39 . [2021-03-16T00:39:55.816Z] drwxr-xr-x 4 root root 30 Mar 16 00:35 .. [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:31 .dockerignore [2021-03-16T00:39:55.816Z] drwxrwxr-x 8 1001 1001 179 Mar 16 00:32 .git [2021-03-16T00:39:55.816Z] drwxrwxr-x 3 1001 1001 125 Mar 16 00:31 .github [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:31 .gitignore [2021-03-16T00:39:55.816Z] drwx------ 3 1001 1001 60 Mar 16 00:33 .semver [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:31 .sonarcloud.properties [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:31 Attribution.txt [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:31 CONTRIBUTING.md [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:31 Dockerfile.build [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:31 Jenkinsfile [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:31 LICENSE [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:31 Makefile [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:31 README.md [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:31 SECURITY.md [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:31 ZMQWindows.md [2021-03-16T00:39:55.816Z] drwxrwxr-x 2 1001 1001 117 Mar 16 00:31 bin [2021-03-16T00:39:55.816Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:31 cmd [2021-03-16T00:39:55.816Z] -rw-r--r-- 1 root root 650607 Mar 16 00:38 coverage.out [2021-03-16T00:39:55.816Z] -rw-r--r-- 1 root root 1056 Mar 16 00:39 go.mod [2021-03-16T00:39:55.816Z] -rw-r--r-- 1 root root 21983 Mar 16 00:39 go.sum [2021-03-16T00:39:55.816Z] drwxrwxr-x 8 1001 1001 127 Mar 16 00:31 internal [2021-03-16T00:39:55.816Z] drwxrwxr-x 4 1001 1001 26 Mar 16 00:31 openapi [2021-03-16T00:39:55.816Z] drwxrwxr-x 4 1001 1001 71 Mar 16 00:31 snap [2021-03-16T00:39:55.816Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:31 version.go [Pipeline] sh [2021-03-16T00:39:56.719Z] + '[' -e coverage.out ] [2021-03-16T00:39:56.719Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:39:57.211Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:39:57.922Z] + make build [2021-03-16T00:39:57.922Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T00:40:04.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T00:40:04.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T00:40:06.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T00:40:11.687Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T00:40:11.687Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T00:40:14.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T00:40:14.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T00:40:14.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T00:40:14.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T00:40:17.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T00:40:18.000Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T00:40:22.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T00:40:26.300Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T00:40:26.300Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T00:40:26.300Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T00:40:26.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T00:40:31.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T00:40:31.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.282s coverage: 45.9% of statements [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T00:40:31.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T00:40:31.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.172s coverage: 19.8% of statements [2021-03-16T00:40:31.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.303s coverage: 100.0% of statements [2021-03-16T00:40:31.795Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T00:40:34.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T00:40:38.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T00:40:40.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.671s coverage: 27.1% of statements [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T00:40:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T00:40:40.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-03-16T00:40:40.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T00:40:40.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-03-16T00:40:40.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T00:40:40.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T00:40:40.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 71.3% of statements [2021-03-16T00:40:40.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T00:40:40.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T00:40:40.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T00:40:42.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 82.9% of statements [2021-03-16T00:40:42.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T00:40:42.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:40:42.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.143s coverage: 78.9% of statements [2021-03-16T00:40:42.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T00:40:42.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T00:40:45.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T00:40:49.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T00:40:51.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T00:40:51.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] } [2021-03-16T00:40:54.061Z] $ docker stop --time=1 a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 [2021-03-16T00:40:56.500Z] $ docker rm -f a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:40:58.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:40:59.256Z] [2021-03-16T00:40:59.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:40:59.425Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.149s coverage: 92.8% of statements [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T00:40:59.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T00:40:59.425Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.1% of statements [2021-03-16T00:40:59.425Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T00:40:59.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T00:40:59.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T00:40:59.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 47.1% of statements [2021-03-16T00:40:59.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-03-16T00:40:59.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-03-16T00:40:59.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:41:00.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:41:00.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2021-03-16T00:41:00.292Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T00:41:00.292Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T00:41:00.292Z] ca9280d653b3: Pulling fs layer [2021-03-16T00:41:00.292Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T00:41:01.803Z] cbdbe7a5bc2a: Pull complete [2021-03-16T00:41:02.168Z] ca9280d653b3: Download complete [2021-03-16T00:41:05.043Z] ca9280d653b3: Pull complete [2021-03-16T00:41:05.043Z] 7e9c9ca2126c: Download complete [2021-03-16T00:41:12.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-03-16T00:41:12.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-03-16T00:41:17.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.297s coverage: 81.9% of statements [2021-03-16T00:41:20.227Z] 7e9c9ca2126c: Pull complete [2021-03-16T00:41:20.228Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T00:41:20.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:41:20.228Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T00:41:20.691Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T00:41:20.813Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T00:41:24.851Z] $ docker top ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:41:25.525Z] + docker-compose build --help [2021-03-16T00:41:25.525Z] + grep parallel [2021-03-16T00:41:26.948Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:41:26.970Z] $ docker stop --time=1 ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 [2021-03-16T00:41:28.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.6% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.519s coverage: 62.4% of statements [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T00:41:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-16T00:41:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-03-16T00:41:28.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2021-03-16T00:41:28.631Z] $ docker rm -f ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:41:29.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T00:41:29.352Z] . [Pipeline] withDockerContainer [2021-03-16T00:41:29.516Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T00:41:29.627Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-16T00:41:29.643Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-03-16T00:41:31.172Z] $ docker top 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:41:31.983Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:41:32.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.762s coverage: 69.0% of statements [2021-03-16T00:41:32.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T00:41:32.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T00:41:32.279Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T00:41:33.454Z] Building docker-core-command-go ... [2021-03-16T00:41:33.454Z] Building docker-core-data-go ... [2021-03-16T00:41:33.454Z] Building docker-core-metadata-go ... [2021-03-16T00:41:33.454Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:41:33.454Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:41:33.454Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:41:33.454Z] Building docker-support-notifications-go ... [2021-03-16T00:41:33.454Z] Building docker-support-scheduler-go ... [2021-03-16T00:41:33.454Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:41:33.454Z] Building docker-core-metadata-go [2021-03-16T00:41:33.454Z] Building docker-support-scheduler-go [2021-03-16T00:41:33.454Z] Building docker-security-proxy-setup-go [2021-03-16T00:41:33.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 38.4% of statements [2021-03-16T00:41:33.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T00:41:33.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T00:41:33.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements [2021-03-16T00:41:33.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T00:41:33.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements [2021-03-16T00:41:33.805Z] Building docker-security-bootstrapper-go [2021-03-16T00:41:33.805Z] Building docker-sys-mgmt-agent-go [2021-03-16T00:41:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.494s coverage: 47.0% of statements [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T00:41:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T00:41:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T00:41:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.387s coverage: 87.1% of statements [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.202s coverage: 29.1% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.227s coverage: 96.5% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T00:41:47.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T00:41:47.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T00:41:48.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-03-16T00:41:49.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-16T00:41:50.481Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-16T00:41:51.456Z] GO111MODULE=on go vet ./... [2021-03-16T00:43:12.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:43:12.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:43:12.432Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:43:12.432Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:43:12.432Z] ---> df6e3b03f36b [2021-03-16T00:43:12.432Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:43:12.432Z] ---> df6e3b03f36b [2021-03-16T00:43:12.432Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:43:12.432Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:43:12.432Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:43:12.432Z] ---> df6e3b03f36b [2021-03-16T00:43:12.432Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:43:12.432Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:43:12.432Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:43:12.432Z] ---> df6e3b03f36b [2021-03-16T00:43:12.432Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:43:12.432Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:43:12.432Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:43:12.432Z] ---> df6e3b03f36b [2021-03-16T00:43:12.432Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:43:12.432Z] ---> Running in 99b09bfee6b7 [2021-03-16T00:43:12.432Z] ---> Running in fe22a1b3fa5f [2021-03-16T00:43:12.432Z] ---> Running in 8086473992a6 [2021-03-16T00:43:12.432Z] ---> Running in 9777ba01d027 [2021-03-16T00:43:12.432Z] ---> Running in b2f863c8ce49 [2021-03-16T00:43:12.432Z] Removing intermediate container 9777ba01d027 [2021-03-16T00:43:12.432Z] ---> 3a0b17098bcb [2021-03-16T00:43:12.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:43:12.432Z] Removing intermediate container b2f863c8ce49 [2021-03-16T00:43:12.432Z] ---> 1d11793b647e [2021-03-16T00:43:12.432Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:43:12.432Z] Removing intermediate container fe22a1b3fa5f [2021-03-16T00:43:12.432Z] ---> 1f3694a10a3d [2021-03-16T00:43:12.432Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:43:12.432Z] Removing intermediate container 99b09bfee6b7 [2021-03-16T00:43:12.432Z] ---> 4c89f7cc7891 [2021-03-16T00:43:12.432Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:43:12.432Z] ---> Running in fe8be158ea63 [2021-03-16T00:43:12.432Z] Removing intermediate container 8086473992a6 [2021-03-16T00:43:12.432Z] ---> 4412e4d9909d [2021-03-16T00:43:12.432Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:43:12.432Z] ---> Running in 4be04e7125ce [2021-03-16T00:43:12.432Z] ---> Running in abeb6af0b35a [2021-03-16T00:43:12.432Z] ---> Running in f9c7c5912116 [2021-03-16T00:43:12.432Z] ---> Running in 7ec910d9fa8e [2021-03-16T00:43:13.247Z] gofmt -l . [2021-03-16T00:43:13.247Z] [ "`gofmt -l .`" = "" ] [2021-03-16T00:43:13.247Z] ./bin/test-go-mod-tidy.sh [2021-03-16T00:43:13.247Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T00:43:14.018Z] + ls -al . [2021-03-16T00:43:14.018Z] total 788 [2021-03-16T00:43:14.018Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 00:43 . [2021-03-16T00:43:14.018Z] drwxr-xr-x 4 root root 4096 Mar 16 00:38 .. [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 00:37 .dockerignore [2021-03-16T00:43:14.018Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 .git [2021-03-16T00:43:14.018Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 00:37 .github [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 00:37 .gitignore [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 00:37 .sonarcloud.properties [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:37 Attribution.txt [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:37 CONTRIBUTING.md [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 00:37 Dockerfile.build [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 00:37 Jenkinsfile [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:37 LICENSE [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:37 Makefile [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:37 README.md [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:37 SECURITY.md [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:37 ZMQWindows.md [2021-03-16T00:43:14.018Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 00:37 bin [2021-03-16T00:43:14.018Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 00:37 cmd [2021-03-16T00:43:14.018Z] -rw-r--r-- 1 root root 650607 Mar 16 00:41 coverage.out [2021-03-16T00:43:14.018Z] -rw-r--r-- 1 root root 1056 Mar 16 00:43 go.mod [2021-03-16T00:43:14.018Z] -rw-r--r-- 1 root root 21983 Mar 16 00:43 go.sum [2021-03-16T00:43:14.018Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 internal [2021-03-16T00:43:14.018Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 openapi [2021-03-16T00:43:14.018Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 snap [2021-03-16T00:43:14.018Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 00:37 version.go [Pipeline] sh [2021-03-16T00:43:14.416Z] + '[' -e coverage.out ] [2021-03-16T00:43:14.417Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T00:43:14.488Z] Warning: overwriting stash ‘coverage-report’ [2021-03-16T00:43:16.034Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T00:43:16.717Z] + make build [2021-03-16T00:43:16.717Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T00:43:19.402Z] Removing intermediate container fe8be158ea63 [2021-03-16T00:43:19.402Z] ---> f788712552cb [2021-03-16T00:43:19.402Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:43:19.701Z] Removing intermediate container 4be04e7125ce [2021-03-16T00:43:19.701Z] ---> 22040e0e7f35 [2021-03-16T00:43:19.701Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:43:19.701Z] Removing intermediate container f9c7c5912116 [2021-03-16T00:43:19.701Z] ---> 42d78c1a6bc7 [2021-03-16T00:43:19.701Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:43:19.701Z] ---> Running in 58868964b2f6 [2021-03-16T00:43:20.112Z] ---> Running in aa830d78ff65 [2021-03-16T00:43:20.112Z] ---> Running in 68b616728f41 [2021-03-16T00:43:20.112Z] Removing intermediate container 7ec910d9fa8e [2021-03-16T00:43:20.112Z] ---> 1135bcd8b940 [2021-03-16T00:43:20.112Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:43:20.112Z] Removing intermediate container abeb6af0b35a [2021-03-16T00:43:20.112Z] ---> b872567cfdcc [2021-03-16T00:43:20.112Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:43:20.390Z] ---> Running in c7f54e451f39 [2021-03-16T00:43:20.390Z] ---> Running in e057aaed1b43 [2021-03-16T00:43:22.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:22.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:23.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:24.273Z] OK: 233 MiB in 51 packages [2021-03-16T00:43:24.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:24.273Z] OK: 233 MiB in 51 packages [2021-03-16T00:43:24.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:43:25.300Z] OK: 233 MiB in 51 packages [2021-03-16T00:43:25.623Z] OK: 233 MiB in 51 packages [2021-03-16T00:43:26.173Z] OK: 233 MiB in 51 packages [2021-03-16T00:43:26.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T00:43:27.357Z] Removing intermediate container aa830d78ff65 [2021-03-16T00:43:27.357Z] ---> 7b9b7c4d7725 [2021-03-16T00:43:27.357Z] Step 6/21 : COPY go.mod . [2021-03-16T00:43:27.357Z] Removing intermediate container 58868964b2f6 [2021-03-16T00:43:27.357Z] ---> 9c3f6ebbcf84 [2021-03-16T00:43:27.357Z] Step 6/23 : COPY go.mod . [2021-03-16T00:43:28.392Z] ---> b310221a01a3 [2021-03-16T00:43:28.392Z] Step 7/21 : RUN go mod download [2021-03-16T00:43:28.392Z] Removing intermediate container 68b616728f41 [2021-03-16T00:43:28.392Z] ---> 6f101fc4142e [2021-03-16T00:43:28.392Z] Step 6/26 : COPY go.mod . [2021-03-16T00:43:28.392Z] ---> Running in 085018adcefa [2021-03-16T00:43:28.392Z] Removing intermediate container e057aaed1b43 [2021-03-16T00:43:28.392Z] ---> e9acfd355ee1 [2021-03-16T00:43:28.392Z] Step 6/22 : COPY go.mod . [2021-03-16T00:43:28.392Z] ---> 6a7efe2d0a02 [2021-03-16T00:43:28.392Z] Step 7/23 : RUN go mod download [2021-03-16T00:43:28.679Z] ---> Running in 7d5272659ddd [2021-03-16T00:43:29.340Z] Removing intermediate container c7f54e451f39 [2021-03-16T00:43:29.340Z] ---> 7dae1b5b9509 [2021-03-16T00:43:29.340Z] Step 6/31 : COPY go.mod . [2021-03-16T00:43:29.623Z] ---> 0716ab3a1ac8 [2021-03-16T00:43:29.623Z] Step 7/22 : RUN go mod download [2021-03-16T00:43:29.928Z] ---> 27e9c068b259 [2021-03-16T00:43:29.928Z] Step 7/26 : RUN go mod download [2021-03-16T00:43:29.928Z] ---> Running in 4a1b845b07e9 [2021-03-16T00:43:30.250Z] ---> Running in c396e0378c05 [2021-03-16T00:43:30.250Z] ---> 0e47dddc8d65 [2021-03-16T00:43:30.250Z] Step 7/31 : RUN go mod download [2021-03-16T00:43:30.901Z] ---> Running in a62b4baee7b4 [2021-03-16T00:43:39.922Z] Removing intermediate container a62b4baee7b4 [2021-03-16T00:43:39.922Z] ---> 9d833cd11209 [2021-03-16T00:43:39.922Z] Step 8/31 : COPY . . [2021-03-16T00:43:39.922Z] Removing intermediate container 7d5272659ddd [2021-03-16T00:43:39.922Z] ---> a95b99d04862 [2021-03-16T00:43:39.922Z] Step 8/23 : COPY . . [2021-03-16T00:43:39.922Z] Removing intermediate container c396e0378c05 [2021-03-16T00:43:39.922Z] ---> 49985b4fa362 [2021-03-16T00:43:39.922Z] Step 8/26 : COPY . . [2021-03-16T00:43:39.922Z] Removing intermediate container 085018adcefa [2021-03-16T00:43:39.922Z] ---> 19c8ba833cfa [2021-03-16T00:43:39.922Z] Step 8/21 : COPY . . [2021-03-16T00:43:39.922Z] Removing intermediate container 4a1b845b07e9 [2021-03-16T00:43:39.922Z] ---> e02a04485ac0 [2021-03-16T00:43:39.922Z] Step 8/22 : COPY . . [2021-03-16T00:43:53.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T00:43:56.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T00:44:01.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T00:44:02.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T00:44:09.054Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T00:44:13.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T00:44:17.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T00:44:21.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T00:44:26.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T00:44:30.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T00:44:38.853Z] $ docker stop --time=1 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 [2021-03-16T00:44:41.385Z] $ docker rm -f 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:44:43.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:44:43.459Z] [2021-03-16T00:44:43.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:44:44.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:44:44.390Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T00:44:44.390Z] 29e5d40040c1: Pulling fs layer [2021-03-16T00:44:44.390Z] 1ce36da41761: Pulling fs layer [2021-03-16T00:44:44.390Z] 25b303627fd3: Pulling fs layer [2021-03-16T00:44:44.390Z] 29e5d40040c1: Verifying Checksum [2021-03-16T00:44:44.390Z] 29e5d40040c1: Download complete [2021-03-16T00:44:44.989Z] 29e5d40040c1: Pull complete [2021-03-16T00:44:44.989Z] 1ce36da41761: Verifying Checksum [2021-03-16T00:44:44.989Z] 1ce36da41761: Download complete [2021-03-16T00:44:46.442Z] 1ce36da41761: Pull complete [2021-03-16T00:44:46.442Z] 25b303627fd3: Download complete [2021-03-16T00:44:56.584Z] 25b303627fd3: Pull complete [2021-03-16T00:44:56.585Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T00:44:56.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:44:56.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T00:44:56.824Z] prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container [2021-03-16T00:44:56.893Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T00:44:59.733Z] $ docker top c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:45:00.751Z] + docker-compose build --help [2021-03-16T00:45:00.751Z] + grep parallel [2021-03-16T00:45:04.136Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T00:45:04.419Z] $ docker stop --time=1 c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 [2021-03-16T00:45:06.324Z] $ docker rm -f c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T00:45:07.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T00:45:07.149Z] . [Pipeline] withDockerContainer [2021-03-16T00:45:07.423Z] prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container [2021-03-16T00:45:07.490Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-16T00:45:08.946Z] $ docker top 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T00:45:10.168Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T00:45:14.502Z] Building docker-core-command-go ... [2021-03-16T00:45:14.502Z] Building docker-core-data-go ... [2021-03-16T00:45:14.502Z] Building docker-core-metadata-go ... [2021-03-16T00:45:14.502Z] Building docker-security-bootstrapper-go ... [2021-03-16T00:45:14.502Z] Building docker-security-proxy-setup-go ... [2021-03-16T00:45:14.502Z] Building docker-security-secretstore-setup-go ... [2021-03-16T00:45:14.502Z] Building docker-support-notifications-go ... [2021-03-16T00:45:14.502Z] Building docker-support-scheduler-go ... [2021-03-16T00:45:14.502Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T00:45:14.502Z] Building docker-security-secretstore-setup-go [2021-03-16T00:45:14.502Z] Building docker-core-metadata-go [2021-03-16T00:45:14.502Z] Building docker-core-command-go [2021-03-16T00:45:14.502Z] Building docker-security-bootstrapper-go [2021-03-16T00:45:14.502Z] Building docker-support-notifications-go [2021-03-16T00:45:49.452Z] ---> db7414b1ddcc [2021-03-16T00:45:49.452Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:45:49.452Z] ---> aaca96730320 [2021-03-16T00:45:49.452Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:45:49.452Z] ---> 892a7cd0a135 [2021-03-16T00:45:49.452Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:45:49.452Z] ---> d9f662a051c0 [2021-03-16T00:45:49.452Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:45:49.452Z] ---> 959a438553b1 [2021-03-16T00:45:49.452Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:45:49.452Z] ---> Running in dda612421b0f [2021-03-16T00:45:49.452Z] ---> Running in d6bf08cc837f [2021-03-16T00:45:49.452Z] ---> Running in 57ecfb532323 [2021-03-16T00:45:49.452Z] ---> Running in c71b773c0561 [2021-03-16T00:45:49.452Z] ---> Running in a7147a81798b [2021-03-16T00:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T00:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T00:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T00:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T00:45:49.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T00:46:36.290Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:46:36.290Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:46:36.290Z] ---> fc2806f17653 [2021-03-16T00:46:36.290Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T00:46:36.290Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:46:36.290Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:46:36.290Z] ---> fc2806f17653 [2021-03-16T00:46:36.290Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:46:36.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:46:36.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:46:36.290Z] ---> fc2806f17653 [2021-03-16T00:46:36.290Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:46:36.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:46:36.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:46:36.290Z] ---> fc2806f17653 [2021-03-16T00:46:36.290Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:46:36.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:46:36.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:46:36.290Z] ---> fc2806f17653 [2021-03-16T00:46:36.290Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:46:36.290Z] ---> Running in c31d2f0f4d2a [2021-03-16T00:46:36.290Z] ---> Running in 2d998970908f [2021-03-16T00:46:36.290Z] ---> Running in ea95a833a517 [2021-03-16T00:46:36.290Z] ---> Running in e6f7d5e5a32e [2021-03-16T00:46:36.290Z] ---> Running in a8095467dc1b [2021-03-16T00:46:36.290Z] Removing intermediate container e6f7d5e5a32e [2021-03-16T00:46:36.290Z] ---> 43fea999c145 [2021-03-16T00:46:36.290Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:46:36.290Z] Removing intermediate container 2d998970908f [2021-03-16T00:46:36.290Z] ---> 043e735f0366 [2021-03-16T00:46:36.290Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:46:36.290Z] Removing intermediate container c31d2f0f4d2a [2021-03-16T00:46:36.290Z] ---> d759f1652f1c [2021-03-16T00:46:36.290Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:46:36.290Z] Removing intermediate container ea95a833a517 [2021-03-16T00:46:36.290Z] ---> 910a1270e1a6 [2021-03-16T00:46:36.290Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:46:36.290Z] Removing intermediate container a8095467dc1b [2021-03-16T00:46:36.290Z] ---> cd2c621eba31 [2021-03-16T00:46:36.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:46:36.290Z] ---> Running in ef73b2aa06e3 [2021-03-16T00:46:36.290Z] ---> Running in a650046a9dbf [2021-03-16T00:46:36.290Z] ---> Running in b5e64a5a2c8e [2021-03-16T00:46:36.290Z] ---> Running in a2cf48c1c681 [2021-03-16T00:46:36.290Z] ---> Running in 28d55c509bfb [2021-03-16T00:46:36.290Z] Removing intermediate container ef73b2aa06e3 [2021-03-16T00:46:36.290Z] ---> 286377d35cf6 [2021-03-16T00:46:36.290Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:46:36.290Z] ---> Running in 2943efea331e [2021-03-16T00:46:36.290Z] Removing intermediate container b5e64a5a2c8e [2021-03-16T00:46:36.290Z] ---> e907e2b6e8f4 [2021-03-16T00:46:36.290Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:46:36.290Z] ---> Running in 92d69e3e0082 [2021-03-16T00:46:36.290Z] Removing intermediate container a650046a9dbf [2021-03-16T00:46:36.290Z] ---> 173652925b81 [2021-03-16T00:46:36.290Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T00:46:36.290Z] Removing intermediate container 28d55c509bfb [2021-03-16T00:46:36.290Z] ---> 665276ef2789 [2021-03-16T00:46:36.290Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:46:36.290Z] ---> Running in cd3d318d8c53 [2021-03-16T00:46:36.290Z] ---> Running in 55f0142025f1 [2021-03-16T00:46:36.290Z] Removing intermediate container a2cf48c1c681 [2021-03-16T00:46:36.290Z] ---> a7512422d383 [2021-03-16T00:46:36.290Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:46:36.290Z] ---> Running in f9a3b3387c0b [2021-03-16T00:46:36.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:36.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:36.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:36.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:37.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:37.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:37.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:37.651Z] OK: 217 MiB in 51 packages [2021-03-16T00:46:37.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:37.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:38.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:46:38.210Z] OK: 217 MiB in 51 packages [2021-03-16T00:46:39.203Z] OK: 217 MiB in 51 packages [2021-03-16T00:46:39.203Z] Removing intermediate container 2943efea331e [2021-03-16T00:46:39.203Z] ---> 4e3e5cc1cbc0 [2021-03-16T00:46:39.203Z] Step 6/23 : COPY go.mod . [2021-03-16T00:46:39.203Z] OK: 217 MiB in 51 packages [2021-03-16T00:46:39.203Z] OK: 217 MiB in 51 packages [2021-03-16T00:46:40.192Z] Removing intermediate container 92d69e3e0082 [2021-03-16T00:46:40.192Z] ---> 735bcf7de1a5 [2021-03-16T00:46:40.192Z] Step 6/24 : COPY go.mod . [2021-03-16T00:46:40.465Z] ---> b47f84a96d8d [2021-03-16T00:46:40.465Z] Step 7/23 : RUN go mod download [2021-03-16T00:46:40.739Z] ---> Running in 52edaa636974 [2021-03-16T00:46:40.739Z] Removing intermediate container 55f0142025f1 [2021-03-16T00:46:40.739Z] ---> 062cc26f66dd [2021-03-16T00:46:40.739Z] Step 6/22 : COPY go.mod . [2021-03-16T00:46:41.335Z] Removing intermediate container f9a3b3387c0b [2021-03-16T00:46:41.335Z] ---> 2485a571aab2 [2021-03-16T00:46:41.335Z] Step 6/23 : COPY go.mod . [2021-03-16T00:46:41.335Z] ---> 8a85dd138a94 [2021-03-16T00:46:41.335Z] Step 7/24 : RUN go mod download [2021-03-16T00:46:41.335Z] Removing intermediate container cd3d318d8c53 [2021-03-16T00:46:41.335Z] ---> 329c65ef8080 [2021-03-16T00:46:41.335Z] Step 6/31 : COPY go.mod . [2021-03-16T00:46:41.608Z] ---> Running in b808dcd781e0 [2021-03-16T00:46:41.882Z] ---> 48331b7cc28e [2021-03-16T00:46:41.882Z] Step 7/22 : RUN go mod download [2021-03-16T00:46:42.479Z] ---> Running in 21c8fedab96c [2021-03-16T00:46:42.479Z] ---> 3935a7b0a84a [2021-03-16T00:46:42.479Z] Step 7/23 : RUN go mod download [2021-03-16T00:46:42.479Z] ---> 1dad39db3a15 [2021-03-16T00:46:42.479Z] Step 7/31 : RUN go mod download [2021-03-16T00:46:42.761Z] ---> Running in 53b3b4eba74b [2021-03-16T00:46:42.761Z] ---> Running in aae820ce7294 [2021-03-16T00:46:44.741Z] Removing intermediate container 52edaa636974 [2021-03-16T00:46:44.741Z] ---> 6ea5207225ef [2021-03-16T00:46:44.741Z] Step 8/23 : COPY . . [2021-03-16T00:46:45.728Z] Removing intermediate container b808dcd781e0 [2021-03-16T00:46:45.728Z] ---> 3667b1c829fa [2021-03-16T00:46:45.728Z] Step 8/24 : COPY . . [2021-03-16T00:46:46.325Z] Removing intermediate container 21c8fedab96c [2021-03-16T00:46:46.325Z] ---> 64732f0c3c0a [2021-03-16T00:46:46.325Z] Step 8/22 : COPY . . [2021-03-16T00:46:49.747Z] Removing intermediate container 53b3b4eba74b [2021-03-16T00:46:49.747Z] ---> bcf7efd3890b [2021-03-16T00:46:49.747Z] Step 8/23 : COPY . . [2021-03-16T00:46:49.747Z] Removing intermediate container aae820ce7294 [2021-03-16T00:46:49.747Z] ---> bbe140ff2c37 [2021-03-16T00:46:49.747Z] Step 8/31 : COPY . . [2021-03-16T00:46:58.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T00:47:16.566Z] ---> ae5a7d35cc03 [2021-03-16T00:47:16.566Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:47:16.566Z] ---> 0c908c649e68 [2021-03-16T00:47:16.566Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:47:16.566Z] ---> 3dca8a9adc1c [2021-03-16T00:47:16.566Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:47:16.566Z] ---> 4ba56522e2a3 [2021-03-16T00:47:16.566Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T00:47:16.566Z] ---> 788519de1ec2 [2021-03-16T00:47:16.566Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T00:47:16.566Z] ---> Running in 51a981074deb [2021-03-16T00:47:16.566Z] ---> Running in 2517720aafda [2021-03-16T00:47:16.566Z] ---> Running in a362dd232ff3 [2021-03-16T00:47:16.566Z] ---> Running in 3c8c073fb885 [2021-03-16T00:47:16.566Z] ---> Running in 193c9d94b4ce [2021-03-16T00:47:16.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T00:47:16.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T00:47:16.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T00:47:16.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T00:47:16.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T00:47:16.628Z] Removing intermediate container d6bf08cc837f [2021-03-16T00:47:16.628Z] ---> 4698247ba51e [2021-03-16T00:47:16.628Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:47:16.628Z] Removing intermediate container 57ecfb532323 [2021-03-16T00:47:16.628Z] ---> 09911a15a176 [2021-03-16T00:47:16.628Z] [2021-03-16T00:47:16.628Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:47:16.628Z] 3.12: Pulling from library/alpine [2021-03-16T00:47:16.947Z] ---> Running in 3d15cf68eb98 [2021-03-16T00:47:18.485Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:47:20.457Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:47:20.854Z] ---> 88dd2752d2ea [2021-03-16T00:47:20.854Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:47:21.857Z] Removing intermediate container c71b773c0561 [2021-03-16T00:47:21.857Z] ---> b43e2c9c9f4c [2021-03-16T00:47:21.857Z] [2021-03-16T00:47:21.857Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:47:21.857Z] ---> 88dd2752d2ea [2021-03-16T00:47:21.857Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:47:23.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T00:47:23.421Z] ---> Running in 0d327e27a491 [2021-03-16T00:47:24.538Z] ---> Running in efa9c372d9ae [2021-03-16T00:47:26.699Z] Removing intermediate container 0d327e27a491 [2021-03-16T00:47:26.699Z] ---> 436c9e77fe63 [2021-03-16T00:47:26.699Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:47:26.699Z] ---> Running in 5a487ce2ed57 [2021-03-16T00:47:26.988Z] Removing intermediate container a7147a81798b [2021-03-16T00:47:26.988Z] ---> 5a2c3b31b3c6 [2021-03-16T00:47:26.988Z] [2021-03-16T00:47:26.988Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:47:26.988Z] ---> 88dd2752d2ea [2021-03-16T00:47:26.988Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T00:47:26.988Z] Removing intermediate container dda612421b0f [2021-03-16T00:47:26.988Z] ---> 325e97634a04 [2021-03-16T00:47:26.988Z] [2021-03-16T00:47:26.988Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:47:26.988Z] ---> 88dd2752d2ea [2021-03-16T00:47:26.988Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:47:27.272Z] ---> Running in 86c756ca0eb0 [2021-03-16T00:47:27.551Z] ---> Running in 3eae11771121 [2021-03-16T00:47:27.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:27.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:28.108Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:47:28.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:47:28.108Z] OK: 6 MiB in 15 packages [2021-03-16T00:47:28.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:28.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:28.684Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:47:28.684Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:47:28.684Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:47:28.684Z] OK: 6 MiB in 16 packages [2021-03-16T00:47:29.404Z] Removing intermediate container 3d15cf68eb98 [2021-03-16T00:47:29.404Z] ---> cccfeb176f3b [2021-03-16T00:47:29.404Z] [2021-03-16T00:47:29.404Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:47:29.404Z] 20.10.0: Pulling from library/docker [2021-03-16T00:47:30.718Z] Removing intermediate container efa9c372d9ae [2021-03-16T00:47:30.718Z] ---> 808807622edc [2021-03-16T00:47:30.718Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:47:30.718Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:31.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:31.025Z] ---> Running in 8166505a8cb6 [2021-03-16T00:47:31.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:31.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:47:31.314Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:47:31.314Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:47:31.314Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:47:31.314Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:47:31.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:47:31.597Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:47:31.597Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:47:31.597Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:47:31.597Z] OK: 6 MiB in 15 packages [2021-03-16T00:47:31.901Z] OK: 7 MiB in 18 packages [2021-03-16T00:47:32.251Z] Removing intermediate container 5a487ce2ed57 [2021-03-16T00:47:32.251Z] ---> 296c17f47f82 [2021-03-16T00:47:32.251Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:47:32.568Z] Removing intermediate container 8166505a8cb6 [2021-03-16T00:47:32.568Z] ---> 6c5d0ff40efc [2021-03-16T00:47:32.568Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:47:32.568Z] ---> Running in e81daee6258b [2021-03-16T00:47:33.030Z] ---> Running in c4a723f15ade [2021-03-16T00:47:33.662Z] Removing intermediate container e81daee6258b [2021-03-16T00:47:33.662Z] ---> dc6cf1abf896 [2021-03-16T00:47:33.662Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:47:33.662Z] Removing intermediate container c4a723f15ade [2021-03-16T00:47:33.662Z] ---> 5af5a964edbb [2021-03-16T00:47:33.662Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:47:35.160Z] Removing intermediate container 3eae11771121 [2021-03-16T00:47:35.160Z] ---> 979e83cc44f4 [2021-03-16T00:47:35.160Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:47:35.160Z] ---> Running in 4070a749cb9e [2021-03-16T00:47:35.160Z] ---> Running in c5c00d875369 [2021-03-16T00:47:35.160Z] ---> Running in 30a731ae86da [2021-03-16T00:47:35.160Z] Removing intermediate container 86c756ca0eb0 [2021-03-16T00:47:35.160Z] ---> d2f8892e2552 [2021-03-16T00:47:35.160Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:47:35.471Z] ---> Running in 8a36751cd40f [2021-03-16T00:47:35.471Z] Removing intermediate container c5c00d875369 [2021-03-16T00:47:35.471Z] ---> 75ec065f375b [2021-03-16T00:47:35.471Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:47:35.767Z] Removing intermediate container 4070a749cb9e [2021-03-16T00:47:35.767Z] ---> 8eaed26d84a8 [2021-03-16T00:47:35.767Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:47:35.767Z] Removing intermediate container 30a731ae86da [2021-03-16T00:47:35.767Z] ---> 92e3acd93ba0 [2021-03-16T00:47:35.767Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:47:36.054Z] ---> Running in 8aa0a8563c2b [2021-03-16T00:47:36.054Z] Removing intermediate container 8a36751cd40f [2021-03-16T00:47:36.054Z] ---> 99449e1f20a8 [2021-03-16T00:47:36.054Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:47:36.424Z] ---> Running in c6cc39a7331a [2021-03-16T00:47:36.839Z] ---> Running in 555c6698b72d [2021-03-16T00:47:37.227Z] ---> 2831ec161a8a [2021-03-16T00:47:37.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:47:38.310Z] Removing intermediate container 555c6698b72d [2021-03-16T00:47:38.310Z] ---> 2d94ebe31b4e [2021-03-16T00:47:38.310Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:47:38.310Z] Removing intermediate container c6cc39a7331a [2021-03-16T00:47:38.310Z] ---> de19b888da27 [2021-03-16T00:47:38.310Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:47:38.706Z] ---> Running in 49c4df124367 [2021-03-16T00:47:40.018Z] ---> 2550861d0f39 [2021-03-16T00:47:40.018Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:47:40.018Z] Removing intermediate container 49c4df124367 [2021-03-16T00:47:40.018Z] ---> 965366d214b6 [2021-03-16T00:47:40.018Z] Step 15/23 : WORKDIR / [2021-03-16T00:47:40.018Z] ---> 7fdd21153da3 [2021-03-16T00:47:40.018Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:47:41.006Z] ---> Running in 14ecad866a67 [2021-03-16T00:47:42.637Z] ---> 5daac93911ed [2021-03-16T00:47:42.638Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:47:42.638Z] Removing intermediate container 14ecad866a67 [2021-03-16T00:47:42.638Z] ---> 2df776b568bd [2021-03-16T00:47:42.638Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:47:42.638Z] Removing intermediate container 8aa0a8563c2b [2021-03-16T00:47:42.638Z] ---> f81871571d74 [2021-03-16T00:47:42.638Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:47:42.994Z] ---> Running in 574200d9559a [2021-03-16T00:47:42.994Z] ---> Running in af4d46a34f61 [2021-03-16T00:47:43.281Z] ---> 2a1c0cf42e6b [2021-03-16T00:47:43.281Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:47:43.571Z] Removing intermediate container 574200d9559a [2021-03-16T00:47:43.571Z] ---> ce3d4420c9ff [2021-03-16T00:47:43.571Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:47:43.876Z] Removing intermediate container af4d46a34f61 [2021-03-16T00:47:43.876Z] ---> 77cbcbd292c8 [2021-03-16T00:47:43.876Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:47:44.168Z] ---> 1bc920263b17 [2021-03-16T00:47:44.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:47:44.168Z] ---> Running in 2aaec35378c1 [2021-03-16T00:47:45.260Z] Removing intermediate container 2aaec35378c1 [2021-03-16T00:47:45.260Z] ---> d9c8d5508cd1 [2021-03-16T00:47:45.260Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:47:45.260Z] ---> 0c27c76e5670 [2021-03-16T00:47:45.260Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:47:45.857Z] ---> Running in 2c3e475f0cbe [2021-03-16T00:47:45.857Z] ---> 1232187382e8 [2021-03-16T00:47:45.857Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:47:45.857Z] ---> Running in 139621b9333e [2021-03-16T00:47:46.132Z] ---> Running in d38aa4152785 [2021-03-16T00:47:46.415Z] ---> 2aab289da75c [2021-03-16T00:47:46.415Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:47:46.415Z] Removing intermediate container 2c3e475f0cbe [2021-03-16T00:47:46.415Z] ---> 64a812a43f44 [2021-03-16T00:47:46.415Z] Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:47:47.491Z] ---> Running in 79e16622d2c4 [2021-03-16T00:47:47.992Z] Removing intermediate container d38aa4152785 [2021-03-16T00:47:47.992Z] ---> be5715c3561f [2021-03-16T00:47:47.992Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:47:48.996Z] ---> 6a75d9f812b2 [2021-03-16T00:47:48.996Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:47:48.996Z] ---> Running in 6f2b27f4679c [2021-03-16T00:47:49.463Z] ---> Running in 5d5dd39ef573 [2021-03-16T00:47:49.463Z] Removing intermediate container 79e16622d2c4 [2021-03-16T00:47:49.463Z] ---> 24b919cece6a [2021-03-16T00:47:49.463Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:47:49.983Z] Removing intermediate container 6f2b27f4679c [2021-03-16T00:47:49.983Z] ---> bc0cfdc8f66c [2021-03-16T00:47:49.983Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T00:47:49.983Z] ---> Running in e49d88540087 [2021-03-16T00:47:49.983Z] Removing intermediate container 5d5dd39ef573 [2021-03-16T00:47:49.983Z] ---> cb4924837c10 [2021-03-16T00:47:49.983Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:47:49.983Z] ---> Running in 64583f91f17e [2021-03-16T00:47:50.591Z] ---> Running in aedd42d379eb [2021-03-16T00:47:51.237Z] Removing intermediate container e49d88540087 [2021-03-16T00:47:51.237Z] ---> bbf1aef789a6 [2021-03-16T00:47:51.237Z] [2021-03-16T00:47:51.237Z] Removing intermediate container 64583f91f17e [2021-03-16T00:47:51.237Z] ---> 5be7ecd21173 [2021-03-16T00:47:51.237Z] Step 20/21 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:47:51.237Z] Removing intermediate container aedd42d379eb [2021-03-16T00:47:51.237Z] ---> 3aab93fcf074 [2021-03-16T00:47:51.237Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:47:51.560Z] Removing intermediate container 139621b9333e [2021-03-16T00:47:51.560Z] ---> fa2527c601ce [2021-03-16T00:47:51.560Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:47:51.560Z] ---> Running in f0cacd064db2 [2021-03-16T00:47:51.953Z] ---> Running in 15442175f55b [2021-03-16T00:47:53.013Z] Removing intermediate container f0cacd064db2 [2021-03-16T00:47:53.013Z] ---> 9ea23fcc1a1c [2021-03-16T00:47:53.013Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:47:53.013Z] Successfully built bbf1aef789a6 [2021-03-16T00:47:53.013Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T00:47:53.297Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-16T00:47:53.297Z] Removing intermediate container 15442175f55b [2021-03-16T00:47:53.297Z] ---> b1481589c14b [2021-03-16T00:47:53.297Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:47:53.297Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:47:53.688Z] ---> Running in 37b79d8c36bd [2021-03-16T00:47:53.688Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:47:53.688Z] ---> aefe523efa57 [2021-03-16T00:47:53.688Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:47:53.688Z] ---> 3108221a3ec4 [2021-03-16T00:47:53.688Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:47:54.385Z] ---> Running in dde30f5ada83 [2021-03-16T00:47:54.696Z] ---> Running in a759c794c457 [2021-03-16T00:47:55.841Z] Removing intermediate container 37b79d8c36bd [2021-03-16T00:47:55.841Z] ---> bb8aca89ad10 [2021-03-16T00:47:55.841Z] [2021-03-16T00:47:56.195Z] Removing intermediate container dde30f5ada83 [2021-03-16T00:47:56.195Z] ---> fd2a8080b4a3 [2021-03-16T00:47:56.195Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:47:56.850Z] ---> Running in a0dd08c28394 [2021-03-16T00:47:56.850Z] ---> 2c7f266a928f [2021-03-16T00:47:56.850Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:47:58.897Z] Successfully built bb8aca89ad10 [2021-03-16T00:47:59.596Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T00:47:59.912Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-16T00:48:01.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:48:01.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:48:01.725Z] Removing intermediate container a0dd08c28394 [2021-03-16T00:48:01.725Z] ---> a36ebfe1a5af [2021-03-16T00:48:01.725Z] [2021-03-16T00:48:01.725Z] ---> de85ba5a4cdb [2021-03-16T00:48:01.725Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:48:02.312Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:48:02.312Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:48:02.691Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:48:02.691Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:48:02.691Z] OK: 12 MiB in 22 packages [2021-03-16T00:48:04.041Z] Successfully built a36ebfe1a5af [2021-03-16T00:48:04.041Z] Successfully tagged docker-core-metadata-go:latest [2021-03-16T00:48:04.041Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-03-16T00:48:07.538Z] ---> 99e4af567f53 [2021-03-16T00:48:07.538Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:48:09.668Z] ---> 80ab4021d512 [2021-03-16T00:48:09.668Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:48:10.480Z] Removing intermediate container a759c794c457 [2021-03-16T00:48:10.480Z] ---> adf0aae68eed [2021-03-16T00:48:10.480Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:48:12.173Z] ---> Running in ddcff7b47188 [2021-03-16T00:48:12.173Z] ---> Running in 2a96ca404385 [2021-03-16T00:48:14.422Z] Removing intermediate container 2a96ca404385 [2021-03-16T00:48:14.422Z] ---> 3c9c97f63c2a [2021-03-16T00:48:14.422Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:48:14.422Z] Removing intermediate container ddcff7b47188 [2021-03-16T00:48:14.422Z] ---> b1b91f56f9f3 [2021-03-16T00:48:14.422Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:48:14.422Z] ---> Running in e20b907b09d3 [2021-03-16T00:48:15.157Z] ---> 045864771625 [2021-03-16T00:48:15.157Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:48:15.157Z] Removing intermediate container e20b907b09d3 [2021-03-16T00:48:15.157Z] ---> cfb06e6653c1 [2021-03-16T00:48:15.157Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:48:15.772Z] ---> Running in c3d5fcdbe993 [2021-03-16T00:48:15.772Z] ---> Running in 5835523999c8 [2021-03-16T00:48:17.793Z] Removing intermediate container 5835523999c8 [2021-03-16T00:48:17.793Z] ---> 43d3209fb207 [2021-03-16T00:48:17.793Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:48:22.661Z] ---> 7732b05f6558 [2021-03-16T00:48:22.661Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:48:23.804Z] Removing intermediate container c3d5fcdbe993 [2021-03-16T00:48:23.804Z] ---> ea690c5b5705 [2021-03-16T00:48:23.804Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:48:24.098Z] ---> Running in f7678745133f [2021-03-16T00:48:24.378Z] ---> d36a2d743291 [2021-03-16T00:48:24.378Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:48:25.392Z] Removing intermediate container f7678745133f [2021-03-16T00:48:25.392Z] ---> 033e618b3a38 [2021-03-16T00:48:25.392Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:48:25.685Z] ---> dbefb38cff32 [2021-03-16T00:48:25.685Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:48:25.685Z] ---> Running in 0a41a7b539e8 [2021-03-16T00:48:25.685Z] ---> Running in a18e4d5a9854 [2021-03-16T00:48:26.376Z] Removing intermediate container 0a41a7b539e8 [2021-03-16T00:48:26.377Z] ---> dd7cc775c047 [2021-03-16T00:48:26.377Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T00:48:27.048Z] ---> Running in 45f479acef3d [2021-03-16T00:48:28.454Z] Removing intermediate container 45f479acef3d [2021-03-16T00:48:28.454Z] ---> b73f9cb05ac5 [2021-03-16T00:48:28.454Z] Step 30/31 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:48:28.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:48:28.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:48:29.075Z] ---> Running in 69ed0fd8dfcd [2021-03-16T00:48:29.365Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:48:29.365Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:48:29.365Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:48:29.365Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:48:29.365Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:48:29.365Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:48:29.365Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:48:38.972Z] Removing intermediate container 69ed0fd8dfcd [2021-03-16T00:48:38.972Z] ---> 2e1ae2694d76 [2021-03-16T00:48:38.972Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:48:38.972Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:48:38.972Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:48:38.972Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:48:38.972Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:48:38.972Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:48:38.972Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:48:38.972Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:48:39.378Z] ---> Running in 9826b6610c1f [2021-03-16T00:48:39.378Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:48:39.843Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:48:39.843Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:48:40.652Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:48:40.652Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:48:40.652Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:48:40.652Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:48:40.652Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:48:40.652Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:48:41.669Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:48:41.669Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:48:41.669Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:48:42.409Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:48:42.409Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:48:42.409Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:48:42.409Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:48:42.886Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:48:42.886Z] Removing intermediate container 9826b6610c1f [2021-03-16T00:48:42.886Z] ---> 8de50d15e260 [2021-03-16T00:48:42.886Z] [2021-03-16T00:48:42.886Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:48:42.886Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:48:43.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:48:44.231Z] OK: 71 MiB in 55 packages [2021-03-16T00:48:45.645Z] Successfully built 8de50d15e260 [2021-03-16T00:48:46.065Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T00:48:46.065Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-03-16T00:48:53.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T00:48:57.679Z] Removing intermediate container a362dd232ff3 [2021-03-16T00:48:57.679Z] ---> f0759753cc4d [2021-03-16T00:48:57.679Z] [2021-03-16T00:48:57.679Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:48:57.679Z] 3.12: Pulling from library/alpine [2021-03-16T00:48:59.128Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T00:48:59.128Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T00:48:59.128Z] ---> d10569e2745f [2021-03-16T00:48:59.128Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:48:59.403Z] ---> Running in 05fe78774b1b [2021-03-16T00:49:02.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:02.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:02.644Z] Removing intermediate container 193c9d94b4ce [2021-03-16T00:49:02.644Z] ---> 0475d17373c1 [2021-03-16T00:49:02.644Z] [2021-03-16T00:49:02.644Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T00:49:02.644Z] ---> d10569e2745f [2021-03-16T00:49:02.644Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T00:49:02.924Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:49:02.924Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:49:02.924Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:49:02.924Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:49:02.924Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:02.924Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:02.924Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:49:03.202Z] ---> Running in 100ceb6d4ceb [2021-03-16T00:49:03.202Z] OK: 7 MiB in 19 packages [2021-03-16T00:49:03.832Z] Removing intermediate container 100ceb6d4ceb [2021-03-16T00:49:03.832Z] ---> e230f61845f0 [2021-03-16T00:49:03.832Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T00:49:04.140Z] ---> Running in 6f936137283b [2021-03-16T00:49:06.134Z] Removing intermediate container 05fe78774b1b [2021-03-16T00:49:06.134Z] ---> 6b2678288b23 [2021-03-16T00:49:06.134Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:49:06.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:06.409Z] ---> Running in a7829687d4c0 [2021-03-16T00:49:06.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:07.309Z] Removing intermediate container a7829687d4c0 [2021-03-16T00:49:07.309Z] ---> 6349ac4d5404 [2021-03-16T00:49:07.309Z] Step 13/24 : WORKDIR / [2021-03-16T00:49:07.309Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:07.309Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T00:49:07.309Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:07.309Z] OK: 5 MiB in 16 packages [2021-03-16T00:49:07.591Z] ---> Running in a2c8acc5f249 [2021-03-16T00:49:08.580Z] Removing intermediate container a2c8acc5f249 [2021-03-16T00:49:08.580Z] ---> cc56f3ca3de7 [2021-03-16T00:49:08.580Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T00:49:10.034Z] Removing intermediate container 6f936137283b [2021-03-16T00:49:10.034Z] ---> 596508e780a2 [2021-03-16T00:49:10.034Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T00:49:10.637Z] ---> f2bdb13e9b3f [2021-03-16T00:49:10.637Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T00:49:10.913Z] ---> Running in e52782d6bc5b [2021-03-16T00:49:11.912Z] Removing intermediate container e52782d6bc5b [2021-03-16T00:49:11.912Z] ---> 894e84a99b0a [2021-03-16T00:49:11.912Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T00:49:12.188Z] ---> Running in eb776ef84418 [2021-03-16T00:49:12.466Z] ---> fd33e01736fc [2021-03-16T00:49:12.466Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:13.913Z] Removing intermediate container eb776ef84418 [2021-03-16T00:49:13.914Z] ---> 8680923894e5 [2021-03-16T00:49:13.914Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T00:49:14.189Z] Removing intermediate container 2517720aafda [2021-03-16T00:49:14.189Z] ---> 1db5973fefe6 [2021-03-16T00:49:14.189Z] [2021-03-16T00:49:14.189Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:49:14.189Z] ---> d10569e2745f [2021-03-16T00:49:14.189Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:49:14.189Z] ---> 188fb80ad68f [2021-03-16T00:49:14.189Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:49:14.189Z] ---> Running in f5c08f078e22 [2021-03-16T00:49:14.471Z] ---> Running in 0b8191bfee86 [2021-03-16T00:49:15.079Z] Removing intermediate container 51a981074deb [2021-03-16T00:49:15.079Z] ---> ed7e8cc9e3cb [2021-03-16T00:49:15.079Z] [2021-03-16T00:49:15.079Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:49:15.079Z] ---> d10569e2745f [2021-03-16T00:49:15.079Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:49:15.690Z] ---> Running in 73e78ce791c5 [2021-03-16T00:49:16.294Z] ---> 3498e3fa745e [2021-03-16T00:49:16.294Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:49:16.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:17.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:17.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:17.787Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:17.787Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:17.787Z] OK: 5 MiB in 15 packages [2021-03-16T00:49:18.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:49:18.067Z] ---> a15bcbdb6a78 [2021-03-16T00:49:18.067Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:49:18.348Z] Removing intermediate container f5c08f078e22 [2021-03-16T00:49:18.348Z] ---> 0affa8aae393 [2021-03-16T00:49:18.348Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T00:49:18.625Z] ---> Running in 98d3415787fb [2021-03-16T00:49:18.625Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:49:18.625Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:49:18.625Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:49:18.625Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:49:18.898Z] OK: 6 MiB in 16 packages [2021-03-16T00:49:19.546Z] ---> 47d0743ee997 [2021-03-16T00:49:19.546Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T00:49:19.546Z] Removing intermediate container 98d3415787fb [2021-03-16T00:49:19.546Z] ---> 40ebec164521 [2021-03-16T00:49:19.546Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T00:49:19.826Z] ---> Running in d7da3d17526f [2021-03-16T00:49:20.127Z] Removing intermediate container 0b8191bfee86 [2021-03-16T00:49:20.127Z] ---> 8ec44fcff881 [2021-03-16T00:49:20.127Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:49:20.816Z] ---> Running in 7132f910f4d7 [2021-03-16T00:49:21.157Z] ---> 45577a2919bd [2021-03-16T00:49:21.157Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T00:49:21.430Z] ---> Running in 975d5673aa23 [2021-03-16T00:49:22.031Z] Removing intermediate container 7132f910f4d7 [2021-03-16T00:49:22.032Z] ---> c63d2fbd1162 [2021-03-16T00:49:22.032Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:49:22.306Z] ---> Running in a5c827f435d9 [2021-03-16T00:49:22.578Z] Removing intermediate container 73e78ce791c5 [2021-03-16T00:49:22.578Z] ---> e043a63c654b [2021-03-16T00:49:22.578Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:49:23.558Z] ---> Running in a547c1ada326 [2021-03-16T00:49:23.558Z] Removing intermediate container a5c827f435d9 [2021-03-16T00:49:23.558Z] ---> f370d28c67e7 [2021-03-16T00:49:23.558Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:49:23.558Z] ---> Running in e5cdc24a7bfb [2021-03-16T00:49:24.162Z] Removing intermediate container 3c8c073fb885 [2021-03-16T00:49:24.163Z] ---> 5d3d6f8257d5 [2021-03-16T00:49:24.163Z] [2021-03-16T00:49:24.163Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:49:24.163Z] ---> d10569e2745f [2021-03-16T00:49:24.163Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:49:24.163Z] ---> Using cache [2021-03-16T00:49:24.163Z] ---> 8ec44fcff881 [2021-03-16T00:49:24.163Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:49:24.163Z] ---> Using cache [2021-03-16T00:49:24.163Z] ---> c63d2fbd1162 [2021-03-16T00:49:24.163Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T00:49:24.163Z] Removing intermediate container a547c1ada326 [2021-03-16T00:49:24.163Z] ---> 8c40bbd60d55 [2021-03-16T00:49:24.163Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:49:24.438Z] ---> Running in cf1a969ead61 [2021-03-16T00:49:24.439Z] ---> Running in 3a9a3cb3d5ce [2021-03-16T00:49:24.439Z] Removing intermediate container d7da3d17526f [2021-03-16T00:49:24.439Z] ---> 348ff3d174ec [2021-03-16T00:49:24.439Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:49:24.714Z] Removing intermediate container e5cdc24a7bfb [2021-03-16T00:49:24.714Z] ---> e9ea1539c548 [2021-03-16T00:49:24.714Z] Step 15/23 : WORKDIR / [2021-03-16T00:49:24.714Z] ---> Running in 2158ad119000 [2021-03-16T00:49:24.714Z] ---> Running in 3dd390eae43f [2021-03-16T00:49:24.986Z] Removing intermediate container 3a9a3cb3d5ce [2021-03-16T00:49:24.986Z] ---> 7ebed0fd72d1 [2021-03-16T00:49:24.986Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:49:24.986Z] Removing intermediate container cf1a969ead61 [2021-03-16T00:49:24.986Z] ---> 118176c67268 [2021-03-16T00:49:24.986Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:49:25.263Z] Removing intermediate container 975d5673aa23 [2021-03-16T00:49:25.263Z] ---> df22699961f8 [2021-03-16T00:49:25.263Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:25.534Z] ---> Running in 67375c46f885 [2021-03-16T00:49:25.534Z] ---> Running in 3749638b4533 [2021-03-16T00:49:25.534Z] Removing intermediate container 3dd390eae43f [2021-03-16T00:49:25.534Z] Removing intermediate container 2158ad119000 [2021-03-16T00:49:25.534Z] ---> e56786edddb4 [2021-03-16T00:49:25.534Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T00:49:25.534Z] ---> e20a2a31dc6a [2021-03-16T00:49:25.534Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:25.809Z] ---> Running in 46441cba7585 [2021-03-16T00:49:26.087Z] Removing intermediate container 3749638b4533 [2021-03-16T00:49:26.087Z] ---> c96a4415404f [2021-03-16T00:49:26.087Z] Step 15/23 : WORKDIR / [2021-03-16T00:49:26.087Z] Removing intermediate container 67375c46f885 [2021-03-16T00:49:26.087Z] ---> a2e4002dfd6d [2021-03-16T00:49:26.087Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:26.361Z] ---> 72fcfa94f6f8 [2021-03-16T00:49:26.361Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T00:49:26.361Z] ---> Running in 0ff7ee4424db [2021-03-16T00:49:26.636Z] Removing intermediate container 46441cba7585 [2021-03-16T00:49:26.636Z] ---> 96fa2b3136fc [2021-03-16T00:49:26.636Z] Step 23/24 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:49:26.636Z] ---> ff75ead68204 [2021-03-16T00:49:26.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:49:26.908Z] ---> Running in 50abd75a41bb [2021-03-16T00:49:27.177Z] Removing intermediate container 0ff7ee4424db [2021-03-16T00:49:27.177Z] ---> 7a6755ff726d [2021-03-16T00:49:27.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:49:27.775Z] ---> e839b2bd56a7 [2021-03-16T00:49:27.775Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:49:27.775Z] Removing intermediate container 50abd75a41bb [2021-03-16T00:49:27.775Z] ---> b1c9ca1b30e9 [2021-03-16T00:49:27.775Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:49:28.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:49:28.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:49:28.328Z] ---> df6e3b03f36b [2021-03-16T00:49:28.328Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 4412e4d9909d [2021-03-16T00:49:28.328Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 1135bcd8b940 [2021-03-16T00:49:28.328Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:49:28.328Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:49:28.328Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:49:28.328Z] ---> df6e3b03f36b [2021-03-16T00:49:28.328Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 4412e4d9909d [2021-03-16T00:49:28.328Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 1135bcd8b940 [2021-03-16T00:49:28.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 7dae1b5b9509 [2021-03-16T00:49:28.328Z] Step 6/24 : COPY go.mod . [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 0e47dddc8d65 [2021-03-16T00:49:28.328Z] Step 7/24 : RUN go mod download [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 9d833cd11209 [2021-03-16T00:49:28.328Z] Step 8/24 : COPY . . [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 892a7cd0a135 [2021-03-16T00:49:28.328Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T00:49:28.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:49:28.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:49:28.328Z] ---> df6e3b03f36b [2021-03-16T00:49:28.328Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 4412e4d9909d [2021-03-16T00:49:28.328Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 1135bcd8b940 [2021-03-16T00:49:28.328Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 7dae1b5b9509 [2021-03-16T00:49:28.328Z] Step 6/23 : COPY go.mod . [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 0e47dddc8d65 [2021-03-16T00:49:28.328Z] Step 7/23 : RUN go mod download [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 9d833cd11209 [2021-03-16T00:49:28.328Z] Step 8/23 : COPY . . [2021-03-16T00:49:28.328Z] ---> Using cache [2021-03-16T00:49:28.328Z] ---> 892a7cd0a135 [2021-03-16T00:49:28.328Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T00:49:28.328Z] ---> Running in d9c7b0cb7dfc [2021-03-16T00:49:28.328Z] ---> Running in b314383b05b2 [2021-03-16T00:49:28.328Z] ---> Running in c86248a674c1 [2021-03-16T00:49:28.372Z] ---> Running in 27d76c98bdb6 [2021-03-16T00:49:28.643Z] ---> 1d708fc1c080 [2021-03-16T00:49:28.643Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T00:49:28.643Z] ---> 907634489a34 [2021-03-16T00:49:28.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T00:49:28.643Z] ---> 9322e862ec86 [2021-03-16T00:49:28.643Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:28.918Z] Removing intermediate container 27d76c98bdb6 [2021-03-16T00:49:28.918Z] ---> e99342d6aeaf [2021-03-16T00:49:28.918Z] [2021-03-16T00:49:29.518Z] ---> 84a8a707ddbe [2021-03-16T00:49:29.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:29.518Z] Successfully built e99342d6aeaf [2021-03-16T00:49:29.789Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T00:49:29.789Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-16T00:49:29.789Z] ---> 4e29eaea92af [2021-03-16T00:49:29.789Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:49:29.789Z] ---> b65be94dad59 [2021-03-16T00:49:29.789Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T00:49:30.060Z] ---> Running in 0360a61d919c [2021-03-16T00:49:30.650Z] ---> c523b394d4ca [2021-03-16T00:49:30.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T00:49:30.650Z] ---> dd1975a6fb4f [2021-03-16T00:49:30.650Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:49:30.930Z] ---> cea0f8232310 [2021-03-16T00:49:30.930Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T00:49:30.930Z] Removing intermediate container 0360a61d919c [2021-03-16T00:49:30.930Z] ---> 3c407a14bf1a [2021-03-16T00:49:30.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:49:30.930Z] ---> Running in 53efe554be72 [2021-03-16T00:49:31.204Z] ---> Running in dde4d93656e6 [2021-03-16T00:49:32.198Z] Removing intermediate container 53efe554be72 [2021-03-16T00:49:32.198Z] ---> 1b466b2c57b5 [2021-03-16T00:49:32.198Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:49:32.474Z] ---> 107dfb3275f8 [2021-03-16T00:49:32.474Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T00:49:33.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T00:49:33.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T00:49:33.067Z] Removing intermediate container dde4d93656e6 [2021-03-16T00:49:33.067Z] ---> 42edb5e9684b [2021-03-16T00:49:33.067Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:49:33.067Z] ---> 51c2a051ca72 [2021-03-16T00:49:33.067Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T00:49:33.067Z] ---> Running in fa14aa56f367 [2021-03-16T00:49:33.067Z] ---> Running in e03c9e4e5f5b [2021-03-16T00:49:33.343Z] ---> Running in 5e04b446d0c4 [2021-03-16T00:49:33.615Z] ---> Running in d1aace674db5 [2021-03-16T00:49:34.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:34.218Z] Removing intermediate container e03c9e4e5f5b [2021-03-16T00:49:34.218Z] Removing intermediate container fa14aa56f367 [2021-03-16T00:49:34.218Z] ---> a3a7a52b6faf [2021-03-16T00:49:34.218Z] ---> 59b4c0a0b2a5 [2021-03-16T00:49:34.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/22 : LABEL arch=arm64 [2021-03-16T00:49:34.218Z] [2021-03-16T00:49:34.494Z] Removing intermediate container 5e04b446d0c4 [2021-03-16T00:49:34.494Z] ---> f92f670d2ed2 [2021-03-16T00:49:34.494Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:49:34.771Z] Removing intermediate container d1aace674db5 [2021-03-16T00:49:34.771Z] ---> 554ee7b75f3e [2021-03-16T00:49:34.771Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T00:49:35.045Z] ---> Running in c37900913513 [2021-03-16T00:49:35.045Z] ---> Running in a1ecd817ed16 [2021-03-16T00:49:35.045Z] ---> Running in d0b54e9022da [2021-03-16T00:49:35.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:49:36.026Z] Removing intermediate container c37900913513 [2021-03-16T00:49:36.027Z] ---> d9319a9b7348 [2021-03-16T00:49:36.027Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:49:36.027Z] ---> 39ea859562ac [2021-03-16T00:49:36.027Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T00:49:36.027Z] Removing intermediate container a1ecd817ed16 [2021-03-16T00:49:36.027Z] ---> 9bf1f0a84684 [2021-03-16T00:49:36.027Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:49:36.027Z] Removing intermediate container d0b54e9022da [2021-03-16T00:49:36.027Z] ---> 6e9030fa16ad [2021-03-16T00:49:36.027Z] Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:49:36.627Z] ---> Running in da6f8e9e3900 [2021-03-16T00:49:36.627Z] ---> Running in 7bb4f1dda41d [2021-03-16T00:49:36.627Z] ---> Running in 2743a316759b [2021-03-16T00:49:36.627Z] ---> Running in a404711c2148 [2021-03-16T00:49:36.722Z] OK: 233 MiB in 51 packages [2021-03-16T00:49:37.228Z] Removing intermediate container da6f8e9e3900 [2021-03-16T00:49:37.228Z] ---> b1b8eb4d5a43 [2021-03-16T00:49:37.228Z] [2021-03-16T00:49:37.228Z] Removing intermediate container 7bb4f1dda41d [2021-03-16T00:49:37.228Z] ---> 44df2fbcd89f [2021-03-16T00:49:37.228Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:49:37.501Z] Removing intermediate container a404711c2148 [2021-03-16T00:49:37.501Z] ---> 547d92457b44 [2021-03-16T00:49:37.501Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:49:37.781Z] ---> Running in fe474911857f [2021-03-16T00:49:37.781Z] Successfully built b1b8eb4d5a43 [2021-03-16T00:49:38.055Z] ---> Running in 9264421ee683 [2021-03-16T00:49:38.055Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T00:49:38.055Z] Building docker-support-scheduler-go [2021-03-16T00:49:38.330Z]  Building docker-core-command-go ... done Removing intermediate container fe474911857f [2021-03-16T00:49:38.330Z] ---> e5a3e097ae1f [2021-03-16T00:49:38.330Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:49:38.611Z] ---> Running in 62a86deaa28f [2021-03-16T00:49:38.611Z] Removing intermediate container 9264421ee683 [2021-03-16T00:49:38.611Z] ---> 74b3845bd227 [2021-03-16T00:49:38.611Z] [2021-03-16T00:49:39.594Z] Removing intermediate container 62a86deaa28f [2021-03-16T00:49:39.594Z] ---> ae9927d73799 [2021-03-16T00:49:39.594Z] [2021-03-16T00:49:39.594Z] Successfully built 74b3845bd227 [2021-03-16T00:49:39.594Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T00:49:39.594Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-16T00:49:39.864Z] Successfully built ae9927d73799 [2021-03-16T00:49:39.864Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T00:49:39.864Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-16T00:49:39.864Z] Removing intermediate container 2743a316759b [2021-03-16T00:49:39.864Z] ---> 2ff7d72a506a [2021-03-16T00:49:39.864Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T00:49:40.459Z] ---> Running in c557ee6d296d [2021-03-16T00:49:40.730Z] Removing intermediate container c557ee6d296d [2021-03-16T00:49:40.730Z] ---> 82ae84566f24 [2021-03-16T00:49:40.730Z] Step 28/31 : CMD ["gate"] [2021-03-16T00:49:41.001Z] ---> Running in 3fa8706ed61f [2021-03-16T00:49:41.595Z] Removing intermediate container 3fa8706ed61f [2021-03-16T00:49:41.595Z] ---> fd289458ace9 [2021-03-16T00:49:41.595Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T00:49:42.194Z] ---> Running in c9bd2f759978 [2021-03-16T00:49:42.794Z] Removing intermediate container c9bd2f759978 [2021-03-16T00:49:42.794Z] ---> 00697a6b018c [2021-03-16T00:49:42.794Z] Step 30/31 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:49:43.390Z] ---> Running in a44609842912 [2021-03-16T00:49:44.376Z] Removing intermediate container a44609842912 [2021-03-16T00:49:44.376Z] ---> 7427bc72e890 [2021-03-16T00:49:44.376Z] Step 31/31 : LABEL version=0.0.0 [2021-03-16T00:49:44.653Z] ---> Running in 3868e3b84344 [2021-03-16T00:49:45.645Z] Removing intermediate container 3868e3b84344 [2021-03-16T00:49:45.645Z] ---> aa3ee3035b3a [2021-03-16T00:49:45.645Z] [2021-03-16T00:49:45.921Z] Successfully built aa3ee3035b3a [2021-03-16T00:49:45.921Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T00:49:47.608Z] Removing intermediate container d9c7b0cb7dfc [2021-03-16T00:49:47.608Z] ---> e9f5efb32c52 [2021-03-16T00:49:47.608Z] Step 6/23 : COPY go.mod . [2021-03-16T00:49:48.666Z] ---> 1cc5baa7fd2f [2021-03-16T00:49:48.666Z] Step 7/23 : RUN go mod download [2021-03-16T00:49:50.369Z] ---> Running in d915d23467de [2021-03-16T00:50:08.277Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:50:08.277Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:50:08.277Z] ---> df6e3b03f36b [2021-03-16T00:50:08.277Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:50:08.277Z] ---> Using cache [2021-03-16T00:50:08.277Z] ---> 4412e4d9909d [2021-03-16T00:50:08.277Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:50:08.277Z] ---> Using cache [2021-03-16T00:50:08.277Z] ---> 1135bcd8b940 [2021-03-16T00:50:08.277Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T00:50:08.277Z] ---> Running in 18018ff2d55c [2021-03-16T00:50:09.749Z] Removing intermediate container d915d23467de [2021-03-16T00:50:09.749Z] ---> e4db484ea956 [2021-03-16T00:50:09.749Z] Step 8/23 : COPY . . [2021-03-16T00:50:10.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:50:12.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:50:12.884Z] OK: 233 MiB in 51 packages [2021-03-16T00:50:17.963Z] Removing intermediate container 18018ff2d55c [2021-03-16T00:50:17.963Z] ---> 1ef450a066eb [2021-03-16T00:50:17.963Z] Step 6/22 : COPY go.mod . [2021-03-16T00:50:18.537Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:50:18.537Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:50:18.537Z] ---> fc2806f17653 [2021-03-16T00:50:18.537Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> 910a1270e1a6 [2021-03-16T00:50:18.537Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> a7512422d383 [2021-03-16T00:50:18.537Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> 2485a571aab2 [2021-03-16T00:50:18.537Z] Step 6/21 : COPY go.mod . [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> 3935a7b0a84a [2021-03-16T00:50:18.537Z] Step 7/21 : RUN go mod download [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> bcf7efd3890b [2021-03-16T00:50:18.537Z] Step 8/21 : COPY . . [2021-03-16T00:50:18.537Z] ---> Using cache [2021-03-16T00:50:18.537Z] ---> 4ba56522e2a3 [2021-03-16T00:50:18.537Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T00:50:19.659Z] ---> 23083e82f79e [2021-03-16T00:50:19.659Z] Step 7/22 : RUN go mod download [2021-03-16T00:50:19.979Z] ---> Running in bba83bb671e6 [2021-03-16T00:50:21.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T00:50:23.354Z] ---> Running in 2b83ca8f921e [2021-03-16T00:50:28.179Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:50:28.179Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:50:28.179Z] ---> fc2806f17653 [2021-03-16T00:50:28.179Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T00:50:28.179Z] ---> Using cache [2021-03-16T00:50:28.179Z] ---> 910a1270e1a6 [2021-03-16T00:50:28.179Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:50:28.179Z] ---> Using cache [2021-03-16T00:50:28.179Z] ---> a7512422d383 [2021-03-16T00:50:28.179Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T00:50:28.179Z] ---> Using cache [2021-03-16T00:50:28.179Z] ---> 2485a571aab2 [2021-03-16T00:50:28.179Z] Step 6/22 : COPY go.mod . [2021-03-16T00:50:28.179Z] ---> Using cache [2021-03-16T00:50:28.179Z] ---> 3935a7b0a84a [2021-03-16T00:50:28.179Z] Step 7/22 : RUN go mod download [2021-03-16T00:50:28.179Z] ---> Using cache [2021-03-16T00:50:28.179Z] ---> bcf7efd3890b [2021-03-16T00:50:28.179Z] Step 8/22 : COPY . . [2021-03-16T00:50:28.455Z] ---> Using cache [2021-03-16T00:50:28.455Z] ---> 4ba56522e2a3 [2021-03-16T00:50:28.455Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T00:50:28.455Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:50:28.455Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:50:28.455Z] ---> fc2806f17653 [2021-03-16T00:50:28.455Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T00:50:28.455Z] ---> Using cache [2021-03-16T00:50:28.455Z] ---> 910a1270e1a6 [2021-03-16T00:50:28.455Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:50:28.455Z] ---> Using cache [2021-03-16T00:50:28.455Z] ---> a7512422d383 [2021-03-16T00:50:28.455Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T00:50:28.732Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T00:50:28.732Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T00:50:28.732Z] ---> fc2806f17653 [2021-03-16T00:50:28.732Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T00:50:28.732Z] ---> Using cache [2021-03-16T00:50:28.732Z] ---> 910a1270e1a6 [2021-03-16T00:50:28.732Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:50:28.732Z] ---> Using cache [2021-03-16T00:50:28.732Z] ---> a7512422d383 [2021-03-16T00:50:28.732Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T00:50:30.175Z] ---> Running in b81850b5e620 [2021-03-16T00:50:30.175Z] ---> Running in 924a653e1772 [2021-03-16T00:50:30.175Z] ---> Running in 4baedcf1fcea [2021-03-16T00:50:31.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T00:50:32.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:32.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T00:50:32.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:32.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:33.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:50:34.189Z] OK: 217 MiB in 51 packages [2021-03-16T00:50:34.771Z] Removing intermediate container 2b83ca8f921e [2021-03-16T00:50:34.771Z] ---> fade3e1b3f45 [2021-03-16T00:50:34.771Z] Step 8/22 : COPY . . [2021-03-16T00:50:34.787Z] OK: 217 MiB in 51 packages [2021-03-16T00:50:35.369Z] Removing intermediate container a18e4d5a9854 [2021-03-16T00:50:35.369Z] ---> 3742f5fba4c3 [2021-03-16T00:50:35.369Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:50:36.235Z] Removing intermediate container 924a653e1772 [2021-03-16T00:50:36.235Z] ---> 3e0ee207bf4e [2021-03-16T00:50:36.235Z] Step 6/26 : COPY go.mod . [2021-03-16T00:50:36.505Z] Removing intermediate container b81850b5e620 [2021-03-16T00:50:36.505Z] ---> 239b8a1245f4 [2021-03-16T00:50:36.505Z] Step 6/23 : COPY go.mod . [2021-03-16T00:50:37.511Z] ---> decdd99d4944 [2021-03-16T00:50:37.511Z] Step 7/26 : RUN go mod download [2021-03-16T00:50:37.786Z] ---> Running in 997e74bcd17d [2021-03-16T00:50:37.786Z] ---> 5641006f1d40 [2021-03-16T00:50:37.786Z] Step 7/23 : RUN go mod download [2021-03-16T00:50:38.064Z] ---> Running in 3f7187265732 [2021-03-16T00:50:42.621Z] ---> Running in d76fc6af55db [2021-03-16T00:50:43.483Z] Removing intermediate container 997e74bcd17d [2021-03-16T00:50:43.483Z] ---> 5573977df66f [2021-03-16T00:50:43.483Z] Step 8/26 : COPY . . [2021-03-16T00:50:43.483Z] Removing intermediate container 3f7187265732 [2021-03-16T00:50:43.483Z] ---> cf0063cb297d [2021-03-16T00:50:43.483Z] Step 8/23 : COPY . . [2021-03-16T00:50:51.937Z] Removing intermediate container c86248a674c1 [2021-03-16T00:50:51.937Z] ---> 6baaca4b42a2 [2021-03-16T00:50:51.937Z] [2021-03-16T00:50:51.937Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:50:51.937Z] ---> 88dd2752d2ea [2021-03-16T00:50:51.937Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:50:51.937Z] ---> Using cache [2021-03-16T00:50:51.937Z] ---> 979e83cc44f4 [2021-03-16T00:50:51.937Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:50:51.937Z] ---> Using cache [2021-03-16T00:50:51.937Z] ---> 92e3acd93ba0 [2021-03-16T00:50:51.937Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T00:50:56.202Z] ---> Running in f9396750d3c6 [2021-03-16T00:50:59.619Z] Removing intermediate container f9396750d3c6 [2021-03-16T00:50:59.619Z] ---> 6a524b2913aa [2021-03-16T00:50:59.619Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T00:51:01.809Z] ---> Running in fe79c6ec75e9 [2021-03-16T00:51:03.321Z] Removing intermediate container fe79c6ec75e9 [2021-03-16T00:51:03.321Z] ---> f152d8776587 [2021-03-16T00:51:03.321Z] Step 15/23 : WORKDIR / [2021-03-16T00:51:05.538Z] ---> Running in 37e2e5444ad4 [2021-03-16T00:51:10.352Z] Removing intermediate container 37e2e5444ad4 [2021-03-16T00:51:10.352Z] ---> 5e0baadce68a [2021-03-16T00:51:10.352Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:10.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T00:51:13.837Z] ---> 413287b9e03b [2021-03-16T00:51:13.837Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:51:13.837Z] ---> 163de8cc10cd [2021-03-16T00:51:13.837Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T00:51:13.837Z] ---> Running in 65f80ad7930a [2021-03-16T00:51:13.837Z] ---> Running in 6ab6e45ea56a [2021-03-16T00:51:15.831Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T00:51:15.914Z] ---> c45610e36884 [2021-03-16T00:51:15.914Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T00:51:16.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T00:51:17.385Z] Removing intermediate container b314383b05b2 [2021-03-16T00:51:17.385Z] ---> 98340ba765a1 [2021-03-16T00:51:17.385Z] [2021-03-16T00:51:17.385Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T00:51:17.385Z] ---> 88dd2752d2ea [2021-03-16T00:51:17.385Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T00:51:18.157Z] ---> f9f444238bfa [2021-03-16T00:51:18.157Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:18.577Z] ---> Running in 8369dac22a39 [2021-03-16T00:51:18.867Z] Collecting docker-compose==1.23.2 [2021-03-16T00:51:18.867Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:51:19.154Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:51:19.154Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:51:21.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:51:21.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:51:22.060Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T00:51:22.060Z] ---> 8fd4d23172ef [2021-03-16T00:51:22.060Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T00:51:22.397Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:51:22.397Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T00:51:22.397Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T00:51:22.397Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T00:51:22.397Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:23.835Z] Removing intermediate container bba83bb671e6 [2021-03-16T00:51:23.835Z] ---> b5ea3f9d86ce [2021-03-16T00:51:23.835Z] [2021-03-16T00:51:23.835Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T00:51:23.835Z] ---> d10569e2745f [2021-03-16T00:51:23.835Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T00:51:23.835Z] ---> Running in 4cbee868900f [2021-03-16T00:51:24.179Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:51:24.600Z] OK: 7 MiB in 19 packages [2021-03-16T00:51:25.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:25.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:51:25.881Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T00:51:26.158Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:51:26.158Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T00:51:26.158Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T00:51:26.158Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:51:26.158Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:51:26.439Z] OK: 7 MiB in 18 packages [2021-03-16T00:51:29.100Z] Removing intermediate container 4cbee868900f [2021-03-16T00:51:29.100Z] ---> a26595929f42 [2021-03-16T00:51:29.100Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:51:29.376Z] ---> Running in 0aee098b339a [2021-03-16T00:51:29.412Z] ---> Running in b558f2aeacbd [2021-03-16T00:51:30.365Z] Removing intermediate container 0aee098b339a [2021-03-16T00:51:30.366Z] ---> fb46ac510da9 [2021-03-16T00:51:30.366Z] Step 13/21 : WORKDIR /edgex [2021-03-16T00:51:30.641Z] ---> Running in 7aaec4271095 [2021-03-16T00:51:31.240Z] Removing intermediate container 7aaec4271095 [2021-03-16T00:51:31.240Z] ---> a98093404127 [2021-03-16T00:51:31.240Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T00:51:32.687Z] ---> 1bdc03297b95 [2021-03-16T00:51:32.687Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T00:51:33.935Z] Removing intermediate container b558f2aeacbd [2021-03-16T00:51:33.936Z] ---> 9076c3538edc [2021-03-16T00:51:33.936Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:34.534Z] ---> Running in 1cc395a16169 [2021-03-16T00:51:34.534Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-16T00:51:34.673Z] ---> 668269fc7859 [2021-03-16T00:51:34.673Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T00:51:35.619Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:51:35.619Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:51:36.114Z] ---> 46379ba05742 [2021-03-16T00:51:36.114Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T00:51:36.114Z] ---> Running in 193786ea01c8 [2021-03-16T00:51:36.283Z] Removing intermediate container 8369dac22a39 [2021-03-16T00:51:36.283Z] ---> 822cacc5dca3 [2021-03-16T00:51:36.283Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T00:51:36.724Z] Removing intermediate container 193786ea01c8 [2021-03-16T00:51:36.724Z] ---> 2b250822b34d [2021-03-16T00:51:36.724Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T00:51:36.724Z] ---> Running in 887d63d0754a [2021-03-16T00:51:37.731Z] Removing intermediate container 887d63d0754a [2021-03-16T00:51:37.731Z] ---> d9fa716adc7c [2021-03-16T00:51:37.731Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T00:51:37.731Z] ---> Running in 968c6cb681f1 [2021-03-16T00:51:38.334Z] Removing intermediate container 968c6cb681f1 [2021-03-16T00:51:38.334Z] ---> b272a9c32074 [2021-03-16T00:51:38.334Z] Step 20/21 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:51:38.615Z] ---> Running in a9a761fae55d [2021-03-16T00:51:39.607Z] Removing intermediate container a9a761fae55d [2021-03-16T00:51:39.607Z] ---> 9d6a36df67ea [2021-03-16T00:51:39.607Z] Step 21/21 : LABEL version=0.0.0 [2021-03-16T00:51:39.607Z] ---> Running in dfa361bfd41c [2021-03-16T00:51:39.704Z] ---> Running in 64e311516e35 [2021-03-16T00:51:39.704Z] Removing intermediate container 1cc395a16169 [2021-03-16T00:51:39.704Z] ---> 63da4612f431 [2021-03-16T00:51:39.704Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:51:40.410Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:51:40.410Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:51:40.593Z] Removing intermediate container dfa361bfd41c [2021-03-16T00:51:40.593Z] ---> 537632caa566 [2021-03-16T00:51:40.593Z] [2021-03-16T00:51:40.733Z] ---> Running in 484ad7fcc410 [2021-03-16T00:51:40.733Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:51:40.733Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:51:40.867Z] Successfully built 537632caa566 [2021-03-16T00:51:40.868Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T00:51:42.098Z] Removing intermediate container 64e311516e35 [2021-03-16T00:51:42.098Z] ---> d32632673243 [2021-03-16T00:51:42.098Z] Step 13/24 : WORKDIR / [2021-03-16T00:51:44.319Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:51:44.319Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:51:44.671Z] ---> Running in e9e28ddc55da [2021-03-16T00:51:44.671Z] Removing intermediate container 484ad7fcc410 [2021-03-16T00:51:44.671Z] ---> 19c72060a6b3 [2021-03-16T00:51:44.671Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:51:44.671Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:51:44.671Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:51:44.969Z] ---> Running in 1b4de728197f [2021-03-16T00:51:45.251Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:51:45.251Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:51:45.544Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:51:45.544Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:51:45.869Z] Removing intermediate container e9e28ddc55da [2021-03-16T00:51:45.869Z] ---> 8aecce55bd79 [2021-03-16T00:51:45.869Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-16T00:51:46.171Z] Removing intermediate container 1b4de728197f [2021-03-16T00:51:46.171Z] ---> 76410c9c8086 [2021-03-16T00:51:46.171Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:51:46.517Z] ---> b473065cb2cd [2021-03-16T00:51:46.517Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T00:51:47.670Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:51:47.670Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:51:48.084Z] ---> Running in 30d4fbdcc621 [2021-03-16T00:51:48.084Z] ---> Running in f555b63d02f6 [2021-03-16T00:51:48.439Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:51:48.439Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:51:49.242Z] ---> 4c2db9735732 [2021-03-16T00:51:49.242Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-16T00:51:49.528Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:51:49.528Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:51:49.528Z] Removing intermediate container 30d4fbdcc621 [2021-03-16T00:51:49.528Z] ---> d7be879b477e [2021-03-16T00:51:49.528Z] [2021-03-16T00:51:49.799Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-16T00:51:49.799Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-16T00:51:50.441Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:51:50.441Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:51:50.762Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:51:50.762Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:51:50.762Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:51:50.762Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:51:51.033Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4baedcf1fcea [2021-03-16T00:51:51.033Z] ---> 11e3be55e375 [2021-03-16T00:51:51.033Z] [2021-03-16T00:51:51.033Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:51:51.033Z] ---> d10569e2745f [2021-03-16T00:51:51.033Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T00:51:51.033Z] ---> Using cache [2021-03-16T00:51:51.033Z] ---> 8ec44fcff881 [2021-03-16T00:51:51.033Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:51:51.033Z] ---> Using cache [2021-03-16T00:51:51.033Z] ---> c63d2fbd1162 [2021-03-16T00:51:51.033Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T00:51:51.033Z] ---> Running in 121f23be9b40 [2021-03-16T00:51:51.033Z] Removing intermediate container 121f23be9b40 [2021-03-16T00:51:51.033Z] ---> d5f7b3c83945 [2021-03-16T00:51:51.033Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:51:51.033Z] ---> Running in dc2ea5eb6a72 [2021-03-16T00:51:51.665Z] Installing collected packages: texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, jsonschema, dockerpty, docker-compose [2021-03-16T00:51:51.666Z] Running setup.py install for texttable: started [2021-03-16T00:51:52.024Z] Removing intermediate container dc2ea5eb6a72 [2021-03-16T00:51:52.024Z] ---> 16e0cad16320 [2021-03-16T00:51:52.024Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:51:53.013Z] ---> ecc6a108448e [2021-03-16T00:51:53.013Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T00:51:53.020Z] Successfully built d7be879b477e [2021-03-16T00:51:53.020Z] ---> 18f2169c5a8b [2021-03-16T00:51:53.020Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:53.020Z] Successfully tagged docker-core-command-go:latest [2021-03-16T00:51:53.416Z]  Building docker-core-command-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T00:51:54.523Z] ---> fc83ff867514 [2021-03-16T00:51:54.523Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T00:51:54.523Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:51:54.917Z] Running setup.py install for PyYAML: started [2021-03-16T00:51:55.000Z] ---> 4f2c24d1a423 [2021-03-16T00:51:55.000Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T00:51:55.990Z] ---> 7a9217801780 [2021-03-16T00:51:55.991Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T00:51:55.991Z] ---> Running in a0217f3cd299 [2021-03-16T00:51:56.591Z] Removing intermediate container a0217f3cd299 [2021-03-16T00:51:56.591Z] ---> ac739b8fd0ce [2021-03-16T00:51:56.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:51:56.871Z] ---> Running in 4a0e15eb42be [2021-03-16T00:51:57.475Z] Removing intermediate container 4a0e15eb42be [2021-03-16T00:51:57.475Z] ---> 012a189f9055 [2021-03-16T00:51:57.475Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T00:51:57.753Z] ---> Running in c66f8075e1fc [2021-03-16T00:51:58.215Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:51:58.355Z] Removing intermediate container c66f8075e1fc [2021-03-16T00:51:58.355Z] ---> 47f3ce28f843 [2021-03-16T00:51:58.355Z] Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:51:58.633Z] ---> Running in ac155b4f9223 [2021-03-16T00:51:58.867Z] ---> e6dcd83710d8 [2021-03-16T00:51:58.867Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T00:51:58.867Z] Attempting uninstall: urllib3 [2021-03-16T00:51:58.867Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:51:58.867Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:51:59.237Z] Removing intermediate container ac155b4f9223 [2021-03-16T00:51:59.237Z] ---> befc244e0cda [2021-03-16T00:51:59.237Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:51:59.237Z] ---> Running in 810255df0099 [2021-03-16T00:52:00.248Z] Removing intermediate container 810255df0099 [2021-03-16T00:52:00.248Z] ---> 74b5e6773615 [2021-03-16T00:52:00.248Z] [2021-03-16T00:52:00.522Z] Successfully built 74b5e6773615 [2021-03-16T00:52:00.522Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T00:52:02.213Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:52:02.559Z] ---> 0f4d6f5a291f [2021-03-16T00:52:02.559Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T00:52:03.469Z] Attempting uninstall: idna [2021-03-16T00:52:03.469Z] Found existing installation: idna 2.9 [2021-03-16T00:52:03.469Z] Uninstalling idna-2.9: [2021-03-16T00:52:03.790Z] Successfully uninstalled idna-2.9 [2021-03-16T00:52:04.439Z] ---> 097022d486ef [2021-03-16T00:52:04.439Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-16T00:52:04.439Z] Attempting uninstall: requests [2021-03-16T00:52:04.439Z] Found existing installation: requests 2.23.0 [2021-03-16T00:52:04.439Z] Uninstalling requests-2.23.0: [2021-03-16T00:52:04.743Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:52:04.743Z] ---> Running in e14a41bf45ca [2021-03-16T00:52:09.888Z] Running setup.py install for docopt: started [2021-03-16T00:52:11.089Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:52:13.071Z] Running setup.py install for dockerpty: started [2021-03-16T00:52:13.440Z] ---> 22976eb9ef5f [2021-03-16T00:52:13.440Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T00:52:14.252Z] ---> Running in b5730f7c6337 [2021-03-16T00:52:15.011Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:52:15.353Z] Removing intermediate container e14a41bf45ca [2021-03-16T00:52:15.353Z] ---> d8ab4a9946a0 [2021-03-16T00:52:15.353Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T00:52:16.574Z] ---> Running in 684dc71be3cf [2021-03-16T00:52:16.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.58.0 [2021-03-16T00:52:17.759Z] Removing intermediate container 684dc71be3cf [2021-03-16T00:52:17.760Z] ---> a8ec6d6f1d75 [2021-03-16T00:52:17.760Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T00:52:18.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T00:52:18.071Z] ---> Running in 7abcd2869dda [2021-03-16T00:52:18.846Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6ab6e45ea56a [2021-03-16T00:52:18.846Z] ---> 9f148f7b1299 [2021-03-16T00:52:18.846Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T00:52:18.846Z] ---> Running in 4337b814b457 [2021-03-16T00:52:19.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T00:52:22.143Z] Removing intermediate container 7abcd2869dda [2021-03-16T00:52:22.143Z] ---> eae00ecc2c80 [2021-03-16T00:52:22.143Z] Step 23/24 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:52:22.143Z] ---> Running in 271817f79722 [2021-03-16T00:52:23.214Z] Removing intermediate container 4337b814b457 [2021-03-16T00:52:23.214Z] ---> 2aaf7770eab9 [2021-03-16T00:52:23.214Z] [2021-03-16T00:52:23.214Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T00:52:23.214Z] 20.10.0: Pulling from library/docker [2021-03-16T00:52:26.919Z] Removing intermediate container 271817f79722 [2021-03-16T00:52:26.919Z] ---> 242bebe938b3 [2021-03-16T00:52:26.919Z] Step 24/24 : LABEL version=0.0.0 [2021-03-16T00:52:27.640Z] Removing intermediate container d76fc6af55db [2021-03-16T00:52:27.640Z] ---> 669386877c34 [2021-03-16T00:52:27.640Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:52:27.992Z] ---> Running in 6e12df8041b9 [2021-03-16T00:52:27.992Z] ---> Running in 21d6bda69176 [2021-03-16T00:52:30.368Z] Removing intermediate container 6e12df8041b9 [2021-03-16T00:52:30.368Z] ---> b76ac4401766 [2021-03-16T00:52:30.368Z] [2021-03-16T00:52:31.488Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T00:52:31.488Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T00:52:31.488Z] ---> eeaf43b92773 [2021-03-16T00:52:31.488Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T00:52:31.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:52:32.086Z] ---> Running in e20d756af995 [2021-03-16T00:52:32.086Z] Removing intermediate container 65f80ad7930a [2021-03-16T00:52:32.086Z] ---> 48f8b3744891 [2021-03-16T00:52:32.086Z] [2021-03-16T00:52:32.086Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:52:32.086Z] ---> d10569e2745f [2021-03-16T00:52:32.086Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:52:32.360Z] ---> Running in 87ac53b8647d [2021-03-16T00:52:32.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:52:32.862Z] Successfully built b76ac4401766 [2021-03-16T00:52:32.862Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T00:52:32.961Z] Removing intermediate container 87ac53b8647d [2021-03-16T00:52:32.961Z] ---> 8f9d5f9e759d [2021-03-16T00:52:32.961Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:52:32.961Z] ---> Running in 242efcc923cf [2021-03-16T00:52:33.184Z]  Building docker-security-secretstore-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:52:33.184Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:52:33.184Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:52:33.184Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:52:33.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:33.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:33.476Z] OK: 72 MiB in 58 packages [2021-03-16T00:52:33.503Z] Removing intermediate container 242efcc923cf [2021-03-16T00:52:33.503Z] ---> f52e6eba1d25 [2021-03-16T00:52:33.503Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:52:33.503Z] ---> Running in 0cacbe13fb60 [2021-03-16T00:52:33.787Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T00:52:33.787Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T00:52:33.787Z] Executing bash-5.0.17-r0.post-install [2021-03-16T00:52:33.787Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:52:33.787Z] OK: 12 MiB in 22 packages [2021-03-16T00:52:34.090Z] Removing intermediate container 0cacbe13fb60 [2021-03-16T00:52:34.090Z] ---> 3606fef248bb [2021-03-16T00:52:34.090Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:52:34.400Z] ---> Running in ba147000ef5e [2021-03-16T00:52:35.458Z] Removing intermediate container e20d756af995 [2021-03-16T00:52:35.458Z] ---> 47117e2b16d3 [2021-03-16T00:52:35.458Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T00:52:35.458Z] ---> Running in c3ebe29c19fa [2021-03-16T00:52:36.108Z] Removing intermediate container c3ebe29c19fa [2021-03-16T00:52:36.108Z] ---> ee6bb896c24a [2021-03-16T00:52:36.108Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T00:52:36.276Z] Removing intermediate container 21d6bda69176 [2021-03-16T00:52:36.276Z] ---> 0ce47b186dcf [2021-03-16T00:52:36.276Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:52:36.385Z] ---> Running in b8d146ef16e4 [2021-03-16T00:52:36.615Z] ---> Running in 9e185f977311 [2021-03-16T00:52:36.983Z] Removing intermediate container b8d146ef16e4 [2021-03-16T00:52:36.983Z] ---> 6e3f4d14cce4 [2021-03-16T00:52:36.983Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T00:52:36.983Z] Removing intermediate container ba147000ef5e [2021-03-16T00:52:36.983Z] ---> fb8efc71f14c [2021-03-16T00:52:36.983Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:52:36.983Z] ---> Running in e3636ba8e27a [2021-03-16T00:52:37.259Z] ---> Running in 8e2f83c60892 [2021-03-16T00:52:37.369Z] Removing intermediate container 9e185f977311 [2021-03-16T00:52:37.369Z] ---> 8c53d54063ee [2021-03-16T00:52:37.369Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:52:37.537Z] Removing intermediate container e3636ba8e27a [2021-03-16T00:52:37.537Z] ---> 76079940c921 [2021-03-16T00:52:37.537Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T00:52:37.685Z] ---> Running in 70eb65904a1b [2021-03-16T00:52:38.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:38.727Z] ---> 80eb49207511 [2021-03-16T00:52:38.727Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T00:52:38.878Z] Removing intermediate container 70eb65904a1b [2021-03-16T00:52:38.879Z] ---> 5beef71ef1cc [2021-03-16T00:52:38.879Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T00:52:38.879Z] ---> Running in 6ad5a6244729 [2021-03-16T00:52:39.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:39.604Z] ---> 498ebca13a55 [2021-03-16T00:52:39.604Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T00:52:39.604Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:52:39.882Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:52:39.882Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:52:39.882Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:52:40.158Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:52:40.433Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:52:40.433Z] ---> 250c5715d6c1 [2021-03-16T00:52:40.433Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T00:52:40.433Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:52:40.433Z] OK: 8 MiB in 20 packages [2021-03-16T00:52:40.598Z] Removing intermediate container 6ad5a6244729 [2021-03-16T00:52:40.598Z] ---> 50aee567226d [2021-03-16T00:52:40.598Z] Step 25/26 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:52:40.598Z] ---> Running in 5203d372cdb6 [2021-03-16T00:52:40.708Z] ---> Running in ae1801735a25 [2021-03-16T00:52:41.684Z] Removing intermediate container 5203d372cdb6 [2021-03-16T00:52:41.684Z] ---> 2b7e29fe29bc [2021-03-16T00:52:41.684Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:52:41.684Z] ---> Running in b8b224553255 [2021-03-16T00:52:42.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:42.141Z] Removing intermediate container 8e2f83c60892 [2021-03-16T00:52:42.141Z] ---> 4c5f7ba29d59 [2021-03-16T00:52:42.141Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:52:42.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:52:42.696Z] Removing intermediate container b8b224553255 [2021-03-16T00:52:42.696Z] ---> baa8851888bb [2021-03-16T00:52:42.696Z] [2021-03-16T00:52:42.749Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T00:52:42.749Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T00:52:42.749Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T00:52:42.749Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T00:52:42.749Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T00:52:42.749Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T00:52:42.749Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T00:52:42.749Z] ---> 823c9a717edd [2021-03-16T00:52:42.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:52:43.073Z] Successfully built baa8851888bb [2021-03-16T00:52:43.074Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T00:52:44.720Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T00:52:44.721Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T00:52:44.721Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T00:52:44.721Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T00:52:44.721Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T00:52:44.721Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T00:52:44.721Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T00:52:44.721Z] ---> 2358d7dde5cd [2021-03-16T00:52:44.721Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:52:44.721Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T00:52:44.721Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T00:52:44.721Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T00:52:44.721Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T00:52:44.992Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T00:52:44.992Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T00:52:44.992Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T00:52:44.992Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T00:52:44.992Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T00:52:44.992Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T00:52:44.992Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T00:52:44.992Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T00:52:44.992Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T00:52:44.992Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T00:52:44.992Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T00:52:44.992Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T00:52:44.992Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T00:52:44.992Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T00:52:44.992Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T00:52:45.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:52:45.265Z] OK: 71 MiB in 55 packages [2021-03-16T00:52:45.535Z] ---> 66077dc98a7f [2021-03-16T00:52:45.535Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:52:45.808Z] ---> Running in ce45e2591812 [2021-03-16T00:52:46.401Z] Removing intermediate container ce45e2591812 [2021-03-16T00:52:46.401Z] ---> 3cf09ab3970b [2021-03-16T00:52:46.401Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:52:46.401Z] ---> Running in d69aef136164 [2021-03-16T00:52:46.999Z] Removing intermediate container d69aef136164 [2021-03-16T00:52:46.999Z] ---> 06b77543b4ea [2021-03-16T00:52:46.999Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T00:52:47.271Z] ---> Running in 90238b521c07 [2021-03-16T00:52:47.863Z] Removing intermediate container 90238b521c07 [2021-03-16T00:52:47.863Z] ---> a718ef9af90a [2021-03-16T00:52:47.863Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:52:48.136Z] ---> Running in a3132edd34c1 [2021-03-16T00:52:48.731Z] Removing intermediate container a3132edd34c1 [2021-03-16T00:52:48.731Z] ---> 9fbdb90ee606 [2021-03-16T00:52:48.731Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:52:49.005Z] ---> Running in ebbd1794b9ad [2021-03-16T00:52:49.605Z] Removing intermediate container ebbd1794b9ad [2021-03-16T00:52:49.605Z] ---> 32834428e5d2 [2021-03-16T00:52:49.605Z] [2021-03-16T00:52:49.877Z] Successfully built 32834428e5d2 [2021-03-16T00:52:50.146Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T00:52:51.119Z]  Building docker-core-data-go ... done Removing intermediate container ae1801735a25 [2021-03-16T00:52:51.119Z] ---> 9926d64f3a3e [2021-03-16T00:52:51.119Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T00:52:51.119Z] ---> Running in f5e81a32e65b [2021-03-16T00:52:56.497Z] Collecting docker-compose==1.23.2 [2021-03-16T00:52:56.497Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T00:52:56.497Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T00:52:56.497Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T00:52:56.766Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T00:52:56.766Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T00:52:59.399Z] Collecting PyYAML<4,>=3.10 [2021-03-16T00:52:59.399Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T00:53:02.764Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T00:53:02.764Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T00:53:02.764Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T00:53:02.764Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T00:53:03.731Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T00:53:04.000Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T00:53:04.269Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T00:53:04.269Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T00:53:06.869Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T00:53:06.869Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T00:53:06.869Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T00:53:06.869Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T00:53:08.861Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-16T00:53:09.132Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T00:53:09.132Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T00:53:09.403Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-16T00:53:09.403Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-16T00:53:09.674Z] Collecting idna<2.8,>=2.5 [2021-03-16T00:53:09.674Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T00:53:09.674Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T00:53:09.674Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T00:53:09.945Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T00:53:09.945Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T00:53:09.945Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T00:53:09.945Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T00:53:10.917Z] Installing collected packages: cached-property, docopt, PyYAML, websocket-client, jsonschema, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, docker-compose [2021-03-16T00:53:10.917Z] Running setup.py install for docopt: started [2021-03-16T00:53:11.804Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f555b63d02f6 [2021-03-16T00:53:11.804Z] ---> 3cce80020d41 [2021-03-16T00:53:11.804Z] [2021-03-16T00:53:11.804Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T00:53:11.804Z] ---> 88dd2752d2ea [2021-03-16T00:53:11.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T00:53:12.339Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T00:53:12.339Z] Running setup.py install for PyYAML: started [2021-03-16T00:53:12.485Z] ---> Running in 71773d3a0f8a [2021-03-16T00:53:14.589Z] Removing intermediate container 71773d3a0f8a [2021-03-16T00:53:14.589Z] ---> a71040860862 [2021-03-16T00:53:14.589Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T00:53:14.589Z] ---> Running in a5d71cc850c5 [2021-03-16T00:53:14.861Z] Removing intermediate container b5730f7c6337 [2021-03-16T00:53:14.861Z] ---> 522dfa43cc3d [2021-03-16T00:53:14.861Z] [2021-03-16T00:53:14.861Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T00:53:14.861Z] ---> 88dd2752d2ea [2021-03-16T00:53:14.861Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T00:53:14.944Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T00:53:14.944Z] Attempting uninstall: urllib3 [2021-03-16T00:53:14.944Z] Found existing installation: urllib3 1.25.9 [2021-03-16T00:53:15.150Z] ---> Running in 34351f381df2 [2021-03-16T00:53:15.212Z] Uninstalling urllib3-1.25.9: [2021-03-16T00:53:15.212Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T00:53:15.436Z] Removing intermediate container a5d71cc850c5 [2021-03-16T00:53:15.436Z] ---> 45e35307b845 [2021-03-16T00:53:15.436Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T00:53:15.712Z] ---> Running in d4289db1c1d4 [2021-03-16T00:53:15.802Z] Attempting uninstall: idna [2021-03-16T00:53:15.802Z] Found existing installation: idna 2.9 [2021-03-16T00:53:15.802Z] Uninstalling idna-2.9: [2021-03-16T00:53:15.802Z] Successfully uninstalled idna-2.9 [2021-03-16T00:53:16.771Z] Attempting uninstall: requests [2021-03-16T00:53:16.771Z] Found existing installation: requests 2.23.0 [2021-03-16T00:53:16.771Z] Uninstalling requests-2.23.0: [2021-03-16T00:53:16.771Z] Successfully uninstalled requests-2.23.0 [2021-03-16T00:53:17.041Z] Running setup.py install for texttable: started [2021-03-16T00:53:17.282Z] Removing intermediate container d4289db1c1d4 [2021-03-16T00:53:17.282Z] ---> 1c0cdfb266ba [2021-03-16T00:53:17.282Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T00:53:17.282Z] ---> Running in 9b5cbeea569c [2021-03-16T00:53:17.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:17.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:17.845Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T00:53:17.845Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T00:53:17.845Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:53:17.845Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T00:53:17.845Z] OK: 6 MiB in 16 packages [2021-03-16T00:53:18.997Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T00:53:19.588Z] Running setup.py install for dockerpty: started [2021-03-16T00:53:21.546Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T00:53:21.654Z] Removing intermediate container 34351f381df2 [2021-03-16T00:53:21.654Z] ---> 08423860e5f3 [2021-03-16T00:53:21.654Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T00:53:21.654Z] Removing intermediate container 9b5cbeea569c [2021-03-16T00:53:21.654Z] ---> e6dbdf03cad0 [2021-03-16T00:53:21.654Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T00:53:21.654Z] ---> Running in f3a1970fe71f [2021-03-16T00:53:21.931Z] ---> Running in fdb9c111e93b [2021-03-16T00:53:22.135Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-16T00:53:22.203Z] Removing intermediate container f3a1970fe71f [2021-03-16T00:53:22.203Z] ---> 6e815de0e9ac [2021-03-16T00:53:22.203Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T00:53:22.485Z] ---> Running in c1291a8bad04 [2021-03-16T00:53:22.760Z] Removing intermediate container c1291a8bad04 [2021-03-16T00:53:22.760Z] ---> 24fb9e047d0c [2021-03-16T00:53:22.760Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T00:53:22.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:22.760Z] ---> Running in 7e552ca7fa77 [2021-03-16T00:53:23.062Z] Removing intermediate container 7e552ca7fa77 [2021-03-16T00:53:23.062Z] ---> 3eb9615dd528 [2021-03-16T00:53:23.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:53:23.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T00:53:25.062Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T00:53:25.062Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T00:53:25.062Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T00:53:25.331Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T00:53:25.331Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T00:53:25.603Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T00:53:25.603Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:53:25.603Z] OK: 8 MiB in 20 packages [2021-03-16T00:53:25.603Z] ---> a227d3d8140d [2021-03-16T00:53:25.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T00:53:26.417Z] Removing intermediate container f5e81a32e65b [2021-03-16T00:53:26.417Z] ---> e794446d9973 [2021-03-16T00:53:26.417Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T00:53:26.417Z] ---> Running in f006e596ed6a [2021-03-16T00:53:27.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T00:53:27.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T00:53:27.117Z] ---> e6231aa1cf3c [2021-03-16T00:53:27.117Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T00:53:27.455Z] Removing intermediate container fdb9c111e93b [2021-03-16T00:53:27.455Z] ---> 5d97b0d9d476 [2021-03-16T00:53:27.455Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T00:53:27.619Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T00:53:27.619Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T00:53:27.619Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T00:53:27.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T00:53:27.745Z] ---> 88ee97ec599d [2021-03-16T00:53:27.745Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T00:53:27.890Z] OK: 72 MiB in 58 packages [2021-03-16T00:53:28.019Z] ---> Running in cc0de54243d1 [2021-03-16T00:53:28.019Z] ---> 46fa25e28f0b [2021-03-16T00:53:28.019Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T00:53:28.293Z] Removing intermediate container cc0de54243d1 [2021-03-16T00:53:28.293Z] ---> b74be12e21d2 [2021-03-16T00:53:28.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:28.862Z] Removing intermediate container f006e596ed6a [2021-03-16T00:53:28.862Z] ---> 9ae5448ee253 [2021-03-16T00:53:28.862Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T00:53:28.922Z] ---> Running in 3ca0b6479c28 [2021-03-16T00:53:29.130Z] ---> Running in d04ba6cbbc9d [2021-03-16T00:53:29.218Z] Removing intermediate container 3ca0b6479c28 [2021-03-16T00:53:29.218Z] ---> d6ecb749720c [2021-03-16T00:53:29.218Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T00:53:29.404Z] Removing intermediate container d04ba6cbbc9d [2021-03-16T00:53:29.404Z] ---> 595bf50349c3 [2021-03-16T00:53:29.404Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:29.495Z] ---> Running in 7a0f333b8bb0 [2021-03-16T00:53:29.495Z] ---> d42668f97b10 [2021-03-16T00:53:29.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T00:53:29.675Z] ---> Running in f8f9434e5677 [2021-03-16T00:53:29.947Z] Removing intermediate container f8f9434e5677 [2021-03-16T00:53:29.947Z] ---> c47b5bf54c48 [2021-03-16T00:53:29.947Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T00:53:30.218Z] ---> Running in e8f6a720d0ea [2021-03-16T00:53:30.219Z] Removing intermediate container 7a0f333b8bb0 [2021-03-16T00:53:30.219Z] ---> 357186d3e734 [2021-03-16T00:53:30.219Z] Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:53:30.219Z] ---> Running in c2057411e86f [2021-03-16T00:53:30.219Z] ---> d4f1eb4c2d6a [2021-03-16T00:53:30.219Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T00:53:30.491Z] Removing intermediate container e8f6a720d0ea [2021-03-16T00:53:30.491Z] ---> 0c35aa5da6c6 [2021-03-16T00:53:30.491Z] Step 25/26 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:53:30.551Z] ---> Running in afb84a5b29e6 [2021-03-16T00:53:30.764Z] ---> Running in 15284f2ab3a5 [2021-03-16T00:53:30.884Z] Removing intermediate container c2057411e86f [2021-03-16T00:53:30.884Z] ---> bc9a6f4cf18d [2021-03-16T00:53:30.884Z] Step 22/22 : LABEL version=0.0.0 [2021-03-16T00:53:31.225Z] Removing intermediate container afb84a5b29e6 [2021-03-16T00:53:31.225Z] ---> bb3eba46c716 [2021-03-16T00:53:31.225Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T00:53:31.225Z] ---> Running in bc908f70853f [2021-03-16T00:53:31.225Z] ---> Running in 921161e5979f [2021-03-16T00:53:31.353Z] Removing intermediate container 15284f2ab3a5 [2021-03-16T00:53:31.353Z] ---> ff0d5f50acd2 [2021-03-16T00:53:31.353Z] Step 26/26 : LABEL version=0.0.0 [2021-03-16T00:53:31.353Z] ---> Running in 9500ea6256c0 [2021-03-16T00:53:31.611Z] Removing intermediate container bc908f70853f [2021-03-16T00:53:31.612Z] ---> 8c27ccb5a293 [2021-03-16T00:53:31.612Z] [2021-03-16T00:53:31.903Z] Removing intermediate container 921161e5979f [2021-03-16T00:53:31.903Z] ---> 0e8462ceed7d [2021-03-16T00:53:31.903Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T00:53:31.960Z] Removing intermediate container 9500ea6256c0 [2021-03-16T00:53:31.960Z] ---> 28517e4335a6 [2021-03-16T00:53:31.960Z] [2021-03-16T00:53:32.179Z] Successfully built 8c27ccb5a293 [2021-03-16T00:53:32.179Z] ---> Running in ea96768edf26 [2021-03-16T00:53:32.180Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T00:53:32.232Z] Successfully built 28517e4335a6 [2021-03-16T00:53:32.232Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T00:53:32.530Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-16T00:53:32.526Z] $ docker stop --time=1 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 [2021-03-16T00:53:32.808Z]  Building docker-support-notifications-go ... done Removing intermediate container ea96768edf26 [2021-03-16T00:53:32.808Z] ---> c5197c02030e [2021-03-16T00:53:32.808Z] Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 [2021-03-16T00:53:33.079Z] ---> Running in 0aaafe888aa8 [2021-03-16T00:53:33.684Z] Removing intermediate container 0aaafe888aa8 [2021-03-16T00:53:33.684Z] ---> 695788bfa279 [2021-03-16T00:53:33.684Z] Step 23/23 : LABEL version=0.0.0 [2021-03-16T00:53:33.684Z] ---> Running in 71111f8a2019 [2021-03-16T00:53:33.955Z] Removing intermediate container 71111f8a2019 [2021-03-16T00:53:33.955Z] ---> cb97e2055ac9 [2021-03-16T00:53:33.955Z] [2021-03-16T00:53:34.240Z] Successfully built cb97e2055ac9 [2021-03-16T00:53:34.240Z] Successfully tagged docker-core-data-go:latest [2021-03-16T00:53:34.509Z] $ docker rm -f 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T00:53:34.927Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T00:53:35.125Z] $ docker stop --time=1 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 [2021-03-16T00:53:35.272Z] + grep docker [2021-03-16T00:53:35.272Z] + docker images [2021-03-16T00:53:35.549Z] docker-sys-mgmt-agent-go-arm64 latest 28517e4335a6 4 seconds ago 300MB [2021-03-16T00:53:35.549Z] docker-core-data-go-arm64 latest 32834428e5d2 46 seconds ago 21.3MB [2021-03-16T00:53:35.549Z] docker-support-scheduler-go-arm64 latest 74b5e6773615 About a minute ago 16.3MB [2021-03-16T00:53:35.550Z] docker-security-proxy-setup-go-arm64 latest 537632caa566 About a minute ago 23.4MB [2021-03-16T00:53:35.550Z] docker-security-bootstrapper-go-arm64 latest aa3ee3035b3a 3 minutes ago 17.8MB [2021-03-16T00:53:35.550Z] docker-core-metadata-go-arm64 latest ae9927d73799 3 minutes ago 17.9MB [2021-03-16T00:53:35.550Z] docker-support-notifications-go-arm64 latest 74b3845bd227 3 minutes ago 16.9MB [2021-03-16T00:53:35.550Z] docker-core-command-go-arm64 latest b1b8eb4d5a43 3 minutes ago 16.2MB [2021-03-16T00:53:35.550Z] docker-security-secretstore-setup-go-arm64 latest e99342d6aeaf 4 minutes ago 23.7MB [2021-03-16T00:53:35.550Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [2021-03-16T00:53:37.673Z] $ docker rm -f 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-03-16T00:53:39.279Z] + grep docker [2021-03-16T00:53:39.279Z] + docker images Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:53:39.938Z] ---> job-cost.sh [2021-03-16T00:53:39.938Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8guJ [2021-03-16T00:53:41.021Z] docker-core-data-go latest cb97e2055ac9 7 seconds ago 22.6MB [2021-03-16T00:53:41.021Z] docker-support-notifications-go latest 8c27ccb5a293 9 seconds ago 17.8MB [2021-03-16T00:53:41.021Z] docker-sys-mgmt-agent-go latest baa8851888bb 58 seconds ago 313MB [2021-03-16T00:53:41.021Z] docker-security-secretstore-setup-go latest b76ac4401766 About a minute ago 24.9MB [2021-03-16T00:53:41.021Z] docker-core-command-go latest d7be879b477e About a minute ago 17.2MB [2021-03-16T00:53:41.021Z] docker-security-bootstrapper-go latest 8de50d15e260 5 minutes ago 18.8MB [2021-03-16T00:53:41.021Z] docker-core-metadata-go latest a36ebfe1a5af 5 minutes ago 19MB [2021-03-16T00:53:41.021Z] docker-security-proxy-setup-go latest bb8aca89ad10 5 minutes ago 24.7MB [2021-03-16T00:53:41.021Z] docker-support-scheduler-go latest bbf1aef789a6 5 minutes ago 17.3MB [2021-03-16T00:53:41.021Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-16T00:53:57.332Z] Still waiting to schedule task [2021-03-16T00:53:57.332Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-16T00:54:18.884Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T00:54:54.906Z] Running on prd-ubuntu18.04-docker-8c-8g-29891 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-16T00:54:54.966Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2021-03-16T00:54:58.493Z] using credential edgex-jenkins-ssh [2021-03-16T00:54:58.549Z] Cloning the remote Git repository [2021-03-16T00:54:58.576Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:54:58.644Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2021-03-16T00:54:58.668Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:54:58.668Z] > git --version # timeout=10 [2021-03-16T00:54:58.674Z] > git --version # 'git version 2.17.1' [2021-03-16T00:54:58.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:54:58.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:55:29.068Z] Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 [2021-03-16T00:55:29.330Z] Merge succeeded, producing ba284753178493e8ad42734255fc55d4f27a2d14 [2021-03-16T00:55:29.331Z] Checking out Revision ba284753178493e8ad42734255fc55d4f27a2d14 (PR-3234) [2021-03-16T00:55:28.433Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:55:28.449Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T00:55:28.462Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T00:55:28.479Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T00:55:28.479Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:55:28.486Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T00:55:29.076Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:55:29.081Z] > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-16T00:55:29.211Z] > git remote # timeout=10 [2021-03-16T00:55:29.217Z] > git config --get remote.origin.url # timeout=10 [2021-03-16T00:55:29.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T00:55:29.228Z] > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 [2021-03-16T00:55:29.323Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-16T00:55:29.332Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T00:55:29.335Z] > git checkout -f ba284753178493e8ad42734255fc55d4f27a2d14 # timeout=10 [2021-03-16T00:55:33.046Z] Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" [2021-03-16T00:55:33.048Z] > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [2021-03-16T00:55:33.532Z] [2021-03-16T00:55:33.532Z] GitHub has been notified of this commit’s build result [2021-03-16T00:55:33.532Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T00:55:34.324Z] + echo snap-build.sh [2021-03-16T00:55:34.324Z] snap-build.sh [2021-03-16T00:55:34.324Z] + SNAP_BASE_DIR=. [2021-03-16T00:55:34.324Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2021-03-16T00:55:34.324Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2021-03-16T00:55:34.324Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2021-03-16T00:55:34.324Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2021-03-16T00:55:34.324Z] + cd /w/workspace/edgex-go/13 [2021-03-16T00:55:34.324Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-16T00:55:34.324Z] Reading package lists... [2021-03-16T00:55:34.324Z] Building dependency tree... [2021-03-16T00:55:34.324Z] Reading state information... [2021-03-16T00:55:34.585Z] The following packages were automatically installed and are no longer required: [2021-03-16T00:55:34.585Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-16T00:55:34.585Z] uidmap xdelta3 [2021-03-16T00:55:34.585Z] Use 'sudo apt autoremove' to remove them. [2021-03-16T00:55:34.585Z] The following packages will be REMOVED: [2021-03-16T00:55:34.585Z] lxd* lxd-client* [2021-03-16T00:55:35.156Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-16T00:55:35.156Z] After this operation, 31.7 MB disk space will be freed. [2021-03-16T00:55:36.199Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-16T00:55:36.199Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:55:37.587Z] Removing lxd dnsmasq configuration [2021-03-16T00:55:37.587Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:55:37.587Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-16T00:55:38.159Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-16T00:55:38.681Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-16T00:55:38.681Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-16T00:55:40.068Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-16T00:55:40.068Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-16T00:55:41.457Z] + sudo snap remove --purge lxd [2021-03-16T00:55:41.725Z] snap "lxd" is not installed [2021-03-16T00:55:41.725Z] + sudo groupadd --force --system lxd [2021-03-16T00:55:41.725Z] ++ whoami [2021-03-16T00:55:41.725Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-16T00:55:41.986Z] + newgrp - lxd [2021-03-16T00:55:41.986Z] + sudo snap install lxd [2021-03-16T00:55:50.141Z] 2021-03-16T00:55:47Z INFO Waiting for automatic snapd restart... [2021-03-16T00:55:56.176Z] lf-activate-venv(): INFO: Adding /tmp/venv-8guJ/bin to PATH [2021-03-16T00:55:56.176Z] INFO: No Stack... [2021-03-16T00:55:56.176Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T00:55:56.176Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T00:55:56.519Z] + cat /w/workspace/edgex-go/13/archives/cost.csv [2021-03-16T00:55:56.519Z] + cut -d, -f6 [Pipeline] lock [2021-03-16T00:55:56.630Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] [2021-03-16T00:55:56.638Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] did not exist. Created. [2021-03-16T00:55:56.638Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T00:55:57.109Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T00:55:57.422Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T00:55:57.434Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T00:57:26.788Z] lxd 4.12 from Canonical* installed [2021-03-16T00:57:26.788Z] + sudo lxd init --auto [2021-03-16T00:57:30.172Z] + sudo snap install --classic snapcraft [2021-03-16T00:57:40.359Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T00:57:40.359Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-16T00:57:40.359Z] + patch --verbose -p1 [2021-03-16T00:57:40.359Z] Hmm... Looks like a unified diff to me... [2021-03-16T00:57:40.359Z] The text leading up to this was: [2021-03-16T00:57:40.359Z] -------------------------- [2021-03-16T00:57:40.359Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-16T00:57:40.359Z] |From: Tony Espy [2021-03-16T00:57:40.359Z] |Date: Tue, 9 Mar 2021 19:05:15 -0500 [2021-03-16T00:57:40.359Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-16T00:57:40.359Z] | [2021-03-16T00:57:40.359Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-16T00:57:40.359Z] |optimize the snap CI check run for pull requests. When [2021-03-16T00:57:40.359Z] |applied, it essentially strips out everything (apps and [2021-03-16T00:57:40.359Z] |parts) from the snapcraft.yaml file except those required [2021-03-16T00:57:40.359Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-16T00:57:40.359Z] |catch changes to edgex-go that break the snap build. [2021-03-16T00:57:40.359Z] | [2021-03-16T00:57:40.359Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-16T00:57:40.359Z] |to update this patch file, otherwise it may fail to apply, [2021-03-16T00:57:40.359Z] |resulting in a failed snap build CI check in the associated [2021-03-16T00:57:40.359Z] |pull request. [2021-03-16T00:57:40.359Z] | [2021-03-16T00:57:40.359Z] |Note - in addition to applying this patch, the pipeline also [2021-03-16T00:57:40.359Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-16T00:57:40.359Z] |need to build the finally binary .snap file (and it won't [2021-03-16T00:57:40.359Z] |work with the patch applied). This further reduces the build [2021-03-16T00:57:40.359Z] |time. [2021-03-16T00:57:40.359Z] |--- [2021-03-16T00:57:40.359Z] | snap/snapcraft.yaml | 452 +------------------------------------------- [2021-03-16T00:57:40.359Z] | 1 file changed, 1 insertion(+), 451 deletions(-) [2021-03-16T00:57:40.359Z] | [2021-03-16T00:57:40.359Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-16T00:57:40.359Z] |index d8bc12bc..5a5f5fbb 100644 [2021-03-16T00:57:40.359Z] |--- a/snap/snapcraft.yaml [2021-03-16T00:57:40.359Z] |+++ b/snap/snapcraft.yaml [2021-03-16T00:57:40.359Z] -------------------------- [2021-03-16T00:57:40.359Z] patching file snap/snapcraft.yaml [2021-03-16T00:57:40.359Z] Using Plan A... [2021-03-16T00:57:40.359Z] Hunk #1 succeeded at 73. [2021-03-16T00:57:40.359Z] Hunk #2 succeeded at 205. [2021-03-16T00:57:40.359Z] Hunk #3 succeeded at 217. [2021-03-16T00:57:40.359Z] Hunk #4 succeeded at 225. [2021-03-16T00:57:40.359Z] Hunk #5 succeeded at 232. [2021-03-16T00:57:40.359Z] Hunk #6 succeeded at 259. [2021-03-16T00:57:40.359Z] Hunk #7 succeeded at 271. [2021-03-16T00:57:40.359Z] Hunk #8 succeeded at 327. [2021-03-16T00:57:40.359Z] Hmm... Ignoring the trailing garbage. [2021-03-16T00:57:40.359Z] done [2021-03-16T00:57:40.359Z] + sudo snapcraft prime --use-lxd [2021-03-16T00:57:41.351Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-16T00:57:41.351Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-16T00:57:41.351Z] - README.md [2021-03-16T00:57:41.351Z] [2021-03-16T00:57:41.351Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T00:57:42.357Z] Launching a container. [2021-03-16T00:57:57.593Z] Waiting for container to be ready [2021-03-16T00:57:57.593Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-16T00:57:57.593Z] [2021-03-16T00:58:00.242Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-16T00:58:00.521Z] Waiting for network to be ready... [2021-03-16T00:58:01.162Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T00:58:01.162Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T00:58:01.162Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T00:58:01.437Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T00:58:01.437Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T00:58:01.437Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T00:58:01.437Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T00:58:01.437Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T00:58:01.437Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T00:58:01.437Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T00:58:01.735Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T00:58:01.735Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T00:58:02.044Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T00:58:02.044Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T00:58:02.044Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T00:58:02.044Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T00:58:02.044Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T00:58:02.044Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T00:58:03.044Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T00:58:03.044Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T00:58:03.044Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T00:58:03.044Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T00:58:03.044Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T00:58:03.044Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T00:58:03.044Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T00:58:03.044Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T00:58:03.044Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T00:58:06.510Z] Fetched 24.1 MB in 5s (4563 kB/s) [2021-03-16T00:58:07.486Z] Reading package lists... [2021-03-16T00:58:07.755Z] Reading package lists... [2021-03-16T00:58:07.755Z] Building dependency tree... [2021-03-16T00:58:07.755Z] Reading state information... [2021-03-16T00:58:08.034Z] The following additional packages will be installed: [2021-03-16T00:58:08.034Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T00:58:08.034Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T00:58:08.034Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T00:58:08.034Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-16T00:58:08.034Z] Suggested packages: [2021-03-16T00:58:08.034Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-16T00:58:08.034Z] Recommended packages: [2021-03-16T00:58:08.034Z] gnupg libsasl2-modules [2021-03-16T00:58:08.034Z] The following NEW packages will be installed: [2021-03-16T00:58:08.034Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-16T00:58:08.034Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-16T00:58:08.034Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-16T00:58:08.034Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-16T00:58:08.034Z] The following packages will be upgraded: [2021-03-16T00:58:08.034Z] gpg gpg-agent gpgconf libudev1 [2021-03-16T00:58:08.312Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-16T00:58:08.312Z] Need to get 3530 kB of archives. [2021-03-16T00:58:08.312Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-16T00:58:08.312Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-16T00:58:08.312Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-16T00:58:08.312Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-16T00:58:08.827Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-16T00:58:08.827Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-16T00:58:08.827Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-16T00:58:09.127Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-16T00:58:09.127Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-16T00:58:09.127Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-16T00:58:09.127Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-16T00:58:09.127Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-16T00:58:09.127Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-16T00:58:09.127Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-16T00:58:09.127Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-16T00:58:09.127Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-16T00:58:09.127Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-16T00:58:09.127Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-16T00:58:09.127Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-16T00:58:09.127Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-16T00:58:09.127Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-16T00:58:09.127Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-16T00:58:09.127Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-16T00:58:09.413Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:58:09.413Z] Fetched 3530 kB in 1s (3117 kB/s) [2021-03-16T00:58:09.413Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T00:58:09.413Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:58:09.413Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:58:09.709Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-16T00:58:09.709Z] Selecting previously unselected package udev. [2021-03-16T00:58:09.709Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-16T00:58:09.709Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:58:09.709Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-16T00:58:09.984Z] Selecting previously unselected package libfuse2:amd64. [2021-03-16T00:58:09.984Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T00:58:09.984Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T00:58:10.253Z] Selecting previously unselected package fuse. [2021-03-16T00:58:10.253Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-16T00:58:10.253Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-16T00:58:10.253Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:58:10.253Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:58:10.543Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:58:10.543Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:58:10.543Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:58:10.543Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:58:10.543Z] Selecting previously unselected package libksba8:amd64. [2021-03-16T00:58:10.543Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-16T00:58:10.543Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-16T00:58:10.812Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-16T00:58:10.812Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:10.812Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:10.812Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-16T00:58:10.812Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:10.812Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.081Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-16T00:58:11.081Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.081Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.081Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-16T00:58:11.081Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.081Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.081Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-16T00:58:11.081Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.081Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.349Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-16T00:58:11.350Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.350Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.350Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-16T00:58:11.350Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.350Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.350Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-16T00:58:11.350Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.625Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.625Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-16T00:58:11.625Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-16T00:58:11.625Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:11.625Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-16T00:58:11.625Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T00:58:11.625Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:58:11.626Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-16T00:58:11.626Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-16T00:58:11.626Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:58:11.902Z] Selecting previously unselected package libldap-common. [2021-03-16T00:58:11.902Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-16T00:58:11.902Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:58:11.902Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-16T00:58:11.902Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-16T00:58:11.902Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:58:12.171Z] Selecting previously unselected package dirmngr. [2021-03-16T00:58:12.172Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:58:12.172Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T00:58:12.172Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:58:12.172Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-16T00:58:12.172Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-16T00:58:12.172Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:58:12.172Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-16T00:58:12.172Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-16T00:58:12.446Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:12.446Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-16T00:58:12.446Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:58:12.446Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-16T00:58:12.726Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-16T00:58:13.024Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.024Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-16T00:58:13.024Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-16T00:58:13.024Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-16T00:58:13.024Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.024Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-16T00:58:13.307Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-16T00:58:13.307Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-16T00:58:13.307Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:58:13.938Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-16T00:58:13.939Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-16T00:58:13.939Z] This means they are not meant to be enabled using systemctl. [2021-03-16T00:58:13.939Z] Possible reasons for having this kind of units are: [2021-03-16T00:58:13.939Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-16T00:58:13.939Z] .wants/ or .requires/ directory. [2021-03-16T00:58:13.939Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-16T00:58:13.939Z] a requirement dependency on it. [2021-03-16T00:58:13.939Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-16T00:58:13.939Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-16T00:58:13.939Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-16T00:58:13.939Z] instance name specified. [2021-03-16T00:58:14.252Z] Reading package lists... [2021-03-16T00:58:14.529Z] Building dependency tree... [2021-03-16T00:58:14.529Z] Reading state information... [2021-03-16T00:58:14.529Z] The following additional packages will be installed: [2021-03-16T00:58:14.529Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-16T00:58:14.529Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-16T00:58:14.529Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-16T00:58:14.529Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-16T00:58:14.529Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-16T00:58:14.529Z] Suggested packages: [2021-03-16T00:58:14.529Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-16T00:58:14.529Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-16T00:58:14.529Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-16T00:58:14.529Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-16T00:58:14.529Z] systemd-container policykit-1 [2021-03-16T00:58:14.529Z] Recommended packages: [2021-03-16T00:58:14.529Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-16T00:58:14.529Z] The following NEW packages will be installed: [2021-03-16T00:58:14.529Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-16T00:58:14.529Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-16T00:58:14.529Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-16T00:58:14.529Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-16T00:58:14.529Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-16T00:58:14.529Z] The following packages will be upgraded: [2021-03-16T00:58:14.529Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-16T00:58:14.835Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-16T00:58:14.835Z] Need to get 35.2 MB of archives. [2021-03-16T00:58:14.835Z] After this operation, 141 MB of additional disk space will be used. [2021-03-16T00:58:14.835Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-16T00:58:14.835Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-16T00:58:14.835Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-16T00:58:14.835Z] 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-03-16T00:58:14.835Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-16T00:58:14.835Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-16T00:58:14.835Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-16T00:58:14.835Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-16T00:58:15.140Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-16T00:58:15.140Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-16T00:58:15.140Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-16T00:58:15.140Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-16T00:58:15.140Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-16T00:58:15.140Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-16T00:58:15.140Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-16T00:58:15.140Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-16T00:58:15.140Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-16T00:58:15.403Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-16T00:58:15.403Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-16T00:58:15.686Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-16T00:58:15.686Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-16T00:58:15.686Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-16T00:58:15.686Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-16T00:58:15.686Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-16T00:58:15.686Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-16T00:58:15.686Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-16T00:58:15.686Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-16T00:58:15.686Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-16T00:58:15.686Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-16T00:58:15.686Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-16T00:58:15.953Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:58:15.953Z] Fetched 35.2 MB in 1s (30.5 MB/s) [2021-03-16T00:58:15.953Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:58:15.953Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:58:16.232Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:58:16.849Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:58:16.849Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:58:16.849Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-16T00:58:17.145Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:58:17.145Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T00:58:17.145Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T00:58:17.145Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-16T00:58:17.430Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-16T00:58:17.430Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-16T00:58:17.430Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-16T00:58:17.714Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-16T00:58:17.714Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-16T00:58:18.329Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-16T00:58:18.329Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-16T00:58:18.329Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T00:58:18.329Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T00:58:18.640Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-16T00:58:18.640Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:58:18.640Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:18.640Z] Selecting previously unselected package libexpat1:amd64. [2021-03-16T00:58:18.640Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-16T00:58:18.640Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T00:58:18.927Z] Selecting previously unselected package python3.6-minimal. [2021-03-16T00:58:18.927Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:58:18.927Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:19.228Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T00:58:19.228Z] Checking for services that may need to be restarted...done. [2021-03-16T00:58:19.228Z] Checking for services that may need to be restarted...done. [2021-03-16T00:58:19.228Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:19.508Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-16T00:58:19.508Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:20.086Z] Selecting previously unselected package python3-minimal. [2021-03-16T00:58:20.086Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-16T00:58:20.086Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:58:20.086Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-16T00:58:20.086Z] Selecting previously unselected package mime-support. [2021-03-16T00:58:20.086Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-16T00:58:20.086Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-16T00:58:20.372Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-16T00:58:20.372Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-16T00:58:20.372Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T00:58:20.372Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-16T00:58:20.372Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:58:20.372Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:20.645Z] Selecting previously unselected package python3.6. [2021-03-16T00:58:20.645Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-16T00:58:20.645Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:20.645Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-16T00:58:20.645Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:58:20.645Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T00:58:20.922Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-16T00:58:21.197Z] Selecting previously unselected package python3. [2021-03-16T00:58:21.197Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-16T00:58:21.197Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-16T00:58:21.197Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-16T00:58:21.197Z] Selecting previously unselected package multiarch-support. [2021-03-16T00:58:21.197Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:21.197Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T00:58:21.197Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-16T00:58:21.477Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-16T00:58:21.477Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-16T00:58:21.478Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-16T00:58:21.478Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T00:58:21.478Z] Selecting previously unselected package libbsd0:amd64. [2021-03-16T00:58:21.478Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-16T00:58:21.478Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T00:58:21.478Z] Selecting previously unselected package sudo. [2021-03-16T00:58:21.478Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:21.478Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T00:58:21.766Z] Selecting previously unselected package apparmor. [2021-03-16T00:58:21.766Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T00:58:21.766Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-16T00:58:21.766Z] Selecting previously unselected package libedit2:amd64. [2021-03-16T00:58:22.085Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-16T00:58:22.085Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T00:58:22.085Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-16T00:58:22.085Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:58:22.085Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:22.085Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-16T00:58:22.085Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:58:22.085Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:22.085Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-16T00:58:22.085Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-16T00:58:22.408Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T00:58:22.408Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-16T00:58:22.408Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:58:22.408Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:22.408Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-16T00:58:22.408Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-16T00:58:22.408Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:22.699Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-16T00:58:22.699Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-16T00:58:22.699Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T00:58:22.975Z] Selecting previously unselected package openssh-client. [2021-03-16T00:58:22.975Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-16T00:58:22.975Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T00:58:22.975Z] Selecting previously unselected package squashfs-tools. [2021-03-16T00:58:22.975Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-16T00:58:22.975Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T00:58:23.253Z] Selecting previously unselected package snapd. [2021-03-16T00:58:23.253Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-16T00:58:23.253Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-16T00:58:25.928Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-16T00:58:25.928Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-16T00:58:26.217Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-16T00:58:26.822Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-16T00:58:26.822Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-16T00:58:26.822Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:26.822Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:58:26.822Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-16T00:58:26.822Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-16T00:58:27.439Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-16T00:58:27.722Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-16T00:58:27.722Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-16T00:58:27.722Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:27.722Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:27.722Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-16T00:58:28.742Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-16T00:58:28.742Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:28.742Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-16T00:58:28.742Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-16T00:58:28.742Z] running python rtupdate hooks for python3.6... [2021-03-16T00:58:28.742Z] running python post-rtupdate hooks for python3.6... [2021-03-16T00:58:28.742Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-16T00:58:30.238Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-16T00:58:30.514Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-16T00:58:30.514Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-16T00:58:30.782Z] Setting up snapd (2.48.3+18.04) ... [2021-03-16T00:58:31.407Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-16T00:58:31.407Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-16T00:58:31.698Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-16T00:58:31.974Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-16T00:58:32.261Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T00:58:32.261Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-16T00:58:32.261Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-16T00:58:32.553Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-16T00:58:32.864Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-16T00:58:33.150Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-16T00:58:33.150Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-16T00:58:33.150Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-16T00:58:33.150Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T00:58:34.204Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T00:58:34.476Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T00:58:34.476Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T00:58:36.254Z] Reading package lists... [2021-03-16T00:58:36.254Z] Reading package lists... [2021-03-16T00:58:36.531Z] Building dependency tree... [2021-03-16T00:58:36.531Z] Reading state information... [2021-03-16T00:58:36.531Z] Calculating upgrade... [2021-03-16T00:58:36.811Z] The following packages will be upgraded: [2021-03-16T00:58:36.811Z] advancecomp base-files bash binutils binutils-common [2021-03-16T00:58:36.811Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-16T00:58:36.811Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-16T00:58:36.811Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-16T00:58:36.811Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-16T00:58:36.811Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-16T00:58:36.811Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-16T00:58:36.811Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-16T00:58:36.811Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-16T00:58:36.811Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-16T00:58:36.811Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-16T00:58:36.811Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-16T00:58:36.811Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-16T00:58:36.811Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-16T00:58:36.811Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-16T00:58:36.811Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:58:36.811Z] Need to get 63.8 MB of archives. [2021-03-16T00:58:36.811Z] After this operation, 5206 kB of additional disk space will be used. [2021-03-16T00:58:36.811Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-16T00:58:36.811Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] [2021-03-16T00:58:37.849Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-16T00:58:37.849Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-16T00:58:37.849Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-16T00:58:37.849Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-16T00:58:37.849Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-16T00:58:37.849Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-16T00:58:37.849Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-16T00:58:37.849Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-16T00:58:37.849Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-16T00:58:37.849Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-16T00:58:37.849Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-16T00:58:37.849Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-16T00:58:37.849Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-16T00:58:37.849Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-16T00:58:37.849Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-16T00:58:37.849Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-16T00:58:37.849Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-16T00:58:37.849Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-16T00:58:37.850Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-16T00:58:37.850Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-16T00:58:37.850Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-16T00:58:37.850Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-16T00:58:37.850Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-16T00:58:37.850Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-16T00:58:37.850Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-16T00:58:37.850Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-16T00:58:37.850Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-16T00:58:37.850Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-16T00:58:37.850Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-16T00:58:37.850Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-16T00:58:37.850Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-16T00:58:37.850Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-16T00:58:37.850Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-16T00:58:37.850Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-16T00:58:37.850Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-16T00:58:37.850Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-16T00:58:37.850Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-16T00:58:38.138Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-16T00:58:38.138Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-16T00:58:38.138Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-16T00:58:38.138Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-16T00:58:38.138Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-16T00:58:38.138Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-16T00:58:38.138Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-16T00:58:38.138Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-16T00:58:38.138Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-16T00:58:38.138Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-16T00:58:38.138Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-16T00:58:38.138Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-16T00:58:38.138Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-16T00:58:38.138Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-16T00:58:38.138Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-16T00:58:38.415Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-16T00:58:38.415Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-16T00:58:38.415Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-16T00:58:38.415Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-16T00:58:38.415Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-16T00:58:38.415Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-16T00:58:38.415Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-16T00:58:38.415Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-16T00:58:38.415Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-16T00:58:38.415Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-16T00:58:38.415Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-16T00:58:38.415Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-16T00:58:38.415Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-16T00:58:38.415Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-16T00:58:38.415Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-16T00:58:38.415Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-16T00:58:38.415Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-16T00:58:38.697Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-16T00:58:38.697Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-16T00:58:38.697Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-16T00:58:38.697Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-16T00:58:38.697Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-16T00:58:38.697Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-16T00:58:38.697Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-16T00:58:38.697Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-16T00:58:38.697Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-16T00:58:38.697Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-16T00:58:38.697Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-16T00:58:38.697Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-16T00:58:38.697Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-16T00:58:38.990Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-16T00:58:38.990Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-16T00:58:38.990Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-16T00:58:38.990Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-16T00:58:38.990Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-16T00:58:38.990Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-16T00:58:39.270Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-16T00:58:39.553Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-16T00:58:39.850Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-16T00:58:39.850Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-16T00:58:40.147Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-16T00:58:40.147Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-16T00:58:40.147Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-16T00:58:40.147Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-16T00:58:40.147Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-16T00:58:40.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:58:40.414Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-03-16T00:58:40.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:40.414Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:40.414Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:58:41.430Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:41.430Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:58:41.430Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... [2021-03-16T00:58:41.430Z] Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... [2021-03-16T00:58:42.975Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:42.975Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:42.975Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.305Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.305Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.305Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.305Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.305Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.628Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.628Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.629Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.629Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.629Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.629Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.925Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:58:43.925Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:58:43.925Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:43.925Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-16T00:58:43.925Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:58:44.208Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:58:44.208Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:44.208Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:44.208Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:44.208Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:44.208Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-16T00:58:44.208Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-16T00:58:44.483Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:58:44.483Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:58:44.483Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:44.761Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:58:45.355Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T00:58:45.638Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-16T00:58:45.638Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-16T00:58:45.638Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-16T00:58:45.638Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-16T00:58:45.638Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-16T00:58:45.936Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-16T00:58:45.936Z] Installing new version of config file /etc/issue ... [2021-03-16T00:58:45.936Z] Installing new version of config file /etc/issue.net ... [2021-03-16T00:58:45.936Z] Installing new version of config file /etc/lsb-release ... [2021-03-16T00:58:45.936Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-16T00:58:46.256Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-16T00:58:46.256Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-16T00:58:46.256Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-16T00:58:46.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:46.256Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-16T00:58:46.544Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-16T00:58:46.544Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-16T00:58:46.544Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-16T00:58:46.544Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:46.544Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:46.825Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:46.825Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:46.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:46.825Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-16T00:58:46.825Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-16T00:58:47.115Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-16T00:58:47.115Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:47.115Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-16T00:58:47.115Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:58:47.393Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-16T00:58:47.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:47.672Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:58:47.673Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:58:47.673Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:58:47.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:47.964Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:58:47.964Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:58:47.964Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-16T00:58:47.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:47.964Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-16T00:58:48.316Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-16T00:58:48.316Z] Setting up grep (3.1-2build1) ... [2021-03-16T00:58:48.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:48.316Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T00:58:48.316Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T00:58:48.602Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-16T00:58:48.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:48.602Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:58:48.602Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:58:48.602Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-16T00:58:48.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:48.887Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:58:48.887Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:58:49.512Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:58:49.512Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:58:49.785Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-16T00:58:49.785Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:58:50.378Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-16T00:58:50.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:50.378Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-16T00:58:50.378Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-16T00:58:51.394Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T00:58:51.394Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T00:58:51.682Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-16T00:58:51.682Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-16T00:58:51.682Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T00:58:51.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:51.682Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-16T00:58:51.965Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-16T00:58:51.965Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-16T00:58:51.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:51.965Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:51.965Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:52.253Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:52.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:52.253Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:52.253Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:52.253Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:52.533Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:52.533Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:52.533Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:52.533Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:52.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:52.817Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:52.817Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:52.817Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:53.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:53.095Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:58:53.095Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:58:53.095Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:58:53.095Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:58:53.368Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:58:53.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:53.368Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-16T00:58:53.368Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:58:53.659Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:58:53.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:53.659Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:53.659Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:53.935Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:53.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:53.935Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:53.935Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:53.935Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:54.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:54.240Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:54.240Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:54.541Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:58:54.827Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-16T00:58:55.122Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-16T00:58:55.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:55.423Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-16T00:58:55.423Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-16T00:58:55.423Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:58:55.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-16T00:58:55.742Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-16T00:58:55.742Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-16T00:58:56.044Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-16T00:58:56.044Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:56.044Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-16T00:58:56.044Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-16T00:58:56.333Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-16T00:58:56.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:56.618Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-16T00:58:56.618Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T00:58:56.618Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-16T00:58:56.911Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:56.911Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-16T00:58:56.911Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-16T00:58:56.911Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-16T00:58:57.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:57.209Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:58:57.209Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:58:57.209Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:58:57.487Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:57.487Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:58:57.487Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:58:57.487Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:58:58.085Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:58.085Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-16T00:58:58.085Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:58:58.373Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:58:58.373Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:58.373Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-16T00:58:58.666Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-16T00:58:58.666Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-16T00:58:58.666Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-16T00:58:58.666Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:58:58.666Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:58:58.941Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:58:58.941Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:58.941Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-16T00:58:58.941Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-16T00:58:59.212Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-16T00:58:59.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:59.212Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-16T00:58:59.212Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-16T00:58:59.212Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-16T00:58:59.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:59.820Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-16T00:58:59.820Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-16T00:58:59.820Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-16T00:58:59.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:58:59.820Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-16T00:58:59.820Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-16T00:58:59.820Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-16T00:59:00.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:00.110Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-16T00:59:00.110Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-16T00:59:00.380Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-16T00:59:00.650Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:00.650Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-16T00:59:00.650Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-16T00:59:00.930Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-16T00:59:00.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:00.930Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-16T00:59:00.930Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-16T00:59:01.199Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-16T00:59:01.199Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:01.199Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-16T00:59:01.470Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-16T00:59:01.471Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-16T00:59:01.471Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:01.471Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-16T00:59:01.745Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-16T00:59:01.745Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-16T00:59:01.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:01.745Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-16T00:59:01.745Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-16T00:59:02.025Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-16T00:59:02.025Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:02.025Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T00:59:02.303Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-16T00:59:02.303Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-16T00:59:02.303Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-16T00:59:02.303Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-16T00:59:02.303Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-16T00:59:02.577Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-16T00:59:02.577Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-16T00:59:02.577Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T00:59:02.577Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T00:59:03.174Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-16T00:59:03.174Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-16T00:59:03.174Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-16T00:59:03.174Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-16T00:59:03.444Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-16T00:59:03.444Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-16T00:59:03.722Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-16T00:59:03.722Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-16T00:59:03.722Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-16T00:59:03.722Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-16T00:59:04.004Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-16T00:59:04.004Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-16T00:59:04.004Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-16T00:59:04.004Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-16T00:59:04.287Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-16T00:59:04.287Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-16T00:59:04.287Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-16T00:59:04.287Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-16T00:59:04.569Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-16T00:59:04.569Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-16T00:59:04.569Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-16T00:59:04.569Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-16T00:59:05.543Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-16T00:59:05.543Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-16T00:59:05.543Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-16T00:59:05.834Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-16T00:59:05.834Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:59:05.834Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:59:06.201Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:59:06.489Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:59:06.489Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:59:06.489Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:59:06.489Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-16T00:59:06.775Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-16T00:59:06.776Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:06.776Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:06.776Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:07.037Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:07.037Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:07.037Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:07.311Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:07.311Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:08.364Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:08.364Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:09.386Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:09.386Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:09.962Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:09.962Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:10.539Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:10.539Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:11.491Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-16T00:59:11.491Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-16T00:59:11.491Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:59:11.491Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:59:11.763Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T00:59:11.763Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:59:12.043Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-16T00:59:12.043Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-16T00:59:12.043Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-16T00:59:12.043Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-16T00:59:12.333Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:59:12.333Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:59:12.333Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-16T00:59:12.333Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-16T00:59:12.334Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-16T00:59:12.618Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-16T00:59:12.618Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:12.618Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-16T00:59:12.618Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:12.618Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:12.906Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:12.906Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-16T00:59:12.906Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-16T00:59:12.906Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-16T00:59:12.906Z] [2021-03-16T00:59:12.906Z] Current default time zone: 'Etc/UTC' [2021-03-16T00:59:12.906Z] Local time is now: Tue Mar 16 00:59:12 UTC 2021. [2021-03-16T00:59:12.906Z] Universal Time is now: Tue Mar 16 00:59:12 UTC 2021. [2021-03-16T00:59:12.906Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-16T00:59:12.906Z] [2021-03-16T00:59:13.490Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-16T00:59:13.490Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:13.490Z] Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... [2021-03-16T00:59:13.490Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-16T00:59:13.490Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-16T00:59:13.490Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-16T00:59:13.490Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-16T00:59:13.490Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-16T00:59:13.490Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-16T00:59:13.490Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-16T00:59:13.490Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:13.767Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-16T00:59:13.767Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:13.767Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:59:14.063Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:14.064Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-16T00:59:14.064Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-16T00:59:14.064Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-16T00:59:14.064Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-16T00:59:14.064Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-16T00:59:14.064Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-16T00:59:14.064Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:59:14.064Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-16T00:59:16.066Z] Updating certificates in /etc/ssl/certs... [2021-03-16T00:59:16.340Z] 23 added, 27 removed; done. [2021-03-16T00:59:16.604Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-16T00:59:16.604Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-16T00:59:16.604Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-16T00:59:16.604Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-16T00:59:16.604Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-16T00:59:16.604Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:59:16.879Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:16.879Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-16T00:59:16.879Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:59:16.879Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:59:16.879Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-16T00:59:16.879Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-16T00:59:17.161Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:17.161Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-16T00:59:17.161Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:59:17.161Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-16T00:59:17.161Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-16T00:59:17.161Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T00:59:17.161Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-16T00:59:17.439Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-16T00:59:17.439Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-16T00:59:17.439Z] Updating certificates in /etc/ssl/certs... [2021-03-16T00:59:18.038Z] 0 added, 0 removed; done. [2021-03-16T00:59:18.038Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-16T00:59:18.039Z] done. [2021-03-16T00:59:18.646Z] Reading package lists... [2021-03-16T00:59:18.647Z] Building dependency tree... [2021-03-16T00:59:18.647Z] Reading state information... [2021-03-16T00:59:18.944Z] The following NEW packages will be installed: [2021-03-16T00:59:18.944Z] apt-transport-https [2021-03-16T00:59:19.230Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:59:19.230Z] Need to get 1696 B of archives. [2021-03-16T00:59:19.230Z] After this operation, 153 kB of additional disk space will be used. [2021-03-16T00:59:19.230Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-16T00:59:19.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:59:19.508Z] Fetched 1696 B in 0s (8975 B/s) [2021-03-16T00:59:19.508Z] Selecting previously unselected package apt-transport-https. [2021-03-16T00:59:19.508Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-16T00:59:19.508Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-16T00:59:19.508Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T00:59:19.508Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-16T00:59:19.776Z] Waiting for network to be ready... [2021-03-16T00:59:26.451Z] 2021-03-16T00:59:23Z INFO Waiting for automatic snapd restart... [2021-03-16T00:59:26.720Z] snapd 2.49 from Canonical* installed [2021-03-16T00:59:28.128Z] "snapd" switched to the "latest/stable" channel [2021-03-16T00:59:28.128Z] [2021-03-16T00:59:32.428Z] core18 20210128 from Canonical* installed [2021-03-16T00:59:32.428Z] "core18" switched to the "latest/stable" channel [2021-03-16T00:59:32.428Z] [2021-03-16T00:59:39.080Z] snapcraft 4.5.4 from Canonical* installed [2021-03-16T00:59:39.080Z] "snapcraft" switched to the "latest/stable" channel [2021-03-16T00:59:39.080Z] [2021-03-16T00:59:42.411Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-16T00:59:42.411Z] - README.md [2021-03-16T00:59:42.411Z] [2021-03-16T00:59:42.411Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-16T00:59:49.065Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:59:49.065Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T00:59:49.065Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T00:59:49.065Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T00:59:50.485Z] Reading package lists... [2021-03-16T00:59:50.749Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-16T00:59:57.363Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T00:59:57.363Z] Reading package lists... [2021-03-16T00:59:57.363Z] Building dependency tree... [2021-03-16T00:59:57.363Z] Reading state information... [2021-03-16T00:59:57.363Z] Suggested packages: [2021-03-16T00:59:57.363Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-16T00:59:57.363Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-16T00:59:57.363Z] Recommended packages: [2021-03-16T00:59:57.363Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-16T00:59:57.363Z] The following NEW packages will be installed: [2021-03-16T00:59:57.363Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-16T00:59:57.363Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-16T00:59:57.363Z] pkg-config zip [2021-03-16T00:59:57.363Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-16T00:59:57.363Z] Need to get 7657 kB of archives. [2021-03-16T00:59:57.363Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-16T00:59:57.363Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-16T00:59:57.363Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-16T00:59:57.628Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-16T00:59:57.628Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-16T00:59:57.628Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-16T00:59:57.628Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-16T00:59:57.891Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-16T00:59:57.892Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-16T00:59:57.892Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-16T00:59:57.892Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-16T00:59:57.892Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-16T00:59:57.892Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-16T00:59:57.892Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-16T00:59:58.157Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-16T00:59:58.157Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-16T00:59:58.420Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-16T00:59:58.420Z] Fetched 7657 kB in 1s (7062 kB/s) [2021-03-16T00:59:58.420Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-16T00:59:58.420Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-16T00:59:58.420Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-16T00:59:58.420Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T00:59:58.687Z] Selecting previously unselected package libpsl5:amd64. [2021-03-16T00:59:58.687Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-16T00:59:58.687Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T00:59:58.949Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-16T00:59:58.949Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-16T00:59:58.949Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T00:59:58.949Z] Selecting previously unselected package librtmp1:amd64. [2021-03-16T00:59:58.949Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-16T00:59:58.949Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T00:59:58.949Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-16T00:59:58.949Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-16T00:59:58.949Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T00:59:59.227Z] Selecting previously unselected package liberror-perl. [2021-03-16T00:59:59.227Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-16T00:59:59.227Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-16T00:59:59.227Z] Selecting previously unselected package git-man. [2021-03-16T00:59:59.227Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-16T00:59:59.227Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T00:59:59.227Z] Selecting previously unselected package git. [2021-03-16T00:59:59.227Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-16T00:59:59.227Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:00:00.198Z] Selecting previously unselected package libnorm1:amd64. [2021-03-16T01:00:00.198Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-16T01:00:00.198Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T01:00:00.198Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-16T01:00:00.198Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-16T01:00:00.198Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T01:00:00.461Z] Selecting previously unselected package libsodium23:amd64. [2021-03-16T01:00:00.461Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-16T01:00:00.461Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-16T01:00:00.461Z] Selecting previously unselected package libzmq5:amd64. [2021-03-16T01:00:00.461Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T01:00:00.461Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:00:00.725Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-16T01:00:00.725Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-16T01:00:00.725Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:00:00.725Z] Selecting previously unselected package pkg-config. [2021-03-16T01:00:00.725Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-16T01:00:00.725Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T01:00:00.989Z] Selecting previously unselected package zip. [2021-03-16T01:00:00.989Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-16T01:00:00.989Z] Unpacking zip (3.0-11build1) ... [2021-03-16T01:00:00.989Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-16T01:00:00.989Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:00:00.989Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-16T01:00:00.989Z] Setting up liberror-perl (0.17025-1) ... [2021-03-16T01:00:01.254Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-16T01:00:01.254Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-16T01:00:01.254Z] No schema files found: doing nothing. [2021-03-16T01:00:01.254Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-16T01:00:01.254Z] Setting up zip (3.0-11build1) ... [2021-03-16T01:00:01.254Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-16T01:00:01.254Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-16T01:00:01.254Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-16T01:00:01.254Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:00:01.254Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-16T01:00:01.254Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-16T01:00:01.518Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-16T01:00:01.518Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-16T01:00:08.149Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:00:08.149Z] git set to automatically installed. [2021-03-16T01:00:08.149Z] git-man set to automatically installed. [2021-03-16T01:00:08.149Z] libcurl3-gnutls set to automatically installed. [2021-03-16T01:00:08.149Z] liberror-perl set to automatically installed. [2021-03-16T01:00:08.149Z] libglib2.0-0 set to automatically installed. [2021-03-16T01:00:08.149Z] libnghttp2-14 set to automatically installed. [2021-03-16T01:00:08.149Z] libnorm1 set to automatically installed. [2021-03-16T01:00:08.149Z] libpgm-5.2-0 set to automatically installed. [2021-03-16T01:00:08.149Z] libpsl5 set to automatically installed. [2021-03-16T01:00:08.149Z] librtmp1 set to automatically installed. [2021-03-16T01:00:08.149Z] libsodium23 set to automatically installed. [2021-03-16T01:00:08.149Z] libzmq3-dev set to automatically installed. [2021-03-16T01:00:08.149Z] libzmq5 set to automatically installed. [2021-03-16T01:00:08.149Z] pkg-config set to automatically installed. [2021-03-16T01:00:08.149Z] zip set to automatically installed. [2021-03-16T01:00:10.073Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T01:00:16.696Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:00:16.960Z] snap "core18" has no updates available [2021-03-16T01:00:18.353Z] snapd is not logged in, snap install commands will use sudo [2021-03-16T01:00:24.956Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-16T01:00:46.960Z] go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed [2021-03-16T01:00:47.222Z] Pulling config-common [2021-03-16T01:00:47.222Z] + snapcraftctl pull [2021-03-16T01:00:48.616Z] Pulling go-build-helper [2021-03-16T01:00:48.616Z] + snapcraftctl pull [2021-03-16T01:00:49.563Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-03-16T01:00:49.563Z] Skipping pull go-build-helper (already ran) [2021-03-16T01:00:49.563Z] Building go-build-helper [2021-03-16T01:00:49.563Z] + snapcraftctl build [2021-03-16T01:00:52.123Z] Staging go-build-helper [2021-03-16T01:00:52.123Z] + snapcraftctl stage [2021-03-16T01:01:04.408Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-16T01:01:04.408Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-16T01:01:04.408Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-16T01:01:04.408Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-16T01:01:04.408Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-16T01:01:04.408Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-16T01:01:04.408Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-16T01:01:04.408Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-16T01:01:04.408Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-16T01:01:04.408Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-16T01:01:04.408Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-16T01:01:04.408Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-16T01:01:04.408Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-16T01:01:04.408Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-16T01:01:04.408Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-16T01:01:04.408Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-16T01:01:04.408Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-16T01:01:04.408Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-16T01:01:04.408Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-16T01:01:04.408Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] [2021-03-16T01:01:04.408Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] [2021-03-16T01:01:04.408Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-16T01:01:04.408Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-16T01:01:04.408Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] [2021-03-16T01:01:04.408Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] [2021-03-16T01:01:04.408Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] [2021-03-16T01:01:04.408Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-16T01:01:04.408Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-16T01:01:04.408Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-16T01:01:04.408Z] Fetched 224 kB in 0s (0 B/s) [2021-03-16T01:01:04.408Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-16T01:01:04.408Z] Fetched 157 kB in 0s (0 B/s) [2021-03-16T01:01:04.408Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-16T01:01:04.408Z] Fetched 221 kB in 0s (0 B/s) [2021-03-16T01:01:04.408Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-16T01:01:04.408Z] Fetched 143 kB in 0s (0 B/s) [2021-03-16T01:01:04.408Z] Pulling edgex-go [2021-03-16T01:01:04.408Z] + snapcraftctl pull [2021-03-16T01:01:31.133Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-16T01:01:31.133Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-16T01:01:31.133Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-16T01:01:31.133Z] Fetched 0 B in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-16T01:01:31.133Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-16T01:01:31.133Z] Fetched 279 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-16T01:01:31.133Z] Fetched 122 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-16T01:01:31.133Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-16T01:01:31.133Z] Fetched 8848 B in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-16T01:01:31.133Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-16T01:01:31.133Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-16T01:01:31.133Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-16T01:01:31.133Z] Fetched 214 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-16T01:01:31.133Z] Fetched 154 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-16T01:01:31.133Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-16T01:01:31.133Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-16T01:01:31.133Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-16T01:01:31.133Z] Fetched 499 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-16T01:01:31.133Z] Fetched 111 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-16T01:01:31.133Z] Fetched 240 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-16T01:01:31.133Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-16T01:01:31.133Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-16T01:01:31.133Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-16T01:01:31.133Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-16T01:01:31.133Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-16T01:01:31.133Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-16T01:01:31.133Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-16T01:01:31.133Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-16T01:01:31.133Z] Fetched 8720 B in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-16T01:01:31.133Z] Fetched 137 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-16T01:01:31.133Z] Fetched 119 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-16T01:01:31.133Z] Fetched 109 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-16T01:01:31.133Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-16T01:01:31.133Z] Fetched 645 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-16T01:01:31.133Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-16T01:01:31.133Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-16T01:01:31.133Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-16T01:01:31.134Z] Fetched 368 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-16T01:01:31.134Z] Fetched 187 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-16T01:01:31.134Z] Fetched 175 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-16T01:01:31.134Z] Fetched 206 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-16T01:01:31.134Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-16T01:01:31.134Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-16T01:01:31.134Z] Fetched 159 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-16T01:01:31.134Z] Fetched 107 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-16T01:01:31.134Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-16T01:01:31.134Z] Pulling static-packages [2021-03-16T01:01:31.134Z] + snapcraftctl pull [2021-03-16T01:01:31.134Z] Pulling version [2021-03-16T01:01:31.134Z] + cd /root/project [2021-03-16T01:01:31.134Z] + [ -f VERSION ] [2021-03-16T01:01:31.134Z] + PROJECT_VERSION=local-dev [2021-03-16T01:01:31.134Z] + git rev-parse --short HEAD [2021-03-16T01:01:31.134Z] + GIT_REVISION=ba284753 [2021-03-16T01:01:31.134Z] + snapcraftctl set-version local-dev [2021-03-16T01:01:31.134Z] Building config-common [2021-03-16T01:01:31.134Z] + snapcraftctl build [2021-03-16T01:01:33.695Z] Skipping build go-build-helper (already ran) [2021-03-16T01:01:33.695Z] Building edgex-go [2021-03-16T01:01:35.093Z] + cd /root/parts/edgex-go/src [2021-03-16T01:01:35.093Z] + make build [2021-03-16T01:01:35.093Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T01:01:38.406Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 [2021-03-16T01:01:38.406Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-16T01:01:38.406Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-16T01:01:38.406Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-16T01:01:38.406Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-16T01:01:38.406Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-16T01:01:38.406Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-16T01:01:38.406Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-16T01:01:38.406Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-16T01:01:38.406Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-16T01:01:38.406Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-16T01:01:38.406Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-16T01:01:38.669Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-16T01:01:38.669Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-16T01:01:38.669Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-16T01:01:38.669Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-16T01:01:38.980Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-16T01:01:38.980Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-16T01:01:38.980Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-16T01:01:38.980Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-16T01:01:38.980Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-16T01:01:38.980Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-16T01:01:38.980Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-16T01:01:38.980Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-16T01:01:38.980Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-16T01:01:39.247Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-16T01:01:39.247Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-16T01:01:39.247Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-16T01:01:39.247Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-16T01:01:39.247Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-16T01:01:39.247Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-16T01:01:39.247Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-16T01:01:39.247Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-16T01:01:39.247Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-16T01:01:39.247Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-16T01:01:39.528Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-16T01:01:39.528Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-16T01:01:39.528Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-16T01:01:39.528Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-16T01:01:39.528Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-16T01:01:51.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T01:01:51.799Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-16T01:01:56.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T01:01:58.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T01:01:59.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T01:02:00.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T01:02:00.470Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-16T01:02:00.744Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-16T01:02:00.744Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-16T01:02:00.744Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-16T01:02:02.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T01:02:02.677Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-16T01:02:02.677Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-16T01:02:04.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T01:02:05.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T01:02:05.998Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-16T01:02:07.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T01:02:09.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T01:02:09.333Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-16T01:02:10.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T01:02:10.815Z] go: downloading github.com/lib/pq v1.10.0 [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-16T01:02:13.376Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-16T01:02:13.376Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-16T01:02:13.376Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-16T01:02:13.376Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-16T01:02:13.376Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-16T01:02:13.376Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-16T01:02:13.377Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-16T01:02:13.377Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-16T01:02:13.377Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-16T01:02:13.377Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-16T01:02:13.377Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-16T01:02:16.698Z] Building static-packages [2021-03-16T01:02:16.698Z] + snapcraftctl build [2021-03-16T01:02:19.251Z] Building version [2021-03-16T01:02:19.251Z] + snapcraftctl build [2021-03-16T01:02:21.812Z] Staging config-common [2021-03-16T01:02:21.812Z] + snapcraftctl stage [2021-03-16T01:02:23.204Z] Skipping stage go-build-helper (already ran) [2021-03-16T01:02:23.204Z] Staging edgex-go [2021-03-16T01:02:23.204Z] + snapcraftctl stage [2021-03-16T01:02:24.151Z] Staging static-packages [2021-03-16T01:02:24.151Z] + snapcraftctl stage [2021-03-16T01:02:25.567Z] Staging version [2021-03-16T01:02:25.567Z] + snapcraftctl stage [2021-03-16T01:02:26.545Z] Priming config-common [2021-03-16T01:02:26.545Z] + snapcraftctl prime [2021-03-16T01:02:27.546Z] Priming go-build-helper [2021-03-16T01:02:27.546Z] + snapcraftctl prime [2021-03-16T01:02:28.502Z] Priming edgex-go [2021-03-16T01:02:28.502Z] + snapcraftctl prime [2021-03-16T01:02:29.896Z] Priming static-packages [2021-03-16T01:02:29.896Z] + snapcraftctl prime [2021-03-16T01:02:32.457Z] Priming version [2021-03-16T01:02:32.457Z] + snapcraftctl prime [2021-03-16T01:02:33.858Z] 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-03-16T01:02:38.006Z] provisioning config files... [2021-03-16T01:02:38.122Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config907172154227734921tmp [Pipeline] { [Pipeline] sh [2021-03-16T01:02:38.622Z] + set +x [2021-03-16T01:02:38.623Z] + bash -s -- [2021-03-16T01:02:38.623Z] + curl -s https://codecov.io/bash [2021-03-16T01:02:39.257Z] [2021-03-16T01:02:39.257Z] _____ _ [2021-03-16T01:02:39.257Z] / ____| | | [2021-03-16T01:02:39.257Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T01:02:39.257Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T01:02:39.257Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T01:02:39.257Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T01:02:39.257Z] Bash-20210309-2b87ace [2021-03-16T01:02:39.257Z] [2021-03-16T01:02:39.257Z] [2021-03-16T01:02:39.257Z] ==> git version 2.24.3 found [2021-03-16T01:02:39.257Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-16T01:02:39.257Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T01:02:39.257Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T01:02:39.257Z] ==> Jenkins CI detected. [2021-03-16T01:02:39.257Z] project root: . [2021-03-16T01:02:39.257Z] --> token set from env [2021-03-16T01:02:39.540Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T01:02:39.822Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T01:02:39.822Z] ==> Python coveragepy not found [2021-03-16T01:02:39.822Z] ==> Searching for coverage reports in: [2021-03-16T01:02:39.822Z] + . [2021-03-16T01:02:39.822Z] -> Found 1 reports [2021-03-16T01:02:39.822Z] ==> Detecting git/mercurial file structure [2021-03-16T01:02:40.119Z] ==> Reading reports [2021-03-16T01:02:40.119Z] + ./coverage.out bytes=650607 [2021-03-16T01:02:40.119Z] ==> Appending adjustments [2021-03-16T01:02:40.119Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T01:02:49.027Z] + Found adjustments [2021-03-16T01:02:49.027Z] ==> Gzipping contents [2021-03-16T01:02:49.027Z] 96K /tmp/codecov.Ml80mL.gz [2021-03-16T01:02:49.027Z] ==> Uploading reports [2021-03-16T01:02:49.027Z] url: https://codecov.io [2021-03-16T01:02:49.027Z] query: branch=PR-3234&commit=8d54e528a209f68a2b3e24221d05de3e91e57a79&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-16T01:02:49.027Z] -> Pinging Codecov [2021-03-16T01:02:49.027Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=8d54e528a209f68a2b3e24221d05de3e91e57a79&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= [2021-03-16T01:02:49.027Z] -> Uploading to [2021-03-16T01:02:49.027Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/8d54e528a209f68a2b3e24221d05de3e91e57a79/58fd0536-0e82-49e9-a43c-a0d9ca7835b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T010248Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7305b3d8a918147e2d9aaa3dd6cc3c0e231764d71f29b4f109acc27ad89f1d2c [2021-03-16T01:02:49.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T01:02:49.027Z] Dload Upload Total Spent Left Speed [2021-03-16T01:02:49.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94972 0 0 100 94972 0 162k --:--:-- --:--:-- --:--:-- 162k 100 94972 0 0 100 94972 0 162k --:--:-- --:--:-- --:--:-- 162k [2021-03-16T01:02:49.614Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8d54e528a209f68a2b3e24221d05de3e91e57a79 [Pipeline] } [2021-03-16T01:02:49.638Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:02:52.002Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:02:53.408Z] ---> package-listing.sh [2021-03-16T01:02:53.408Z] ++ facter osfamily [2021-03-16T01:02:53.408Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T01:02:53.793Z] + OS_FAMILY=redhat [2021-03-16T01:02:53.793Z] + workspace=/w/workspace/edgex-go/13 [2021-03-16T01:02:53.793Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T01:02:53.793Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T01:02:53.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T01:02:53.793Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T01:02:53.793Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-16T01:02:53.794Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T01:02:53.794Z] + case "${OS_FAMILY}" in [2021-03-16T01:02:53.794Z] + rpm -qa [2021-03-16T01:02:53.794Z] + sort [2021-03-16T01:03:04.704Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T01:03:04.704Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T01:03:04.704Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T01:03:04.704Z] + '[' /w/workspace/edgex-go/13 ']' [2021-03-16T01:03:04.704Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2021-03-16T01:03:04.704Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2021-03-16T01:03:05.047Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T01:03:05.403Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T01:03:06.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:03:06.278Z] [2021-03-16T01:03:06.278Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T01:03:06.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:03:07.074Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T01:03:07.074Z] df20fa9351a1: Pulling fs layer [2021-03-16T01:03:07.074Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T01:03:07.074Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T01:03:07.074Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T01:03:07.074Z] 93b61091891f: Pulling fs layer [2021-03-16T01:03:07.074Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T01:03:07.074Z] 5e14af77c1be: Pulling fs layer [2021-03-16T01:03:07.074Z] 01666e4c0597: Pulling fs layer [2021-03-16T01:03:07.074Z] aa168da1d23b: Pulling fs layer [2021-03-16T01:03:07.074Z] 46f8f816bc3b: Waiting [2021-03-16T01:03:07.074Z] 93b61091891f: Waiting [2021-03-16T01:03:07.074Z] 93b9cdb0e59b: Waiting [2021-03-16T01:03:07.074Z] 5e14af77c1be: Waiting [2021-03-16T01:03:07.074Z] 01666e4c0597: Waiting [2021-03-16T01:03:07.074Z] aa168da1d23b: Waiting [2021-03-16T01:03:07.074Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T01:03:07.074Z] 36b3adc4ff6f: Download complete [2021-03-16T01:03:07.074Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T01:03:07.074Z] 46f8f816bc3b: Download complete [2021-03-16T01:03:07.355Z] df20fa9351a1: Download complete [2021-03-16T01:03:07.355Z] 93b9cdb0e59b: Verifying Checksum [2021-03-16T01:03:07.355Z] 93b9cdb0e59b: Download complete [2021-03-16T01:03:07.355Z] 93b61091891f: Verifying Checksum [2021-03-16T01:03:07.355Z] 93b61091891f: Download complete [2021-03-16T01:03:07.355Z] 5e14af77c1be: Download complete [2021-03-16T01:03:07.355Z] 01666e4c0597: Verifying Checksum [2021-03-16T01:03:07.355Z] 01666e4c0597: Download complete [2021-03-16T01:03:08.365Z] df20fa9351a1: Pull complete [2021-03-16T01:03:08.721Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T01:03:08.721Z] 8ad3a11d3b57: Download complete [2021-03-16T01:03:08.721Z] 36b3adc4ff6f: Pull complete [2021-03-16T01:03:12.643Z] 8ad3a11d3b57: Pull complete [2021-03-16T01:03:12.643Z] 46f8f816bc3b: Pull complete [2021-03-16T01:03:13.716Z] 93b61091891f: Pull complete [2021-03-16T01:03:13.986Z] 93b9cdb0e59b: Pull complete [2021-03-16T01:03:13.986Z] 5e14af77c1be: Pull complete [2021-03-16T01:03:14.958Z] aa168da1d23b: Verifying Checksum [2021-03-16T01:03:14.958Z] aa168da1d23b: Download complete [2021-03-16T01:03:17.008Z] 01666e4c0597: Pull complete [2021-03-16T01:03:44.693Z] aa168da1d23b: Pull complete [2021-03-16T01:03:44.694Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T01:03:44.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T01:03:44.694Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T01:03:46.219Z] prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container [2021-03-16T01:03:46.329Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-16T01:03:49.983Z] $ docker top 20cd29d0f39104504aeae0cb490b6ef0b96fe56fe380a7f4f9e55956dabb532b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T01:03:51.828Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T01:03:52.601Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T01:03:53.320Z] + ls /var/log/sa-host [2021-03-16T01:03:53.320Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T01:03:53.320Z] file_magic: OK [2021-03-16T01:03:53.320Z] HZ: Using current value: 100 [2021-03-16T01:03:53.320Z] file_header: OK [2021-03-16T01:03:53.320Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-16T01:03:53.320Z] Statistics: [2021-03-16T01:03:53.320Z] 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... [2021-03-16T01:03:53.320Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T01:03:53.364Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T01:03:53.364Z] file_magic: OK [2021-03-16T01:03:53.364Z] HZ: Using current value: 100 [2021-03-16T01:03:53.364Z] file_header: OK [2021-03-16T01:03:53.364Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-16T01:03:53.364Z] Statistics: [2021-03-16T01:03:53.364Z] Hnuu...uuuununununu... [2021-03-16T01:03:53.364Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T01:03:54.034Z] provisioning config files... [2021-03-16T01:03:54.062Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config34551950798137262tmp [Pipeline] { [Pipeline] echo [2021-03-16T01:03:54.144Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:03:55.164Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T01:03:55.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T01:03:55.308Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:03:55.808Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T01:03:55.822Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:03:56.889Z] ---> sudo-logs.sh [2021-03-16T01:03:56.889Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T01:03:56.956Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:03:57.728Z] ---> job-cost.sh [2021-03-16T01:03:58.026Z] lf-activate-venv: SKIPPING [2021-03-16T01:03:58.026Z] DEBUG: total: 0.20999999344348907 [2021-03-16T01:03:58.026Z] INFO: Retrieving Stack Cost... [2021-03-16T01:03:59.046Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T01:03:59.675Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T01:03:59.697Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T01:04:00.903Z] ---> logs-deploy.sh [2021-03-16T01:04:00.903Z] lf-activate-venv: SKIPPING [2021-03-16T01:04:00.903Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/13 [2021-03-16T01:04:00.903Z] INFO: archiving workspace using pattern(s): [2021-03-16T01:04:03.624Z] Archives upload complete. [2021-03-16T01:04:03.624Z] INFO: archiving logs to Nexus [2021-03-16T01:04:05.142Z] ---> uname -a: [2021-03-16T01:04:05.142Z] Linux prd-centos7-docker-4c-2g-29870.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-16T01:04:05.142Z] [2021-03-16T01:04:05.142Z]