Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 0a8603cb97f8dbf994507eaa2623b1c964661bc9+4ca1de52de98fea5214ec757781974277347748a (d2c644fb777aaf0a5fd2ddfabe3d8f676bd7d9b4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22091 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0a8603cb97f8dbf994507eaa2623b1c964661bc9 > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 Merge succeeded, producing bfe1372f521cef71b954d9617e597979e37d233e Checking out Revision bfe1372f521cef71b954d9617e597979e37d233e (PR-3061) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bfe1372f521cef71b954d9617e597979e37d233e # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T00:30:00.279Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T00:30:00.547Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T00:30:00.688Z] ========================================================= [2021-01-22T00:30:00.688Z] EdgeX Global Pipelines Version Info [2021-01-22T00:30:00.688Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:30:02.702Z] ------------------- [2021-01-22T00:30:02.703Z] stable info: [2021-01-22T00:30:02.703Z] ------------------- [2021-01-22T00:30:02.703Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:30:02.703Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:30:02.703Z] Message: update stable to v1.0.179 [2021-01-22T00:30:03.683Z] ------------------- [2021-01-22T00:30:03.683Z] experimental info: [2021-01-22T00:30:03.683Z] ------------------- [2021-01-22T00:30:03.683Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:30:03.683Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:30:03.683Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T00:30:03.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T00:30:04.061Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T00:30:04.156Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T00:30:04.251Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T00:30:04.394Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T00:30:04.510Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T00:30:04.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T00:30:04.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T00:30:04.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T00:30:05.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T00:30:05.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T00:30:05.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T00:30:05.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T00:30:05.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T00:30:05.497Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:30:05.584Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:30:05.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T00:30:05.820Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T00:30:05.928Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T00:30:06.035Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T00:30:06.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T00:30:06.356Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T00:30:06.458Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T00:30:06.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo [2021-01-22T00:30:06.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo [2021-01-22T00:30:06.783Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo [2021-01-22T00:30:06.875Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bfe1372f521cef71b954d9617e597979e37d233e [Pipeline] echo [2021-01-22T00:30:07.020Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bfe1372 [Pipeline] echo [2021-01-22T00:30:07.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:30:07.390Z] provisioning config files... [2021-01-22T00:30:07.429Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3814960063460554995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:30:07.810Z] ---> docker-login.sh [2021-01-22T00:30:07.810Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:30:08.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.080Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.080Z] [2021-01-22T00:30:08.080Z] Login Succeeded [2021-01-22T00:30:08.344Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:30:08.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.344Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.344Z] [2021-01-22T00:30:08.344Z] Login Succeeded [2021-01-22T00:30:08.344Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:30:08.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.609Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.609Z] [2021-01-22T00:30:08.609Z] Login Succeeded [2021-01-22T00:30:08.609Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:30:08.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:08.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:08.874Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:08.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:08.874Z] [2021-01-22T00:30:08.874Z] Login Succeeded [2021-01-22T00:30:08.874Z] docker.io [2021-01-22T00:30:09.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:30:09.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:30:09.142Z] Configure a credential helper to remove this warning. See [2021-01-22T00:30:09.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:30:09.142Z] [2021-01-22T00:30:09.142Z] Login Succeeded [2021-01-22T00:30:09.142Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:30:09.155Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:30:09.666Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T00:30:09.666Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:30:09.666Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T00:30:09.666Z] ++ cut -d/ -f2 [2021-01-22T00:30:09.666Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T00:30:09.761Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:30:11.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:11.372Z] [2021-01-22T00:30:11.372Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:30:11.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:11.722Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T00:30:11.722Z] 31603596830f: Pulling fs layer [2021-01-22T00:30:11.722Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T00:30:11.722Z] 6ca5941a6612: Pulling fs layer [2021-01-22T00:30:11.722Z] ecc8261a40a4: Pulling fs layer [2021-01-22T00:30:11.722Z] ecc8261a40a4: Waiting [2021-01-22T00:30:11.722Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T00:30:11.722Z] 2a8b12db71e7: Download complete [2021-01-22T00:30:11.990Z] 31603596830f: Verifying Checksum [2021-01-22T00:30:11.990Z] 31603596830f: Download complete [2021-01-22T00:30:11.990Z] ecc8261a40a4: Verifying Checksum [2021-01-22T00:30:11.990Z] ecc8261a40a4: Download complete [2021-01-22T00:30:12.255Z] 6ca5941a6612: Verifying Checksum [2021-01-22T00:30:12.255Z] 6ca5941a6612: Download complete [2021-01-22T00:30:12.255Z] 31603596830f: Pull complete [2021-01-22T00:30:12.521Z] 2a8b12db71e7: Pull complete [2021-01-22T00:30:13.503Z] 6ca5941a6612: Pull complete [2021-01-22T00:30:13.766Z] ecc8261a40a4: Pull complete [2021-01-22T00:30:13.766Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T00:30:13.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:30:13.766Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T00:30:13.934Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:30:14.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T00:30:17.059Z] $ docker top 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T00:30:17.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:30:17.412Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:30:17.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:30:17.688Z] $ docker exec 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab ssh-agent [2021-01-22T00:30:17.940Z] SSH_AUTH_SOCK=/tmp/ssh-LVNb5dZ55mF0/agent.11 [2021-01-22T00:30:17.940Z] SSH_AGENT_PID=16 [2021-01-22T00:30:17.952Z] Running ssh-add (command line suppressed) [2021-01-22T00:30:18.100Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7620685799241719902.key (/w/workspace/edgex-go/2@tmp/private_key_7620685799241719902.key) [2021-01-22T00:30:18.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:30:18.549Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T00:30:18.572Z] $ docker exec --env ******** --env ******** 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab ssh-agent -k [2021-01-22T00:30:18.750Z] unset SSH_AUTH_SOCK; [2021-01-22T00:30:18.751Z] unset SSH_AGENT_PID; [2021-01-22T00:30:18.751Z] echo Agent pid 16 killed; [2021-01-22T00:30:18.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T00:30:18.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:30:18.936Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:30:19.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:30:19.175Z] $ docker exec 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab ssh-agent [2021-01-22T00:30:19.545Z] SSH_AUTH_SOCK=/tmp/ssh-EBGm3GP2i4hF/agent.45 [2021-01-22T00:30:19.545Z] SSH_AGENT_PID=51 [2021-01-22T00:30:19.553Z] Running ssh-add (command line suppressed) [2021-01-22T00:30:19.709Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8362120778078542848.key (/w/workspace/edgex-go/2@tmp/private_key_8362120778078542848.key) [2021-01-22T00:30:19.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:30:20.105Z] + git semver init [2021-01-22T00:30:20.105Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T00:30:20.105Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-22T00:30:20.105Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-22T00:30:20.106Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T00:30:20.106Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T00:30:20.106Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T00:30:20.106Z] # $SEMVER_BRANCH = PR-3061 [2021-01-22T00:30:20.106Z] # $SEMVER_TEMP = /tmp/semver-054874071 [2021-01-22T00:30:20.106Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T00:30:59.063Z] # '/tmp/semver-054874071' -> '/w/workspace/edgex-go/2/.semver' [2021-01-22T00:30:59.063Z] # -> Force: false [2021-01-22T00:30:59.063Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-22T00:30:59.089Z] $ docker exec --env ******** --env ******** 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab ssh-agent -k [2021-01-22T00:30:59.373Z] unset SSH_AUTH_SOCK; [2021-01-22T00:30:59.373Z] unset SSH_AGENT_PID; [2021-01-22T00:30:59.373Z] echo Agent pid 51 killed; [2021-01-22T00:30:59.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:31:00.022Z] + git semver [Pipeline] } [2021-01-22T00:31:00.061Z] $ docker stop --time=1 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab [2021-01-22T00:31:02.201Z] $ docker rm -f 5a4456590f718af562527eba86f99488d3667e224c72da33352520bf90ffedab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:31:02.933Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T00:31:03.667Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T00:31:03.669Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:31:04.608Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:31:04.978Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:31:05.300Z] + sudo service docker restart [2021-01-22T00:31:05.300Z] + true [2021-01-22T00:31:05.300Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T00:31:05.895Z] ========================================================= [2021-01-22T00:31:05.895Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T00:31:05.895Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:31:06.241Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T00:31:10.506Z] Sending build context to Docker daemon 327MB [2021-01-22T00:31:10.506Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:31:10.506Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:31:10.506Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T00:31:10.506Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T00:31:10.506Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T00:31:10.506Z] de9db76c5a1d: Pulling fs layer [2021-01-22T00:31:10.506Z] bca2f99d35d6: Pulling fs layer [2021-01-22T00:31:10.506Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T00:31:10.506Z] 7c6f9722023f: Pulling fs layer [2021-01-22T00:31:10.506Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T00:31:10.506Z] 93359f2a8cfa: Waiting [2021-01-22T00:31:10.506Z] 7c6f9722023f: Waiting [2021-01-22T00:31:10.506Z] a35cf1a2eb13: Waiting [2021-01-22T00:31:10.506Z] bca2f99d35d6: Waiting [2021-01-22T00:31:10.506Z] de9db76c5a1d: Verifying Checksum [2021-01-22T00:31:10.506Z] de9db76c5a1d: Download complete [2021-01-22T00:31:10.506Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T00:31:10.506Z] 0ef7d3d256c8: Download complete [2021-01-22T00:31:10.506Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T00:31:10.506Z] 93359f2a8cfa: Download complete [2021-01-22T00:31:10.506Z] 7c6f9722023f: Verifying Checksum [2021-01-22T00:31:10.506Z] 7c6f9722023f: Download complete [2021-01-22T00:31:10.506Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T00:31:10.506Z] 188c0c94c7c5: Download complete [2021-01-22T00:31:10.771Z] 188c0c94c7c5: Pull complete [2021-01-22T00:31:11.036Z] 0ef7d3d256c8: Pull complete [2021-01-22T00:31:11.036Z] de9db76c5a1d: Pull complete [2021-01-22T00:31:12.984Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T00:31:12.984Z] a35cf1a2eb13: Download complete [2021-01-22T00:31:13.256Z] bca2f99d35d6: Verifying Checksum [2021-01-22T00:31:13.256Z] bca2f99d35d6: Download complete [2021-01-22T00:31:18.599Z] bca2f99d35d6: Pull complete [2021-01-22T00:31:18.863Z] 93359f2a8cfa: Pull complete [2021-01-22T00:31:19.027Z] Still waiting to schedule task [2021-01-22T00:31:19.027Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T00:31:19.136Z] 7c6f9722023f: Pull complete [2021-01-22T00:31:29.196Z] a35cf1a2eb13: Pull complete [2021-01-22T00:31:29.196Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T00:31:29.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T00:31:29.196Z] ---> a62c8e92a672 [2021-01-22T00:31:29.196Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T00:31:29.196Z] ---> Running in 562c44a504bd [2021-01-22T00:31:29.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:31:29.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:31:30.352Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:31:30.617Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:31:30.617Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:31:30.617Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:31:35.943Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:31:35.943Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:31:35.943Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:31:35.943Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:31:35.943Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:31:35.943Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:31:35.943Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:31:35.943Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:31:35.943Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:31:35.943Z] OK: 233 MiB in 51 packages [2021-01-22T00:31:40.202Z] Removing intermediate container 562c44a504bd [2021-01-22T00:31:40.202Z] ---> cbc9a57e6b49 [2021-01-22T00:31:40.202Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:31:40.202Z] ---> Running in ff3bb05c75f3 [2021-01-22T00:31:40.202Z] Removing intermediate container ff3bb05c75f3 [2021-01-22T00:31:40.202Z] ---> 123413838966 [2021-01-22T00:31:40.202Z] Step 5/6 : COPY go.mod . [2021-01-22T00:31:40.202Z] ---> d349c4909b3a [2021-01-22T00:31:40.202Z] Step 6/6 : RUN go mod download [2021-01-22T00:31:40.202Z] ---> Running in 7a5dfd27fc98 [2021-01-22T00:32:02.256Z] Removing intermediate container 7a5dfd27fc98 [2021-01-22T00:32:02.256Z] ---> fcb86b9db31e [2021-01-22T00:32:02.256Z] Successfully built fcb86b9db31e [2021-01-22T00:32:02.256Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:32:02.577Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:32:02.577Z] . [Pipeline] withDockerContainer [2021-01-22T00:32:02.684Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:32:02.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:32:04.405Z] $ docker top bb1ce88b6f5445df7a1b28dca28ba4c12e5e9e409f8e30506fe174caec80f9dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:32:04.987Z] + go version [2021-01-22T00:32:04.987Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T00:32:05.003Z] $ docker stop --time=1 bb1ce88b6f5445df7a1b28dca28ba4c12e5e9e409f8e30506fe174caec80f9dd [2021-01-22T00:32:06.373Z] $ docker rm -f bb1ce88b6f5445df7a1b28dca28ba4c12e5e9e409f8e30506fe174caec80f9dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:32:07.193Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:32:07.193Z] . [Pipeline] withDockerContainer [2021-01-22T00:32:07.323Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:32:07.380Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:32:08.340Z] $ docker top 97e387e7b10b185fc842dd9fc75c2b7c2a4435c29b2ef9779a75a23993d80839 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:32:08.575Z] ========================================================= [2021-01-22T00:32:08.575Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:32:08.575Z] ========================================================= [Pipeline] sh [2021-01-22T00:32:08.868Z] + make test [2021-01-22T00:32:08.869Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:32:18.975Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:32:41.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:32:42.318Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:32:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:32:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:32:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:32:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:32:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:32:45.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:32:45.883Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:32:46.496Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:32:48.455Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:32:48.455Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:32:48.455Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:32:51.095Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.172s coverage: 46.0% of statements [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-22T00:32:51.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-22T00:32:51.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-22T00:32:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.0% of statements [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:32:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:32:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:32:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 66.7% of statements [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:32:55.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.434s coverage: 82.3% of statements [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:32:55.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:32:57.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.394s coverage: 28.6% of statements [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:32:57.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:32:57.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:32:57.416Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-01-22T00:32:57.416Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:32:58.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.162s coverage: 97.5% of statements [2021-01-22T00:32:58.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:32:58.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-22T00:32:58.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:32:58.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:32:58.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:32:58.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:33:01.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.510s coverage: 92.8% of statements [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:33:01.777Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-22T00:33:01.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-01-22T00:33:01.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 84.2% of statements [2021-01-22T00:33:02.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements [2021-01-22T00:33:02.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.278s coverage: 63.5% of statements [2021-01-22T00:33:03.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:33:03.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-01-22T00:33:03.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-22T00:33:05.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 68.9% of statements [2021-01-22T00:33:05.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:33:05.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:33:05.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:33:05.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:33:05.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:33:05.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 37.0% of statements [2021-01-22T00:33:05.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:33:05.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:33:05.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.0% of statements [2021-01-22T00:33:05.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2021-01-22T00:33:07.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:33:07.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:33:07.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-22T00:33:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:33:09.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.884s coverage: 29.1% of statements [2021-01-22T00:33:09.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:33:09.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:33:09.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:33:09.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:33:09.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:33:09.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:33:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:33:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:33:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:33:09.093Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:33:09.093Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:33:09.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-22T00:33:09.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-01-22T00:33:09.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-22T00:33:10.160Z] GO111MODULE=on go vet ./... [2021-01-22T00:33:42.382Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22100 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-22T00:33:42.434Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-22T00:33:43.728Z] gofmt -l . [2021-01-22T00:33:43.728Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:33:43.728Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:33:43.728Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:33:44.362Z] + ls -al . [2021-01-22T00:33:44.362Z] total 656 [2021-01-22T00:33:44.362Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 00:33 . [2021-01-22T00:33:44.362Z] drwxr-xr-x 4 root root 28 Jan 22 00:32 .. [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:29 .dockerignore [2021-01-22T00:33:44.362Z] drwxrwxr-x 8 1001 1001 179 Jan 22 00:29 .git [2021-01-22T00:33:44.362Z] drwxrwxr-x 3 1001 1001 125 Jan 22 00:29 .github [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:29 .gitignore [2021-01-22T00:33:44.362Z] drwx------ 3 1001 1001 47 Jan 22 00:30 .semver [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:29 .sonarcloud.properties [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:29 Attribution.txt [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:29 CONTRIBUTING.md [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:29 Dockerfile.build [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:29 Jenkinsfile [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:29 LICENSE [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:29 Makefile [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:29 README.md [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:29 SECURITY.md [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:29 ZMQWindows.md [2021-01-22T00:33:44.362Z] drwxrwxr-x 2 1001 1001 117 Jan 22 00:29 bin [2021-01-22T00:33:44.362Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:29 cmd [2021-01-22T00:33:44.362Z] -rw-r--r-- 1 root root 552190 Jan 22 00:33 coverage.out [2021-01-22T00:33:44.362Z] -rw-r--r-- 1 root root 1027 Jan 22 00:33 go.mod [2021-01-22T00:33:44.362Z] -rw-r--r-- 1 root root 18842 Jan 22 00:33 go.sum [2021-01-22T00:33:44.362Z] drwxrwxr-x 8 1001 1001 127 Jan 22 00:29 internal [2021-01-22T00:33:44.362Z] drwxrwxr-x 4 1001 1001 26 Jan 22 00:29 openapi [2021-01-22T00:33:44.362Z] drwxrwxr-x 4 1001 1001 71 Jan 22 00:29 snap [2021-01-22T00:33:44.362Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:29 version.go [Pipeline] sh [2021-01-22T00:33:44.671Z] + '[' -e coverage.out ] [2021-01-22T00:33:44.671Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:33:44.982Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:33:45.291Z] + make build [2021-01-22T00:33:45.291Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T00:33:47.587Z] using credential edgex-jenkins-ssh [2021-01-22T00:33:47.639Z] Cloning the remote Git repository [2021-01-22T00:33:47.703Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:33:47.820Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T00:33:47.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:33:47.911Z] > git --version # timeout=10 [2021-01-22T00:33:47.931Z] > git --version # 'git version 2.17.1' [2021-01-22T00:33:47.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:33:47.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:33:50.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T00:33:58.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:34:00.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T00:34:02.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T00:34:03.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:34:05.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:34:05.766Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0a8603cb97f8dbf994507eaa2623b1c964661bc9 [2021-01-22T00:34:06.388Z] Merge succeeded, producing 83e5bdae6261bf9fcc9c2f0ae73d1da2066c8e2e [2021-01-22T00:34:06.388Z] Checking out Revision 83e5bdae6261bf9fcc9c2f0ae73d1da2066c8e2e (PR-3061) [2021-01-22T00:34:04.806Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:34:04.822Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:34:04.846Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:34:04.879Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:34:04.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:34:04.892Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:34:05.794Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:34:05.809Z] > git checkout -f 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 [2021-01-22T00:34:06.130Z] > git remote # timeout=10 [2021-01-22T00:34:06.153Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:34:06.172Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:34:06.192Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:34:06.340Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:34:06.398Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:34:06.407Z] > git checkout -f 83e5bdae6261bf9fcc9c2f0ae73d1da2066c8e2e # timeout=10 [2021-01-22T00:34:06.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:34:08.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T00:34:09.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T00:34:10.606Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:34:10.616Z] > git rev-list --no-walk 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-22T00:34:11.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:34:12.322Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:34:12.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:34:12.726Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:34:13.082Z] + true+ [2021-01-22T00:34:13.082Z] sudo service docker restart [Pipeline] } [2021-01-22T00:34:14.036Z] $ docker stop --time=1 97e387e7b10b185fc842dd9fc75c2b7c2a4435c29b2ef9779a75a23993d80839 [2021-01-22T00:34:15.796Z] $ docker rm -f 97e387e7b10b185fc842dd9fc75c2b7c2a4435c29b2ef9779a75a23993d80839 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-01-22T00:34:16.570Z] provisioning config files... [Pipeline] // stage [2021-01-22T00:34:16.643Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2935056090809177290tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-22T00:34:17.050Z] ---> docker-login.sh [2021-01-22T00:34:17.050Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:34:18.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:34:18.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:34:18.355Z] Configure a credential helper to remove this warning. See [2021-01-22T00:34:18.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:34:18.355Z] [2021-01-22T00:34:18.355Z] Login Succeeded [2021-01-22T00:34:18.355Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:34:18.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:34:18.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:34:18.970Z] Configure a credential helper to remove this warning. See [2021-01-22T00:34:18.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:34:18.970Z] [2021-01-22T00:34:18.970Z] Login Succeeded [2021-01-22T00:34:18.970Z] nexus3.edgexfoundry.org:10003 [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:19.442Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:19.442Z] [2021-01-22T00:34:19.442Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:19.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:34:19.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:34:19.581Z] Configure a credential helper to remove this warning. See [2021-01-22T00:34:19.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:34:19.581Z] [2021-01-22T00:34:19.581Z] Login Succeeded [2021-01-22T00:34:19.581Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:34:19.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:19.839Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T00:34:19.839Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T00:34:19.839Z] ca9280d653b3: Pulling fs layer [2021-01-22T00:34:19.839Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T00:34:20.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:34:20.428Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T00:34:20.428Z] cbdbe7a5bc2a: Download complete [2021-01-22T00:34:20.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:34:20.476Z] Configure a credential helper to remove this warning. See [2021-01-22T00:34:20.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:34:20.476Z] [2021-01-22T00:34:20.476Z] Login Succeeded [2021-01-22T00:34:20.476Z] docker.io [2021-01-22T00:34:20.695Z] cbdbe7a5bc2a: Pull complete [2021-01-22T00:34:20.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:34:20.961Z] ca9280d653b3: Verifying Checksum [2021-01-22T00:34:20.961Z] ca9280d653b3: Download complete [2021-01-22T00:34:21.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:34:21.029Z] Configure a credential helper to remove this warning. See [2021-01-22T00:34:21.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:34:21.029Z] [2021-01-22T00:34:21.029Z] Login Succeeded [2021-01-22T00:34:21.029Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:34:21.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:34:21.537Z] ========================================================= [2021-01-22T00:34:21.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T00:34:21.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:21.950Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-22T00:34:22.443Z] ca9280d653b3: Pull complete [2021-01-22T00:34:22.709Z] 7e9c9ca2126c: Download complete [2021-01-22T00:34:24.592Z] Sending build context to Docker daemon 165.8MB [2021-01-22T00:34:24.592Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:34:24.592Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:34:24.592Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T00:34:24.592Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T00:34:24.592Z] a4357932f1b6: Pulling fs layer [2021-01-22T00:34:24.592Z] 18c013af1878: Pulling fs layer [2021-01-22T00:34:24.592Z] 00ac8860ef70: Pulling fs layer [2021-01-22T00:34:24.592Z] 63d7cb157983: Pulling fs layer [2021-01-22T00:34:24.592Z] b116817d02f9: Pulling fs layer [2021-01-22T00:34:24.592Z] 745a02a5169b: Pulling fs layer [2021-01-22T00:34:24.592Z] 00ac8860ef70: Waiting [2021-01-22T00:34:24.592Z] 63d7cb157983: Waiting [2021-01-22T00:34:24.592Z] b116817d02f9: Waiting [2021-01-22T00:34:24.592Z] 745a02a5169b: Waiting [2021-01-22T00:34:24.592Z] 18c013af1878: Download complete [2021-01-22T00:34:24.592Z] a4357932f1b6: Download complete [2021-01-22T00:34:24.592Z] 63d7cb157983: Verifying Checksum [2021-01-22T00:34:24.592Z] 63d7cb157983: Download complete [2021-01-22T00:34:24.592Z] b116817d02f9: Verifying Checksum [2021-01-22T00:34:24.592Z] b116817d02f9: Download complete [2021-01-22T00:34:24.592Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T00:34:24.592Z] 5f621e34cdf4: Download complete [2021-01-22T00:34:24.871Z] 5f621e34cdf4: Pull complete [2021-01-22T00:34:25.487Z] a4357932f1b6: Pull complete [2021-01-22T00:34:26.120Z] 18c013af1878: Pull complete [2021-01-22T00:34:26.739Z] 745a02a5169b: Verifying Checksum [2021-01-22T00:34:26.739Z] 745a02a5169b: Download complete [2021-01-22T00:34:27.729Z] 00ac8860ef70: Verifying Checksum [2021-01-22T00:34:27.729Z] 00ac8860ef70: Download complete [2021-01-22T00:34:30.948Z] 7e9c9ca2126c: Pull complete [2021-01-22T00:34:30.948Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T00:34:30.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:30.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T00:34:31.113Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:34:31.240Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:34:34.088Z] $ docker top 16a3cbc414700d94c3a5f12b3959c1d33649b7b3f4ada75d61382ec7b8f13255 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:34:34.820Z] + docker-compose build --help [2021-01-22T00:34:34.820Z] + grep parallel [2021-01-22T00:34:36.270Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:34:36.291Z] $ docker stop --time=1 16a3cbc414700d94c3a5f12b3959c1d33649b7b3f4ada75d61382ec7b8f13255 [2021-01-22T00:34:37.684Z] $ docker rm -f 16a3cbc414700d94c3a5f12b3959c1d33649b7b3f4ada75d61382ec7b8f13255 [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-22T00:34:37.950Z] 00ac8860ef70: Pull complete [2021-01-22T00:34:37.950Z] 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:34:38.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:34:38.349Z] . [Pipeline] withDockerContainer [2021-01-22T00:34:38.494Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:34:38.549Z] b116817d02f9: Pull complete [2021-01-22T00:34:38.553Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:34:39.582Z] $ docker top 3154f7531da4456a4769cd61da7964041702cc5a6335c00e3c8c37e78db0db65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:34:40.103Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:34:41.498Z] Building docker-core-command-go ... [2021-01-22T00:34:41.498Z] Building docker-core-data-go ... [2021-01-22T00:34:41.498Z] Building docker-core-metadata-go ... [2021-01-22T00:34:41.498Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:34:41.498Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:34:41.498Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:34:41.498Z] Building docker-support-notifications-go ... [2021-01-22T00:34:41.498Z] Building docker-support-scheduler-go ... [2021-01-22T00:34:41.498Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:34:41.498Z] Building docker-security-secretstore-setup-go [2021-01-22T00:34:41.498Z] Building docker-support-notifications-go [2021-01-22T00:34:41.498Z] Building docker-security-bootstrap-redis-go [2021-01-22T00:34:41.498Z] Building docker-core-metadata-go [2021-01-22T00:34:41.498Z] Building docker-core-command-go [2021-01-22T00:34:41.992Z] 745a02a5169b: Pull complete [2021-01-22T00:34:41.992Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T00:34:41.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T00:34:41.992Z] ---> b7e6874047d6 [2021-01-22T00:34:41.992Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T00:34:46.355Z] ---> Running in f7e5e4d3ced9 [2021-01-22T00:34:46.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:34:47.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:34:48.526Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:34:48.798Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:34:48.799Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:34:48.799Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:34:53.103Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:34:53.103Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:34:53.103Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:34:53.103Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:34:53.103Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:34:53.103Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:34:53.375Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:34:53.375Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:34:53.652Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:34:53.652Z] OK: 217 MiB in 51 packages [2021-01-22T00:34:57.983Z] Removing intermediate container f7e5e4d3ced9 [2021-01-22T00:34:57.983Z] ---> b80eedbce3c8 [2021-01-22T00:34:57.983Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:34:57.983Z] ---> Running in b06706abcb87 [2021-01-22T00:34:58.259Z] Removing intermediate container b06706abcb87 [2021-01-22T00:34:58.259Z] ---> 218680569895 [2021-01-22T00:34:58.259Z] Step 5/6 : COPY go.mod . [2021-01-22T00:34:59.241Z] ---> 3cdbf00a2885 [2021-01-22T00:34:59.241Z] Step 6/6 : RUN go mod download [2021-01-22T00:34:59.241Z] ---> Running in 7000b9bf578e [2021-01-22T00:35:20.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:20.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:20.553Z] ---> fcb86b9db31e [2021-01-22T00:35:20.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:20.553Z] [2021-01-22T00:35:20.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:20.553Z] ---> fcb86b9db31e [2021-01-22T00:35:20.553Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:35:20.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:20.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:20.553Z] ---> fcb86b9db31e [2021-01-22T00:35:20.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:20.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:20.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:20.553Z] ---> fcb86b9db31e [2021-01-22T00:35:20.553Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:35:20.553Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:35:20.553Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:35:20.553Z] ---> fcb86b9db31e [2021-01-22T00:35:20.553Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:35:20.553Z] ---> Running in 650fd80c2992 [2021-01-22T00:35:20.553Z] ---> Running in cabcffeb3421 [2021-01-22T00:35:20.553Z] ---> Running in 5a3fcc9f7b7a [2021-01-22T00:35:20.553Z] ---> Running in a6a6ce1736a4 [2021-01-22T00:35:20.554Z] ---> Running in b2ae8942108f [2021-01-22T00:35:20.554Z] Removing intermediate container b2ae8942108f [2021-01-22T00:35:20.554Z] ---> 756ed6b8bf3f [2021-01-22T00:35:20.554Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:20.554Z] Removing intermediate container a6a6ce1736a4 [2021-01-22T00:35:20.554Z] ---> 9f17b630d579 [2021-01-22T00:35:20.554Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:20.554Z] Removing intermediate container 650fd80c2992 [2021-01-22T00:35:20.554Z] ---> e95b9755aed2 [2021-01-22T00:35:20.554Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:20.554Z] Removing intermediate container 5a3fcc9f7b7a [2021-01-22T00:35:20.554Z] ---> 1a29614c05d9 [2021-01-22T00:35:20.554Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:20.554Z] Removing intermediate container cabcffeb3421 [2021-01-22T00:35:20.554Z] ---> 84ccac9c92d7 [2021-01-22T00:35:20.554Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:35:20.554Z] ---> Running in 3a01fe7ba94d [2021-01-22T00:35:20.554Z] ---> Running in 48a1ca39f2b3 [2021-01-22T00:35:20.554Z] ---> Running in 3745bdca9572 [2021-01-22T00:35:20.554Z] ---> Running in 74b70a1c7142 [2021-01-22T00:35:20.554Z] ---> Running in 4a63dd82dd8d [2021-01-22T00:35:22.520Z] Removing intermediate container 74b70a1c7142 [2021-01-22T00:35:22.520Z] ---> ca116d58b017 [2021-01-22T00:35:22.520Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:22.520Z] Removing intermediate container 3a01fe7ba94d [2021-01-22T00:35:22.520Z] ---> c2e6dac96653 [2021-01-22T00:35:22.520Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:22.520Z] Removing intermediate container 48a1ca39f2b3 [2021-01-22T00:35:22.520Z] ---> 7817b5061289 [2021-01-22T00:35:22.520Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:35:22.520Z] Removing intermediate container 3745bdca9572 [2021-01-22T00:35:22.520Z] ---> fdc7bfef746f [2021-01-22T00:35:22.520Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:35:22.792Z] ---> Running in 5c199661efee [2021-01-22T00:35:22.792Z] ---> Running in a317196e333f [2021-01-22T00:35:22.792Z] ---> Running in ab7ef7c0524a [2021-01-22T00:35:22.792Z] ---> Running in 00d8e2605887 [2021-01-22T00:35:23.058Z] Removing intermediate container 4a63dd82dd8d [2021-01-22T00:35:23.058Z] ---> 4bbdf479fba4 [2021-01-22T00:35:23.058Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:35:23.332Z] ---> Running in a9b997a6dd99 [2021-01-22T00:35:23.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:24.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:24.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:24.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:24.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:24.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:25.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:25.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:25.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:25.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:35:25.908Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:25.908Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:26.179Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:26.179Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:26.179Z] OK: 233 MiB in 51 packages [2021-01-22T00:35:26.757Z] Removing intermediate container a317196e333f [2021-01-22T00:35:26.757Z] ---> 164fd69c4880 [2021-01-22T00:35:26.757Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:26.757Z] Removing intermediate container ab7ef7c0524a [2021-01-22T00:35:26.757Z] ---> 2de73909efc9 [2021-01-22T00:35:26.757Z] Step 6/24 : COPY go.mod . [2021-01-22T00:35:27.028Z] Removing intermediate container a9b997a6dd99 [2021-01-22T00:35:27.028Z] ---> f9b48f67e41d [2021-01-22T00:35:27.028Z] Step 6/24 : COPY go.mod . [2021-01-22T00:35:27.028Z] ---> 19c871a6526a [2021-01-22T00:35:27.028Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:27.308Z] ---> Running in e123acdb579f [2021-01-22T00:35:27.308Z] ---> 6285878e34bd [2021-01-22T00:35:27.308Z] Step 7/24 : RUN go mod download [2021-01-22T00:35:27.308Z] Removing intermediate container 5c199661efee [2021-01-22T00:35:27.308Z] ---> a586f28eaca6 [2021-01-22T00:35:27.308Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:27.578Z] ---> Running in 709ea1fe7a3f [2021-01-22T00:35:27.578Z] Removing intermediate container 00d8e2605887 [2021-01-22T00:35:27.578Z] ---> c42b408efd5b [2021-01-22T00:35:27.578Z] Step 6/22 : COPY go.mod . [2021-01-22T00:35:27.578Z] ---> b38f95263e8a [2021-01-22T00:35:27.578Z] Step 7/24 : RUN go mod download [2021-01-22T00:35:27.848Z] ---> Running in 249227e8b423 [2021-01-22T00:35:27.848Z] ---> aa8886cda3da [2021-01-22T00:35:27.848Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:28.119Z] ---> 172c10bf0cb6 [2021-01-22T00:35:28.119Z] Step 7/22 : RUN go mod download [2021-01-22T00:35:28.119Z] ---> Running in 5a4f9fbc70de [2021-01-22T00:35:28.394Z] ---> Running in 4da4d03e33a2 [2021-01-22T00:35:30.382Z] Removing intermediate container e123acdb579f [2021-01-22T00:35:30.382Z] ---> f771ccc8ba1f [2021-01-22T00:35:30.382Z] Step 8/22 : COPY . . [2021-01-22T00:35:30.382Z] Removing intermediate container 249227e8b423 [2021-01-22T00:35:30.382Z] ---> 6a9f7cbb7a10 [2021-01-22T00:35:30.382Z] Step 8/24 : COPY . . [2021-01-22T00:35:30.382Z] Removing intermediate container 709ea1fe7a3f [2021-01-22T00:35:30.382Z] ---> 6c9c30cd5b1a [2021-01-22T00:35:30.382Z] Step 8/24 : COPY . . [2021-01-22T00:35:30.382Z] Removing intermediate container 5a4f9fbc70de [2021-01-22T00:35:30.382Z] ---> 1563e11da8c8 [2021-01-22T00:35:30.382Z] Step 8/22 : COPY . . [2021-01-22T00:35:31.368Z] Removing intermediate container 4da4d03e33a2 [2021-01-22T00:35:31.368Z] ---> e3400c70d3bc [2021-01-22T00:35:31.368Z] Step 8/22 : COPY . . [2021-01-22T00:35:31.610Z] Removing intermediate container 7000b9bf578e [2021-01-22T00:35:31.610Z] ---> db72cfefe413 [2021-01-22T00:35:31.610Z] Successfully built db72cfefe413 [2021-01-22T00:35:31.610Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:31.971Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:35:31.971Z] . [Pipeline] withDockerContainer [2021-01-22T00:35:32.281Z] prd-ubuntu18.04-docker-arm64-4c-16g-22100 does not seem to be running inside a container [2021-01-22T00:35:32.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:35:33.930Z] $ docker top 71f555b285a3d408546611e4da5e9ad7039d31fa73fab40eeada4d588a090688 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:35:34.997Z] + go version [2021-01-22T00:35:34.997Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T00:35:35.024Z] $ docker stop --time=1 71f555b285a3d408546611e4da5e9ad7039d31fa73fab40eeada4d588a090688 [2021-01-22T00:35:37.054Z] $ docker rm -f 71f555b285a3d408546611e4da5e9ad7039d31fa73fab40eeada4d588a090688 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:38.035Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:35:38.035Z] . [Pipeline] withDockerContainer [2021-01-22T00:35:38.315Z] prd-ubuntu18.04-docker-arm64-4c-16g-22100 does not seem to be running inside a container [2021-01-22T00:35:38.406Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:35:39.922Z] $ docker top e6a9228db9815a2691dab13f3710f1c3df8b424abbbfb873d0832501a889c53a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:35:40.431Z] ========================================================= [2021-01-22T00:35:40.431Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:35:40.431Z] ========================================================= [Pipeline] sh [2021-01-22T00:35:41.102Z] + make test [2021-01-22T00:35:41.102Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:36:07.991Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:36:18.767Z] ---> 4360348ff828 [2021-01-22T00:36:18.767Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:36:18.767Z] ---> d771872f325e [2021-01-22T00:36:18.767Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:36:18.767Z] ---> df5bc2d7c9f7 [2021-01-22T00:36:18.767Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:36:18.767Z] ---> Running in 0f7e417c0ca3 [2021-01-22T00:36:18.767Z] ---> Running in 3eed5a6e0360 [2021-01-22T00:36:18.767Z] ---> Running in 2502015f77ae [2021-01-22T00:36:18.767Z] ---> 1c146480aaec [2021-01-22T00:36:18.767Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:36:18.767Z] ---> 507724c9fd0e [2021-01-22T00:36:18.767Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:36:18.767Z] ---> Running in d1bef435a489 [2021-01-22T00:36:18.767Z] ---> Running in 63c73329f5a6 [2021-01-22T00:36:18.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:36:18.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T00:36:18.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T00:36:18.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T00:36:18.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T00:36:51.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T00:36:53.913Z] Removing intermediate container 3eed5a6e0360 [2021-01-22T00:36:53.913Z] ---> 56499b72f153 [2021-01-22T00:36:53.913Z] [2021-01-22T00:36:53.913Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:36:53.913Z] 3.12: Pulling from library/alpine [2021-01-22T00:36:54.903Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:36:54.903Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:36:54.903Z] ---> 389fef711851 [2021-01-22T00:36:54.903Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:36:55.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:36:58.234Z] ---> Running in 0d2c0672064c [2021-01-22T00:36:58.235Z] Removing intermediate container 0f7e417c0ca3 [2021-01-22T00:36:58.235Z] ---> 0cdf7c594db3 [2021-01-22T00:36:58.235Z] [2021-01-22T00:36:58.235Z] Step 10/24 : FROM scratch [2021-01-22T00:36:58.235Z] ---> [2021-01-22T00:36:58.235Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-22T00:36:58.235Z] Removing intermediate container 2502015f77ae [2021-01-22T00:36:58.235Z] ---> d8e3e4438e6c [2021-01-22T00:36:58.235Z] [2021-01-22T00:36:58.235Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:36:58.235Z] ---> 389fef711851 [2021-01-22T00:36:58.235Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:36:58.506Z] ---> Running in 8417e24141c9 [2021-01-22T00:36:58.796Z] ---> Running in fb43af7f41f9 [2021-01-22T00:36:59.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:59.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:59.680Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:37:00.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:37:00.644Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:37:00.644Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:37:00.644Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:37:00.644Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:37:00.644Z] Removing intermediate container fb43af7f41f9 [2021-01-22T00:37:00.644Z] ---> 72fe2bb105e6 [2021-01-22T00:37:00.644Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:37:00.644Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:37:00.644Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:37:00.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:00.911Z] OK: 7 MiB in 19 packages [2021-01-22T00:37:00.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:01.194Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:37:01.194Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:37:01.194Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:37:01.194Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:37:01.194Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:37:01.194Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:37:01.194Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:37:01.194Z] OK: 7 MiB in 19 packages [2021-01-22T00:37:02.147Z] ---> Running in b87a07d0860a [2021-01-22T00:37:03.104Z] Removing intermediate container d1bef435a489 [2021-01-22T00:37:03.104Z] ---> 04ffceb35cb7 [2021-01-22T00:37:03.104Z] [2021-01-22T00:37:03.104Z] Step 10/22 : FROM scratch [2021-01-22T00:37:03.104Z] ---> [2021-01-22T00:37:03.104Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:37:03.104Z] Removing intermediate container 63c73329f5a6 [2021-01-22T00:37:03.104Z] ---> cce7bc5077fe [2021-01-22T00:37:03.104Z] [2021-01-22T00:37:03.104Z] Step 10/22 : FROM scratch [2021-01-22T00:37:03.104Z] ---> [2021-01-22T00:37:03.104Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:37:03.104Z] Removing intermediate container b87a07d0860a [2021-01-22T00:37:03.104Z] ---> 4441cc798a0c [2021-01-22T00:37:03.104Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:37:03.686Z] ---> Running in 4083f2936645 [2021-01-22T00:37:03.949Z] ---> Running in dc4212eefec4 [2021-01-22T00:37:03.949Z] ---> Running in 9ccc9cf683f7 [2021-01-22T00:37:04.528Z] Removing intermediate container 8417e24141c9 [2021-01-22T00:37:04.529Z] ---> ac3644dd816a [2021-01-22T00:37:04.529Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:37:04.529Z] Removing intermediate container 0d2c0672064c [2021-01-22T00:37:04.529Z] ---> 89c2f8b2dec8 [2021-01-22T00:37:04.529Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:37:04.529Z] Removing intermediate container 4083f2936645 [2021-01-22T00:37:04.529Z] ---> 0cc7666c0e44 [2021-01-22T00:37:04.529Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:37:04.529Z] Removing intermediate container 9ccc9cf683f7 [2021-01-22T00:37:04.529Z] ---> ba6236c8d420 [2021-01-22T00:37:04.529Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:37:04.804Z] Removing intermediate container dc4212eefec4 [2021-01-22T00:37:04.804Z] ---> a44fa60e2af7 [2021-01-22T00:37:04.804Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:37:04.804Z] ---> Running in a4ccdcd63454 [2021-01-22T00:37:04.804Z] ---> Running in c9a30153d97b [2021-01-22T00:37:04.804Z] ---> Running in de324e5d2617 [2021-01-22T00:37:04.804Z] ---> Running in 73f572b1c368 [2021-01-22T00:37:05.076Z] Removing intermediate container de324e5d2617 [2021-01-22T00:37:05.076Z] ---> 603ee5640d69 [2021-01-22T00:37:05.076Z] Step 13/24 : WORKDIR / [2021-01-22T00:37:05.076Z] Removing intermediate container c9a30153d97b [2021-01-22T00:37:05.076Z] ---> e523e4698735 [2021-01-22T00:37:05.076Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:37:05.339Z] Removing intermediate container 73f572b1c368 [2021-01-22T00:37:05.339Z] ---> d90a1044acd1 [2021-01-22T00:37:05.339Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:37:05.339Z] ---> 0579997faa02 [2021-01-22T00:37:05.339Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:37:05.339Z] Removing intermediate container a4ccdcd63454 [2021-01-22T00:37:05.339Z] ---> 464107d6affc [2021-01-22T00:37:05.339Z] Step 13/22 : WORKDIR / [2021-01-22T00:37:06.301Z] ---> Running in 62e5c6b75700 [2021-01-22T00:37:06.301Z] ---> Running in 019829f18ea0 [2021-01-22T00:37:06.301Z] ---> Running in 7e983fd78c73 [2021-01-22T00:37:06.880Z] ---> Running in 69f9844168c2 [2021-01-22T00:37:06.880Z] Removing intermediate container 62e5c6b75700 [2021-01-22T00:37:06.880Z] ---> 9cf806a4adc7 [2021-01-22T00:37:06.880Z] Step 14/22 : WORKDIR / [2021-01-22T00:37:06.880Z] ---> ec2172477adb [2021-01-22T00:37:06.880Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:37:07.147Z] Removing intermediate container 7e983fd78c73 [2021-01-22T00:37:07.147Z] ---> 9d1632867f9f [2021-01-22T00:37:07.147Z] Step 14/22 : WORKDIR / [2021-01-22T00:37:07.147Z] ---> Running in df2f21ee0759 [2021-01-22T00:37:07.147Z] Removing intermediate container 019829f18ea0 [2021-01-22T00:37:07.147Z] ---> d817333d91d7 [2021-01-22T00:37:07.147Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T00:37:07.147Z] ---> Running in dde99a360992 [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:37:07.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:37:07.417Z] Removing intermediate container 69f9844168c2 [2021-01-22T00:37:07.417Z] ---> da6152c06a89 [2021-01-22T00:37:07.417Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:37:07.417Z] Removing intermediate container df2f21ee0759 [2021-01-22T00:37:07.417Z] ---> 25752ecd83e1 [2021-01-22T00:37:07.417Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:37:07.688Z] Removing intermediate container dde99a360992 [2021-01-22T00:37:07.688Z] ---> 32997c1d088a [2021-01-22T00:37:07.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:37:07.688Z] ---> 39f8569a7e54 [2021-01-22T00:37:07.688Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T00:37:07.963Z] ---> 128833890f8a [2021-01-22T00:37:07.963Z] ---> 18052a23496d [2021-01-22T00:37:07.963Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:37:07.963Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:37:07.963Z] ---> fc559d9af006 [2021-01-22T00:37:07.963Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:37:07.963Z] ---> d1816cc20f9b [2021-01-22T00:37:07.963Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:37:08.232Z] ---> 56b8d22b467e [2021-01-22T00:37:08.232Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:37:08.512Z] ---> 05b42cff23cc [2021-01-22T00:37:08.513Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:37:08.513Z] ---> ee6c8ec0b665 [2021-01-22T00:37:08.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:37:08.706Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:37:08.780Z] ---> 7327ea36ae8d [2021-01-22T00:37:08.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:37:09.054Z] ---> 0c396905a63e [2021-01-22T00:37:09.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:37:09.054Z] ---> 99791b9445c7 [2021-01-22T00:37:09.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:37:09.342Z] ---> c8f96ed821c3 [2021-01-22T00:37:09.342Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:37:09.342Z] ---> 6f65ace93ddc [2021-01-22T00:37:09.342Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:37:09.630Z] ---> 8865fc58a2fe [2021-01-22T00:37:09.630Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:37:09.630Z] ---> bd1e49a6e216 [2021-01-22T00:37:09.630Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:37:09.630Z] ---> Running in 0454d28bff09 [2021-01-22T00:37:09.630Z] ---> 5879695c8a7c [2021-01-22T00:37:09.630Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:37:09.630Z] ---> Running in f54cf97aae76 [2021-01-22T00:37:09.630Z] ---> 05e39c2a4b1c [2021-01-22T00:37:09.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:37:09.701Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:37:09.899Z] ---> Running in 9eb23e354c50 [2021-01-22T00:37:09.899Z] ---> fb391b290a93 [2021-01-22T00:37:09.899Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:37:10.174Z] Removing intermediate container 0454d28bff09 [2021-01-22T00:37:10.174Z] ---> 3155f409c13e [2021-01-22T00:37:10.174Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:37:10.174Z] ---> Running in e37eb1312d34 [2021-01-22T00:37:10.174Z] Removing intermediate container f54cf97aae76 [2021-01-22T00:37:10.174Z] ---> 1d8ac67752cd [2021-01-22T00:37:10.174Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:37:10.446Z] ---> Running in 6fa328138342 [2021-01-22T00:37:10.446Z] ---> 08d1e97e8c68 [2021-01-22T00:37:10.446Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:37:10.446Z] ---> Running in c210e5c153a0 [2021-01-22T00:37:10.721Z] Removing intermediate container e37eb1312d34 [2021-01-22T00:37:10.721Z] ---> 7444de537c7f [2021-01-22T00:37:10.721Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:37:10.721Z] Removing intermediate container 6fa328138342 [2021-01-22T00:37:10.721Z] ---> 149d793669de [2021-01-22T00:37:10.721Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:37:10.721Z] ---> Running in 869dcd5a3ce1 [2021-01-22T00:37:10.721Z] Removing intermediate container c210e5c153a0 [2021-01-22T00:37:10.721Z] ---> 6f3fc0641982 [2021-01-22T00:37:10.721Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:37:10.987Z] ---> Running in 4d323e301cee [2021-01-22T00:37:10.987Z] ---> Running in 6b4454bdf32c [2021-01-22T00:37:11.251Z] ---> fbf5d7a17b0b [2021-01-22T00:37:11.251Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T00:37:11.251Z] Removing intermediate container 869dcd5a3ce1 [2021-01-22T00:37:11.251Z] ---> 620ec0fb212e [2021-01-22T00:37:11.251Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:37:11.558Z] ---> Running in 98f40de0c293 [2021-01-22T00:37:11.558Z] ---> Running in f16adaafad63 [2021-01-22T00:37:11.914Z] Removing intermediate container 4d323e301cee [2021-01-22T00:37:11.914Z] ---> d19d80bb57ee [2021-01-22T00:37:11.914Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:37:11.914Z] Removing intermediate container 6b4454bdf32c [2021-01-22T00:37:11.914Z] ---> 70dc7f379ba0 [2021-01-22T00:37:11.914Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:37:12.226Z] ---> Running in 7220332df81c [2021-01-22T00:37:12.226Z] Removing intermediate container f16adaafad63 [2021-01-22T00:37:12.226Z] ---> d7865632a1bd [2021-01-22T00:37:12.226Z] Step 23/24 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:37:12.226Z] ---> Running in 636bb0a63a90 [2021-01-22T00:37:12.226Z] Removing intermediate container 9eb23e354c50 [2021-01-22T00:37:12.226Z] ---> bfd8135a39ee [2021-01-22T00:37:12.226Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:37:12.226Z] ---> Running in 341b07cfa722 [2021-01-22T00:37:12.532Z] ---> Running in 5311a0517706 [2021-01-22T00:37:12.532Z] Removing intermediate container 7220332df81c [2021-01-22T00:37:12.532Z] ---> fab23438b46d [2021-01-22T00:37:12.532Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:37:12.532Z] Removing intermediate container 636bb0a63a90 [2021-01-22T00:37:12.532Z] ---> 092d223407f8 [2021-01-22T00:37:12.532Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:37:12.806Z] ---> Running in 642e5e88f2ea [2021-01-22T00:37:12.806Z] Removing intermediate container 341b07cfa722 [2021-01-22T00:37:12.806Z] ---> 914341251607 [2021-01-22T00:37:12.806Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:37:12.806Z] ---> Running in fc9afaaddde9 [2021-01-22T00:37:12.806Z] Removing intermediate container 5311a0517706 [2021-01-22T00:37:12.806Z] ---> 622be0861e36 [2021-01-22T00:37:12.806Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:37:12.806Z] ---> Running in 4785556035e5 [2021-01-22T00:37:13.069Z] ---> Running in 77510d5b9da6 [2021-01-22T00:37:13.069Z] Removing intermediate container fc9afaaddde9 [2021-01-22T00:37:13.069Z] ---> b72bc19e124d [2021-01-22T00:37:13.069Z] [2021-01-22T00:37:13.069Z] Removing intermediate container 642e5e88f2ea [2021-01-22T00:37:13.069Z] ---> e6ef36362634 [2021-01-22T00:37:13.069Z] [2021-01-22T00:37:13.332Z] Successfully built e6ef36362634 [2021-01-22T00:37:13.332Z] Removing intermediate container 4785556035e5 [2021-01-22T00:37:13.332Z] ---> 1ed907ffa688 [2021-01-22T00:37:13.332Z] [2021-01-22T00:37:13.332Z] Successfully built b72bc19e124d [2021-01-22T00:37:13.612Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T00:37:13.612Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-22T00:37:13.612Z] Successfully tagged docker-core-command-go:latest [2021-01-22T00:37:13.612Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T00:37:13.612Z] Removing intermediate container 77510d5b9da6 [2021-01-22T00:37:13.612Z] ---> 9a7428063b18 [2021-01-22T00:37:13.612Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:37:13.612Z] Successfully built 1ed907ffa688 [2021-01-22T00:37:13.612Z] Removing intermediate container 98f40de0c293 [2021-01-22T00:37:13.612Z] ---> 8d86d9ce34eb [2021-01-22T00:37:13.612Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:37:13.612Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T00:37:13.612Z] Building docker-support-scheduler-go [2021-01-22T00:37:13.613Z]  Building docker-support-notifications-go ... done  ---> Running in c07e97cf6337 [2021-01-22T00:37:13.890Z] ---> Running in b82c7fc9adf4 [2021-01-22T00:37:13.890Z] Removing intermediate container c07e97cf6337 [2021-01-22T00:37:13.890Z] ---> 016cd2a09775 [2021-01-22T00:37:13.890Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:37:13.890Z] Removing intermediate container b82c7fc9adf4 [2021-01-22T00:37:13.890Z] ---> e3818cc64a57 [2021-01-22T00:37:13.890Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:37:13.890Z] ---> Running in 0e1eb0eb944e [2021-01-22T00:37:14.161Z] ---> Running in e9649d2a7feb [2021-01-22T00:37:14.161Z] Removing intermediate container 0e1eb0eb944e [2021-01-22T00:37:14.161Z] ---> 034db52ebaab [2021-01-22T00:37:14.161Z] [2021-01-22T00:37:14.161Z] Removing intermediate container e9649d2a7feb [2021-01-22T00:37:14.161Z] ---> 248d79c4b0c2 [2021-01-22T00:37:14.161Z] Step 23/24 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:37:14.424Z] Successfully built 034db52ebaab [2021-01-22T00:37:14.424Z] ---> Running in 5e8d7919711a [2021-01-22T00:37:14.424Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-22T00:37:14.424Z] Building docker-core-data-go [2021-01-22T00:37:14.691Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5e8d7919711a [2021-01-22T00:37:14.691Z] ---> 8463517048cd [2021-01-22T00:37:14.691Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:37:14.691Z] ---> Running in fb08f5565e07 [2021-01-22T00:37:14.968Z] Removing intermediate container fb08f5565e07 [2021-01-22T00:37:14.968Z] ---> 5dff139de257 [2021-01-22T00:37:14.968Z] [2021-01-22T00:37:14.968Z] Successfully built 5dff139de257 [2021-01-22T00:37:15.232Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T00:37:16.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:37:16.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:37:16.448Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:37:23.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 46.0% of statements [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/bootstrap/container [no test files] [2021-01-22T00:37:23.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces [no test files] [2021-01-22T00:37:23.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/mockclients/interfaces/mocks [no test files] [2021-01-22T00:37:31.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.556s coverage: 27.0% of statements [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:37:31.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:37:31.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:37:31.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 66.7% of statements [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:37:31.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:37:33.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.3% of statements [2021-01-22T00:37:33.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:37:33.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:37:33.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:37:33.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:37:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.254s coverage: 28.6% of statements [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:37:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:37:38.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.118s coverage: 100.0% of statements [2021-01-22T00:37:38.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:37:40.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.443s coverage: 86.7% of statements [2021-01-22T00:37:40.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:37:41.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements [2021-01-22T00:37:41.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:37:41.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-01-22T00:37:41.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:37:41.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:37:41.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:37:41.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:37:47.735Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:47.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:47.735Z] ---> fcb86b9db31e [2021-01-22T00:37:47.735Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> e95b9755aed2 [2021-01-22T00:37:47.735Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> ca116d58b017 [2021-01-22T00:37:47.735Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> 164fd69c4880 [2021-01-22T00:37:47.735Z] Step 6/21 : COPY go.mod . [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> 19c871a6526a [2021-01-22T00:37:47.735Z] Step 7/21 : RUN go mod download [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> f771ccc8ba1f [2021-01-22T00:37:47.735Z] Step 8/21 : COPY . . [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> df5bc2d7c9f7 [2021-01-22T00:37:47.735Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:37:47.735Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:47.735Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:47.735Z] ---> fcb86b9db31e [2021-01-22T00:37:47.735Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> e95b9755aed2 [2021-01-22T00:37:47.735Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> ca116d58b017 [2021-01-22T00:37:47.735Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:37:47.735Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:47.735Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:47.735Z] ---> fcb86b9db31e [2021-01-22T00:37:47.735Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> e95b9755aed2 [2021-01-22T00:37:47.735Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> ca116d58b017 [2021-01-22T00:37:47.735Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:37:47.735Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:37:47.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:37:47.735Z] ---> fcb86b9db31e [2021-01-22T00:37:47.735Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> e95b9755aed2 [2021-01-22T00:37:47.735Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> ca116d58b017 [2021-01-22T00:37:47.735Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> 164fd69c4880 [2021-01-22T00:37:47.735Z] Step 6/21 : COPY go.mod . [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> 19c871a6526a [2021-01-22T00:37:47.735Z] Step 7/21 : RUN go mod download [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> f771ccc8ba1f [2021-01-22T00:37:47.735Z] Step 8/21 : COPY . . [2021-01-22T00:37:47.735Z] ---> Using cache [2021-01-22T00:37:47.735Z] ---> df5bc2d7c9f7 [2021-01-22T00:37:47.735Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:37:48.692Z] ---> Running in 6e752f98416e [2021-01-22T00:37:48.692Z] ---> Running in 27239314e9c9 [2021-01-22T00:37:48.692Z] ---> Running in 787e360ab280 [2021-01-22T00:37:48.692Z] ---> Running in f92866b3b02f [2021-01-22T00:37:50.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:37:50.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:37:50.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:50.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.356s coverage: 92.8% of statements [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.286s coverage: 0.1% of statements [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.088s coverage: 100.0% of statements [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.169s coverage: 75.5% of statements [2021-01-22T00:37:52.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.161s coverage: 87.2% of statements [2021-01-22T00:37:52.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2021-01-22T00:37:52.127Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:52.127Z] OK: 233 MiB in 51 packages [2021-01-22T00:37:52.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements [2021-01-22T00:37:52.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:37:53.700Z] Removing intermediate container 787e360ab280 [2021-01-22T00:37:53.700Z] ---> 46a44eb3c5a7 [2021-01-22T00:37:53.700Z] Step 6/26 : COPY go.mod . [2021-01-22T00:37:53.700Z] Removing intermediate container 27239314e9c9 [2021-01-22T00:37:53.700Z] ---> 574ad1bed49b [2021-01-22T00:37:53.700Z] Step 6/23 : COPY go.mod . [2021-01-22T00:37:53.985Z] ---> 1b7abf7b1e81 [2021-01-22T00:37:53.985Z] Step 7/26 : RUN go mod download [2021-01-22T00:37:54.303Z] ---> b965b4172f39 [2021-01-22T00:37:54.303Z] Step 7/23 : RUN go mod download [2021-01-22T00:37:54.303Z] ---> Running in 196e41831a9b [2021-01-22T00:37:54.303Z] ---> Running in e0764faa5d05 [2021-01-22T00:37:57.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements [2021-01-22T00:37:57.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:37:57.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:37:57.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.110s coverage: 100.0% of statements [2021-01-22T00:37:57.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2021-01-22T00:37:57.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-01-22T00:37:57.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.116s coverage: 73.7% of statements [2021-01-22T00:37:57.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-22T00:37:57.894Z] Removing intermediate container e0764faa5d05 [2021-01-22T00:37:57.894Z] ---> 65795070398c [2021-01-22T00:37:57.894Z] Step 8/23 : COPY . . [2021-01-22T00:37:57.894Z] Removing intermediate container 196e41831a9b [2021-01-22T00:37:57.894Z] ---> 9e51dc62a397 [2021-01-22T00:37:57.894Z] Step 8/26 : COPY . . [2021-01-22T00:38:01.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 68.9% of statements [2021-01-22T00:38:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:38:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:38:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:38:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:38:01.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:38:02.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 37.0% of statements [2021-01-22T00:38:02.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:38:02.940Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:38:03.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.731s coverage: 84.0% of statements [2021-01-22T00:38:03.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements [2021-01-22T00:38:11.866Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.370s coverage: 47.1% of statements [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:38:11.866Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:38:11.866Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-01-22T00:38:11.866Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.458s coverage: 29.1% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:38:16.218Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:38:16.218Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:38:16.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-22T00:38:16.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:38:17.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-01-22T00:38:18.073Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-01-22T00:38:19.052Z] GO111MODULE=on go vet ./... [2021-01-22T00:38:24.880Z] Removing intermediate container 6e752f98416e [2021-01-22T00:38:24.880Z] ---> c2d12b7f1585 [2021-01-22T00:38:24.880Z] [2021-01-22T00:38:24.880Z] Step 10/21 : FROM scratch [2021-01-22T00:38:24.880Z] ---> [2021-01-22T00:38:24.880Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:24.880Z] ---> Using cache [2021-01-22T00:38:24.880Z] ---> ba6236c8d420 [2021-01-22T00:38:24.880Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:38:26.304Z] ---> Running in b92e21b29dc5 [2021-01-22T00:38:27.756Z] Removing intermediate container b92e21b29dc5 [2021-01-22T00:38:27.756Z] ---> fa0683178e8d [2021-01-22T00:38:27.756Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:38:28.348Z] ---> Running in a167d8f695af [2021-01-22T00:38:30.982Z] Removing intermediate container a167d8f695af [2021-01-22T00:38:30.982Z] ---> 76774855d6bb [2021-01-22T00:38:30.982Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:30.982Z] Removing intermediate container f92866b3b02f [2021-01-22T00:38:30.982Z] ---> 833cf7d8802c [2021-01-22T00:38:30.982Z] [2021-01-22T00:38:30.982Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:38:30.982Z] ---> 389fef711851 [2021-01-22T00:38:30.982Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:38:31.278Z] ---> Running in c8e824f7ea86 [2021-01-22T00:38:31.278Z] ---> 3a77f1066387 [2021-01-22T00:38:31.278Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:38:31.278Z] ---> 621972002f5c [2021-01-22T00:38:31.278Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:38:31.574Z] ---> Running in 513885ac8832 [2021-01-22T00:38:31.574Z] ---> Running in 7b4c1bb7826e [2021-01-22T00:38:31.875Z] ---> 0b5ebfb3e2cb [2021-01-22T00:38:31.875Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:38:32.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:32.909Z] ---> f1fff7ccb1fb [2021-01-22T00:38:32.909Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:32.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:32.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:38:32.909Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T00:38:33.217Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:38:33.217Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:38:33.217Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:38:33.500Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:38:33.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:33.500Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:38:33.500Z] OK: 7 MiB in 18 packages [2021-01-22T00:38:33.500Z] ---> 4b0ccf0fa30a [2021-01-22T00:38:33.500Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:38:33.816Z] ---> Running in 996c7fddab29 [2021-01-22T00:38:34.093Z] Removing intermediate container 996c7fddab29 [2021-01-22T00:38:34.093Z] ---> 1bc9168115fb [2021-01-22T00:38:34.093Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:34.093Z] ---> Running in 560743d0158f [2021-01-22T00:38:34.365Z] Removing intermediate container 560743d0158f [2021-01-22T00:38:34.365Z] ---> 8dcc5245a7ae [2021-01-22T00:38:34.365Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:38:35.331Z] ---> Running in 85e8f35ff437 [2021-01-22T00:38:35.331Z] Removing intermediate container c8e824f7ea86 [2021-01-22T00:38:35.331Z] ---> 401444543b95 [2021-01-22T00:38:35.331Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:38:35.599Z] ---> Running in 802a350346e4 [2021-01-22T00:38:35.599Z] Removing intermediate container 85e8f35ff437 [2021-01-22T00:38:35.599Z] ---> 9be115932216 [2021-01-22T00:38:35.599Z] Step 20/21 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:38:36.577Z] ---> Running in 1d0eba69b278 [2021-01-22T00:38:36.876Z] Removing intermediate container 802a350346e4 [2021-01-22T00:38:36.876Z] ---> e8e12201a6fd [2021-01-22T00:38:36.876Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:38:36.876Z] ---> Running in 22567bbca7d8 [2021-01-22T00:38:37.159Z] Removing intermediate container 1d0eba69b278 [2021-01-22T00:38:37.159Z] ---> c96dc833c5b1 [2021-01-22T00:38:37.159Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:38:37.159Z] ---> Running in 47e35bfaba08 [2021-01-22T00:38:37.159Z] Removing intermediate container 22567bbca7d8 [2021-01-22T00:38:37.159Z] ---> 601241008557 [2021-01-22T00:38:37.159Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:38:37.440Z] Removing intermediate container 47e35bfaba08 [2021-01-22T00:38:37.440Z] ---> 5d28eb6fc4b7 [2021-01-22T00:38:37.440Z] [2021-01-22T00:38:38.090Z] Successfully built 5d28eb6fc4b7 [2021-01-22T00:38:38.090Z] ---> f1d7e9d45420 [2021-01-22T00:38:38.090Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:38:38.090Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T00:38:39.079Z]  Building docker-support-scheduler-go ... done  ---> 49a73eb42bd9 [2021-01-22T00:38:39.079Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:38:40.600Z] ---> 703ddad7fe9a [2021-01-22T00:38:40.600Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:38:40.600Z] ---> Running in 6f52a25d8885 [2021-01-22T00:38:40.901Z] Removing intermediate container 6f52a25d8885 [2021-01-22T00:38:40.901Z] ---> 078dba5f9fa3 [2021-01-22T00:38:40.901Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:38:40.901Z] ---> Running in d4986abacb01 [2021-01-22T00:38:41.187Z] Removing intermediate container d4986abacb01 [2021-01-22T00:38:41.187Z] ---> 6f08358be58a [2021-01-22T00:38:41.187Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:38:41.187Z] ---> Running in 223a3de56f34 [2021-01-22T00:38:41.471Z] Removing intermediate container 223a3de56f34 [2021-01-22T00:38:41.471Z] ---> 1b4957a2bc5f [2021-01-22T00:38:41.471Z] Step 20/21 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:38:41.794Z] ---> Running in 913281a81811 [2021-01-22T00:38:43.348Z] Removing intermediate container 913281a81811 [2021-01-22T00:38:43.348Z] ---> 363211aee6cf [2021-01-22T00:38:43.348Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:38:43.348Z] ---> Running in bc8d5098b231 [2021-01-22T00:38:43.667Z] Removing intermediate container bc8d5098b231 [2021-01-22T00:38:43.667Z] ---> b485007bd6b3 [2021-01-22T00:38:43.667Z] [2021-01-22T00:38:44.368Z] Successfully built b485007bd6b3 [2021-01-22T00:38:44.368Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T00:38:59.774Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 513885ac8832 [2021-01-22T00:38:59.774Z] ---> 5c5df9ff2b4e [2021-01-22T00:38:59.774Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:38:59.774Z] ---> Running in cc4005fb2500 [2021-01-22T00:38:59.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T00:39:02.371Z] Removing intermediate container 7b4c1bb7826e [2021-01-22T00:39:02.371Z] ---> 4730c2c9e925 [2021-01-22T00:39:02.371Z] [2021-01-22T00:39:02.371Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:39:02.371Z] ---> 389fef711851 [2021-01-22T00:39:02.371Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:39:02.371Z] ---> Running in 7e400bb2b195 [2021-01-22T00:39:02.371Z] Removing intermediate container cc4005fb2500 [2021-01-22T00:39:02.371Z] ---> 02c18f176d92 [2021-01-22T00:39:02.371Z] [2021-01-22T00:39:02.371Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:39:02.371Z] Removing intermediate container 7e400bb2b195 [2021-01-22T00:39:02.371Z] ---> c845b779db1d [2021-01-22T00:39:02.371Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:39:02.371Z] 20.10.0: Pulling from library/docker [2021-01-22T00:39:02.371Z] ---> Running in 2b15d11763d2 [2021-01-22T00:39:02.644Z] Removing intermediate container 2b15d11763d2 [2021-01-22T00:39:02.644Z] ---> 424ba129f2dd [2021-01-22T00:39:02.644Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:39:02.644Z] ---> Running in 5fb4aa6d844e [2021-01-22T00:39:03.249Z] Removing intermediate container 5fb4aa6d844e [2021-01-22T00:39:03.249Z] ---> dfd404a5f793 [2021-01-22T00:39:03.249Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:39:03.520Z] ---> Running in 8d00d764227d [2021-01-22T00:39:05.490Z] Removing intermediate container 8d00d764227d [2021-01-22T00:39:05.490Z] ---> c224e7337dae [2021-01-22T00:39:05.490Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:39:05.490Z] ---> Running in db263aa373f6 [2021-01-22T00:39:06.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:07.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:08.517Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:39:08.517Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:39:08.517Z] ---> aefe523efa57 [2021-01-22T00:39:08.517Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:39:08.785Z] ---> Running in 35b009d28d37 [2021-01-22T00:39:08.785Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:39:08.785Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:39:09.053Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:39:09.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:09.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:09.689Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:39:09.990Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:39:09.990Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:39:09.990Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:39:09.990Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:09.990Z] OK: 12 MiB in 22 packages [2021-01-22T00:39:09.990Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:39:09.990Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:09.990Z] OK: 8 MiB in 19 packages [2021-01-22T00:39:10.581Z] Removing intermediate container 35b009d28d37 [2021-01-22T00:39:10.581Z] ---> 0941f790e981 [2021-01-22T00:39:10.581Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:39:10.853Z] Removing intermediate container db263aa373f6 [2021-01-22T00:39:10.854Z] ---> 088aba9c3e80 [2021-01-22T00:39:10.854Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:39:10.854Z] ---> Running in d2613257d546 [2021-01-22T00:39:11.126Z] Removing intermediate container d2613257d546 [2021-01-22T00:39:11.126Z] ---> a4728f0b029c [2021-01-22T00:39:11.126Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:39:11.126Z] ---> 9e6ae25b3545 [2021-01-22T00:39:11.126Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:39:11.126Z] ---> Running in 1c6f89674bb2 [2021-01-22T00:39:11.403Z] Removing intermediate container 1c6f89674bb2 [2021-01-22T00:39:11.403Z] ---> 423ce650327d [2021-01-22T00:39:11.403Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:39:11.675Z] ---> Running in 7fde3459d975 [2021-01-22T00:39:11.948Z] Removing intermediate container 7fde3459d975 [2021-01-22T00:39:11.948Z] ---> fc654626ae2a [2021-01-22T00:39:11.948Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:39:11.948Z] ---> 002346604736 [2021-01-22T00:39:11.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:39:12.540Z] ---> 86b18643351e [2021-01-22T00:39:12.540Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:39:12.540Z] ---> Running in dc4cc44432ed [2021-01-22T00:39:12.540Z] ---> 9db4acf35ee5 [2021-01-22T00:39:12.540Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:39:12.806Z] Removing intermediate container dc4cc44432ed [2021-01-22T00:39:12.806Z] ---> 5f5a76b14639 [2021-01-22T00:39:12.806Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:39:12.806Z] ---> Running in 270a9b8f4609 [2021-01-22T00:39:12.806Z] ---> 501939932c4c [2021-01-22T00:39:12.806Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:39:13.070Z] Removing intermediate container 270a9b8f4609 [2021-01-22T00:39:13.070Z] ---> d5b68f9574cb [2021-01-22T00:39:13.070Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:39:13.070Z] ---> Running in 507e1da2f09a [2021-01-22T00:39:13.335Z] ---> 3a9e5ab65fcc [2021-01-22T00:39:13.335Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:39:13.335Z] ---> Running in e3edc650f9a7 [2021-01-22T00:39:13.335Z] Removing intermediate container 507e1da2f09a [2021-01-22T00:39:13.335Z] ---> edd8df8f8f1b [2021-01-22T00:39:13.335Z] Step 22/23 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:39:13.601Z] ---> Running in ca43ce79259d [2021-01-22T00:39:13.601Z] Removing intermediate container ca43ce79259d [2021-01-22T00:39:13.601Z] ---> 1693e293d0e9 [2021-01-22T00:39:13.601Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:39:13.868Z] ---> Running in 4aabfccd929d [2021-01-22T00:39:14.138Z] Removing intermediate container 4aabfccd929d [2021-01-22T00:39:14.138Z] ---> bfe46b5b604f [2021-01-22T00:39:14.138Z] [2021-01-22T00:39:14.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:14.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:14.406Z] Successfully built bfe46b5b604f [2021-01-22T00:39:14.406Z] Successfully tagged docker-core-data-go:latest [2021-01-22T00:39:14.406Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:39:14.406Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:39:14.406Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:39:14.406Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:39:14.406Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:39:14.406Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:39:14.671Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:39:15.630Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:39:15.897Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:39:15.897Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:39:15.897Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:39:15.897Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:39:15.897Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:39:15.897Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:39:15.897Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:39:15.897Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:39:15.897Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:39:15.897Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:39:16.171Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:39:16.172Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:39:16.172Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:39:16.172Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:39:16.172Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:39:16.172Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:39:16.172Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:39:16.172Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:39:16.172Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:39:16.172Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:39:16.172Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:39:16.438Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:39:16.438Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:39:16.438Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:39:16.438Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:39:16.438Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:16.438Z] OK: 71 MiB in 55 packages [2021-01-22T00:39:26.917Z] Removing intermediate container e3edc650f9a7 [2021-01-22T00:39:26.917Z] ---> 45e731b14678 [2021-01-22T00:39:26.917Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:39:26.917Z] ---> Running in d15faabe3b5e [2021-01-22T00:39:27.953Z] Collecting docker-compose==1.23.2 [2021-01-22T00:39:27.953Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:39:28.268Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:39:28.268Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:39:28.908Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:39:28.908Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:39:29.173Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T00:39:29.437Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:39:29.437Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:39:29.699Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:39:29.699Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:39:30.277Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:39:30.277Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:39:30.541Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:39:30.541Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:39:31.494Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:39:31.494Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:39:31.759Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:39:31.759Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:39:32.022Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:39:32.022Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:39:32.022Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:39:32.022Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:39:32.022Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T00:39:32.284Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:39:32.284Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:39:32.284Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:39:32.284Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:39:32.551Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T00:39:32.551Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:39:32.551Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:39:32.551Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:39:32.551Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:39:32.551Z] Installing collected packages: docopt, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, PyYAML, jsonschema, docker-compose [2021-01-22T00:39:32.551Z] Running setup.py install for docopt: started [2021-01-22T00:39:33.126Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:39:33.126Z] Running setup.py install for texttable: started [2021-01-22T00:39:33.701Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:39:33.701Z] Attempting uninstall: urllib3 [2021-01-22T00:39:33.701Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:39:33.701Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:39:33.701Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:39:33.965Z] Attempting uninstall: idna [2021-01-22T00:39:33.965Z] Found existing installation: idna 2.9 [2021-01-22T00:39:33.965Z] Uninstalling idna-2.9: [2021-01-22T00:39:34.227Z] Successfully uninstalled idna-2.9 [2021-01-22T00:39:34.227Z] Attempting uninstall: requests [2021-01-22T00:39:34.227Z] Found existing installation: requests 2.23.0 [2021-01-22T00:39:34.227Z] Uninstalling requests-2.23.0: [2021-01-22T00:39:34.491Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:39:34.753Z] Running setup.py install for dockerpty: started [2021-01-22T00:39:35.329Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:39:35.329Z] Running setup.py install for PyYAML: started [2021-01-22T00:39:36.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:39:37.220Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-22T00:39:40.547Z] Removing intermediate container d15faabe3b5e [2021-01-22T00:39:40.547Z] ---> ed79513a876e [2021-01-22T00:39:40.547Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:39:40.547Z] ---> Running in 2351e61dd98b [2021-01-22T00:39:40.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:40.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:40.866Z] gofmt -l . [2021-01-22T00:39:40.866Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:39:40.866Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:39:40.866Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:39:41.095Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:39:41.095Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:39:41.095Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:39:41.095Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:41.095Z] OK: 72 MiB in 58 packages [2021-01-22T00:39:41.535Z] + ls -al . [2021-01-22T00:39:41.535Z] total 684 [2021-01-22T00:39:41.535Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 00:39 . [2021-01-22T00:39:41.535Z] drwxr-xr-x 4 root root 4096 Jan 22 00:35 .. [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:34 .dockerignore [2021-01-22T00:39:41.535Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:34 .git [2021-01-22T00:39:41.535Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 00:34 .github [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:34 .gitignore [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:34 .sonarcloud.properties [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:34 Attribution.txt [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:34 CONTRIBUTING.md [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:34 Dockerfile.build [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:34 Jenkinsfile [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:34 LICENSE [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:34 Makefile [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:34 README.md [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:34 SECURITY.md [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:34 ZMQWindows.md [2021-01-22T00:39:41.535Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 00:34 bin [2021-01-22T00:39:41.535Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:34 cmd [2021-01-22T00:39:41.535Z] -rw-r--r-- 1 root root 552190 Jan 22 00:38 coverage.out [2021-01-22T00:39:41.535Z] -rw-r--r-- 1 root root 1027 Jan 22 00:39 go.mod [2021-01-22T00:39:41.535Z] -rw-r--r-- 1 root root 18842 Jan 22 00:39 go.sum [2021-01-22T00:39:41.535Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:34 internal [2021-01-22T00:39:41.535Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:34 openapi [2021-01-22T00:39:41.535Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:34 snap [2021-01-22T00:39:41.535Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:34 version.go [Pipeline] sh [2021-01-22T00:39:42.045Z] Removing intermediate container 2351e61dd98b [2021-01-22T00:39:42.045Z] ---> 1ed79b43cf96 [2021-01-22T00:39:42.045Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:39:42.045Z] ---> Running in fb344a9ab9d8 [2021-01-22T00:39:42.045Z] Removing intermediate container fb344a9ab9d8 [2021-01-22T00:39:42.045Z] ---> ad78b4083eea [2021-01-22T00:39:42.045Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:39:42.045Z] ---> Running in ac544a115651 [2021-01-22T00:39:42.198Z] + '[' -e coverage.out ] [2021-01-22T00:39:42.198Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:39:42.269Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T00:39:42.308Z] Removing intermediate container ac544a115651 [2021-01-22T00:39:42.308Z] ---> 00685a0b5eef [2021-01-22T00:39:42.308Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T00:39:42.308Z] ---> Running in ae354def3f4f [2021-01-22T00:39:42.573Z] Removing intermediate container ae354def3f4f [2021-01-22T00:39:42.573Z] ---> b851ab279ac9 [2021-01-22T00:39:42.573Z] Step 25/26 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:39:42.573Z] ---> Running in 963feb058f5a [2021-01-22T00:39:42.842Z] Removing intermediate container 963feb058f5a [2021-01-22T00:39:42.842Z] ---> 969a568fcfe6 [2021-01-22T00:39:42.842Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:39:42.842Z] ---> Running in 8e351750f2cd [2021-01-22T00:39:43.104Z] Removing intermediate container 8e351750f2cd [2021-01-22T00:39:43.104Z] ---> 15f124d5e378 [2021-01-22T00:39:43.104Z] [2021-01-22T00:39:43.367Z] Successfully built 15f124d5e378 [2021-01-22T00:39:43.367Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T00:39:43.646Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T00:39:43.655Z] $ docker stop --time=1 3154f7531da4456a4769cd61da7964041702cc5a6335c00e3c8c37e78db0db65 [2021-01-22T00:39:43.741Z] Stashed 1 file(s) [2021-01-22T00:39:45.416Z] $ docker rm -f 3154f7531da4456a4769cd61da7964041702cc5a6335c00e3c8c37e78db0db65 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-22T00:39:45.908Z] + docker images [2021-01-22T00:39:45.908Z] + grep docker [2021-01-22T00:39:46.170Z] docker-sys-mgmt-agent-go latest 15f124d5e378 3 seconds ago 313MB [2021-01-22T00:39:46.170Z] docker-core-data-go latest bfe46b5b604f 32 seconds ago 22.3MB [2021-01-22T00:39:46.170Z] docker-security-proxy-setup-go latest b485007bd6b3 About a minute ago 24.4MB [2021-01-22T00:39:46.170Z] docker-support-scheduler-go latest 5d28eb6fc4b7 About a minute ago 10.7MB [2021-01-22T00:39:46.170Z] docker-security-secretstore-setup-go latest 5dff139de257 2 minutes ago 24.6MB [2021-01-22T00:39:46.170Z] docker-support-notifications-go latest 1ed907ffa688 2 minutes ago 12MB [2021-01-22T00:39:46.170Z] docker-security-bootstrap-redis-go latest 034db52ebaab 2 minutes ago 15.8MB [2021-01-22T00:39:46.170Z] docker-core-command-go latest b72bc19e124d 2 minutes ago 11.2MB [2021-01-22T00:39:46.170Z] docker-core-metadata-go latest e6ef36362634 2 minutes ago 13.1MB [2021-01-22T00:39:46.170Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-01-22T00:39:46.351Z] + make build [2021-01-22T00:39:46.351Z] 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 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-22T00:39:59.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T00:40:01.843Z] Still waiting to schedule task [2021-01-22T00:40:01.843Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T00:40:26.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:40:28.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T00:40:34.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T00:40:35.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:40:41.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:40:46.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:40:50.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T00:40:55.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T00:40:59.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T00:41:02.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-22T00:41:07.022Z] $ docker stop --time=1 e6a9228db9815a2691dab13f3710f1c3df8b424abbbfb873d0832501a889c53a [2021-01-22T00:41:09.689Z] $ docker rm -f e6a9228db9815a2691dab13f3710f1c3df8b424abbbfb873d0832501a889c53a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:41:11.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:11.584Z] [2021-01-22T00:41:11.584Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:41:12.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:12.515Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T00:41:12.515Z] 29e5d40040c1: Pulling fs layer [2021-01-22T00:41:12.515Z] 1ce36da41761: Pulling fs layer [2021-01-22T00:41:12.515Z] 25b303627fd3: Pulling fs layer [2021-01-22T00:41:13.111Z] 29e5d40040c1: Verifying Checksum [2021-01-22T00:41:13.111Z] 29e5d40040c1: Download complete [2021-01-22T00:41:13.385Z] 1ce36da41761: Verifying Checksum [2021-01-22T00:41:13.385Z] 1ce36da41761: Download complete [2021-01-22T00:41:13.662Z] 29e5d40040c1: Pull complete [2021-01-22T00:41:15.102Z] 1ce36da41761: Pull complete [2021-01-22T00:41:15.102Z] 25b303627fd3: Verifying Checksum [2021-01-22T00:41:15.102Z] 25b303627fd3: Download complete [2021-01-22T00:41:25.288Z] 25b303627fd3: Pull complete [2021-01-22T00:41:25.288Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T00:41:25.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:25.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T00:41:25.592Z] prd-ubuntu18.04-docker-arm64-4c-16g-22100 does not seem to be running inside a container [2021-01-22T00:41:25.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T00:41:28.688Z] $ docker top a7f3046c684c921add4edfc98cb91d72addc8945f13556f0915987438e7f326c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:41:29.698Z] + docker-compose build --help [2021-01-22T00:41:29.698Z] + grep parallel [2021-01-22T00:41:33.981Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:41:33.998Z] $ docker stop --time=1 a7f3046c684c921add4edfc98cb91d72addc8945f13556f0915987438e7f326c [2021-01-22T00:41:35.838Z] $ docker rm -f a7f3046c684c921add4edfc98cb91d72addc8945f13556f0915987438e7f326c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:41:36.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:41:36.722Z] . [Pipeline] withDockerContainer [2021-01-22T00:41:36.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-22100 does not seem to be running inside a container [2021-01-22T00:41:37.115Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T00:41:38.572Z] $ docker top 5494d28cc310b2f7e0e47ccad3891a8b8a5273e7df5cd3ac937abeca438455f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:41:39.436Z] Running on prd-ubuntu18.04-docker-8c-8g-22109 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-22T00:41:39.521Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-22T00:41:39.637Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:41:41.632Z] using credential edgex-jenkins-ssh [2021-01-22T00:41:41.707Z] Cloning the remote Git repository [2021-01-22T00:41:41.731Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:41.791Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T00:41:41.818Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:41.819Z] > git --version # timeout=10 [2021-01-22T00:41:41.824Z] > git --version # 'git version 2.17.1' [2021-01-22T00:41:41.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:41.853Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:41:43.971Z] Building docker-core-command-go ... [2021-01-22T00:41:43.971Z] Building docker-core-data-go ... [2021-01-22T00:41:43.971Z] Building docker-core-metadata-go ... [2021-01-22T00:41:43.971Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:41:43.971Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:41:43.971Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:41:43.971Z] Building docker-support-notifications-go ... [2021-01-22T00:41:43.971Z] Building docker-support-scheduler-go ... [2021-01-22T00:41:43.971Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:41:43.971Z] Building docker-security-secretstore-setup-go [2021-01-22T00:41:43.971Z] Building docker-security-bootstrap-redis-go [2021-01-22T00:41:43.971Z] Building docker-sys-mgmt-agent-go [2021-01-22T00:41:43.971Z] Building docker-core-metadata-go [2021-01-22T00:41:43.971Z] Building docker-security-proxy-setup-go [2021-01-22T00:41:55.357Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0a8603cb97f8dbf994507eaa2623b1c964661bc9 [2021-01-22T00:41:55.524Z] Merge succeeded, producing be3f56bf86f3b86968ae9c605958b2c83172e910 [2021-01-22T00:41:55.524Z] Checking out Revision be3f56bf86f3b86968ae9c605958b2c83172e910 (PR-3061) [2021-01-22T00:41:54.644Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:41:54.650Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:41:54.663Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:41:54.680Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:41:54.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:54.687Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T00:41:55.368Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:41:55.373Z] > git checkout -f 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 [2021-01-22T00:41:55.444Z] > git remote # timeout=10 [2021-01-22T00:41:55.451Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:41:55.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:41:55.458Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:41:55.521Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:41:55.530Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:41:55.535Z] > git checkout -f be3f56bf86f3b86968ae9c605958b2c83172e910 # timeout=10 [2021-01-22T00:41:59.174Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:41:59.182Z] > git rev-list --no-walk 0a8603cb97f8dbf994507eaa2623b1c964661bc9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:42:00.258Z] + echo snap-build.sh [2021-01-22T00:42:00.258Z] snap-build.sh [2021-01-22T00:42:00.258Z] + SNAP_BASE_DIR=. [2021-01-22T00:42:00.258Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-22T00:42:00.258Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-22T00:42:00.258Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-22T00:42:00.258Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-22T00:42:00.258Z] + cd /w/workspace/edgex-go/2 [2021-01-22T00:42:00.258Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T00:42:00.258Z] Reading package lists... [2021-01-22T00:42:00.258Z] Building dependency tree... [2021-01-22T00:42:00.258Z] Reading state information... [2021-01-22T00:42:00.520Z] The following packages were automatically installed and are no longer required: [2021-01-22T00:42:00.520Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T00:42:00.520Z] uidmap xdelta3 [2021-01-22T00:42:00.520Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T00:42:00.520Z] The following packages will be REMOVED: [2021-01-22T00:42:00.520Z] lxd* lxd-client* [2021-01-22T00:42:01.093Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T00:42:01.093Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T00:42:02.146Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-22T00:42:02.146Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:42:03.092Z] Removing lxd dnsmasq configuration [2021-01-22T00:42:03.666Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:42:04.241Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T00:42:05.209Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T00:42:05.470Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-22T00:42:05.470Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:42:06.860Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T00:42:06.860Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T00:42:08.279Z] + sudo snap remove --purge lxd [2021-01-22T00:42:08.279Z] snap "lxd" is not installed [2021-01-22T00:42:08.279Z] + sudo groupadd --force --system lxd [2021-01-22T00:42:08.279Z] ++ whoami [2021-01-22T00:42:08.279Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T00:42:08.279Z] + newgrp - lxd [2021-01-22T00:42:08.279Z] + sudo snap install lxd [2021-01-22T00:42:18.332Z] 2021-01-22T00:42:14Z INFO Waiting for automatic snapd restart... [2021-01-22T00:42:33.295Z] lxd 4.10 from Canonical* installed [2021-01-22T00:42:33.295Z] + sudo lxd init --auto [2021-01-22T00:42:41.502Z] + sudo snap install --classic snapcraft [2021-01-22T00:42:45.731Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:42:45.731Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T00:42:45.731Z] + patch --verbose -p1 [2021-01-22T00:42:45.731Z] Hmm... Looks like a unified diff to me... [2021-01-22T00:42:45.731Z] The text leading up to this was: [2021-01-22T00:42:45.731Z] -------------------------- [2021-01-22T00:42:45.731Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T00:42:45.731Z] |From: Tony Espy [2021-01-22T00:42:45.731Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T00:42:45.731Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T00:42:45.731Z] | [2021-01-22T00:42:45.731Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T00:42:45.731Z] |optimize the snap CI check run for pull requests. When [2021-01-22T00:42:45.731Z] |applied, it essentially strips out everything (apps and [2021-01-22T00:42:45.731Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T00:42:45.731Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T00:42:45.731Z] |catch changes to edgex-go that break the snap build. [2021-01-22T00:42:45.731Z] | [2021-01-22T00:42:45.731Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T00:42:45.731Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T00:42:45.731Z] |resulting in a failed snap build CI check in the associated [2021-01-22T00:42:45.731Z] |pull request. [2021-01-22T00:42:45.731Z] | [2021-01-22T00:42:45.731Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T00:42:45.731Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T00:42:45.731Z] |need to build the finally binary .snap file (and it won't [2021-01-22T00:42:45.731Z] |work with the patch applied). This further reduces the build [2021-01-22T00:42:45.731Z] |time. [2021-01-22T00:42:45.731Z] |--- [2021-01-22T00:42:45.731Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T00:42:45.731Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T00:42:45.731Z] | [2021-01-22T00:42:45.731Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T00:42:45.731Z] |index 1e537489..faf42425 100644 [2021-01-22T00:42:45.731Z] |--- a/snap/snapcraft.yaml [2021-01-22T00:42:45.731Z] |+++ b/snap/snapcraft.yaml [2021-01-22T00:42:45.731Z] -------------------------- [2021-01-22T00:42:45.731Z] patching file snap/snapcraft.yaml [2021-01-22T00:42:45.731Z] Using Plan A... [2021-01-22T00:42:45.731Z] Hunk #1 succeeded at 73. [2021-01-22T00:42:45.731Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T00:42:45.731Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T00:42:45.731Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T00:42:45.731Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T00:42:45.731Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T00:42:45.731Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T00:42:45.731Z] Hunk #8 succeeded at 342. [2021-01-22T00:42:45.731Z] Hmm... Ignoring the trailing garbage. [2021-01-22T00:42:45.731Z] done [2021-01-22T00:42:45.731Z] + sudo snapcraft prime --use-lxd [2021-01-22T00:42:46.674Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T00:42:46.674Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-22T00:42:46.674Z] - README.md [2021-01-22T00:42:46.674Z] - snapcraft.yaml.orig [2021-01-22T00:42:46.674Z] [2021-01-22T00:42:46.674Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:42:47.245Z] Launching a container. [2021-01-22T00:42:51.971Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:42:51.972Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:42:51.972Z] ---> db72cfefe413 [2021-01-22T00:42:51.972Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:42:51.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:42:51.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:42:51.972Z] ---> db72cfefe413 [2021-01-22T00:42:51.972Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:42:52.583Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:42:52.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:42:52.583Z] ---> db72cfefe413 [2021-01-22T00:42:52.583Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:42:52.583Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:42:52.583Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:42:52.583Z] ---> db72cfefe413 [2021-01-22T00:42:52.583Z] Step 3/21 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:42:52.583Z] [2021-01-22T00:42:52.583Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:42:52.583Z] ---> db72cfefe413 [2021-01-22T00:42:52.583Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:42:54.559Z] ---> Running in 86b9b295ecf4 [2021-01-22T00:42:54.559Z] ---> Running in 92082f1adae4 [2021-01-22T00:42:54.559Z] ---> Running in 50c8d372e294 [2021-01-22T00:42:54.559Z] ---> Running in 7af44051a2ec [2021-01-22T00:42:54.559Z] ---> Running in e948e014d122 [2021-01-22T00:42:55.535Z] Removing intermediate container 92082f1adae4 [2021-01-22T00:42:55.535Z] ---> 76ef577f449d [2021-01-22T00:42:55.535Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:42:55.535Z] Removing intermediate container 7af44051a2ec [2021-01-22T00:42:55.535Z] ---> a1689a9d35c4 [2021-01-22T00:42:55.535Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:42:55.535Z] Removing intermediate container 50c8d372e294 [2021-01-22T00:42:55.535Z] Removing intermediate container 86b9b295ecf4 [2021-01-22T00:42:55.535Z] ---> e7a97926fbdc [2021-01-22T00:42:55.535Z] ---> 85abd48c7fc9 [2021-01-22T00:42:55.535Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:42:55.535Z] [2021-01-22T00:42:55.535Z] Removing intermediate container e948e014d122 [2021-01-22T00:42:55.535Z] ---> 4c36d64170ea [2021-01-22T00:42:55.535Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:42:55.535Z] ---> Running in c5de5533b0ec [2021-01-22T00:42:55.535Z] ---> Running in 909234005b11 [2021-01-22T00:42:55.535Z] ---> Running in 56763e1946d6 [2021-01-22T00:42:55.535Z] ---> Running in 9bc902843de8 [2021-01-22T00:42:55.535Z] ---> Running in be7f15a01390 [2021-01-22T00:42:59.484Z] Waiting for container to be ready [2021-01-22T00:42:59.484Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T00:42:59.484Z] [2021-01-22T00:42:59.899Z] Removing intermediate container c5de5533b0ec [2021-01-22T00:42:59.899Z] ---> 1331e2a98313 [2021-01-22T00:42:59.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:42:59.899Z] ---> Running in 512271fbc366 [2021-01-22T00:42:59.899Z] Removing intermediate container 909234005b11 [2021-01-22T00:42:59.899Z] ---> 3d26e2a14721 [2021-01-22T00:42:59.899Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:42:59.899Z] Removing intermediate container 56763e1946d6 [2021-01-22T00:42:59.899Z] ---> b1536536ccea [2021-01-22T00:42:59.899Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:42:59.899Z] ---> Running in 05deb89be098 [2021-01-22T00:42:59.899Z] ---> Running in 83790e571ff6 [2021-01-22T00:43:00.181Z] Removing intermediate container 9bc902843de8 [2021-01-22T00:43:00.182Z] ---> 714ef2266740 [2021-01-22T00:43:00.182Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:43:00.182Z] Removing intermediate container be7f15a01390 [2021-01-22T00:43:00.182Z] ---> 71528b9e1c71 [2021-01-22T00:43:00.182Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:43:00.471Z] ---> Running in 78fabbbbfde0 [2021-01-22T00:43:00.471Z] ---> Running in 4d33c6376608 [2021-01-22T00:43:01.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:01.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:02.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:02.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:02.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:02.851Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T00:43:02.851Z] Waiting for network to be ready... [2021-01-22T00:43:02.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:02.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:03.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:03.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:03.431Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:43:03.431Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:43:03.432Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:43:03.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:43:03.691Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:43:03.691Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:43:03.691Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:43:03.691Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:43:03.691Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:43:03.691Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:43:03.691Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:43:03.951Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:43:03.951Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:43:04.212Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:43:04.212Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:43:04.212Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:43:04.212Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:43:04.212Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:43:04.212Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:43:04.795Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:43:04.917Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:05.056Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:43:05.056Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:43:05.056Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:43:05.056Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:43:05.056Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:43:05.056Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:43:05.056Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:43:05.198Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:05.316Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:43:05.483Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:05.776Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:06.392Z] OK: 217 MiB in 51 packages [2021-01-22T00:43:07.016Z] Removing intermediate container 05deb89be098 [2021-01-22T00:43:07.016Z] ---> 7c5cdc89533d [2021-01-22T00:43:07.016Z] Step 6/24 : COPY go.mod . [2021-01-22T00:43:07.245Z] Fetched 23.8 MB in 4s (6042 kB/s) [2021-01-22T00:43:07.623Z] Removing intermediate container 4d33c6376608 [2021-01-22T00:43:07.623Z] ---> a3be6e34b94a [2021-01-22T00:43:07.623Z] Step 6/26 : COPY go.mod . [2021-01-22T00:43:07.623Z] Removing intermediate container 78fabbbbfde0 [2021-01-22T00:43:07.623Z] ---> 0bf03d0c3e4a [2021-01-22T00:43:07.623Z] Step 6/22 : COPY go.mod . [2021-01-22T00:43:07.898Z] Removing intermediate container 83790e571ff6 [2021-01-22T00:43:07.898Z] ---> 6c274f16814d [2021-01-22T00:43:07.898Z] Step 6/21 : COPY go.mod . [2021-01-22T00:43:08.189Z] Reading package lists... [2021-01-22T00:43:08.189Z] Reading package lists... [2021-01-22T00:43:08.451Z] Building dependency tree... [2021-01-22T00:43:08.451Z] Reading state information... [2021-01-22T00:43:08.451Z] The following additional packages will be installed: [2021-01-22T00:43:08.451Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:43:08.451Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:43:08.451Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:43:08.451Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T00:43:08.451Z] Suggested packages: [2021-01-22T00:43:08.451Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T00:43:08.451Z] Recommended packages: [2021-01-22T00:43:08.451Z] gnupg libsasl2-modules [2021-01-22T00:43:08.451Z] The following NEW packages will be installed: [2021-01-22T00:43:08.451Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:43:08.451Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:43:08.451Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:43:08.451Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T00:43:08.451Z] The following packages will be upgraded: [2021-01-22T00:43:08.451Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T00:43:08.511Z] ---> e205b10556c9 [2021-01-22T00:43:08.511Z] Step 7/24 : RUN go mod download [2021-01-22T00:43:08.511Z] Removing intermediate container 512271fbc366 [2021-01-22T00:43:08.511Z] ---> c17be5799f85 [2021-01-22T00:43:08.511Z] Step 6/22 : COPY go.mod . [2021-01-22T00:43:08.712Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T00:43:08.712Z] Need to get 3533 kB of archives. [2021-01-22T00:43:08.712Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T00:43:08.712Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T00:43:08.712Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T00:43:08.788Z] ---> 2426154914bf [2021-01-22T00:43:08.788Z] Step 7/26 : RUN go mod download [2021-01-22T00:43:08.788Z] ---> Running in a44a7f3e07cb [2021-01-22T00:43:08.972Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T00:43:09.071Z] ---> 3fb1d7c62b09 [2021-01-22T00:43:09.071Z] Step 7/22 : RUN go mod download [2021-01-22T00:43:09.071Z] ---> Running in 0c28b14a2270 [2021-01-22T00:43:09.071Z] ---> 50f8d3c74858 [2021-01-22T00:43:09.071Z] Step 7/21 : RUN go mod download [2021-01-22T00:43:09.233Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T00:43:09.233Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T00:43:09.233Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T00:43:09.233Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-22T00:43:09.233Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T00:43:09.233Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T00:43:09.233Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T00:43:09.233Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T00:43:09.233Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T00:43:09.233Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T00:43:09.233Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T00:43:09.345Z] ---> Running in 2d1af740a121 [2021-01-22T00:43:09.345Z] ---> Running in b97bf09cebf4 [2021-01-22T00:43:09.494Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T00:43:09.494Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T00:43:09.494Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T00:43:09.494Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T00:43:09.494Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T00:43:09.494Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T00:43:09.494Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T00:43:09.494Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T00:43:09.494Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:09.494Z] Fetched 3533 kB in 1s (3466 kB/s) [2021-01-22T00:43:09.757Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:43:09.757Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:09.757Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:09.757Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:43:09.757Z] Selecting previously unselected package udev. [2021-01-22T00:43:09.757Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:43:09.757Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:09.945Z] ---> b84dfdb7f2a4 [2021-01-22T00:43:09.945Z] Step 7/22 : RUN go mod download [2021-01-22T00:43:10.018Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T00:43:10.222Z] ---> Running in 5504da34a54f [2021-01-22T00:43:10.282Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T00:43:10.283Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:43:10.283Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:43:10.283Z] Selecting previously unselected package fuse. [2021-01-22T00:43:10.283Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:43:10.283Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:43:10.283Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:10.544Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:10.544Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:10.544Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:10.544Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:10.807Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:10.807Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T00:43:10.807Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T00:43:10.807Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:43:10.807Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T00:43:10.807Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:10.807Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.078Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T00:43:11.078Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.078Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.078Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T00:43:11.078Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.078Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.340Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T00:43:11.340Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.340Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.340Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T00:43:11.340Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.340Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.340Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T00:43:11.340Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.340Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.604Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T00:43:11.604Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.604Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.604Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T00:43:11.604Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.604Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.866Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T00:43:11.866Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:43:11.866Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:11.866Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T00:43:11.866Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:43:11.866Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:11.866Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T00:43:11.866Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:43:11.866Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:12.127Z] Selecting previously unselected package libldap-common. [2021-01-22T00:43:12.127Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T00:43:12.127Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:12.127Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T00:43:12.127Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T00:43:12.127Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:12.127Z] Selecting previously unselected package dirmngr. [2021-01-22T00:43:12.127Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:12.127Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:12.387Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:12.387Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:12.387Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:43:12.387Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:12.650Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:43:12.650Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:12.650Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:12.650Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:43:12.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:12.650Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T00:43:12.913Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T00:43:13.174Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:13.174Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T00:43:13.174Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:43:13.436Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:13.659Z] Removing intermediate container a44a7f3e07cb [2021-01-22T00:43:13.659Z] ---> b3f4ed492c2b [2021-01-22T00:43:13.659Z] Step 8/24 : COPY . . [2021-01-22T00:43:13.697Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:13.947Z] Removing intermediate container 0c28b14a2270 [2021-01-22T00:43:13.947Z] ---> 308a6892bda4 [2021-01-22T00:43:13.947Z] Step 8/26 : COPY . . [2021-01-22T00:43:13.960Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:14.220Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:14.227Z] Removing intermediate container 2d1af740a121 [2021-01-22T00:43:14.227Z] ---> 553965b51982 [2021-01-22T00:43:14.227Z] Step 8/21 : COPY . . [2021-01-22T00:43:14.481Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:14.855Z] Removing intermediate container b97bf09cebf4 [2021-01-22T00:43:14.855Z] ---> 2425d08265e8 [2021-01-22T00:43:14.855Z] Step 8/22 : COPY . . [2021-01-22T00:43:15.052Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:15.052Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:15.312Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:43:15.313Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:43:15.313Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:15.313Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:15.473Z] Removing intermediate container 5504da34a54f [2021-01-22T00:43:15.473Z] ---> c16adc1ba8af [2021-01-22T00:43:15.473Z] Step 8/22 : COPY . . [2021-01-22T00:43:15.572Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T00:43:15.572Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T00:43:15.572Z] This means they are not meant to be enabled using systemctl. [2021-01-22T00:43:15.572Z] Possible reasons for having this kind of units are: [2021-01-22T00:43:15.572Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T00:43:15.572Z] .wants/ or .requires/ directory. [2021-01-22T00:43:15.572Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T00:43:15.572Z] a requirement dependency on it. [2021-01-22T00:43:15.572Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T00:43:15.572Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T00:43:15.572Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T00:43:15.572Z] instance name specified. [2021-01-22T00:43:16.093Z] Reading package lists... [2021-01-22T00:43:16.093Z] Building dependency tree... [2021-01-22T00:43:16.093Z] Reading state information... [2021-01-22T00:43:16.093Z] The following additional packages will be installed: [2021-01-22T00:43:16.093Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T00:43:16.093Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T00:43:16.093Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T00:43:16.093Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T00:43:16.093Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T00:43:16.356Z] Suggested packages: [2021-01-22T00:43:16.356Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T00:43:16.356Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T00:43:16.356Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T00:43:16.356Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T00:43:16.356Z] systemd-container policykit-1 [2021-01-22T00:43:16.356Z] Recommended packages: [2021-01-22T00:43:16.356Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T00:43:16.356Z] The following NEW packages will be installed: [2021-01-22T00:43:16.356Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T00:43:16.356Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T00:43:16.356Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T00:43:16.356Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T00:43:16.356Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T00:43:16.356Z] The following packages will be upgraded: [2021-01-22T00:43:16.356Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T00:43:16.356Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T00:43:16.356Z] Need to get 35.2 MB of archives. [2021-01-22T00:43:16.356Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T00:43:16.356Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T00:43:16.356Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T00:43:16.356Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T00:43:16.624Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-22T00:43:16.624Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T00:43:16.624Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T00:43:16.624Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T00:43:16.624Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T00:43:16.624Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T00:43:16.624Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T00:43:16.624Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T00:43:16.624Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T00:43:16.624Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T00:43:16.624Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T00:43:16.624Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T00:43:16.624Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T00:43:16.624Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T00:43:17.218Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T00:43:17.218Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T00:43:17.218Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T00:43:17.218Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T00:43:17.218Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T00:43:17.218Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T00:43:17.218Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T00:43:17.218Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T00:43:17.218Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T00:43:17.482Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T00:43:17.482Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T00:43:17.482Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T00:43:17.482Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T00:43:18.426Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:18.426Z] Fetched 35.2 MB in 2s (17.5 MB/s) [2021-01-22T00:43:18.426Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:18.426Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:18.688Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:19.263Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:19.263Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:19.263Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:43:19.523Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:19.523Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:43:19.523Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:43:19.523Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T00:43:19.784Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:43:19.784Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:43:19.784Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:43:20.045Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T00:43:20.045Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T00:43:20.615Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T00:43:20.615Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T00:43:20.615Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:43:20.615Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:43:20.876Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T00:43:20.876Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:20.876Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:21.136Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T00:43:21.136Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T00:43:21.136Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:43:21.136Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T00:43:21.136Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:21.136Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:21.397Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:43:21.397Z] Checking for services that may need to be restarted...done. [2021-01-22T00:43:21.397Z] Checking for services that may need to be restarted...done. [2021-01-22T00:43:21.657Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:21.657Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:43:21.657Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:22.227Z] Selecting previously unselected package python3-minimal. [2021-01-22T00:43:22.227Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T00:43:22.227Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:22.227Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:43:22.227Z] Selecting previously unselected package mime-support. [2021-01-22T00:43:22.227Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T00:43:22.227Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T00:43:22.487Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T00:43:22.487Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T00:43:22.487Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:43:22.487Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T00:43:22.487Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:22.487Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:22.748Z] Selecting previously unselected package python3.6. [2021-01-22T00:43:22.748Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:43:22.748Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:22.748Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T00:43:22.748Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:22.748Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:43:23.008Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:43:23.008Z] Selecting previously unselected package python3. [2021-01-22T00:43:23.269Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T00:43:23.269Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:43:23.269Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T00:43:23.269Z] Selecting previously unselected package multiarch-support. [2021-01-22T00:43:23.269Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:23.269Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:43:23.269Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:43:23.529Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T00:43:23.530Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T00:43:23.530Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T00:43:23.530Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:43:23.530Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T00:43:23.530Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T00:43:23.530Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:43:23.530Z] Selecting previously unselected package sudo. [2021-01-22T00:43:23.530Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T00:43:23.530Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:43:23.789Z] Selecting previously unselected package apparmor. [2021-01-22T00:43:23.789Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:43:23.789Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:43:24.052Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T00:43:24.052Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T00:43:24.052Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:43:24.052Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T00:43:24.052Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:24.052Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:24.052Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T00:43:24.052Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:24.313Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:24.313Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T00:43:24.313Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T00:43:24.313Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:43:24.313Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T00:43:24.313Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:24.313Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:24.573Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T00:43:24.573Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:24.573Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:24.573Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T00:43:24.573Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T00:43:24.573Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:43:24.835Z] Selecting previously unselected package openssh-client. [2021-01-22T00:43:24.835Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T00:43:24.835Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:43:25.095Z] Selecting previously unselected package squashfs-tools. [2021-01-22T00:43:25.095Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:43:25.095Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:43:25.095Z] Selecting previously unselected package snapd. [2021-01-22T00:43:25.095Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T00:43:25.095Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T00:43:27.020Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:43:27.020Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:43:27.280Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T00:43:27.280Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:43:27.280Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:43:27.280Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:27.544Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:27.544Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T00:43:27.544Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T00:43:28.507Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:43:28.507Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:43:28.507Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:43:28.507Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:28.507Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:28.507Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:43:29.460Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:43:29.460Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:29.460Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:43:29.460Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T00:43:29.460Z] running python rtupdate hooks for python3.6... [2021-01-22T00:43:29.460Z] running python post-rtupdate hooks for python3.6... [2021-01-22T00:43:29.721Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:43:31.107Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T00:43:31.107Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:43:31.107Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:43:31.368Z] Setting up snapd (2.48+18.04) ... [2021-01-22T00:43:31.939Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T00:43:31.939Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T00:43:32.198Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T00:43:32.198Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T00:43:32.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:43:32.458Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:43:32.738Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T00:43:32.739Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T00:43:33.000Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T00:43:33.000Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T00:43:33.260Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-22T00:43:33.260Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:43:33.260Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:43:34.200Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:43:34.200Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:43:34.461Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:43:35.662Z] Reading package lists... [2021-01-22T00:43:35.662Z] Reading package lists... [2021-01-22T00:43:35.922Z] Building dependency tree... [2021-01-22T00:43:35.922Z] Reading state information... [2021-01-22T00:43:35.922Z] Calculating upgrade... [2021-01-22T00:43:35.922Z] The following packages will be upgraded: [2021-01-22T00:43:35.922Z] advancecomp base-files bash binutils binutils-common [2021-01-22T00:43:35.922Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T00:43:35.922Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T00:43:35.922Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T00:43:35.922Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T00:43:35.922Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T00:43:35.922Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T00:43:35.922Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T00:43:35.922Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T00:43:35.922Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T00:43:35.922Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T00:43:35.922Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T00:43:35.922Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T00:43:35.922Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T00:43:35.922Z] ubuntu-keyring util-linux [2021-01-22T00:43:36.182Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:43:36.182Z] Need to get 63.7 MB of archives. [2021-01-22T00:43:36.182Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T00:43:36.182Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T00:43:36.182Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T00:43:36.182Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T00:43:36.183Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T00:43:36.183Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T00:43:36.183Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T00:43:36.183Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T00:43:36.183Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T00:43:36.183Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T00:43:36.183Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T00:43:36.183Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T00:43:36.183Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T00:43:36.183Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T00:43:36.183Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T00:43:36.183Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T00:43:36.183Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T00:43:36.183Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T00:43:36.445Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T00:43:36.445Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T00:43:36.445Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T00:43:36.445Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T00:43:36.445Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T00:43:36.445Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T00:43:36.445Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T00:43:36.445Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T00:43:36.445Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T00:43:36.445Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T00:43:36.445Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T00:43:36.445Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T00:43:36.445Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T00:43:36.445Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T00:43:36.445Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T00:43:36.445Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T00:43:36.445Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T00:43:36.445Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T00:43:36.445Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T00:43:36.445Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T00:43:36.445Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T00:43:36.445Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T00:43:36.445Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T00:43:36.445Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T00:43:36.445Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T00:43:36.445Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T00:43:36.445Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T00:43:36.445Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T00:43:36.445Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T00:43:36.445Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T00:43:36.445Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T00:43:36.705Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T00:43:36.705Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T00:43:36.705Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T00:43:36.705Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T00:43:36.705Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T00:43:36.705Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T00:43:36.705Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T00:43:36.705Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T00:43:36.965Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T00:43:36.965Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T00:43:36.965Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T00:43:37.226Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T00:43:37.226Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T00:43:37.226Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T00:43:37.226Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T00:43:37.226Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T00:43:37.226Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T00:43:37.486Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T00:43:37.486Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T00:43:37.486Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T00:43:37.486Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T00:43:37.486Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T00:43:37.748Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T00:43:37.748Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T00:43:37.748Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T00:43:37.748Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T00:43:37.748Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T00:43:37.748Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T00:43:37.748Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T00:43:37.748Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T00:43:37.748Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T00:43:37.748Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T00:43:37.748Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-22T00:43:37.748Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T00:43:37.748Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T00:43:37.748Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T00:43:37.748Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T00:43:37.748Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T00:43:38.008Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T00:43:38.008Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T00:43:38.008Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T00:43:38.008Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T00:43:38.008Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-22T00:43:38.008Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T00:43:38.008Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T00:43:38.008Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T00:43:38.008Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T00:43:38.008Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T00:43:38.008Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T00:43:38.273Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:43:38.273Z] Fetched 63.7 MB in 2s (31.9 MB/s) [2021-01-22T00:43:38.273Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:38.273Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:38.273Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:38.843Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:38.843Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:39.104Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T00:43:39.104Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T00:43:40.047Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.047Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.307Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.307Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.307Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.307Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.568Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.568Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.568Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.568Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.829Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.829Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:40.829Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:40.829Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:41.089Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:41.089Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:41.089Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:41.089Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T00:43:41.349Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:41.349Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:41.349Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:41.349Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:41.349Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:41.609Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:41.609Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:43:41.609Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:43:41.879Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:43:41.879Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:41.879Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:42.140Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:42.336Z] ---> c5161a7ef8e6 [2021-01-22T00:43:42.336Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:43:42.336Z] ---> cbea2785e03c [2021-01-22T00:43:42.336Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:43:42.336Z] ---> adcac576c6fc [2021-01-22T00:43:42.336Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:43:42.336Z] ---> d8f747376576 [2021-01-22T00:43:42.336Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:43:42.336Z] ---> dda547ea1ab7 [2021-01-22T00:43:42.336Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:43:42.336Z] ---> Running in 8ba9eed56a8d [2021-01-22T00:43:42.336Z] ---> Running in 25ec2a55e741 [2021-01-22T00:43:42.336Z] ---> Running in aed8efb1ffaa [2021-01-22T00:43:42.336Z] ---> Running in c36936d271da [2021-01-22T00:43:42.336Z] ---> Running in 1914a0746b32 [2021-01-22T00:43:42.401Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:43:42.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:43:42.662Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:43:42.662Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T00:43:42.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T00:43:42.662Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T00:43:42.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T00:43:42.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:43:42.922Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T00:43:43.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T00:43:43.181Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T00:43:43.181Z] Installing new version of config file /etc/issue ... [2021-01-22T00:43:43.181Z] Installing new version of config file /etc/issue.net ... [2021-01-22T00:43:43.181Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T00:43:43.181Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T00:43:43.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T00:43:43.442Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T00:43:43.442Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T00:43:43.442Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T00:43:43.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:43.703Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T00:43:43.703Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T00:43:43.703Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T00:43:43.703Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-22T00:43:43.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:43.964Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:43.964Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:43.964Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:43.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:43.964Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T00:43:44.224Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T00:43:44.224Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T00:43:44.224Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:44.224Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T00:43:44.484Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:43:44.484Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T00:43:44.746Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:44.746Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:44.746Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:44.746Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:45.007Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:45.007Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:45.007Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:45.268Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:45.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:45.268Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T00:43:45.268Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T00:43:45.529Z] Setting up grep (3.1-2build1) ... [2021-01-22T00:43:45.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:45.529Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:43:45.529Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:43:45.789Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T00:43:45.789Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:45.789Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:45.789Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:46.051Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:46.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:46.051Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:46.051Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:46.623Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:46.623Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:46.623Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:43:46.623Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:47.194Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T00:43:47.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:47.461Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T00:43:47.461Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:43:48.415Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:48.415Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:43:48.415Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:48.674Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:43:48.674Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:43:48.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:48.674Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T00:43:48.674Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T00:43:48.952Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T00:43:48.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:48.952Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:48.952Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:49.217Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:49.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:49.217Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:49.217Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:49.481Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:49.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:49.481Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:49.481Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:49.481Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:49.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:49.754Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:49.754Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:49.754Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:50.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:50.014Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:50.014Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:50.014Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:50.275Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:50.275Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:50.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:50.275Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:43:50.275Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:50.540Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:50.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:50.540Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:50.540Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:50.802Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:50.802Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:50.802Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:50.802Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:51.061Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:51.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:51.061Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:51.061Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:51.632Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:43:51.891Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T00:43:52.164Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T00:43:52.164Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:52.164Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:43:52.164Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:43:52.423Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:43:52.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:43:52.691Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T00:43:52.691Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:43:52.691Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T00:43:52.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:52.951Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T00:43:52.951Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T00:43:53.212Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T00:43:53.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:53.474Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:53.474Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:53.474Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:53.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:53.735Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:53.735Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:53.995Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:53.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:53.995Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:43:53.995Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:54.255Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:54.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:54.525Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:43:54.525Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:43:54.525Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:43:54.525Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:43:54.787Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:54.787Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:54.787Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:55.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:55.059Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T00:43:55.059Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T00:43:55.059Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T00:43:55.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:55.327Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T00:43:55.327Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:43:55.327Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:43:55.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:55.838Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:55.838Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:43:55.838Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:43:56.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:56.174Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T00:43:56.174Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T00:43:56.174Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T00:43:56.174Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:56.174Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:43:56.174Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:43:56.446Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T00:43:56.719Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:56.719Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:43:56.719Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:43:56.981Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T00:43:56.981Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:56.981Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T00:43:56.981Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T00:43:57.241Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T00:43:57.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:57.241Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T00:43:57.241Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T00:43:57.502Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T00:43:57.502Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:57.502Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T00:43:57.502Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T00:43:57.763Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T00:43:57.763Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:57.763Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T00:43:57.763Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T00:43:58.023Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T00:43:58.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:58.023Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:43:58.023Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T00:43:58.282Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T00:43:58.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:43:58.282Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T00:43:58.282Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T00:43:58.542Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T00:43:58.542Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T00:43:58.542Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:43:58.542Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:43:58.808Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:43:58.808Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:43:59.068Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:43:59.068Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:43:59.068Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T00:43:59.332Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T00:43:59.332Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:43:59.332Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T00:43:59.595Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:43:59.595Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T00:43:59.595Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T00:43:59.595Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T00:43:59.856Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T00:43:59.856Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T00:43:59.856Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T00:43:59.856Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T00:44:00.116Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T00:44:00.116Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T00:44:00.116Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T00:44:00.532Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T00:44:00.812Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T00:44:00.812Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T00:44:01.754Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T00:44:01.755Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T00:44:01.755Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:44:01.755Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T00:44:02.015Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:44:02.015Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:44:02.276Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:44:02.276Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:44:02.536Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:44:02.536Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:44:02.536Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:44:02.536Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:44:02.797Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:02.797Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:02.797Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:03.057Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:03.057Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:03.057Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:03.320Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:03.320Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:04.262Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:04.262Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:05.202Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:05.202Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:05.772Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:06.033Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:06.294Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:06.294Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:07.233Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:44:07.233Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:44:07.233Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:44:07.233Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:44:07.233Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:44:07.233Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:44:07.492Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:44:07.492Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:44:07.753Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T00:44:07.753Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T00:44:07.753Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:44:07.753Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:44:08.013Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:44:08.013Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:44:08.013Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T00:44:08.013Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T00:44:08.275Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:08.275Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:44:08.275Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:08.275Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:08.275Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:08.275Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T00:44:08.541Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T00:44:08.541Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T00:44:08.541Z] [2021-01-22T00:44:08.541Z] Current default time zone: 'Etc/UTC' [2021-01-22T00:44:08.541Z] Local time is now: Fri Jan 22 00:44:08 UTC 2021. [2021-01-22T00:44:08.541Z] Universal Time is now: Fri Jan 22 00:44:08 UTC 2021. [2021-01-22T00:44:08.541Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T00:44:08.541Z] [2021-01-22T00:44:08.541Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T00:44:08.541Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:08.803Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T00:44:08.803Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:44:08.803Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T00:44:08.803Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T00:44:08.803Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:44:08.803Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:44:08.803Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T00:44:09.065Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:44:09.065Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:09.065Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:44:09.327Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:09.327Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:09.327Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:09.327Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T00:44:09.327Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:44:09.327Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T00:44:09.602Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:44:09.602Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T00:44:09.602Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T00:44:09.602Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:09.602Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:44:11.528Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:44:12.099Z] 22 added, 17 removed; done. [2021-01-22T00:44:12.099Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:44:12.359Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:44:12.359Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T00:44:12.359Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T00:44:12.359Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T00:44:12.359Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.359Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:12.620Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.620Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.620Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.620Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.620Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.620Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T00:44:12.620Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:12.620Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:12.620Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T00:44:12.881Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:44:12.881Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.881Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:44:12.881Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:12.881Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T00:44:12.881Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:44:12.881Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:13.142Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:44:13.142Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T00:44:13.142Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:44:13.142Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:44:13.713Z] 0 added, 0 removed; done. [2021-01-22T00:44:13.713Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T00:44:13.713Z] done. [2021-01-22T00:44:14.285Z] Reading package lists... [2021-01-22T00:44:14.285Z] Building dependency tree... [2021-01-22T00:44:14.285Z] Reading state information... [2021-01-22T00:44:14.546Z] The following NEW packages will be installed: [2021-01-22T00:44:14.546Z] apt-transport-https [2021-01-22T00:44:14.546Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:44:14.546Z] Need to get 1696 B of archives. [2021-01-22T00:44:14.546Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T00:44:14.546Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T00:44:14.807Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:44:14.807Z] Fetched 1696 B in 0s (9386 B/s) [2021-01-22T00:44:14.807Z] Selecting previously unselected package apt-transport-https. [2021-01-22T00:44:14.807Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T00:44:14.807Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T00:44:14.807Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:44:14.807Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:44:15.069Z] Waiting for network to be ready... [2021-01-22T00:44:20.358Z] 2021-01-22T00:44:17Z INFO Waiting for automatic snapd restart... [2021-01-22T00:44:20.358Z] snapd 2.48.2 from Canonical* installed [2021-01-22T00:44:21.302Z] "snapd" switched to the "latest/stable" channel [2021-01-22T00:44:21.302Z] [2021-01-22T00:44:23.840Z] core18 20201210 from Canonical* installed [2021-01-22T00:44:24.099Z] "core18" switched to the "latest/stable" channel [2021-01-22T00:44:24.099Z] [2021-01-22T00:44:27.407Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:44:27.407Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T00:44:27.407Z] [2021-01-22T00:44:30.707Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-22T00:44:30.707Z] - README.md [2021-01-22T00:44:30.707Z] - snapcraft.yaml.orig [2021-01-22T00:44:30.707Z] [2021-01-22T00:44:30.707Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:44:37.779Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:37.779Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:44:37.779Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:44:37.779Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:44:38.741Z] Reading package lists... [2021-01-22T00:44:39.001Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-22T00:44:45.596Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:45.596Z] Reading package lists... [2021-01-22T00:44:45.596Z] Building dependency tree... [2021-01-22T00:44:45.596Z] Reading state information... [2021-01-22T00:44:45.596Z] Suggested packages: [2021-01-22T00:44:45.596Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T00:44:45.596Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T00:44:45.596Z] Recommended packages: [2021-01-22T00:44:45.596Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T00:44:45.596Z] The following NEW packages will be installed: [2021-01-22T00:44:45.596Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T00:44:45.596Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T00:44:45.596Z] pkg-config zip [2021-01-22T00:44:45.596Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:44:45.596Z] Need to get 7655 kB of archives. [2021-01-22T00:44:45.596Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T00:44:45.596Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-22T00:44:45.596Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T00:44:45.596Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T00:44:45.856Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T00:44:45.856Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T00:44:45.856Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T00:44:45.856Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T00:44:45.856Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T00:44:46.116Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T00:44:46.116Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T00:44:46.116Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T00:44:46.116Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T00:44:46.116Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T00:44:46.375Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T00:44:46.375Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T00:44:46.375Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:44:46.635Z] Fetched 7655 kB in 1s (6937 kB/s) [2021-01-22T00:44:46.635Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T00:44:46.635Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T00:44:46.635Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T00:44:46.635Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:44:46.896Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T00:44:46.896Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T00:44:46.896Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:44:46.896Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T00:44:46.896Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T00:44:46.896Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:44:47.159Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T00:44:47.159Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T00:44:47.159Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:44:47.159Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T00:44:47.159Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T00:44:47.159Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:44:47.159Z] Selecting previously unselected package liberror-perl. [2021-01-22T00:44:47.159Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T00:44:47.159Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T00:44:47.420Z] Selecting previously unselected package git-man. [2021-01-22T00:44:47.420Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T00:44:47.420Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:47.420Z] Selecting previously unselected package git. [2021-01-22T00:44:47.420Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T00:44:47.691Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:48.264Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T00:44:48.264Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T00:44:48.264Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:44:48.526Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T00:44:48.526Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T00:44:48.526Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:44:48.526Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T00:44:48.526Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T00:44:48.526Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:44:48.789Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T00:44:48.789Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:44:48.789Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:48.789Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T00:44:48.789Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:44:48.789Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:48.789Z] Selecting previously unselected package pkg-config. [2021-01-22T00:44:48.789Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T00:44:48.789Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:44:49.051Z] Selecting previously unselected package zip. [2021-01-22T00:44:49.051Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T00:44:49.051Z] Unpacking zip (3.0-11build1) ... [2021-01-22T00:44:49.051Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:44:49.051Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:49.051Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:44:49.311Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T00:44:49.311Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:44:49.311Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:44:49.311Z] No schema files found: doing nothing. [2021-01-22T00:44:49.311Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:44:49.311Z] Setting up zip (3.0-11build1) ... [2021-01-22T00:44:49.311Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:44:49.311Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:44:49.311Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:44:49.575Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:49.575Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:44:49.575Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:44:49.575Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:44:49.575Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:44:56.304Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:44:56.305Z] git set to automatically installed. [2021-01-22T00:44:56.305Z] git-man set to automatically installed. [2021-01-22T00:44:56.305Z] libcurl3-gnutls set to automatically installed. [2021-01-22T00:44:56.305Z] liberror-perl set to automatically installed. [2021-01-22T00:44:56.305Z] libglib2.0-0 set to automatically installed. [2021-01-22T00:44:56.305Z] libnghttp2-14 set to automatically installed. [2021-01-22T00:44:56.305Z] libnorm1 set to automatically installed. [2021-01-22T00:44:56.305Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T00:44:56.305Z] libpsl5 set to automatically installed. [2021-01-22T00:44:56.305Z] librtmp1 set to automatically installed. [2021-01-22T00:44:56.305Z] libsodium23 set to automatically installed. [2021-01-22T00:44:56.305Z] libzmq3-dev set to automatically installed. [2021-01-22T00:44:56.305Z] libzmq5 set to automatically installed. [2021-01-22T00:44:56.305Z] pkg-config set to automatically installed. [2021-01-22T00:44:56.305Z] zip set to automatically installed. [2021-01-22T00:44:58.365Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T00:45:04.961Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:45:04.962Z] snap "core18" has no updates available [2021-01-22T00:45:05.222Z] Pulling config-common [2021-01-22T00:45:06.605Z] Pulling go-build-helper [2021-01-22T00:45:20.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T00:45:20.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:45:28.597Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:45:28.597Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:45:28.597Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:45:28.597Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:45:28.597Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:45:28.597Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:45:28.597Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:45:28.597Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:45:28.597Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:45:28.597Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:45:28.597Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:45:28.597Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:45:28.597Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:45:28.597Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:45:28.597Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:45:28.597Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:45:28.597Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:45:28.597Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:45:28.597Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:45:28.597Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:45:28.597Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:45:28.597Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:45:28.597Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:45:28.597Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:45:28.597Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:45:28.597Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:45:28.597Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:45:28.597Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T00:45:28.597Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T00:45:28.597Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T00:45:28.597Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T00:45:28.597Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T00:45:28.597Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T00:45:28.597Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T00:45:28.597Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T00:45:28.597Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T00:45:28.597Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T00:45:28.597Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T00:45:28.597Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T00:45:28.597Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T00:45:28.597Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T00:45:28.597Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T00:45:28.597Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T00:45:28.597Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T00:45:28.597Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T00:45:28.597Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T00:45:28.597Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T00:45:28.597Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T00:45:28.597Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T00:45:28.597Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T00:45:28.598Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T00:45:28.598Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T00:45:28.598Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T00:45:28.598Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T00:45:28.598Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T00:45:28.598Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T00:45:28.598Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T00:45:28.598Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T00:45:28.598Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T00:45:28.598Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T00:45:28.598Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T00:45:28.598Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T00:45:28.598Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T00:45:28.598Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T00:45:28.598Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T00:45:28.696Z] Removing intermediate container c36936d271da [2021-01-22T00:45:28.696Z] ---> 00f6ab9f37e2 [2021-01-22T00:45:28.696Z] [2021-01-22T00:45:28.696Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:45:28.696Z] 3.12: Pulling from library/alpine [2021-01-22T00:45:28.696Z] Removing intermediate container aed8efb1ffaa [2021-01-22T00:45:28.696Z] ---> e6ccac195bc3 [2021-01-22T00:45:28.696Z] [2021-01-22T00:45:28.696Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:45:28.696Z] 3.12: Pulling from library/alpine [2021-01-22T00:45:30.152Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:45:30.152Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:45:30.152Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:45:30.152Z] Status: Image is up to date for alpine:3.12 [2021-01-22T00:45:30.152Z] ---> afeebe901d6b [2021-01-22T00:45:30.152Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:45:30.152Z] ---> afeebe901d6b [2021-01-22T00:45:30.152Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:45:30.553Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T00:45:30.554Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T00:45:30.554Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T00:45:30.554Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T00:45:30.554Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T00:45:30.554Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T00:45:30.554Z] Pulling static-packages [2021-01-22T00:45:31.530Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-22T00:45:31.530Z] Skipping pull go-build-helper (already ran) [2021-01-22T00:45:31.530Z] Skipping pull static-packages (already ran) [2021-01-22T00:45:31.530Z] Building go-build-helper [2021-01-22T00:45:32.157Z] ---> Running in 7be8fcc2cee6 [2021-01-22T00:45:32.158Z] ---> Running in 412fdb6dfea1 [2021-01-22T00:45:32.435Z] Removing intermediate container 8ba9eed56a8d [2021-01-22T00:45:32.435Z] ---> 1aa09cbeef49 [2021-01-22T00:45:32.435Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:45:32.435Z] Removing intermediate container 25ec2a55e741 [2021-01-22T00:45:32.435Z] ---> c609ee1fdb65 [2021-01-22T00:45:32.435Z] [2021-01-22T00:45:32.435Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:45:32.435Z] ---> afeebe901d6b [2021-01-22T00:45:32.435Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:45:33.033Z] ---> Running in 24a0558382bb [2021-01-22T00:45:33.033Z] ---> Running in aa6dfb95c229 [2021-01-22T00:45:34.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:34.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:34.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:34.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:35.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:35.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T00:45:35.354Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:45:35.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:35.631Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:45:35.631Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:45:35.631Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:45:35.631Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:45:35.631Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:45:35.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:45:35.631Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:45:35.631Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:45:35.631Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:45:35.631Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:45:35.631Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:45:35.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:45:35.780Z] Building static-packages [2021-01-22T00:45:35.911Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:45:35.911Z] OK: 7 MiB in 19 packages [2021-01-22T00:45:36.189Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:45:36.189Z] OK: 7 MiB in 19 packages [2021-01-22T00:45:36.189Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:45:36.189Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:45:36.467Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:45:36.467Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:45:36.467Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:45:36.749Z] OK: 7 MiB in 18 packages [2021-01-22T00:45:37.170Z] Staging go-build-helper [2021-01-22T00:45:37.744Z] Staging static-packages [2021-01-22T00:45:38.694Z] Pulling go115 [2021-01-22T00:45:39.395Z] Removing intermediate container 7be8fcc2cee6 [2021-01-22T00:45:39.395Z] ---> 61a0ed98ee69 [2021-01-22T00:45:39.395Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:45:39.395Z] Removing intermediate container 412fdb6dfea1 [2021-01-22T00:45:39.395Z] ---> c65b6e001038 [2021-01-22T00:45:39.395Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:45:39.641Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T00:45:39.641Z] Skipping pull go115 (already ran) [2021-01-22T00:45:39.641Z] Building go115 [2021-01-22T00:45:39.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:45:39.641Z] Dload Upload Total Spent Left Speed [2021-01-22T00:45:39.669Z] ---> Running in 1f262728e938 [2021-01-22T00:45:39.669Z] ---> Running in 852792462c40 [2021-01-22T00:45:39.946Z] Removing intermediate container aa6dfb95c229 [2021-01-22T00:45:39.946Z] ---> 9d098bca6c56 [2021-01-22T00:45:39.946Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:45:40.229Z] ---> Running in 304f7d4610c8 [2021-01-22T00:45:40.229Z] Removing intermediate container 1f262728e938 [2021-01-22T00:45:40.229Z] ---> 82cd60eebe09 [2021-01-22T00:45:40.229Z] Step 13/24 : WORKDIR / [2021-01-22T00:45:40.509Z] Removing intermediate container 852792462c40 [2021-01-22T00:45:40.509Z] ---> 7d196e72a143 [2021-01-22T00:45:40.509Z] Step 13/22 : WORKDIR / [2021-01-22T00:45:40.509Z] ---> Running in 80b9247fa816 [2021-01-22T00:45:40.798Z] ---> Running in cefa27a4fb3e [2021-01-22T00:45:40.798Z] Removing intermediate container 24a0558382bb [2021-01-22T00:45:40.798Z] ---> ab1f021eb528 [2021-01-22T00:45:40.798Z] [2021-01-22T00:45:40.798Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:45:40.798Z] Removing intermediate container 304f7d4610c8 [2021-01-22T00:45:40.798Z] ---> 2e8c109900ad [2021-01-22T00:45:41.081Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:45:41.081Z] 20.10.0: Pulling from library/docker [2021-01-22T00:45:41.372Z] ---> Running in d463fb99fd63 [2021-01-22T00:45:41.653Z] Removing intermediate container cefa27a4fb3e [2021-01-22T00:45:41.653Z] ---> 0f83e1832a41 [2021-01-22T00:45:41.653Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:45:41.653Z] Removing intermediate container 80b9247fa816 [2021-01-22T00:45:41.653Z] ---> deb1793561cd [2021-01-22T00:45:41.653Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T00:45:42.644Z] Removing intermediate container d463fb99fd63 [2021-01-22T00:45:42.644Z] ---> e666a426deab [2021-01-22T00:45:42.644Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:45:43.648Z] ---> fd36f763667b [2021-01-22T00:45:43.648Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T00:45:43.648Z] ---> 7058a2e29cc2 [2021-01-22T00:45:43.648Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:45:43.926Z] ---> 250dec69411c [2021-01-22T00:45:43.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:45:43.969Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 24.7M 0 0 24.1M 0 0:00:04 0:00:01 0:00:03 24.1M 44 115M 44 51.6M 0 0 25.5M 0 0:00:04 0:00:02 0:00:02 25.5M 67 115M 67 77.8M 0 0 25.7M 0 0:00:04 0:00:03 0:00:01 25.7M 95 115M 95 110M 0 0 27.3M 0 0:00:04 0:00:04 --:--:-- 27.3M 100 115M 100 115M 0 0 27.6M 0 0:00:04 0:00:04 --:--:-- 27.8M [2021-01-22T00:45:44.541Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T00:45:45.367Z] ---> a5b78197c749 [2021-01-22T00:45:45.367Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:45:46.813Z] ---> 1c0e5947cd2b [2021-01-22T00:45:46.813Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:45:47.432Z] ---> db33890f91db [2021-01-22T00:45:47.432Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:45:47.432Z] ---> e36eabd9cb3d [2021-01-22T00:45:47.432Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:45:47.432Z] Removing intermediate container 1914a0746b32 [2021-01-22T00:45:47.432Z] ---> 0ff2390e3d12 [2021-01-22T00:45:47.432Z] [2021-01-22T00:45:47.432Z] Step 10/22 : FROM scratch [2021-01-22T00:45:47.432Z] ---> [2021-01-22T00:45:47.432Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:45:47.855Z] Staging go115 [2021-01-22T00:45:48.428Z] ---> 6a7d69af7a8a [2021-01-22T00:45:48.428Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:45:48.428Z] ---> Running in bba1ae352f60 [2021-01-22T00:45:49.862Z] ---> c3427316c900 [2021-01-22T00:45:49.862Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:45:49.862Z] ---> f086b4375671 [2021-01-22T00:45:49.862Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:45:50.469Z] ---> 0526594c87e7 [2021-01-22T00:45:50.469Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:45:50.469Z] Removing intermediate container bba1ae352f60 [2021-01-22T00:45:50.469Z] ---> dc4ba3f5422c [2021-01-22T00:45:50.469Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:45:51.460Z] ---> Running in 305a79f288c6 [2021-01-22T00:45:51.460Z] ---> Running in bbf7be5755e0 [2021-01-22T00:45:51.460Z] ---> Running in c53f6249c9b2 [2021-01-22T00:45:51.746Z] ---> aa82b606bea6 [2021-01-22T00:45:51.747Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:45:52.352Z] Removing intermediate container bbf7be5755e0 [2021-01-22T00:45:52.352Z] ---> cd6e6ce6d264 [2021-01-22T00:45:52.352Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:45:52.352Z] Removing intermediate container 305a79f288c6 [2021-01-22T00:45:52.352Z] ---> 7f9b0654d629 [2021-01-22T00:45:52.352Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:45:52.636Z] ---> Running in 8f1df5590ea1 [2021-01-22T00:45:52.636Z] ---> 0339db133dcc [2021-01-22T00:45:52.636Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T00:45:52.636Z] ---> Running in bc3856108a86 [2021-01-22T00:45:52.917Z] ---> Running in a7065d041d47 [2021-01-22T00:45:53.180Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:45:53.180Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:45:53.180Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:45:53.180Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T00:45:53.180Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T00:45:53.180Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T00:45:53.180Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T00:45:53.180Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T00:45:53.180Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T00:45:53.180Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T00:45:53.180Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T00:45:53.180Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T00:45:53.180Z] Pulling edgex-go [2021-01-22T00:45:53.191Z] Removing intermediate container 8f1df5590ea1 [2021-01-22T00:45:53.191Z] ---> ef40864b310c [2021-01-22T00:45:53.191Z] Step 14/22 : WORKDIR / [2021-01-22T00:45:53.476Z] ---> Running in 5522b344932f [2021-01-22T00:45:53.476Z] Removing intermediate container bc3856108a86 [2021-01-22T00:45:53.476Z] ---> 3342234a23a9 [2021-01-22T00:45:53.476Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:45:53.750Z] ---> Running in 255d6870b807 [2021-01-22T00:45:54.027Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:45:54.027Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:45:54.027Z] ---> eeaf43b92773 [2021-01-22T00:45:54.027Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:45:54.127Z] Pulling version [2021-01-22T00:45:54.310Z] Removing intermediate container 5522b344932f [2021-01-22T00:45:54.310Z] ---> a79ab2fa4232 [2021-01-22T00:45:54.310Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:45:54.310Z] ---> Running in bbbfd1b8dddf [2021-01-22T00:45:54.586Z] Removing intermediate container 255d6870b807 [2021-01-22T00:45:54.586Z] ---> 4feaeb2d318b [2021-01-22T00:45:54.586Z] Step 20/21 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:45:54.862Z] ---> Running in 51f1875649fc [2021-01-22T00:45:55.071Z] Building config-common [2021-01-22T00:45:55.458Z] Removing intermediate container c53f6249c9b2 [2021-01-22T00:45:55.458Z] ---> 6899a8adb9c5 [2021-01-22T00:45:55.458Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:45:55.458Z] ---> 8caa7c8b9e9a [2021-01-22T00:45:55.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:45:55.730Z] ---> Running in da7b4f2aee4b [2021-01-22T00:45:55.730Z] Removing intermediate container 51f1875649fc [2021-01-22T00:45:55.730Z] ---> 704c93468251 [2021-01-22T00:45:55.730Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:45:56.017Z] ---> Running in 15fe53f947b4 [2021-01-22T00:45:56.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:56.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:45:56.292Z] Removing intermediate container a7065d041d47 [2021-01-22T00:45:56.292Z] ---> 55f6633eb282 [2021-01-22T00:45:56.292Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:45:56.292Z] Removing intermediate container da7b4f2aee4b [2021-01-22T00:45:56.292Z] ---> 9dd26384fd59 [2021-01-22T00:45:56.292Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:45:56.567Z] ---> Running in 0cde38c14be5 [2021-01-22T00:45:56.567Z] ---> Running in faca73a8977e [2021-01-22T00:45:56.852Z] Removing intermediate container 15fe53f947b4 [2021-01-22T00:45:56.852Z] ---> 4ada17b1eff4 [2021-01-22T00:45:56.852Z] [2021-01-22T00:45:56.852Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:45:56.852Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:45:56.852Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:45:56.852Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:45:56.852Z] OK: 12 MiB in 22 packages [2021-01-22T00:45:57.000Z] Skipping build go-build-helper (already ran) [2021-01-22T00:45:57.000Z] Skipping build static-packages (already ran) [2021-01-22T00:45:57.000Z] Skipping build go115 (already ran) [2021-01-22T00:45:57.000Z] Building edgex-go [2021-01-22T00:45:57.124Z] ---> 92cf611e5e85 [2021-01-22T00:45:57.125Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:45:57.265Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T00:45:57.406Z] Successfully built 4ada17b1eff4 [2021-01-22T00:45:57.406Z] Removing intermediate container 0cde38c14be5 [2021-01-22T00:45:57.406Z] ---> 0465774a9cec [2021-01-22T00:45:57.406Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:45:57.406Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T00:45:57.406Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-22T00:45:57.406Z] Removing intermediate container faca73a8977e [2021-01-22T00:45:57.406Z] ---> 7566ab1ee222 [2021-01-22T00:45:57.406Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:45:57.685Z] ---> Running in 05e748764b10 [2021-01-22T00:45:57.685Z] ---> Running in 15c06223ba3f [2021-01-22T00:45:57.965Z] ---> a0a36497a85f [2021-01-22T00:45:57.965Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:45:58.244Z] ---> Running in a6c27084d090 [2021-01-22T00:45:58.525Z] Removing intermediate container 05e748764b10 [2021-01-22T00:45:58.525Z] ---> 64baf3ffd7fe [2021-01-22T00:45:58.525Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:45:58.525Z] Removing intermediate container 15c06223ba3f [2021-01-22T00:45:58.525Z] ---> cedffd3a4e13 [2021-01-22T00:45:58.525Z] Step 23/24 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:45:58.525Z] Removing intermediate container bbbfd1b8dddf [2021-01-22T00:45:58.525Z] ---> b053d4a48081 [2021-01-22T00:45:58.525Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:45:58.658Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T00:45:58.658Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T00:45:58.658Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.3 [2021-01-22T00:45:58.658Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T00:45:58.658Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T00:45:58.658Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T00:45:58.658Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T00:45:58.658Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T00:45:58.658Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T00:45:58.658Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T00:45:58.658Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T00:45:58.658Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T00:45:58.658Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T00:45:58.659Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T00:45:58.659Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T00:45:58.659Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T00:45:58.659Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T00:45:58.659Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T00:45:58.802Z] ---> Running in 8b11b4f33171 [2021-01-22T00:45:58.802Z] ---> Running in 7021e79b500c [2021-01-22T00:45:58.802Z] ---> Running in b25b76031eb2 [2021-01-22T00:45:58.923Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T00:45:58.923Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T00:45:58.923Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T00:45:58.923Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T00:45:58.923Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T00:45:58.923Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T00:45:58.923Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T00:45:58.923Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T00:45:58.923Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T00:45:58.923Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T00:45:58.923Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T00:45:59.074Z] Removing intermediate container a6c27084d090 [2021-01-22T00:45:59.074Z] ---> ab7265d7eda8 [2021-01-22T00:45:59.074Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:45:59.184Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T00:45:59.184Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T00:45:59.184Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T00:45:59.685Z] ---> Running in dc48fcbb8052 [2021-01-22T00:45:59.965Z] Removing intermediate container 8b11b4f33171 [2021-01-22T00:45:59.965Z] Removing intermediate container b25b76031eb2 [2021-01-22T00:45:59.965Z] ---> 0a8402b0f3a9 [2021-01-22T00:45:59.965Z] [2021-01-22T00:45:59.965Z] ---> 6e69a95536bb [2021-01-22T00:45:59.965Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:45:59.965Z] Removing intermediate container 7021e79b500c [2021-01-22T00:45:59.965Z] ---> b6eb04644ecb [2021-01-22T00:45:59.965Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:46:00.566Z] Successfully built 0a8402b0f3a9 [2021-01-22T00:46:00.566Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-22T00:46:00.566Z] Building docker-support-notifications-go [2021-01-22T00:46:00.566Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dc48fcbb8052 [2021-01-22T00:46:00.566Z] ---> 154835afed0b [2021-01-22T00:46:00.566Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:46:01.164Z] ---> Running in 56f30ac08cb5 [2021-01-22T00:46:01.164Z] ---> Running in f3c8973fef45 [2021-01-22T00:46:01.164Z] ---> Running in db05cde3e572 [2021-01-22T00:46:01.761Z] Removing intermediate container f3c8973fef45 [2021-01-22T00:46:01.761Z] ---> c71fc5ccbfea [2021-01-22T00:46:01.761Z] Removing intermediate container 56f30ac08cb5 [2021-01-22T00:46:01.761Z] ---> 6007562c99c8 [2021-01-22T00:46:01.761Z] [2021-01-22T00:46:01.761Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:46:02.041Z] Removing intermediate container db05cde3e572 [2021-01-22T00:46:02.041Z] ---> f6a873d9e725 [2021-01-22T00:46:02.041Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:46:02.041Z] ---> Running in 4d67e06f71b4 [2021-01-22T00:46:02.318Z] Successfully built 6007562c99c8 [2021-01-22T00:46:02.318Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T00:46:02.318Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-22T00:46:02.595Z] ---> Running in 7217420f6e38 [2021-01-22T00:46:02.870Z] Removing intermediate container 4d67e06f71b4 [2021-01-22T00:46:02.870Z] ---> 2b028549dd98 [2021-01-22T00:46:02.870Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:46:03.143Z] Removing intermediate container 7217420f6e38 [2021-01-22T00:46:03.143Z] ---> 44b0ed6e5f63 [2021-01-22T00:46:03.143Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:46:03.747Z] ---> Running in 6189f473530a [2021-01-22T00:46:04.348Z] ---> 92c438baf5f0 [2021-01-22T00:46:04.348Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:46:04.348Z] Removing intermediate container 6189f473530a [2021-01-22T00:46:04.348Z] ---> 3c18ec13d94c [2021-01-22T00:46:04.348Z] [2021-01-22T00:46:04.944Z] Successfully built 3c18ec13d94c [2021-01-22T00:46:04.944Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T00:46:04.944Z] Building docker-core-data-go [2021-01-22T00:46:05.920Z]  Building docker-core-metadata-go ... done  ---> d3f7245a259d [2021-01-22T00:46:05.920Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:46:07.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T00:46:07.897Z] ---> 69759d2e41f7 [2021-01-22T00:46:07.897Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:46:08.502Z] ---> Running in 84b8fc50d2b2 [2021-01-22T00:46:09.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:09.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:10.544Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:46:10.544Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:46:10.544Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:46:10.544Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:46:10.544Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:46:10.544Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:46:10.544Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:46:11.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:46:12.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T00:46:12.527Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:46:12.527Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:46:12.527Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:46:12.527Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:46:12.527Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:46:12.527Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:46:12.527Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:46:12.801Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:46:12.801Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:46:12.801Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:46:12.801Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:46:12.801Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:46:12.801Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:46:12.801Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:46:12.801Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:46:12.801Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:46:13.075Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:46:13.075Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:46:13.075Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:46:13.075Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:46:13.075Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:46:13.075Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:46:13.075Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:46:13.075Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:46:13.075Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:46:13.076Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:46:13.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T00:46:13.356Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:46:13.356Z] OK: 71 MiB in 55 packages [2021-01-22T00:46:13.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T00:46:13.655Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T00:46:13.918Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T00:46:13.918Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T00:46:13.918Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T00:46:15.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:46:15.839Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T00:46:15.839Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T00:46:16.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T00:46:17.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T00:46:17.756Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T00:46:19.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T00:46:20.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T00:46:21.039Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T00:46:21.039Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T00:46:22.975Z] Building version [2021-01-22T00:46:24.938Z] Staging config-common [2021-01-22T00:46:25.820Z] Removing intermediate container 84b8fc50d2b2 [2021-01-22T00:46:25.820Z] ---> 8796cd5a05e6 [2021-01-22T00:46:25.820Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:46:25.820Z] ---> Running in 0c76f9f3f0c5 [2021-01-22T00:46:25.921Z] Skipping stage go-build-helper (already ran) [2021-01-22T00:46:25.921Z] Skipping stage static-packages (already ran) [2021-01-22T00:46:25.921Z] Skipping stage go115 (already ran) [2021-01-22T00:46:25.921Z] Staging edgex-go [2021-01-22T00:46:26.878Z] Staging version [2021-01-22T00:46:27.540Z] Priming config-common [2021-01-22T00:46:28.488Z] Priming go-build-helper [2021-01-22T00:46:29.434Z] Priming static-packages [2021-01-22T00:46:31.328Z] Collecting docker-compose==1.23.2 [2021-01-22T00:46:31.328Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:46:31.987Z] Priming go115 [2021-01-22T00:46:32.316Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:46:32.316Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:46:32.561Z] Priming edgex-go [2021-01-22T00:46:33.297Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:46:33.297Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:46:33.504Z] Priming version [2021-01-22T00:46:34.280Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:46:34.280Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:46:34.912Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-22T00:46:35.724Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:46:35.724Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T00:46:40.094Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:46:40.094Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:46:42.512Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T00:46:42.512Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:46:42.512Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:46:43.556Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:46:43.556Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:46:43.556Z] ---> db72cfefe413 [2021-01-22T00:46:43.556Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:46:43.556Z] ---> Using cache [2021-01-22T00:46:43.556Z] ---> 4c36d64170ea [2021-01-22T00:46:43.556Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:46:43.556Z] ---> Using cache [2021-01-22T00:46:43.556Z] ---> 71528b9e1c71 [2021-01-22T00:46:43.556Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:46:46.245Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:46:46.245Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:46:48.257Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:46:48.257Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:46:48.257Z] ---> db72cfefe413 [2021-01-22T00:46:48.257Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:46:48.257Z] ---> Using cache [2021-01-22T00:46:48.257Z] ---> 4c36d64170ea [2021-01-22T00:46:48.257Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:46:48.257Z] ---> Using cache [2021-01-22T00:46:48.257Z] ---> 71528b9e1c71 [2021-01-22T00:46:48.257Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:46:49.255Z] ---> Running in 3d6aaa342368 [2021-01-22T00:46:49.255Z] ---> Running in f574ee216c20 [2021-01-22T00:46:49.255Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:46:49.255Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:46:49.255Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:46:49.255Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:46:49.255Z] ---> db72cfefe413 [2021-01-22T00:46:49.255Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:46:49.255Z] ---> Using cache [2021-01-22T00:46:49.255Z] ---> 4c36d64170ea [2021-01-22T00:46:49.255Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:46:49.255Z] ---> Using cache [2021-01-22T00:46:49.255Z] ---> 71528b9e1c71 [2021-01-22T00:46:49.255Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:46:49.255Z] ---> Running in 3067b4fa4ea1 [2021-01-22T00:46:49.865Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:46:49.865Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:46:50.494Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:46:50.494Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:46:50.494Z] ---> db72cfefe413 [2021-01-22T00:46:50.494Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:46:50.494Z] ---> Using cache [2021-01-22T00:46:50.494Z] ---> 4c36d64170ea [2021-01-22T00:46:50.494Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:46:50.494Z] ---> Using cache [2021-01-22T00:46:50.494Z] ---> 71528b9e1c71 [2021-01-22T00:46:50.494Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:46:50.494Z] ---> Running in 2364b319e71e [2021-01-22T00:46:51.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:51.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:51.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:52.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:52.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:52.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:52.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:52.788Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:46:52.788Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:46:53.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:46:53.342Z] OK: 217 MiB in 51 packages [2021-01-22T00:46:53.342Z] OK: 217 MiB in 51 packages [2021-01-22T00:46:53.342Z] OK: 217 MiB in 51 packages [2021-01-22T00:46:53.954Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:46:53.954Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:46:53.954Z] OK: 217 MiB in 51 packages [2021-01-22T00:46:54.239Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T00:46:54.518Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T00:46:54.799Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:46:54.799Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:46:54.799Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:46:54.799Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:46:54.799Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:46:54.799Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:46:55.079Z] Removing intermediate container f574ee216c20 [2021-01-22T00:46:55.079Z] ---> c5071f231fa5 [2021-01-22T00:46:55.079Z] Step 6/24 : COPY go.mod . [2021-01-22T00:46:55.355Z] Removing intermediate container 3d6aaa342368 [2021-01-22T00:46:55.355Z] ---> 49fced1913d8 [2021-01-22T00:46:55.355Z] Step 6/21 : COPY go.mod . [2021-01-22T00:46:55.636Z] Removing intermediate container 3067b4fa4ea1 [2021-01-22T00:46:55.636Z] ---> eeb47858b4dc [2021-01-22T00:46:55.636Z] Step 6/22 : COPY go.mod . [2021-01-22T00:46:55.912Z] Removing intermediate container 2364b319e71e [2021-01-22T00:46:55.912Z] ---> 0a988fd5b0be [2021-01-22T00:46:55.912Z] Step 6/23 : COPY go.mod . [2021-01-22T00:46:56.190Z] ---> 8a1a6b7160f6 [2021-01-22T00:46:56.190Z] Step 7/24 : RUN go mod download [2021-01-22T00:46:56.190Z] Installing collected packages: jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, texttable, cached-property, dockerpty, docker-compose [2021-01-22T00:46:56.465Z] ---> Running in 12b98c267722 [2021-01-22T00:46:56.751Z] ---> e8e409ba896b [2021-01-22T00:46:56.751Z] Step 7/21 : RUN go mod download [2021-01-22T00:46:57.347Z] ---> df8b202b150f [2021-01-22T00:46:57.347Z] Step 7/22 : RUN go mod download [2021-01-22T00:46:57.347Z] ---> Running in 135537b7795c [2021-01-22T00:46:57.347Z] ---> b50fabd27bf4 [2021-01-22T00:46:57.347Z] Step 7/23 : RUN go mod download [2021-01-22T00:46:57.347Z] Attempting uninstall: urllib3 [2021-01-22T00:46:57.347Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:46:57.347Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:46:57.624Z] ---> Running in 666facad9ed3 [2021-01-22T00:46:57.624Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:46:57.624Z] ---> Running in a9aea2cbb6cd [2021-01-22T00:46:58.636Z] Attempting uninstall: idna [2021-01-22T00:46:58.636Z] Found existing installation: idna 2.9 [2021-01-22T00:46:58.636Z] Uninstalling idna-2.9: [2021-01-22T00:46:58.923Z] Successfully uninstalled idna-2.9 [2021-01-22T00:46:59.923Z] Attempting uninstall: requests [2021-01-22T00:46:59.923Z] Found existing installation: requests 2.23.0 [2021-01-22T00:46:59.923Z] Uninstalling requests-2.23.0: [2021-01-22T00:46:59.923Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:47:00.924Z] Removing intermediate container 12b98c267722 [2021-01-22T00:47:00.924Z] ---> d9993bb95373 [2021-01-22T00:47:00.924Z] Step 8/24 : COPY . . [2021-01-22T00:47:01.539Z] Running setup.py install for PyYAML: started [2021-01-22T00:47:02.529Z] Removing intermediate container 666facad9ed3 [2021-01-22T00:47:02.529Z] ---> 4c7445eb13b0 [2021-01-22T00:47:02.529Z] Step 8/22 : COPY . . [2021-01-22T00:47:03.148Z] Removing intermediate container 135537b7795c [2021-01-22T00:47:03.148Z] ---> 32c00a00711a [2021-01-22T00:47:03.148Z] Step 8/21 : COPY . . [2021-01-22T00:47:03.148Z] Removing intermediate container a9aea2cbb6cd [2021-01-22T00:47:03.148Z] ---> 90e29b59e0b5 [2021-01-22T00:47:03.148Z] Step 8/23 : COPY . . [2021-01-22T00:47:05.156Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:47:05.156Z] Running setup.py install for docopt: started [2021-01-22T00:47:07.806Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:47:07.806Z] Running setup.py install for texttable: started [2021-01-22T00:47:10.476Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:47:10.476Z] Running setup.py install for dockerpty: started [2021-01-22T00:47:13.129Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:47:14.590Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-22T00:47:27.084Z] ---> 54a0be9d0dfe [2021-01-22T00:47:27.084Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:47:27.084Z] ---> e72666d34471 [2021-01-22T00:47:27.084Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:47:27.084Z] ---> 5608994db4ed [2021-01-22T00:47:27.084Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:47:27.084Z] ---> c8c166928d2e [2021-01-22T00:47:27.084Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:47:27.370Z] ---> Running in b57dab736588 [2021-01-22T00:47:27.370Z] ---> Running in bb89019f003b [2021-01-22T00:47:27.370Z] ---> Running in 74eb32dd9fa0 [2021-01-22T00:47:27.370Z] ---> Running in 7c7c026a9f23 [2021-01-22T00:47:28.366Z] Removing intermediate container 0c76f9f3f0c5 [2021-01-22T00:47:28.366Z] ---> 46959d83b7ac [2021-01-22T00:47:28.366Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:47:28.650Z] ---> Running in cca5b2a55e1a [2021-01-22T00:47:29.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T00:47:29.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:47:30.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:47:30.551Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T00:47:30.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:32.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:32.894Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:47:32.894Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:47:32.894Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:47:32.894Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:47:32.894Z] OK: 71 MiB in 58 packages [2021-01-22T00:47:34.913Z] Removing intermediate container cca5b2a55e1a [2021-01-22T00:47:34.913Z] ---> e7eda0cc9b58 [2021-01-22T00:47:34.913Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:47:35.192Z] ---> Running in 50cb561ec2fa [2021-01-22T00:47:35.811Z] Removing intermediate container 50cb561ec2fa [2021-01-22T00:47:35.811Z] ---> f1fe20fe3323 [2021-01-22T00:47:35.811Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:47:36.098Z] ---> Running in 43298349f9e3 [2021-01-22T00:47:37.086Z] Removing intermediate container 43298349f9e3 [2021-01-22T00:47:37.086Z] ---> 5467978bcf9f [2021-01-22T00:47:37.086Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T00:47:37.086Z] ---> Running in 15a62fe08946 [2021-01-22T00:47:38.079Z] Removing intermediate container 15a62fe08946 [2021-01-22T00:47:38.079Z] ---> d3f5f75eecca [2021-01-22T00:47:38.079Z] Step 25/26 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:47:38.079Z] ---> Running in 86b7cf891dbe [2021-01-22T00:47:39.119Z] Removing intermediate container 86b7cf891dbe [2021-01-22T00:47:39.119Z] ---> 1deff5dcf266 [2021-01-22T00:47:39.119Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:47:39.119Z] ---> Running in 30945ac95e6b [2021-01-22T00:47:40.135Z] Removing intermediate container 30945ac95e6b [2021-01-22T00:47:40.135Z] ---> d9eb7ca6cd7a [2021-01-22T00:47:40.135Z] [2021-01-22T00:47:40.433Z] Successfully built d9eb7ca6cd7a [2021-01-22T00:47:40.433Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T00:49:02.421Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b57dab736588 [2021-01-22T00:49:02.421Z] ---> b29a6eb4d611 [2021-01-22T00:49:02.421Z] [2021-01-22T00:49:02.421Z] Step 10/24 : FROM scratch [2021-01-22T00:49:02.421Z] ---> [2021-01-22T00:49:02.421Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium'Removing intermediate container bb89019f003b [2021-01-22T00:49:02.421Z] ---> 02bcc8949a3e [2021-01-22T00:49:02.421Z] [2021-01-22T00:49:02.421Z] [2021-01-22T00:49:02.421Z] Step 10/21 : FROM scratch [2021-01-22T00:49:02.421Z] ---> [2021-01-22T00:49:02.421Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:02.421Z] ---> Using cache [2021-01-22T00:49:02.421Z] ---> dc4ba3f5422c [2021-01-22T00:49:02.421Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:49:02.421Z] ---> Running in cc3b48c611a0 [2021-01-22T00:49:02.421Z] ---> Running in 0dba8655fc25 [2021-01-22T00:49:02.421Z] Removing intermediate container cc3b48c611a0 [2021-01-22T00:49:02.421Z] ---> df1c63294af8 [2021-01-22T00:49:02.421Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:49:02.421Z] Removing intermediate container 0dba8655fc25 [2021-01-22T00:49:02.421Z] ---> 36ef8760f786 [2021-01-22T00:49:02.421Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:49:02.421Z] ---> Running in 60789b662f11 [2021-01-22T00:49:02.421Z] ---> Running in 03d5b2e0897c [2021-01-22T00:49:02.421Z] Removing intermediate container 60789b662f11 [2021-01-22T00:49:02.421Z] ---> a0c4781ad283 [2021-01-22T00:49:02.421Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:02.421Z] Removing intermediate container 03d5b2e0897c [2021-01-22T00:49:02.421Z] ---> 1f77ab4b2787 [2021-01-22T00:49:02.421Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:49:02.698Z] ---> Running in 311f055687f3 [2021-01-22T00:49:03.317Z] Removing intermediate container 311f055687f3 [2021-01-22T00:49:03.317Z] ---> 55dcf5a61f69 [2021-01-22T00:49:03.317Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:49:03.317Z] ---> 47bd69ee67f3 [2021-01-22T00:49:03.317Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:49:04.784Z] ---> 0beb9b7f33e9 [2021-01-22T00:49:04.784Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:49:05.389Z] ---> 24b38db80d9e [2021-01-22T00:49:05.389Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:06.829Z] ---> f9c4f16c651d [2021-01-22T00:49:06.829Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:49:06.829Z] ---> cef7982e17d6 [2021-01-22T00:49:06.829Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:49:07.105Z] ---> Running in cc090fba3b7a [2021-01-22T00:49:08.084Z] Removing intermediate container cc090fba3b7a [2021-01-22T00:49:08.084Z] ---> 8f47cb6ebb99 [2021-01-22T00:49:08.084Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:08.682Z] ---> Running in c2b51f89a9ef [2021-01-22T00:49:08.682Z] ---> 9a2b551845a1 [2021-01-22T00:49:08.682Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:09.285Z] Removing intermediate container c2b51f89a9ef [2021-01-22T00:49:09.285Z] ---> fe015a237013 [2021-01-22T00:49:09.285Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:49:09.561Z] ---> Running in 90fa0cff9545 [2021-01-22T00:49:09.838Z] ---> caf1b2efb162 [2021-01-22T00:49:09.838Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:49:10.110Z] Removing intermediate container 7c7c026a9f23 [2021-01-22T00:49:10.110Z] ---> 3247958f779f [2021-01-22T00:49:10.110Z] [2021-01-22T00:49:10.110Z] Step 10/22 : FROM scratch [2021-01-22T00:49:10.110Z] ---> [2021-01-22T00:49:10.110Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:10.110Z] ---> Using cache [2021-01-22T00:49:10.110Z] ---> dc4ba3f5422c [2021-01-22T00:49:10.110Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:49:10.380Z] Removing intermediate container 90fa0cff9545 [2021-01-22T00:49:10.380Z] ---> 54b68bcc3fe0 [2021-01-22T00:49:10.380Z] Step 20/21 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:49:10.380Z] ---> Running in 9551b0324ea3 [2021-01-22T00:49:10.653Z] ---> Running in 85e7e1a6a40e [2021-01-22T00:49:11.250Z] Removing intermediate container 9551b0324ea3 [2021-01-22T00:49:11.250Z] ---> 98f9936405ca [2021-01-22T00:49:11.250Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:49:11.523Z] ---> c8e80705120b [2021-01-22T00:49:11.523Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:11.523Z] Removing intermediate container 85e7e1a6a40e [2021-01-22T00:49:11.523Z] ---> 086b25816623 [2021-01-22T00:49:11.523Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:49:11.523Z] ---> Running in 4603807d22ae [2021-01-22T00:49:11.801Z] ---> Running in ac618160ed6e [2021-01-22T00:49:12.407Z] Removing intermediate container 4603807d22ae [2021-01-22T00:49:12.407Z] ---> 7bf9ec8c1d1b [2021-01-22T00:49:12.407Z] Step 14/22 : WORKDIR / [2021-01-22T00:49:12.407Z] ---> Running in 6b8ba745ffef [2021-01-22T00:49:12.407Z] Removing intermediate container ac618160ed6e [2021-01-22T00:49:12.407Z] ---> 359b870e0c26 [2021-01-22T00:49:12.407Z] [2021-01-22T00:49:12.407Z] ---> 25e1cea62198 [2021-01-22T00:49:12.407Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:49:13.005Z] ---> Running in 5148c1461b29 [2021-01-22T00:49:13.005Z] Successfully built 359b870e0c26 [2021-01-22T00:49:13.284Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T00:49:13.284Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6b8ba745ffef [2021-01-22T00:49:13.284Z] ---> 05045267bbaf [2021-01-22T00:49:13.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:13.558Z] Removing intermediate container 5148c1461b29 [2021-01-22T00:49:13.558Z] ---> 8a5dd6581d6b [2021-01-22T00:49:13.558Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:13.832Z] ---> Running in 72dc0fa62099 [2021-01-22T00:49:14.106Z] ---> 62eef8475f81 [2021-01-22T00:49:14.106Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:49:14.708Z] Removing intermediate container 72dc0fa62099 [2021-01-22T00:49:14.708Z] ---> 289d84e6750e [2021-01-22T00:49:14.708Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:49:15.003Z] ---> Running in b5ef3bbbf0a9 [2021-01-22T00:49:15.607Z] ---> c9e62370026c [2021-01-22T00:49:15.607Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:15.884Z] Removing intermediate container b5ef3bbbf0a9 [2021-01-22T00:49:15.884Z] ---> 507b91ccc3b2 [2021-01-22T00:49:15.884Z] Step 23/24 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:49:15.884Z] ---> Running in 17eada0b64ce [2021-01-22T00:49:16.487Z] Removing intermediate container 17eada0b64ce [2021-01-22T00:49:16.487Z] ---> 143589dcff20 [2021-01-22T00:49:16.487Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:49:16.487Z] ---> f59e01143d7a [2021-01-22T00:49:16.487Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:49:16.762Z] ---> Running in 5b51104dd9cb [2021-01-22T00:49:16.762Z] ---> Running in 702f720a0dca [2021-01-22T00:49:17.357Z] Removing intermediate container 5b51104dd9cb [2021-01-22T00:49:17.357Z] ---> 83b5c5264d3f [2021-01-22T00:49:17.357Z] [2021-01-22T00:49:17.357Z] Removing intermediate container 702f720a0dca [2021-01-22T00:49:17.357Z] ---> c65add602a7c [2021-01-22T00:49:17.357Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:17.629Z] Successfully built 83b5c5264d3f [2021-01-22T00:49:17.907Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T00:49:17.907Z]  Building docker-support-notifications-go ... done  ---> Running in 143f6612bc99 [2021-01-22T00:49:18.510Z] Removing intermediate container 143f6612bc99 [2021-01-22T00:49:18.510Z] ---> 26056ccd9753 [2021-01-22T00:49:18.510Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:49:18.510Z] ---> Running in 586639fa4085 [2021-01-22T00:49:19.111Z] Removing intermediate container 586639fa4085 [2021-01-22T00:49:19.111Z] ---> 5b522b23ce72 [2021-01-22T00:49:19.111Z] Step 21/22 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:49:19.715Z] ---> Running in a0f6a422c15a [2021-01-22T00:49:20.351Z] Removing intermediate container a0f6a422c15a [2021-01-22T00:49:20.351Z] ---> e2ea00d8d382 [2021-01-22T00:49:20.351Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:49:20.640Z] ---> Running in 1e48e1ce6009 [2021-01-22T00:49:21.268Z] Removing intermediate container 74eb32dd9fa0 [2021-01-22T00:49:21.268Z] ---> fbb4038a7d23 [2021-01-22T00:49:21.268Z] [2021-01-22T00:49:21.268Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:49:21.268Z] ---> afeebe901d6b [2021-01-22T00:49:21.268Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:49:21.268Z] Removing intermediate container 1e48e1ce6009 [2021-01-22T00:49:21.268Z] ---> db94b8039017 [2021-01-22T00:49:21.268Z] [2021-01-22T00:49:21.542Z] ---> Running in 4e072a68dbbb [2021-01-22T00:49:21.812Z] Successfully built db94b8039017 [2021-01-22T00:49:21.812Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T00:49:21.812Z]  Building docker-core-command-go ... done Removing intermediate container 4e072a68dbbb [2021-01-22T00:49:21.812Z] ---> df57ec991a20 [2021-01-22T00:49:21.812Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:49:22.090Z] ---> Running in 25f7bc78a8ce [2021-01-22T00:49:22.360Z] Removing intermediate container 25f7bc78a8ce [2021-01-22T00:49:22.360Z] ---> 88020ce28e2e [2021-01-22T00:49:22.360Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:49:22.630Z] ---> Running in 5795e76acdbd [2021-01-22T00:49:22.902Z] Removing intermediate container 5795e76acdbd [2021-01-22T00:49:22.902Z] ---> 1aaf9fffb987 [2021-01-22T00:49:22.902Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:49:23.172Z] ---> Running in 80ed097b1bae [2021-01-22T00:49:25.140Z] Removing intermediate container 80ed097b1bae [2021-01-22T00:49:25.140Z] ---> f311e3ab848a [2021-01-22T00:49:25.140Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:49:25.411Z] ---> Running in 3a6206844549 [2021-01-22T00:49:26.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:27.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:28.392Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:49:28.392Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:49:28.392Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:49:28.662Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:49:28.935Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:49:28.935Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:49:29.209Z] OK: 8 MiB in 19 packages [2021-01-22T00:49:30.209Z] Removing intermediate container 3a6206844549 [2021-01-22T00:49:30.209Z] ---> 59bf96faa30f [2021-01-22T00:49:30.209Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:49:30.802Z] ---> a8093b494c0e [2021-01-22T00:49:30.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:49:32.238Z] ---> 0180a3c9e72e [2021-01-22T00:49:32.238Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:49:32.828Z] ---> 09684935eacd [2021-01-22T00:49:32.828Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:49:33.100Z] ---> Running in 90900f8a32e7 [2021-01-22T00:49:33.374Z] Removing intermediate container 90900f8a32e7 [2021-01-22T00:49:33.374Z] ---> 4315b09ad72a [2021-01-22T00:49:33.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:33.645Z] ---> Running in 353509a0e835 [2021-01-22T00:49:34.239Z] Removing intermediate container 353509a0e835 [2021-01-22T00:49:34.239Z] ---> 8f9568896811 [2021-01-22T00:49:34.239Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T00:49:34.239Z] ---> Running in 9c59c813f1a3 [2021-01-22T00:49:34.833Z] Removing intermediate container 9c59c813f1a3 [2021-01-22T00:49:34.833Z] ---> 006c9e5fdda7 [2021-01-22T00:49:34.833Z] Step 22/23 : LABEL git_sha=bfe1372f521cef71b954d9617e597979e37d233e [2021-01-22T00:49:34.833Z] ---> Running in 4c15faaa4762 [2021-01-22T00:49:35.429Z] Removing intermediate container 4c15faaa4762 [2021-01-22T00:49:35.429Z] ---> 4c76350df44a [2021-01-22T00:49:35.429Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:49:35.429Z] ---> Running in 789cca7ef865 [2021-01-22T00:49:36.023Z] Removing intermediate container 789cca7ef865 [2021-01-22T00:49:36.023Z] ---> c902eb55719b [2021-01-22T00:49:36.023Z] [2021-01-22T00:49:36.295Z] Successfully built c902eb55719b [2021-01-22T00:49:36.295Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T00:49:36.909Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T00:49:36.907Z] $ docker stop --time=1 5494d28cc310b2f7e0e47ccad3891a8b8a5273e7df5cd3ac937abeca438455f8 [2021-01-22T00:49:38.945Z] $ docker rm -f 5494d28cc310b2f7e0e47ccad3891a8b8a5273e7df5cd3ac937abeca438455f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:49:39.667Z] + docker images [2021-01-22T00:49:39.667Z] + grep docker [2021-01-22T00:49:39.939Z] docker-core-data-go-arm64 latest c902eb55719b 4 seconds ago 21MB [2021-01-22T00:49:39.939Z] docker-core-command-go-arm64 latest db94b8039017 19 seconds ago 10.6MB [2021-01-22T00:49:39.939Z] docker-support-notifications-go-arm64 latest 83b5c5264d3f 23 seconds ago 11.4MB [2021-01-22T00:49:39.939Z] docker-support-scheduler-go-arm64 latest 359b870e0c26 27 seconds ago 10.1MB [2021-01-22T00:49:39.939Z] docker-sys-mgmt-agent-go-arm64 latest d9eb7ca6cd7a 2 minutes ago 300MB [2021-01-22T00:49:39.939Z] docker-core-metadata-go-arm64 latest 3c18ec13d94c 3 minutes ago 12.3MB [2021-01-22T00:49:39.939Z] docker-security-secretstore-setup-go-arm64 latest 6007562c99c8 3 minutes ago 23.4MB [2021-01-22T00:49:39.939Z] docker-security-bootstrap-redis-go-arm64 latest 0a8402b0f3a9 3 minutes ago 15.1MB [2021-01-22T00:49:39.939Z] docker-security-proxy-setup-go-arm64 latest 4ada17b1eff4 3 minutes ago 23.2MB [2021-01-22T00:49:39.939Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-22T00:49:42.028Z] provisioning config files... [2021-01-22T00:49:42.049Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6598092352164445353tmp [Pipeline] { [Pipeline] sh [2021-01-22T00:49:42.436Z] + set +x [2021-01-22T00:49:42.436Z] + curl -s https://codecov.io/bash [2021-01-22T00:49:42.436Z] + bash -s -- [2021-01-22T00:49:43.029Z] [2021-01-22T00:49:43.029Z] _____ _ [2021-01-22T00:49:43.029Z] / ____| | | [2021-01-22T00:49:43.029Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T00:49:43.029Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T00:49:43.029Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T00:49:43.029Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T00:49:43.029Z] Bash-20210115-cec3c92 [2021-01-22T00:49:43.029Z] [2021-01-22T00:49:43.029Z] [2021-01-22T00:49:43.029Z] ==> git version 2.24.3 found [2021-01-22T00:49:43.029Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T00:49:43.029Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T00:49:43.029Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T00:49:43.029Z] ==> Jenkins CI detected. [2021-01-22T00:49:43.029Z] project root: . [2021-01-22T00:49:43.029Z] --> token set from env [2021-01-22T00:49:43.029Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T00:49:43.029Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T00:49:43.029Z] ==> Python coveragepy not found [2021-01-22T00:49:43.029Z] ==> Searching for coverage reports in: [2021-01-22T00:49:43.029Z] + . [2021-01-22T00:49:43.029Z] -> Found 1 reports [2021-01-22T00:49:43.029Z] ==> Detecting git/mercurial file structure [2021-01-22T00:49:43.291Z] ==> Reading reports [2021-01-22T00:49:43.291Z] + ./coverage.out bytes=552190 [2021-01-22T00:49:43.291Z] ==> Appending adjustments [2021-01-22T00:49:43.291Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T00:49:46.617Z] + Found adjustments [2021-01-22T00:49:46.617Z] ==> Gzipping contents [2021-01-22T00:49:46.617Z] 84K /tmp/codecov.jdYS1z.gz [2021-01-22T00:49:46.617Z] ==> Uploading reports [2021-01-22T00:49:46.617Z] url: https://codecov.io [2021-01-22T00:49:46.617Z] query: branch=PR-3061&commit=bfe1372f521cef71b954d9617e597979e37d233e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-22T00:49:46.617Z] -> Pinging Codecov [2021-01-22T00:49:46.617Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3061&commit=bfe1372f521cef71b954d9617e597979e37d233e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-22T00:49:46.880Z] -> Uploading to [2021-01-22T00:49:46.880Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/bfe1372f521cef71b954d9617e597979e37d233e/a0fe845b-762d-429f-bcac-ff65c03db15a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T004946Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9019374225633829fa5e38b195f4590b50d471d11b8b42a34545ea2d6a84a38e [2021-01-22T00:49:46.880Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:49:46.880Z] Dload Upload Total Spent Left Speed [2021-01-22T00:49:47.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83852 0 0 100 83852 0 142k --:--:-- --:--:-- --:--:-- 142k [2021-01-22T00:49:47.468Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bfe1372f521cef71b954d9617e597979e37d233e [Pipeline] } [2021-01-22T00:49:47.479Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:49:49.646Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:49:50.538Z] ---> package-listing.sh [2021-01-22T00:49:50.538Z] ++ facter osfamily [2021-01-22T00:49:50.538Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T00:49:50.538Z] + OS_FAMILY=redhat [2021-01-22T00:49:50.538Z] + workspace=/w/workspace/edgex-go/2 [2021-01-22T00:49:50.538Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T00:49:50.538Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T00:49:50.538Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T00:49:50.538Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T00:49:50.538Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T00:49:50.538Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T00:49:50.538Z] + case "${OS_FAMILY}" in [2021-01-22T00:49:50.538Z] + rpm -qa [2021-01-22T00:49:50.538Z] + sort [2021-01-22T00:49:55.878Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T00:49:55.878Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T00:49:55.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T00:49:55.878Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T00:49:55.878Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-22T00:49:55.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-22T00:49:55.892Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T00:49:56.189Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:49:56.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:49:56.757Z] [2021-01-22T00:49:56.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:49:57.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:49:57.119Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T00:49:57.119Z] df20fa9351a1: Pulling fs layer [2021-01-22T00:49:57.119Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T00:49:57.119Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T00:49:57.119Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T00:49:57.119Z] 93b61091891f: Pulling fs layer [2021-01-22T00:49:57.119Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T00:49:57.119Z] 5e14af77c1be: Pulling fs layer [2021-01-22T00:49:57.119Z] 01666e4c0597: Pulling fs layer [2021-01-22T00:49:57.119Z] aa168da1d23b: Pulling fs layer [2021-01-22T00:49:57.119Z] 46f8f816bc3b: Waiting [2021-01-22T00:49:57.119Z] 93b61091891f: Waiting [2021-01-22T00:49:57.119Z] 93b9cdb0e59b: Waiting [2021-01-22T00:49:57.119Z] 5e14af77c1be: Waiting [2021-01-22T00:49:57.119Z] 01666e4c0597: Waiting [2021-01-22T00:49:57.119Z] aa168da1d23b: Waiting [2021-01-22T00:49:57.119Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T00:49:57.119Z] 36b3adc4ff6f: Download complete [2021-01-22T00:49:57.119Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T00:49:57.119Z] 46f8f816bc3b: Download complete [2021-01-22T00:49:57.384Z] df20fa9351a1: Download complete [2021-01-22T00:49:57.384Z] 93b61091891f: Verifying Checksum [2021-01-22T00:49:57.384Z] 93b61091891f: Download complete [2021-01-22T00:49:57.384Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T00:49:57.384Z] 93b9cdb0e59b: Download complete [2021-01-22T00:49:57.384Z] 5e14af77c1be: Verifying Checksum [2021-01-22T00:49:57.384Z] 5e14af77c1be: Download complete [2021-01-22T00:49:57.384Z] 01666e4c0597: Verifying Checksum [2021-01-22T00:49:57.384Z] 01666e4c0597: Download complete [2021-01-22T00:49:57.959Z] df20fa9351a1: Pull complete [2021-01-22T00:49:57.959Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T00:49:57.959Z] 8ad3a11d3b57: Download complete [2021-01-22T00:49:58.232Z] 36b3adc4ff6f: Pull complete [2021-01-22T00:50:00.173Z] 8ad3a11d3b57: Pull complete [2021-01-22T00:50:00.173Z] 46f8f816bc3b: Pull complete [2021-01-22T00:50:01.123Z] aa168da1d23b: Verifying Checksum [2021-01-22T00:50:01.123Z] aa168da1d23b: Download complete [2021-01-22T00:50:02.088Z] 93b61091891f: Pull complete [2021-01-22T00:50:02.088Z] 93b9cdb0e59b: Pull complete [2021-01-22T00:50:02.353Z] 5e14af77c1be: Pull complete [2021-01-22T00:50:02.353Z] 01666e4c0597: Pull complete [2021-01-22T00:50:12.776Z] aa168da1d23b: Pull complete [2021-01-22T00:50:12.776Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T00:50:12.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:50:12.776Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T00:50:13.054Z] prd-centos7-docker-4c-2g-22091 does not seem to be running inside a container [2021-01-22T00:50:13.115Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T00:50:16.730Z] $ docker top e971204279dc55142cd61ade1e51d8f9714dea56cd94c12c70ed4f6b3d774888 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:50:17.300Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T00:50:17.664Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T00:50:17.976Z] + ls /var/log/sa-host [2021-01-22T00:50:17.976Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T00:50:17.976Z] file_magic: OK [2021-01-22T00:50:17.976Z] HZ: Using current value: 100 [2021-01-22T00:50:17.976Z] file_header: OK [2021-01-22T00:50:17.976Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T00:50:17.976Z] Statistics: [2021-01-22T00:50:17.976Z] 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... [2021-01-22T00:50:17.976Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T00:50:17.976Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T00:50:17.976Z] file_magic: OK [2021-01-22T00:50:17.976Z] HZ: Using current value: 100 [2021-01-22T00:50:17.976Z] file_header: OK [2021-01-22T00:50:17.976Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T00:50:17.976Z] Statistics: [2021-01-22T00:50:17.976Z] Hnuu...uuuununununu... [2021-01-22T00:50:17.976Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T00:50:18.201Z] provisioning config files... [2021-01-22T00:50:18.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1469549917080455064tmp [Pipeline] { [Pipeline] echo [2021-01-22T00:50:18.310Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:18.638Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T00:50:18.649Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T00:50:18.739Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:19.056Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T00:50:19.067Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:19.371Z] ---> sudo-logs.sh [2021-01-22T00:50:19.371Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T00:50:19.383Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:19.699Z] ---> job-cost.sh [2021-01-22T00:50:19.699Z] lf-activate-venv: SKIPPING [2021-01-22T00:50:19.699Z] INFO: No Stack... [2021-01-22T00:50:20.661Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T00:50:20.928Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T00:50:20.949Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:50:21.279Z] ---> logs-deploy.sh [2021-01-22T00:50:21.279Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/2 [2021-01-22T00:50:21.279Z] INFO: archiving workspace using pattern(s): [2021-01-22T00:50:23.236Z] Archives upload complete. [2021-01-22T00:50:23.236Z] INFO: archiving logs to Nexus