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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than 3cbdff7dca2e298633a7baee0da1ac68296f3f30 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23575 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 3cbdff7dca2e298633a7baee0da1ac68296f3f30 > 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/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 Merge succeeded, producing 26a8180a129ba06295fab8a65d6c107d358c373b Checking out Revision 26a8180a129ba06295fab8a65d6c107d358c373b (PR-3078) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a8180a129ba06295fab8a65d6c107d358c373b # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:35:16.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:35:17.114Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:35:17.239Z] ========================================================= [2021-01-28T00:35:17.240Z] EdgeX Global Pipelines Version Info [2021-01-28T00:35:17.240Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 01d3b4bb9f46a408d4fadb2df90126a90f662d01 # timeout=10 [2021-01-28T00:35:18.795Z] ------------------- [2021-01-28T00:35:18.795Z] stable info: [2021-01-28T00:35:18.795Z] ------------------- [2021-01-28T00:35:18.795Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:18.795Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:18.795Z] Message: update stable to v1.0.179 [2021-01-28T00:35:19.764Z] ------------------- [2021-01-28T00:35:19.764Z] experimental info: [2021-01-28T00:35:19.764Z] ------------------- [2021-01-28T00:35:19.764Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:19.764Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:19.764Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:35:20.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:35:20.185Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:35:20.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:35:20.383Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:35:20.539Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:35:20.679Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:35:20.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:35:20.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:35:20.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:35:21.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:35:21.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:35:21.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:35:21.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:35:21.466Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:35:21.556Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:21.654Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:21.748Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:35:21.843Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:35:21.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:35:22.078Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:35:22.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:35:22.270Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:35:22.421Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:35:22.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3078 [Pipeline] echo [2021-01-28T00:35:22.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3078 [Pipeline] echo [2021-01-28T00:35:22.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3078 [Pipeline] echo [2021-01-28T00:35:22.771Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26a8180a129ba06295fab8a65d6c107d358c373b [Pipeline] echo [2021-01-28T00:35:22.853Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26a8180 [Pipeline] echo [2021-01-28T00:35:22.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:35:23.151Z] provisioning config files... [2021-01-28T00:35:23.182Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8529909317531456642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:35:23.548Z] ---> docker-login.sh [2021-01-28T00:35:23.548Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:35:23.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:24.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:24.075Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:24.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:24.075Z] [2021-01-28T00:35:24.075Z] Login Succeeded [2021-01-28T00:35:24.075Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:35:24.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:24.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:24.075Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:24.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:24.075Z] [2021-01-28T00:35:24.075Z] Login Succeeded [2021-01-28T00:35:24.075Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:35:24.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:24.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:24.338Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:24.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:24.338Z] [2021-01-28T00:35:24.338Z] Login Succeeded [2021-01-28T00:35:24.338Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:35:24.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:24.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:24.600Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:24.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:24.600Z] [2021-01-28T00:35:24.600Z] Login Succeeded [2021-01-28T00:35:24.600Z] docker.io [2021-01-28T00:35:24.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:24.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:24.864Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:24.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:24.864Z] [2021-01-28T00:35:24.864Z] Login Succeeded [2021-01-28T00:35:24.864Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:35:24.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:35:25.344Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:25.344Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:35:25.345Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:25.345Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:25.345Z] ++ cut -d/ -f2 [2021-01-28T00:35:25.345Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:35:25.424Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:26.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:26.290Z] [2021-01-28T00:35:26.290Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:26.635Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:26.635Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:35:26.635Z] 31603596830f: Pulling fs layer [2021-01-28T00:35:26.635Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:35:26.635Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:35:26.635Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:35:26.635Z] ecc8261a40a4: Waiting [2021-01-28T00:35:26.635Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:35:26.635Z] 2a8b12db71e7: Download complete [2021-01-28T00:35:26.901Z] 31603596830f: Download complete [2021-01-28T00:35:26.901Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:35:26.901Z] ecc8261a40a4: Download complete [2021-01-28T00:35:26.901Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:35:26.901Z] 6ca5941a6612: Download complete [2021-01-28T00:35:27.165Z] 31603596830f: Pull complete [2021-01-28T00:35:27.165Z] 2a8b12db71e7: Pull complete [2021-01-28T00:35:28.143Z] 6ca5941a6612: Pull complete [2021-01-28T00:35:28.143Z] ecc8261a40a4: Pull complete [2021-01-28T00:35:28.143Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:35:28.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:28.407Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:35:28.525Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:35:28.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:35:30.905Z] $ docker top 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:35:31.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:35:31.206Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:35:31.447Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:35:31.451Z] $ docker exec 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 ssh-agent [2021-01-28T00:35:31.625Z] SSH_AUTH_SOCK=/tmp/ssh-G7tbiwJMwt7R/agent.11 [2021-01-28T00:35:31.625Z] SSH_AGENT_PID=16 [2021-01-28T00:35:31.636Z] Running ssh-add (command line suppressed) [2021-01-28T00:35:31.756Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5572392424812859691.key (/w/workspace/edgex-go/3@tmp/private_key_5572392424812859691.key) [2021-01-28T00:35:31.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:35:32.143Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:35:32.166Z] $ docker exec --env ******** --env ******** 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 ssh-agent -k [2021-01-28T00:35:32.281Z] unset SSH_AUTH_SOCK; [2021-01-28T00:35:32.282Z] unset SSH_AGENT_PID; [2021-01-28T00:35:32.282Z] echo Agent pid 16 killed; [2021-01-28T00:35:32.330Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:35:32.470Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:35:32.470Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:35:32.648Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:35:32.652Z] $ docker exec 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 ssh-agent [2021-01-28T00:35:32.816Z] SSH_AUTH_SOCK=/tmp/ssh-4XMZljuu1C8l/agent.45 [2021-01-28T00:35:32.816Z] SSH_AGENT_PID=50 [2021-01-28T00:35:32.824Z] Running ssh-add (command line suppressed) [2021-01-28T00:35:32.955Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3635429743562414008.key (/w/workspace/edgex-go/3@tmp/private_key_3635429743562414008.key) [2021-01-28T00:35:33.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:35:33.337Z] + git semver init [2021-01-28T00:35:33.338Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:35:33.338Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-28T00:35:33.338Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-28T00:35:33.338Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:35:33.338Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:35:33.338Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:35:33.338Z] # $SEMVER_BRANCH = PR-3078 [2021-01-28T00:35:33.338Z] # $SEMVER_TEMP = /tmp/semver-580112594 [2021-01-28T00:35:33.338Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:36:05.648Z] # '/tmp/semver-580112594' -> '/w/workspace/edgex-go/3/.semver' [2021-01-28T00:36:05.648Z] # -> Force: false [2021-01-28T00:36:05.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-28T00:36:05.662Z] $ docker exec --env ******** --env ******** 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 ssh-agent -k [2021-01-28T00:36:05.932Z] unset SSH_AUTH_SOCK; [2021-01-28T00:36:05.932Z] unset SSH_AGENT_PID; [2021-01-28T00:36:05.932Z] echo Agent pid 50 killed; [2021-01-28T00:36:06.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:36:06.509Z] + git semver [Pipeline] } [2021-01-28T00:36:06.527Z] $ docker stop --time=1 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 [2021-01-28T00:36:08.632Z] $ docker rm -f 0ad139238dd35550346d10d2713e1162876088740f39363a224cacee6a84c452 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:36:09.223Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:36:09.798Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:36:09.801Z] [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-28T00:36:10.792Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:36:11.093Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:36:11.393Z] + sudo service docker restart [2021-01-28T00:36:11.394Z] + true [2021-01-28T00:36:11.394Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:36:11.988Z] ========================================================= [2021-01-28T00:36:11.988Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:36:11.988Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:36:12.336Z] + 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-28T00:36:16.568Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:36:16.568Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:36:16.568Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:36:16.568Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:36:16.568Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:36:16.568Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:36:16.568Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:36:16.568Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:36:16.568Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:36:16.568Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:36:16.568Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:36:16.568Z] 93359f2a8cfa: Waiting [2021-01-28T00:36:16.568Z] 7c6f9722023f: Waiting [2021-01-28T00:36:16.568Z] a35cf1a2eb13: Waiting [2021-01-28T00:36:16.568Z] bca2f99d35d6: Waiting [2021-01-28T00:36:16.568Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:36:16.568Z] de9db76c5a1d: Download complete [2021-01-28T00:36:16.568Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:36:16.568Z] 0ef7d3d256c8: Download complete [2021-01-28T00:36:16.568Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:36:16.568Z] 93359f2a8cfa: Download complete [2021-01-28T00:36:16.568Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:36:16.568Z] 7c6f9722023f: Download complete [2021-01-28T00:36:16.568Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:36:16.568Z] 188c0c94c7c5: Download complete [2021-01-28T00:36:16.832Z] 188c0c94c7c5: Pull complete [2021-01-28T00:36:17.094Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:36:17.094Z] de9db76c5a1d: Pull complete [2021-01-28T00:36:19.670Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:36:19.670Z] a35cf1a2eb13: Download complete [2021-01-28T00:36:19.670Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:36:19.670Z] bca2f99d35d6: Download complete [2021-01-28T00:36:25.286Z] Still waiting to schedule task [2021-01-28T00:36:25.287Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:36:26.348Z] bca2f99d35d6: Pull complete [2021-01-28T00:36:26.348Z] 93359f2a8cfa: Pull complete [2021-01-28T00:36:26.348Z] 7c6f9722023f: Pull complete [2021-01-28T00:36:36.436Z] a35cf1a2eb13: Pull complete [2021-01-28T00:36:36.437Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:36:36.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:36:36.437Z] ---> a62c8e92a672 [2021-01-28T00:36:36.437Z] 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-28T00:36:36.437Z] ---> Running in 84ddb9d72a8f [2021-01-28T00:36:36.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:36:37.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:36:40.390Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:36:40.967Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:36:40.967Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:36:40.968Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:37:07.605Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:37:07.605Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:37:07.605Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:37:07.605Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:37:07.605Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:37:07.605Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:37:07.605Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:37:07.605Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:37:07.605Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:37:07.605Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:08.554Z] Removing intermediate container 84ddb9d72a8f [2021-01-28T00:37:08.554Z] ---> f7ca75862f43 [2021-01-28T00:37:08.554Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:37:08.817Z] ---> Running in 76f0923d62b3 [2021-01-28T00:37:08.817Z] Removing intermediate container 76f0923d62b3 [2021-01-28T00:37:08.817Z] ---> 58cb8836a3f3 [2021-01-28T00:37:08.817Z] Step 5/6 : COPY go.mod . [2021-01-28T00:37:09.081Z] ---> 2c185c41d9b0 [2021-01-28T00:37:09.081Z] Step 6/6 : RUN go mod download [2021-01-28T00:37:09.081Z] ---> Running in 73fd040181f4 [2021-01-28T00:37:31.134Z] Removing intermediate container 73fd040181f4 [2021-01-28T00:37:31.134Z] ---> 20d93d9902ac [2021-01-28T00:37:31.134Z] Successfully built 20d93d9902ac [2021-01-28T00:37:31.134Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:31.464Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:37:31.465Z] . [Pipeline] withDockerContainer [2021-01-28T00:37:31.573Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:37:31.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:37:32.514Z] $ docker top 800728504ec7e5dba3ecc564e5dd48a91182cb9a9c41bf780a4f8effe77e5cd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:37:33.041Z] + go version [2021-01-28T00:37:33.041Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:37:33.059Z] $ docker stop --time=1 800728504ec7e5dba3ecc564e5dd48a91182cb9a9c41bf780a4f8effe77e5cd6 [2021-01-28T00:37:34.405Z] $ docker rm -f 800728504ec7e5dba3ecc564e5dd48a91182cb9a9c41bf780a4f8effe77e5cd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:35.265Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:37:35.265Z] . [Pipeline] withDockerContainer [2021-01-28T00:37:35.366Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:37:35.420Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:37:36.067Z] $ docker top 1252482e70fc68fbfcd14f540335a5da4af2ce159e7f3fa122c4dc5cd7099d89 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:37:36.258Z] ========================================================= [2021-01-28T00:37:36.258Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:37:36.258Z] ========================================================= [Pipeline] sh [2021-01-28T00:37:36.552Z] + make test [2021-01-28T00:37:36.552Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:37:46.633Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:38:01.695Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:38:08.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:38:08.418Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:38:08.418Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:38:08.418Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:38:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:38:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:38:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:38:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:38:11.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:38:12.081Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:38:14.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:38:14.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:38:14.699Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:38:16.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements [2021-01-28T00:38:16.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:38:16.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:38:16.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:38:16.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:38:16.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:38:20.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:38:20.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:38:20.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:38:20.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:38:20.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.3% of statements [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:38:20.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:38:22.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.432s coverage: 28.6% of statements [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:38:22.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:38:22.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:38:22.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.179s coverage: 86.7% of statements [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:38:22.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-01-28T00:38:22.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:38:23.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-01-28T00:38:23.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:38:23.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:38:23.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:38:23.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.482s coverage: 92.8% of statements [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:38:26.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-01-28T00:38:26.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-01-28T00:38:39.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-01-28T00:38:39.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.4% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 63.5% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.427s coverage: 68.9% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:38:39.254Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-28T00:38:39.254Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.841s coverage: 29.1% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.067s coverage: 87.9% of statements [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:38:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-28T00:38:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-28T00:38:41.267Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.055s coverage: 100.0% of statements [2021-01-28T00:38:41.531Z] GO111MODULE=on go vet ./... [2021-01-28T00:39:13.787Z] gofmt -l . [2021-01-28T00:39:13.787Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:39:13.787Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:39:13.787Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:39:14.420Z] + ls -al . [2021-01-28T00:39:14.420Z] total 668 [2021-01-28T00:39:14.420Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:39 . [2021-01-28T00:39:14.420Z] drwxr-xr-x 4 root root 28 Jan 28 00:37 .. [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:35 .dockerignore [2021-01-28T00:39:14.420Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:35 .git [2021-01-28T00:39:14.420Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:35 .github [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:35 .gitignore [2021-01-28T00:39:14.420Z] drwx------ 3 1001 1001 60 Jan 28 00:36 .semver [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:35 .sonarcloud.properties [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:35 Attribution.txt [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:35 CONTRIBUTING.md [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:35 Dockerfile.build [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:35 Jenkinsfile [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:35 LICENSE [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:35 Makefile [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:35 README.md [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:35 SECURITY.md [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:36 VERSION [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:35 ZMQWindows.md [2021-01-28T00:39:14.420Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:35 bin [2021-01-28T00:39:14.420Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:35 cmd [2021-01-28T00:39:14.420Z] -rw-r--r-- 1 root root 564700 Jan 28 00:38 coverage.out [2021-01-28T00:39:14.420Z] -rw-r--r-- 1 root root 1053 Jan 28 00:39 go.mod [2021-01-28T00:39:14.420Z] -rw-r--r-- 1 root root 19080 Jan 28 00:39 go.sum [2021-01-28T00:39:14.420Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:35 internal [2021-01-28T00:39:14.420Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:35 openapi [2021-01-28T00:39:14.420Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:35 snap [2021-01-28T00:39:14.420Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:35 version.go [Pipeline] sh [2021-01-28T00:39:14.727Z] + '[' -e coverage.out ] [2021-01-28T00:39:14.727Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:39:15.012Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:39:15.314Z] + make build [2021-01-28T00:39:15.314Z] 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-28T00:39:18.652Z] 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-28T00:39:26.897Z] 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-28T00:39:28.328Z] 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-28T00:39:29.732Z] 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-28T00:39:30.319Z] 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-28T00:39:31.753Z] 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-28T00:39:31.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23582 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws [2021-01-28T00:39:31.978Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:39:33.709Z] 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-28T00:39:34.674Z] 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-28T00:39:36.096Z] 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-28T00:39:37.060Z] 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-28T00:39:37.140Z] using credential edgex-jenkins-ssh [2021-01-28T00:39:37.200Z] Cloning the remote Git repository [2021-01-28T00:39:37.268Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:39:37.375Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T00:39:37.456Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:39:37.457Z] > git --version # timeout=10 [2021-01-28T00:39:37.483Z] > git --version # 'git version 2.17.1' [2021-01-28T00:39:37.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:39:37.553Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:39:38.462Z] 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-28T00:39:39.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:39:41.425Z] $ docker stop --time=1 1252482e70fc68fbfcd14f540335a5da4af2ce159e7f3fa122c4dc5cd7099d89 [2021-01-28T00:39:43.156Z] $ docker rm -f 1252482e70fc68fbfcd14f540335a5da4af2ce159e7f3fa122c4dc5cd7099d89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:45.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:39:45.212Z] [2021-01-28T00:39:45.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:45.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:39:45.577Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:39:45.577Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:39:45.577Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:39:45.577Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:39:45.853Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:39:46.437Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:39:46.437Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:39:47.405Z] 7e9c9ca2126c: Download complete [2021-01-28T00:39:47.405Z] ca9280d653b3: Pull complete [2021-01-28T00:39:55.587Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:39:55.588Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:39:55.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:39:55.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:39:55.748Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:39:55.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:39:56.673Z] $ docker top 2ca3e239885ec3eb6115b9359743dd05cb57a04a345f13829d610aebff2409b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:39:57.154Z] + docker-compose build --help [2021-01-28T00:39:57.154Z] + grep parallel [2021-01-28T00:39:58.104Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:39:58.122Z] $ docker stop --time=1 2ca3e239885ec3eb6115b9359743dd05cb57a04a345f13829d610aebff2409b6 [2021-01-28T00:39:59.509Z] $ docker rm -f 2ca3e239885ec3eb6115b9359743dd05cb57a04a345f13829d610aebff2409b6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:40:00.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:40:00.117Z] . [Pipeline] withDockerContainer [2021-01-28T00:40:00.248Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:40:00.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:40:01.165Z] $ docker top a61149998421cfb28af4756ec067811b21bc83f58c2df074d1f7fc4efddabb79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:40:01.723Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:40:02.671Z] Building docker-core-command-go ... [2021-01-28T00:40:02.671Z] Building docker-core-data-go ... [2021-01-28T00:40:02.671Z] Building docker-core-metadata-go ... [2021-01-28T00:40:02.671Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:40:02.671Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:40:02.671Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:40:02.671Z] Building docker-support-notifications-go ... [2021-01-28T00:40:02.671Z] Building docker-support-scheduler-go ... [2021-01-28T00:40:02.671Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:40:02.671Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:40:02.671Z] Building docker-core-command-go [2021-01-28T00:40:02.671Z] Building docker-support-notifications-go [2021-01-28T00:40:02.671Z] Building docker-security-secretstore-setup-go [2021-01-28T00:40:02.671Z] Building docker-security-bootstrapper-go [2021-01-28T00:40:05.452Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:40:05.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:40:05.497Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:40:05.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:40:05.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:40:05.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:40:09.360Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 3cbdff7dca2e298633a7baee0da1ac68296f3f30 [2021-01-28T00:40:10.064Z] Merge succeeded, producing dbf4786982411ec990aef0ad4147b4468958c420 [2021-01-28T00:40:10.064Z] Checking out Revision dbf4786982411ec990aef0ad4147b4468958c420 (PR-3078) [2021-01-28T00:40:09.385Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:40:09.407Z] > git checkout -f 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 [2021-01-28T00:40:09.743Z] > git remote # timeout=10 [2021-01-28T00:40:09.761Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:40:09.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:40:09.794Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:40:10.052Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:40:10.076Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:40:10.090Z] > git checkout -f dbf4786982411ec990aef0ad4147b4468958c420 # timeout=10 [2021-01-28T00:40:14.500Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:40:14.533Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:40:16.253Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:40:16.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:40:14.525Z] > git rev-list --no-walk 01d3b4bb9f46a408d4fadb2df90126a90f662d01 # timeout=10 [2021-01-28T00:40:17.146Z] + sudo service docker restart [2021-01-28T00:40:17.146Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:40:19.258Z] provisioning config files... [2021-01-28T00:40:19.323Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2921795669090771000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:40:19.741Z] ---> docker-login.sh [2021-01-28T00:40:19.741Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:40:20.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:40:20.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:40:20.941Z] Configure a credential helper to remove this warning. See [2021-01-28T00:40:20.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:40:20.941Z] [2021-01-28T00:40:20.941Z] Login Succeeded [2021-01-28T00:40:20.941Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:40:21.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:40:21.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:40:21.213Z] Configure a credential helper to remove this warning. See [2021-01-28T00:40:21.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:40:21.213Z] [2021-01-28T00:40:21.213Z] Login Succeeded [2021-01-28T00:40:21.213Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:40:21.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:40:21.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:40:21.817Z] Configure a credential helper to remove this warning. See [2021-01-28T00:40:21.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:40:21.817Z] [2021-01-28T00:40:21.817Z] Login Succeeded [2021-01-28T00:40:21.817Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:40:22.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:40:22.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:40:22.365Z] Configure a credential helper to remove this warning. See [2021-01-28T00:40:22.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:40:22.365Z] [2021-01-28T00:40:22.365Z] Login Succeeded [2021-01-28T00:40:22.365Z] docker.io [2021-01-28T00:40:22.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:40:23.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:40:23.243Z] Configure a credential helper to remove this warning. See [2021-01-28T00:40:23.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:40:23.243Z] [2021-01-28T00:40:23.243Z] Login Succeeded [2021-01-28T00:40:23.243Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:40:23.265Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:40:23.761Z] ========================================================= [2021-01-28T00:40:23.761Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:40:23.761Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:40:24.140Z] + 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-28T00:40:26.821Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:40:26.821Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:26.821Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:40:26.821Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:40:26.821Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:40:26.821Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:40:26.821Z] 18c013af1878: Pulling fs layer [2021-01-28T00:40:26.821Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:40:26.821Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:40:26.821Z] b116817d02f9: Pulling fs layer [2021-01-28T00:40:26.821Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:40:26.821Z] 63d7cb157983: Waiting [2021-01-28T00:40:26.821Z] b116817d02f9: Waiting [2021-01-28T00:40:26.821Z] 745a02a5169b: Waiting [2021-01-28T00:40:26.821Z] 00ac8860ef70: Waiting [2021-01-28T00:40:26.821Z] 18c013af1878: Download complete [2021-01-28T00:40:26.821Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:40:26.821Z] a4357932f1b6: Download complete [2021-01-28T00:40:26.821Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:40:26.821Z] 63d7cb157983: Download complete [2021-01-28T00:40:26.821Z] b116817d02f9: Verifying Checksum [2021-01-28T00:40:26.821Z] b116817d02f9: Download complete [2021-01-28T00:40:26.821Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:40:26.821Z] 5f621e34cdf4: Download complete [2021-01-28T00:40:27.422Z] 5f621e34cdf4: Pull complete [2021-01-28T00:40:28.022Z] a4357932f1b6: Pull complete [2021-01-28T00:40:28.297Z] 18c013af1878: Pull complete [2021-01-28T00:40:28.895Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:40:28.895Z] 745a02a5169b: Download complete [2021-01-28T00:40:30.880Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:40:30.880Z] 00ac8860ef70: Download complete [2021-01-28T00:40:41.040Z] 00ac8860ef70: Pull complete [2021-01-28T00:40:41.040Z] 63d7cb157983: Pull complete [2021-01-28T00:40:41.313Z] b116817d02f9: Pull complete [2021-01-28T00:40:41.603Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:41.603Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:41.603Z] ---> 20d93d9902ac [2021-01-28T00:40:41.603Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:40:41.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:41.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:41.603Z] ---> 20d93d9902ac [2021-01-28T00:40:41.603Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:40:41.603Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:41.603Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:41.603Z] ---> 20d93d9902ac [2021-01-28T00:40:41.603Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:40:41.603Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:41.603Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:41.603Z] ---> 20d93d9902ac [2021-01-28T00:40:41.603Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:40:41.603Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:41.603Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:41.603Z] ---> 20d93d9902ac [2021-01-28T00:40:41.603Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:40:41.603Z] ---> Running in eb60d1e77454 [2021-01-28T00:40:41.603Z] ---> Running in 3d940f1d6a87 [2021-01-28T00:40:41.603Z] ---> Running in 8abc31db8e5a [2021-01-28T00:40:41.603Z] ---> Running in b76f92bc8e53 [2021-01-28T00:40:41.603Z] ---> Running in 8fc0f8721ab1 [2021-01-28T00:40:41.603Z] Removing intermediate container eb60d1e77454 [2021-01-28T00:40:41.603Z] ---> acca047ae168 [2021-01-28T00:40:41.603Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:41.603Z] Removing intermediate container 8fc0f8721ab1 [2021-01-28T00:40:41.603Z] ---> 1073e3a7d7b3 [2021-01-28T00:40:41.603Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:41.603Z] Removing intermediate container 3d940f1d6a87 [2021-01-28T00:40:41.603Z] ---> e731337d9d59 [2021-01-28T00:40:41.603Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:41.603Z] Removing intermediate container 8abc31db8e5a [2021-01-28T00:40:41.603Z] ---> cf65cb30d74b [2021-01-28T00:40:41.603Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:41.603Z] Removing intermediate container b76f92bc8e53 [2021-01-28T00:40:41.603Z] ---> 818de0c9f381 [2021-01-28T00:40:41.603Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:41.603Z] ---> Running in 29269403a371 [2021-01-28T00:40:41.603Z] ---> Running in dd07d16d07ff [2021-01-28T00:40:41.603Z] ---> Running in 7cd73b3e42ae [2021-01-28T00:40:41.603Z] ---> Running in a4a8678f5137 [2021-01-28T00:40:41.603Z] ---> Running in 6729f551c073 [2021-01-28T00:40:41.603Z] Removing intermediate container dd07d16d07ff [2021-01-28T00:40:41.603Z] ---> d086b59bcfef [2021-01-28T00:40:41.603Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:40:41.604Z] ---> Running in bbbcd4a75b2a [2021-01-28T00:40:41.604Z] Removing intermediate container 29269403a371 [2021-01-28T00:40:41.604Z] ---> 54d7a498cd02 [2021-01-28T00:40:41.604Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:40:41.604Z] Removing intermediate container 7cd73b3e42ae [2021-01-28T00:40:41.604Z] ---> 285e5d242157 [2021-01-28T00:40:41.604Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:40:41.604Z] ---> Running in c11d1bd8bcf9 [2021-01-28T00:40:41.604Z] ---> Running in 1970b1ad40dd [2021-01-28T00:40:41.604Z] Removing intermediate container a4a8678f5137 [2021-01-28T00:40:41.604Z] ---> 206cbca0ca23 [2021-01-28T00:40:41.604Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:40:41.604Z] Removing intermediate container 6729f551c073 [2021-01-28T00:40:41.604Z] ---> 870b65d5a965 [2021-01-28T00:40:41.604Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:40:41.604Z] ---> Running in 77ea0fb641c6 [2021-01-28T00:40:41.604Z] ---> Running in 7f4f54728a7f [2021-01-28T00:40:41.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:42.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:42.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:42.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:42.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:43.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:43.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:43.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:43.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:43.855Z] OK: 233 MiB in 51 packages [2021-01-28T00:40:44.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:44.384Z] Removing intermediate container bbbcd4a75b2a [2021-01-28T00:40:44.384Z] ---> 06920e9bc0a4 [2021-01-28T00:40:44.384Z] Step 6/34 : COPY go.mod . [2021-01-28T00:40:44.652Z] OK: 233 MiB in 51 packages [2021-01-28T00:40:44.652Z] ---> 886c506f46dc [2021-01-28T00:40:44.652Z] Step 7/34 : RUN go mod download [2021-01-28T00:40:44.652Z] OK: 233 MiB in 51 packages [2021-01-28T00:40:44.923Z] ---> Running in c1161917d193 [2021-01-28T00:40:45.187Z] Removing intermediate container c11d1bd8bcf9 [2021-01-28T00:40:45.187Z] ---> 739b680882fa [2021-01-28T00:40:45.187Z] Step 6/24 : COPY go.mod . [2021-01-28T00:40:45.457Z] OK: 233 MiB in 51 packages [2021-01-28T00:40:45.457Z] Removing intermediate container 77ea0fb641c6 [2021-01-28T00:40:45.457Z] ---> 15f84757983e [2021-01-28T00:40:45.457Z] Step 6/22 : COPY go.mod . [2021-01-28T00:40:45.457Z] ---> 0f718075f671 [2021-01-28T00:40:45.457Z] Step 7/24 : RUN go mod download [2021-01-28T00:40:45.660Z] 745a02a5169b: Pull complete [2021-01-28T00:40:45.660Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:40:45.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:40:45.660Z] ---> b7e6874047d6 [2021-01-28T00:40:45.660Z] 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-28T00:40:45.725Z] ---> Running in bac722632595 [2021-01-28T00:40:45.725Z] OK: 233 MiB in 51 packages [2021-01-28T00:40:45.999Z] ---> b248697c4c05 [2021-01-28T00:40:45.999Z] Step 7/22 : RUN go mod download [2021-01-28T00:40:45.999Z] ---> Running in a1bdfa6d122e [2021-01-28T00:40:46.267Z] Removing intermediate container 1970b1ad40dd [2021-01-28T00:40:46.267Z] ---> 28b4e9685dc1 [2021-01-28T00:40:46.267Z] Step 6/26 : COPY go.mod . [2021-01-28T00:40:46.536Z] Removing intermediate container 7f4f54728a7f [2021-01-28T00:40:46.536Z] ---> 2ebc790705b7 [2021-01-28T00:40:46.536Z] Step 6/23 : COPY go.mod . [2021-01-28T00:40:46.814Z] ---> 073b540ca460 [2021-01-28T00:40:46.814Z] Step 7/26 : RUN go mod download [2021-01-28T00:40:46.814Z] ---> Running in d3e10f1345da [2021-01-28T00:40:47.078Z] ---> 0668bf93621c [2021-01-28T00:40:47.078Z] Step 7/23 : RUN go mod download [2021-01-28T00:40:47.078Z] Removing intermediate container c1161917d193 [2021-01-28T00:40:47.078Z] ---> dbdf7d560bcd [2021-01-28T00:40:47.078Z] Step 8/34 : COPY . . [2021-01-28T00:40:47.342Z] ---> Running in dac2a2f010f5 [2021-01-28T00:40:48.290Z] ---> Running in a41cbf4eb86a [2021-01-28T00:40:49.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:49.933Z] Removing intermediate container bac722632595 [2021-01-28T00:40:49.933Z] ---> 216fd9d7cb13 [2021-01-28T00:40:49.933Z] Step 8/24 : COPY . . [2021-01-28T00:40:50.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:51.225Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:40:51.338Z] Removing intermediate container a1bdfa6d122e [2021-01-28T00:40:51.338Z] ---> c9f738cfdf37 [2021-01-28T00:40:51.338Z] Step 8/22 : COPY . . [2021-01-28T00:40:51.495Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:40:51.495Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:40:51.495Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:40:55.633Z] Removing intermediate container d3e10f1345da [2021-01-28T00:40:55.633Z] ---> ad5f6ac521fd [2021-01-28T00:40:55.633Z] Step 8/26 : COPY . . [2021-01-28T00:40:55.792Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:40:55.792Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:40:55.792Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:40:55.792Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:40:55.792Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:40:55.792Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:40:55.792Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:40:55.792Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:40:55.792Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:55.792Z] OK: 217 MiB in 51 packages [2021-01-28T00:41:00.109Z] Removing intermediate container a41cbf4eb86a [2021-01-28T00:41:00.109Z] ---> b96846ffaf89 [2021-01-28T00:41:00.109Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:41:00.109Z] ---> Running in 435763bc9501 [2021-01-28T00:41:00.385Z] Removing intermediate container 435763bc9501 [2021-01-28T00:41:00.385Z] ---> 86adc81cba41 [2021-01-28T00:41:00.385Z] Step 5/6 : COPY go.mod . [2021-01-28T00:41:00.978Z] ---> 0930d1a31ec3 [2021-01-28T00:41:00.978Z] Step 6/6 : RUN go mod download [2021-01-28T00:41:01.254Z] ---> Running in fce134dc2400 [2021-01-28T00:41:02.328Z] Removing intermediate container dac2a2f010f5 [2021-01-28T00:41:02.328Z] ---> 542bcba4010f [2021-01-28T00:41:02.328Z] Step 8/23 : COPY . . [2021-01-28T00:41:28.510Z] Removing intermediate container fce134dc2400 [2021-01-28T00:41:28.511Z] ---> a79dff9f5864 [2021-01-28T00:41:28.511Z] Successfully built a79dff9f5864 [2021-01-28T00:41:28.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:41:28.849Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:41:28.849Z] . [Pipeline] withDockerContainer [2021-01-28T00:41:29.124Z] prd-ubuntu18.04-docker-arm64-4c-16g-23582 does not seem to be running inside a container [2021-01-28T00:41:29.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:41:30.711Z] $ docker top c40611084c0787b2a79f3e57430c43731f1392eb7f376421ad655968cac81592 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:41:31.700Z] + go version [2021-01-28T00:41:31.700Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:41:31.729Z] $ docker stop --time=1 c40611084c0787b2a79f3e57430c43731f1392eb7f376421ad655968cac81592 [2021-01-28T00:41:33.559Z] $ docker rm -f c40611084c0787b2a79f3e57430c43731f1392eb7f376421ad655968cac81592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:41:34.534Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:41:34.534Z] . [Pipeline] withDockerContainer [2021-01-28T00:41:34.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-23582 does not seem to be running inside a container [2021-01-28T00:41:34.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:41:36.079Z] ---> c3e4ff080ba4 [2021-01-28T00:41:36.079Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:41:36.079Z] ---> d92ea399302e [2021-01-28T00:41:36.079Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:41:36.079Z] ---> 0c91aee3b8ca [2021-01-28T00:41:36.079Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:41:36.079Z] ---> 941fdac8b652 [2021-01-28T00:41:36.079Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:41:36.079Z] ---> Running in a35ce80bc99d [2021-01-28T00:41:36.079Z] ---> Running in 22ddebded988 [2021-01-28T00:41:36.079Z] ---> Running in fb62e4c8e29c [2021-01-28T00:41:36.079Z] ---> Running in 8821d4ed7184 [2021-01-28T00:41:36.079Z] ---> fb0a024259de [2021-01-28T00:41:36.079Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:41:36.079Z] Removing intermediate container 22ddebded988 [2021-01-28T00:41:36.079Z] ---> 59f0155a09e3 [2021-01-28T00:41:36.079Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:41:36.079Z] ---> Running in 06d6ce5642c5 [2021-01-28T00:41:36.079Z] ---> Running in 902e6edb770e [2021-01-28T00:41:36.079Z] 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-28T00:41:36.079Z] 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-28T00:41:36.079Z] 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-28T00:41:36.079Z] 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-28T00:41:36.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:41:36.236Z] $ docker top 60e02668138618136cad1604b04323a892a56ef0b882b9f385c5824aba6b62d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:41:36.644Z] ========================================================= [2021-01-28T00:41:36.644Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:41:36.644Z] ========================================================= [Pipeline] sh [2021-01-28T00:41:37.290Z] + make test [2021-01-28T00:41:37.290Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:41:59.492Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:42:02.823Z] 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-28T00:42:04.242Z] 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-28T00:42:09.643Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:42:09.643Z] + cd /tmp/build/dist/linux [2021-01-28T00:42:09.643Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:42:09.906Z] Cloning into '.'... [2021-01-28T00:42:12.474Z] + go get github.com/robfig/glock [2021-01-28T00:42:12.747Z] Removing intermediate container 06d6ce5642c5 [2021-01-28T00:42:12.747Z] ---> 2176f7373519 [2021-01-28T00:42:12.747Z] [2021-01-28T00:42:12.747Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:42:12.747Z] Removing intermediate container a35ce80bc99d [2021-01-28T00:42:12.747Z] ---> bce4cfcb551a [2021-01-28T00:42:12.747Z] [2021-01-28T00:42:12.747Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:42:12.747Z] Removing intermediate container fb62e4c8e29c [2021-01-28T00:42:12.747Z] ---> 9e73b2264c39 [2021-01-28T00:42:12.747Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:42:12.747Z] Removing intermediate container 8821d4ed7184 [2021-01-28T00:42:12.747Z] ---> 795cc888a1d9 [2021-01-28T00:42:12.747Z] [2021-01-28T00:42:12.747Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:42:12.747Z] 3.12: Pulling from library/alpine [2021-01-28T00:42:12.747Z] 3.12: Pulling from library/alpine [2021-01-28T00:42:12.747Z] 3.12: Pulling from library/alpine [2021-01-28T00:42:12.747Z] ---> Running in 141a20f9bd76 [2021-01-28T00:42:13.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:42:13.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:42:13.329Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:42:13.329Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:42:13.329Z] ---> 389fef711851 [2021-01-28T00:42:13.329Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:42:13.329Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:42:13.329Z] ---> 389fef711851 [2021-01-28T00:42:13.329Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:42:13.329Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:42:13.329Z] ---> 389fef711851 [2021-01-28T00:42:13.329Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:42:13.622Z] 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-28T00:42:13.622Z] ---> Running in 51ac516f8696 [2021-01-28T00:42:13.622Z] ---> Running in dc8b155fa7e7 [2021-01-28T00:42:13.622Z] ---> Running in 696a784dc9ff [2021-01-28T00:42:14.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.907Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:42:14.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.907Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:42:14.907Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:42:14.907Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:42:14.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:14.907Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:42:14.907Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:14.907Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:42:15.189Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:42:15.189Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:42:15.189Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:15.189Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:42:15.189Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:42:15.189Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:15.189Z] OK: 6 MiB in 15 packages [2021-01-28T00:42:15.189Z] OK: 6 MiB in 16 packages [2021-01-28T00:42:15.467Z] OK: 7 MiB in 19 packages [2021-01-28T00:42:15.467Z] Removing intermediate container 141a20f9bd76 [2021-01-28T00:42:15.467Z] ---> 64e3a679e662 [2021-01-28T00:42:15.467Z] [2021-01-28T00:42:15.467Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:42:15.467Z] 20.10.0: Pulling from library/docker [2021-01-28T00:42:18.099Z] Removing intermediate container 51ac516f8696 [2021-01-28T00:42:18.099Z] ---> fc4838a18607 [2021-01-28T00:42:18.099Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:42:20.686Z] ---> Running in 77f5cdfcd066 [2021-01-28T00:42:20.957Z] Removing intermediate container dc8b155fa7e7 [2021-01-28T00:42:20.957Z] ---> 627b59a96a4b [2021-01-28T00:42:20.957Z] Removing intermediate container 696a784dc9ff [2021-01-28T00:42:20.957Z] ---> daac3a15c34b [2021-01-28T00:42:20.957Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:42:20.957Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:42:20.957Z] ---> Running in 9dd2d787d61c [2021-01-28T00:42:21.248Z] ---> Running in 274772b41e8d [2021-01-28T00:42:21.248Z] Removing intermediate container 77f5cdfcd066 [2021-01-28T00:42:21.248Z] ---> fb4cc7ae2658 [2021-01-28T00:42:21.248Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:42:21.248Z] ---> Running in a0b0704edfb6 [2021-01-28T00:42:21.535Z] Removing intermediate container 9dd2d787d61c [2021-01-28T00:42:21.535Z] ---> 10ac34f6ce57 [2021-01-28T00:42:21.535Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:42:21.535Z] Removing intermediate container 274772b41e8d [2021-01-28T00:42:21.535Z] ---> 7897896b36a5 [2021-01-28T00:42:21.535Z] Step 13/24 : WORKDIR / [2021-01-28T00:42:21.535Z] ---> Running in 7f1804e9477b [2021-01-28T00:42:21.814Z] ---> Running in 77585f7d7390 [2021-01-28T00:42:21.814Z] Removing intermediate container a0b0704edfb6 [2021-01-28T00:42:21.814Z] ---> 1841c98356ea [2021-01-28T00:42:21.814Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:42:21.814Z] ---> Running in 684d727d54e7 [2021-01-28T00:42:21.814Z] Removing intermediate container 7f1804e9477b [2021-01-28T00:42:21.814Z] ---> d294e3f4d996 [2021-01-28T00:42:21.814Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:42:22.093Z] ---> Running in 1547a138c879 [2021-01-28T00:42:22.093Z] Removing intermediate container 77585f7d7390 [2021-01-28T00:42:22.093Z] ---> 320e882b326b [2021-01-28T00:42:22.093Z] 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-28T00:42:22.362Z] Removing intermediate container 684d727d54e7 [2021-01-28T00:42:22.362Z] ---> 0dd6e4bc4270 [2021-01-28T00:42:22.362Z] Step 15/23 : WORKDIR / [2021-01-28T00:42:22.362Z] ---> Running in ec8087909bad [2021-01-28T00:42:22.362Z] Removing intermediate container 1547a138c879 [2021-01-28T00:42:22.362Z] ---> d3ac3210da7c [2021-01-28T00:42:22.362Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:42:22.362Z] + glock sync -n [2021-01-28T00:42:22.627Z]  ---> e0914838b7c7 [2021-01-28T00:42:22.627Z] 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-28T00:42:22.896Z] Removing intermediate container ec8087909bad [2021-01-28T00:42:22.896Z] ---> fb89ff995b37 [2021-01-28T00:42:22.896Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:42:23.864Z] ---> 48c94745b076 [2021-01-28T00:42:23.864Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:42:23.864Z] ---> 03419b3ef270 [2021-01-28T00:42:23.864Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:42:23.864Z] ---> 67df10b345b0 [2021-01-28T00:42:23.864Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:25.844Z] ---> 6a6a15b51200 [2021-01-28T00:42:25.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:25.845Z] ---> 55a4df931274 [2021-01-28T00:42:25.845Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:42:25.845Z] ---> 90dfbc47ea9b [2021-01-28T00:42:25.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:26.115Z] ---> efb1dc5e6ef8 [2021-01-28T00:42:26.115Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:42:26.382Z] ---> Running in cb5f831da4df [2021-01-28T00:42:26.382Z] ---> 6481f86ca760 [2021-01-28T00:42:26.382Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:42:26.382Z] ---> b3e67720562f [2021-01-28T00:42:26.382Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:42:26.382Z] ---> Running in 8af0309f193b [2021-01-28T00:42:26.382Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:42:26.382Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:42:26.382Z] ---> aefe523efa57 [2021-01-28T00:42:26.382Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:42:26.648Z] ---> Running in 02e69199eab2 [2021-01-28T00:42:26.648Z] Removing intermediate container cb5f831da4df [2021-01-28T00:42:26.648Z] ---> 49be9ffb4513 [2021-01-28T00:42:26.648Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:42:26.921Z] ---> Running in 6201952396b5 [2021-01-28T00:42:26.921Z] Removing intermediate container 8af0309f193b [2021-01-28T00:42:26.921Z] ---> ad3b8581746b [2021-01-28T00:42:26.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:42:27.193Z] ---> Running in 98125648c3da [2021-01-28T00:42:27.193Z] ---> 4fe910885e13 [2021-01-28T00:42:27.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:42:27.193Z] Removing intermediate container 6201952396b5 [2021-01-28T00:42:27.193Z] ---> 0b3712d426df [2021-01-28T00:42:27.193Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:42:27.459Z] ---> Running in dedd0ff90260 [2021-01-28T00:42:27.459Z] Removing intermediate container 98125648c3da [2021-01-28T00:42:27.459Z] ---> 94b035180be4 [2021-01-28T00:42:27.459Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:42:27.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:27.765Z] ---> d3894fc2e76b [2021-01-28T00:42:27.765Z] 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-28T00:42:27.765Z] ---> Running in 7d7880238119 [2021-01-28T00:42:27.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:27.765Z] Removing intermediate container dedd0ff90260 [2021-01-28T00:42:27.765Z] ---> db329174434b [2021-01-28T00:42:27.765Z] Step 21/22 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:42:27.765Z] ---> Running in 7d2d9353765b [2021-01-28T00:42:28.035Z] ---> Running in 0941656d5427 [2021-01-28T00:42:28.035Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:42:28.035Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:42:28.035Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:42:28.035Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:28.035Z] OK: 12 MiB in 22 packages [2021-01-28T00:42:28.333Z] Removing intermediate container 7d7880238119 [2021-01-28T00:42:28.333Z] ---> feea7c21a9c9 [2021-01-28T00:42:28.333Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:42:28.333Z] ---> Running in 1cd25974744d [2021-01-28T00:42:28.333Z] Removing intermediate container 0941656d5427 [2021-01-28T00:42:28.333Z] ---> 1f51ebd04ef3 [2021-01-28T00:42:28.606Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:42:29.191Z] ---> Running in 6a369cf00e74 [2021-01-28T00:42:29.192Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:42:29.192Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:42:29.192Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:42:29.786Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:42:29.786Z] + git describe '--abbrev=0' --tags [2021-01-28T00:42:29.786Z] + TAG=v0.6.1 [2021-01-28T00:42:29.786Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:42:29.786Z] + apk --print-arch [2021-01-28T00:42:30.053Z] + arch=x86_64 [2021-01-28T00:42:30.053Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:42:30.053Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T00:42:30.053Z] building [dockerize] for amd64 ... [2021-01-28T00:42:30.630Z] Removing intermediate container 1cd25974744d [2021-01-28T00:42:30.630Z] ---> aa11b0db345d [2021-01-28T00:42:30.630Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:42:31.609Z] Removing intermediate container 6a369cf00e74 [2021-01-28T00:42:31.609Z] ---> f7612a10ee54 [2021-01-28T00:42:31.609Z] [2021-01-28T00:42:31.609Z] ---> Running in 9d1e4d5d82ee [2021-01-28T00:42:31.609Z] Removing intermediate container 02e69199eab2 [2021-01-28T00:42:31.609Z] ---> a67854183271 [2021-01-28T00:42:31.609Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:42:31.609Z] ---> Running in 472db755f4ed [2021-01-28T00:42:31.890Z] Removing intermediate container 9d1e4d5d82ee [2021-01-28T00:42:31.890Z] ---> 6e98c06385d1 [2021-01-28T00:42:31.890Z] [2021-01-28T00:42:31.890Z] Removing intermediate container 7d2d9353765b [2021-01-28T00:42:31.890Z] ---> 86d15c3103f1 [2021-01-28T00:42:31.890Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:42:31.890Z] Successfully built f7612a10ee54 [2021-01-28T00:42:31.890Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:42:31.890Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-28T00:42:31.890Z] ---> Running in 34b9dc42d3ed [2021-01-28T00:42:32.167Z] Removing intermediate container 472db755f4ed [2021-01-28T00:42:32.167Z] ---> 353b2749941c [2021-01-28T00:42:32.167Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:42:32.167Z] Successfully built 6e98c06385d1 [2021-01-28T00:42:32.167Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:42:32.167Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-28T00:42:32.167Z] ---> Running in 87da68aa3fe8 [2021-01-28T00:42:32.167Z] Removing intermediate container 34b9dc42d3ed [2021-01-28T00:42:32.167Z] ---> 52fae09aa726 [2021-01-28T00:42:32.167Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:42:33.642Z] Removing intermediate container 87da68aa3fe8 [2021-01-28T00:42:33.642Z] ---> 91cd3ae7ce15 [2021-01-28T00:42:33.642Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:42:33.642Z] ---> Running in fec49c403298 [2021-01-28T00:42:33.642Z] ---> Running in 78b12b4e669b [2021-01-28T00:42:33.908Z] Removing intermediate container fec49c403298 [2021-01-28T00:42:33.908Z] ---> e992841fed3f [2021-01-28T00:42:33.908Z] Step 23/24 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:42:34.175Z] Removing intermediate container 78b12b4e669b [2021-01-28T00:42:34.175Z] ---> b563e8850f65 [2021-01-28T00:42:34.175Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:42:36.135Z] ---> Running in 2a6f4bd1e614 [2021-01-28T00:42:38.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:42:41.706Z] ---> 601faf040168 [2021-01-28T00:42:41.706Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:42:41.706Z] Removing intermediate container 2a6f4bd1e614 [2021-01-28T00:42:41.706Z] ---> f954d3263231 [2021-01-28T00:42:41.706Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:42:42.188Z] ---> Running in 51d0f9441715 [2021-01-28T00:42:42.571Z] ---> fa36edf797ec [2021-01-28T00:42:42.571Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:42:42.571Z] Removing intermediate container 51d0f9441715 [2021-01-28T00:42:42.571Z] ---> 112cd1b4dd49 [2021-01-28T00:42:42.571Z] [2021-01-28T00:42:43.572Z] Successfully built 112cd1b4dd49 [2021-01-28T00:42:43.881Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:42:43.881Z] Building docker-security-proxy-setup-go [2021-01-28T00:42:45.313Z]  Building docker-security-secretstore-setup-go ... done  ---> 0e49467fa27e [2021-01-28T00:42:45.313Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:42:47.954Z] ---> Running in 18395807baa0 [2021-01-28T00:42:52.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:52.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:52.656Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:42:52.656Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:42:52.656Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:42:52.656Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:42:53.264Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:42:53.264Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:42:53.264Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:42:56.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:42:56.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:42:56.965Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:42:56.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:43:00.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:43:00.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:43:00.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:43:00.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:43:00.601Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:43:01.593Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:43:01.593Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:43:01.593Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:43:01.593Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:43:01.593Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:43:01.593Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:43:01.593Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:43:01.593Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:43:01.593Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:43:01.593Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:43:02.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:43:02.197Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:43:02.197Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:43:02.197Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:43:02.197Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:43:02.471Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:43:03.924Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:43:03.924Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:43:03.924Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:43:03.924Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:43:04.210Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:43:04.487Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:43:04.487Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:43:04.487Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:43:04.487Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:43:04.487Z] ---> 20d93d9902ac [2021-01-28T00:43:04.487Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:43:04.487Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:43:04.487Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 818de0c9f381 [2021-01-28T00:43:04.487Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 870b65d5a965 [2021-01-28T00:43:04.487Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:43:04.487Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:43:04.487Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:43:04.487Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:43:04.487Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:43:04.487Z] ---> 20d93d9902ac [2021-01-28T00:43:04.487Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 818de0c9f381 [2021-01-28T00:43:04.487Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 870b65d5a965 [2021-01-28T00:43:04.487Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 2ebc790705b7 [2021-01-28T00:43:04.487Z] Step 6/23 : COPY go.mod . [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 2ebc790705b7 [2021-01-28T00:43:04.487Z] Step 6/22 : COPY go.mod . [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 0668bf93621c [2021-01-28T00:43:04.487Z] Step 7/22 : RUN go mod download [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 0668bf93621c [2021-01-28T00:43:04.487Z] Step 7/23 : RUN go mod download [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 542bcba4010f [2021-01-28T00:43:04.487Z] Step 8/23 : COPY . . [2021-01-28T00:43:04.487Z] ---> Using cache [2021-01-28T00:43:04.487Z] ---> 542bcba4010f [2021-01-28T00:43:04.487Z] Step 8/22 : COPY . . [2021-01-28T00:43:04.751Z] ---> Using cache [2021-01-28T00:43:04.751Z] ---> fb0a024259de [2021-01-28T00:43:04.751Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:43:04.751Z] ---> Using cache [2021-01-28T00:43:04.751Z] ---> fb0a024259de [2021-01-28T00:43:04.751Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:43:07.332Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:07.332Z] OK: 71 MiB in 55 packages [2021-01-28T00:43:07.332Z] + date [2021-01-28T00:43:07.332Z]  ---> Running in a66101c217c0 [2021-01-28T00:43:07.332Z] ---> Running in e87477c1e805 [2021-01-28T00:43:07.332Z] + echo 'Thu Jan 28 00:43:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:43:07.332Z] Thu Jan 28 00:43:07 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:43:08.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:43:08.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:43:08.793Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:43:09.939Z] 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-28T00:43:09.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:43:11.393Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:43:11.393Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:43:11.393Z] ---> 20d93d9902ac [2021-01-28T00:43:11.393Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> 818de0c9f381 [2021-01-28T00:43:11.393Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> 870b65d5a965 [2021-01-28T00:43:11.393Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> 2ebc790705b7 [2021-01-28T00:43:11.393Z] Step 6/21 : COPY go.mod . [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> 0668bf93621c [2021-01-28T00:43:11.393Z] Step 7/21 : RUN go mod download [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> 542bcba4010f [2021-01-28T00:43:11.393Z] Step 8/21 : COPY . . [2021-01-28T00:43:11.393Z] ---> Using cache [2021-01-28T00:43:11.393Z] ---> fb0a024259de [2021-01-28T00:43:11.393Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:43:12.850Z] ---> Running in 99eb6e1afab0 [2021-01-28T00:43:14.861Z] 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-28T00:43:15.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements [2021-01-28T00:43:15.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:43:15.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:43:15.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:43:15.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:43:15.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:43:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.1% of statements [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:43:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:43:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:43:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.200s coverage: 65.8% of statements [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:43:22.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.3% of statements [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:43:22.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:43:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:43:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:43:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:43:29.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.385s coverage: 86.7% of statements [2021-01-28T00:43:29.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:43:30.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2021-01-28T00:43:30.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:43:31.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2021-01-28T00:43:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:43:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:43:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:43:31.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:43:33.279Z] Removing intermediate container 18395807baa0 [2021-01-28T00:43:33.279Z] ---> 300eee080102 [2021-01-28T00:43:33.279Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:43:33.279Z] ---> Running in df6b1257d3d3 [2021-01-28T00:43:33.869Z] Removing intermediate container 902e6edb770e [2021-01-28T00:43:33.869Z] ---> 0e3effb67511 [2021-01-28T00:43:33.869Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:43:34.483Z] ---> Running in dfcad28445d3 [2021-01-28T00:43:35.895Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:43:35.895Z] statically linked [2021-01-28T00:43:36.168Z] Collecting docker-compose==1.23.2 [2021-01-28T00:43:36.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:43:37.209Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:43:37.209Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:43:37.483Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:43:37.483Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:43:37.759Z] Removing intermediate container dfcad28445d3 [2021-01-28T00:43:37.759Z] ---> 35fc10a36c92 [2021-01-28T00:43:37.759Z] [2021-01-28T00:43:37.759Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:43:37.759Z] ---> 389fef711851 [2021-01-28T00:43:37.759Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:43:37.759Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:43:37.759Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:43:37.759Z] ---> Running in 3dc7fe2ee76f [2021-01-28T00:43:38.372Z] Removing intermediate container 3dc7fe2ee76f [2021-01-28T00:43:38.372Z] ---> 50f04ed88dc1 [2021-01-28T00:43:38.372Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:43:38.372Z] ---> Running in a90965318c29 [2021-01-28T00:43:38.986Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:43:38.986Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:43:38.986Z] 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-28T00:43:38.986Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:43:38.986Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:43:39.271Z] 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-28T00:43:39.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.412s coverage: 92.8% of statements [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:43:39.396Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 43.8% of statements [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements [2021-01-28T00:43:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-01-28T00:43:39.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:39.828Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:39.828Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:43:39.828Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:43:39.828Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:39.828Z] OK: 6 MiB in 17 packages [2021-01-28T00:43:39.828Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:43:39.828Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:43:42.390Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:43:42.390Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:43:42.998Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:43:42.998Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:43:43.266Z] Removing intermediate container a90965318c29 [2021-01-28T00:43:43.266Z] ---> 8048ca2b7b30 [2021-01-28T00:43:43.266Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:43:43.860Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:43:43.860Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:43:44.812Z] ---> Running in 68a48ba0a5e8 [2021-01-28T00:43:44.812Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:43:44.812Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:43:45.387Z] Removing intermediate container e87477c1e805 [2021-01-28T00:43:45.387Z] ---> a00ca0261361 [2021-01-28T00:43:45.387Z] [2021-01-28T00:43:45.387Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:43:45.387Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:43:45.387Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:43:45.387Z] ---> 389fef711851 [2021-01-28T00:43:45.387Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:43:45.651Z] ---> Using cache [2021-01-28T00:43:45.651Z] ---> fc4838a18607 [2021-01-28T00:43:45.651Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:43:45.651Z] ---> Using cache [2021-01-28T00:43:45.651Z] ---> fb4cc7ae2658 [2021-01-28T00:43:45.651Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:43:45.651Z] 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-28T00:43:45.651Z] 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-28T00:43:45.651Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:43:45.651Z] Removing intermediate container 68a48ba0a5e8 [2021-01-28T00:43:45.651Z] ---> d43cd54e5fb9 [2021-01-28T00:43:45.651Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:43:45.651Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:43:45.918Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:43:45.918Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:43:45.918Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:43:45.918Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:43:45.918Z] ---> Running in d9361a736cfd [2021-01-28T00:43:45.918Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, dockerpty, PyYAML, cached-property, docopt, jsonschema, docker-compose [2021-01-28T00:43:46.501Z] Attempting uninstall: urllib3 [2021-01-28T00:43:46.501Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:43:46.501Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:43:46.501Z] ---> Running in 80a27dcadc27 [2021-01-28T00:43:46.501Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:43:49.830Z] Removing intermediate container d9361a736cfd [2021-01-28T00:43:49.830Z] ---> b0b8ae11c895 [2021-01-28T00:43:49.830Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:43:50.092Z] Attempting uninstall: idna [2021-01-28T00:43:50.092Z] Found existing installation: idna 2.9 [2021-01-28T00:43:50.092Z] Uninstalling idna-2.9: [2021-01-28T00:43:50.354Z] Successfully uninstalled idna-2.9 [2021-01-28T00:43:50.354Z] Removing intermediate container 80a27dcadc27 [2021-01-28T00:43:50.354Z] ---> e6aaca5cdd7d [2021-01-28T00:43:50.354Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:43:50.354Z] ---> Running in a70cab6b731f [2021-01-28T00:43:50.616Z] Attempting uninstall: requests [2021-01-28T00:43:50.616Z] Found existing installation: requests 2.23.0 [2021-01-28T00:43:50.616Z] Uninstalling requests-2.23.0: [2021-01-28T00:43:50.616Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:43:50.616Z] Removing intermediate container 99eb6e1afab0 [2021-01-28T00:43:50.616Z] ---> 0722d1796fee [2021-01-28T00:43:50.616Z] [2021-01-28T00:43:50.616Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:43:50.616Z] ---> 389fef711851 [2021-01-28T00:43:50.617Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:43:50.617Z] ---> Running in 13c85b939dbe [2021-01-28T00:43:51.191Z] Removing intermediate container a66101c217c0 [2021-01-28T00:43:51.191Z] ---> 10eacecc45cc [2021-01-28T00:43:51.191Z] [2021-01-28T00:43:51.191Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:43:51.191Z] ---> 389fef711851 [2021-01-28T00:43:51.191Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:43:51.191Z] ---> Using cache [2021-01-28T00:43:51.191Z] ---> fc4838a18607 [2021-01-28T00:43:51.191Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:43:51.191Z] ---> Using cache [2021-01-28T00:43:51.191Z] ---> fb4cc7ae2658 [2021-01-28T00:43:51.191Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:43:51.460Z] Removing intermediate container a70cab6b731f [2021-01-28T00:43:51.460Z] ---> 4dd78c65ac6a [2021-01-28T00:43:51.460Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:51.739Z] ---> Running in 0075d0dc181c [2021-01-28T00:43:51.739Z] ---> Running in 35b6072a06a5 [2021-01-28T00:43:51.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements [2021-01-28T00:43:51.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements [2021-01-28T00:43:51.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:43:51.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:43:51.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:43:51.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:43:52.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 63.5% of statements [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:43:52.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:43:53.149Z] ---> 61b0470aef55 [2021-01-28T00:43:53.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:43:53.149Z] Running setup.py install for texttable: started [2021-01-28T00:43:53.149Z] Removing intermediate container 35b6072a06a5 [2021-01-28T00:43:53.149Z] ---> 1d629af1339b [2021-01-28T00:43:53.149Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:43:53.149Z] ---> Running in bdfd5a761a93 [2021-01-28T00:43:53.422Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:43:53.422Z] Running setup.py install for dockerpty: started [2021-01-28T00:43:53.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:53.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements [2021-01-28T00:43:53.689Z] Removing intermediate container bdfd5a761a93 [2021-01-28T00:43:53.689Z] ---> 7a1be0aa254a [2021-01-28T00:43:53.689Z] Step 15/23 : WORKDIR / [2021-01-28T00:43:53.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:43:53.689Z] ---> 4fe516f1c8f9 [2021-01-28T00:43:53.689Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:53.689Z] ---> Running in b31a43435054 [2021-01-28T00:43:53.689Z] Removing intermediate container 13c85b939dbe [2021-01-28T00:43:53.689Z] ---> 54e7879a5816 [2021-01-28T00:43:53.689Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:43:53.955Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:43:53.955Z] ---> Running in 4d7ef3f5e3ee [2021-01-28T00:43:53.955Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:43:53.955Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:43:53.955Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:43:53.955Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:53.955Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:43:53.955Z] OK: 7 MiB in 18 packages [2021-01-28T00:43:53.955Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:43:53.955Z] Running setup.py install for PyYAML: started [2021-01-28T00:43:54.092Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-28T00:43:54.543Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:43:54.821Z] Removing intermediate container b31a43435054 [2021-01-28T00:43:54.821Z] ---> 2e428cfdb498 [2021-01-28T00:43:54.821Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:54.821Z] ---> 4596bb656f82 [2021-01-28T00:43:54.821Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:43:54.821Z] Running setup.py install for docopt: started [2021-01-28T00:43:55.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-28T00:43:55.090Z] Removing intermediate container 4d7ef3f5e3ee [2021-01-28T00:43:55.090Z] ---> d73d27be51a9 [2021-01-28T00:43:55.090Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:43:55.090Z] ---> Running in bf5bc3687031 [2021-01-28T00:43:55.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-01-28T00:43:55.356Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:43:55.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-01-28T00:43:57.279Z] ---> f1ded76f24c2 [2021-01-28T00:43:57.279Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:43:57.861Z] Removing intermediate container bf5bc3687031 [2021-01-28T00:43:57.861Z] ---> fd909921a8fc [2021-01-28T00:43:57.861Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:57.861Z] Removing intermediate container 0075d0dc181c [2021-01-28T00:43:57.861Z] ---> 1413fb7e2c55 [2021-01-28T00:43:57.861Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:43:58.448Z] ---> b547aa337061 [2021-01-28T00:43:58.448Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:43:58.448Z] 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-28T00:43:58.448Z] ---> a4a2ea8f26e0 [2021-01-28T00:43:58.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:58.448Z] ---> Running in e7eb4deef9de [2021-01-28T00:43:58.448Z] ---> Running in ebb2288d3f44 [2021-01-28T00:43:58.712Z] ---> 728beb0867e7 [2021-01-28T00:43:58.712Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:43:58.712Z] ---> Running in 98aa971dd36c [2021-01-28T00:43:58.712Z] Removing intermediate container ebb2288d3f44 [2021-01-28T00:43:58.712Z] ---> 702b0b6f74ca [2021-01-28T00:43:58.712Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:43:58.980Z] Removing intermediate container e7eb4deef9de [2021-01-28T00:43:58.980Z] ---> 0dbc946357fd [2021-01-28T00:43:58.980Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:43:58.980Z] ---> baf6a30c7902 [2021-01-28T00:43:58.980Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:43:59.243Z] ---> Running in 4e4837fcf393 [2021-01-28T00:43:59.243Z] ---> Running in 12371bc9ce94 [2021-01-28T00:43:59.243Z] ---> Running in d8635e964da6 [2021-01-28T00:43:59.528Z] Removing intermediate container 12371bc9ce94 [2021-01-28T00:43:59.528Z] ---> 7c815ecc81b4 [2021-01-28T00:43:59.528Z] Step 21/22 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:43:59.528Z] Removing intermediate container 4e4837fcf393 [2021-01-28T00:43:59.528Z] ---> 96bc10b01842 [2021-01-28T00:43:59.529Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:43:59.795Z] Removing intermediate container d8635e964da6 [2021-01-28T00:43:59.795Z] ---> ed033a79224d [2021-01-28T00:43:59.795Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:59.795Z] ---> Running in e68e11e03f06 [2021-01-28T00:43:59.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.833s coverage: 68.9% of statements [2021-01-28T00:43:59.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:43:59.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:43:59.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:43:59.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:43:59.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:44:00.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.407s coverage: 37.0% of statements [2021-01-28T00:44:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:44:00.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:44:01.205Z] ---> Running in d14883862348 [2021-01-28T00:44:01.205Z] ---> fe9a6144e518 [2021-01-28T00:44:01.205Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:44:01.205Z] Removing intermediate container e68e11e03f06 [2021-01-28T00:44:01.205Z] ---> 0356c16e06a4 [2021-01-28T00:44:01.205Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:44:01.205Z] Removing intermediate container df6b1257d3d3 [2021-01-28T00:44:01.205Z] ---> bc3fcecfa7f5 [2021-01-28T00:44:01.205Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:44:01.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.639s coverage: 84.0% of statements [2021-01-28T00:44:01.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2021-01-28T00:44:01.479Z] ---> Running in 5e45e5199fe1 [2021-01-28T00:44:01.479Z] ---> Running in 9d5f517c64b8 [2021-01-28T00:44:01.479Z] Removing intermediate container d14883862348 [2021-01-28T00:44:01.479Z] ---> e3a58d0d5838 [2021-01-28T00:44:01.479Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:44:02.068Z] ---> Running in ca6e832b42c9 [2021-01-28T00:44:02.068Z] Removing intermediate container 5e45e5199fe1 [2021-01-28T00:44:02.068Z] ---> a365b3ddf4ce [2021-01-28T00:44:02.068Z] [2021-01-28T00:44:02.068Z] ---> 3e7262f984bb [2021-01-28T00:44:02.068Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:44:02.068Z] Removing intermediate container 98aa971dd36c [2021-01-28T00:44:02.068Z] ---> 3454974c927d [2021-01-28T00:44:02.068Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:44:02.335Z] Removing intermediate container ca6e832b42c9 [2021-01-28T00:44:02.335Z] ---> b83cea1fc8f5 [2021-01-28T00:44:02.335Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:44:02.599Z] Successfully built a365b3ddf4ce [2021-01-28T00:44:02.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:02.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:02.866Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:44:02.866Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-28T00:44:02.866Z] ---> Running in 9bb6fa821bad [2021-01-28T00:44:02.866Z] ---> 9659046d62b5 [2021-01-28T00:44:02.866Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:44:02.866Z] ---> 132227d88060 [2021-01-28T00:44:02.866Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:44:03.134Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:44:03.134Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:44:03.134Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:44:03.134Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:44:03.134Z] ---> Running in cfda5187a4cc [2021-01-28T00:44:03.134Z] OK: 72 MiB in 58 packages [2021-01-28T00:44:03.399Z] Removing intermediate container 9bb6fa821bad [2021-01-28T00:44:03.399Z] ---> 74b3d3c29408 [2021-01-28T00:44:03.399Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:44:03.671Z] ---> Running in d32004731d39 [2021-01-28T00:44:03.671Z] Removing intermediate container cfda5187a4cc [2021-01-28T00:44:03.671Z] ---> 12043abed44d [2021-01-28T00:44:03.671Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:44:03.935Z] ---> 91f831a27605 [2021-01-28T00:44:03.935Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:44:03.935Z] ---> Running in daac505bceaa [2021-01-28T00:44:06.077Z] Removing intermediate container d32004731d39 [2021-01-28T00:44:06.077Z] ---> 938a3d8e6db7 [2021-01-28T00:44:06.077Z] [2021-01-28T00:44:06.077Z] Removing intermediate container 9d5f517c64b8 [2021-01-28T00:44:06.077Z] ---> 620a5ca13643 [2021-01-28T00:44:06.077Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:44:06.077Z] Successfully built 938a3d8e6db7 [2021-01-28T00:44:06.362Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:44:07.780Z]  Building docker-core-metadata-go ... done Removing intermediate container daac505bceaa [2021-01-28T00:44:07.780Z] ---> 340e744b3ee1 [2021-01-28T00:44:07.780Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:44:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:44:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:44:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2021-01-28T00:44:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:44:08.732Z] ---> 0146a719b8e3 [2021-01-28T00:44:08.732Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:44:09.322Z] ---> Running in d3a5aa0a6485 [2021-01-28T00:44:09.322Z] ---> Running in 02a5fbeb7b1e [2021-01-28T00:44:09.586Z] ---> 5227c525d484 [2021-01-28T00:44:09.586Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:44:09.586Z] Removing intermediate container d3a5aa0a6485 [2021-01-28T00:44:09.586Z] ---> 73e0e0010a55 [2021-01-28T00:44:09.586Z] Step 20/21 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:44:09.586Z] Removing intermediate container 02a5fbeb7b1e [2021-01-28T00:44:09.586Z] ---> 8d018200302c [2021-01-28T00:44:09.586Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:44:09.857Z] ---> Running in b50134ea6248 [2021-01-28T00:44:09.857Z] ---> Running in b80cb7d28ff3 [2021-01-28T00:44:09.857Z] ---> 1d498085c904 [2021-01-28T00:44:09.857Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:44:10.121Z] Removing intermediate container b50134ea6248 [2021-01-28T00:44:10.121Z] ---> 653965e85e00 [2021-01-28T00:44:10.121Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:44:10.383Z] ---> Running in 7f37a4b8e0d1 [2021-01-28T00:44:10.383Z] Removing intermediate container b80cb7d28ff3 [2021-01-28T00:44:10.383Z] ---> bf20138dc5d7 [2021-01-28T00:44:10.383Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:44:10.958Z] ---> Running in 436a72e829a8 [2021-01-28T00:44:11.537Z] ---> Running in bb225ff31f12 [2021-01-28T00:44:12.126Z] Removing intermediate container 7f37a4b8e0d1 [2021-01-28T00:44:12.126Z] ---> 030ecefea0e9 [2021-01-28T00:44:12.126Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:44:12.126Z] Removing intermediate container 436a72e829a8 [2021-01-28T00:44:12.126Z] ---> f6db8a45a253 [2021-01-28T00:44:12.126Z] [2021-01-28T00:44:12.390Z] Removing intermediate container bb225ff31f12 [2021-01-28T00:44:12.390Z] ---> 6b291126ef7e [2021-01-28T00:44:12.390Z] Step 25/26 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:44:12.390Z] Successfully built f6db8a45a253 [2021-01-28T00:44:12.653Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.034s coverage: 29.1% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.254s coverage: 99.0% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:44:13.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-28T00:44:13.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-28T00:44:14.420Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T00:44:14.593Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6d85aaef8c06 [2021-01-28T00:44:14.593Z] ---> 3d07c8facda7 [2021-01-28T00:44:14.593Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:44:15.402Z] GO111MODULE=on go vet ./... [2021-01-28T00:44:15.543Z] ---> Running in 10c31fb8d44d [2021-01-28T00:44:16.498Z] Removing intermediate container 6d85aaef8c06 [2021-01-28T00:44:16.498Z] ---> d82559b74691 [2021-01-28T00:44:16.498Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:44:17.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:44:17.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:44:17.449Z] ---> 20d93d9902ac [2021-01-28T00:44:17.449Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:44:17.449Z] ---> Using cache [2021-01-28T00:44:17.449Z] ---> 818de0c9f381 [2021-01-28T00:44:17.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:44:17.449Z] ---> Using cache [2021-01-28T00:44:17.449Z] ---> 870b65d5a965 [2021-01-28T00:44:17.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:44:18.413Z] ---> Running in 2a3694b96228 [2021-01-28T00:44:18.413Z] ---> Running in 6fa4411e9a5c [2021-01-28T00:44:18.682Z] Removing intermediate container 2a3694b96228 [2021-01-28T00:44:18.682Z] ---> bfc00e4b7486 [2021-01-28T00:44:18.682Z] [2021-01-28T00:44:18.945Z] Successfully built bfc00e4b7486 [2021-01-28T00:44:18.945Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:44:18.945Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:19.518Z] Removing intermediate container 10c31fb8d44d [2021-01-28T00:44:19.518Z] ---> 666fbe3973cd [2021-01-28T00:44:19.518Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:44:19.518Z] ---> Running in 56fd14dc5a97 [2021-01-28T00:44:19.781Z] Removing intermediate container 56fd14dc5a97 [2021-01-28T00:44:19.781Z] ---> 31a48959faba [2021-01-28T00:44:19.781Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:44:20.042Z] ---> Running in 0d0805ab4633 [2021-01-28T00:44:20.042Z] Removing intermediate container 0d0805ab4633 [2021-01-28T00:44:20.042Z] ---> 4b71aa577906 [2021-01-28T00:44:20.042Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:44:20.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:20.312Z] ---> Running in 85b861ff3aa0 [2021-01-28T00:44:20.579Z] Removing intermediate container 85b861ff3aa0 [2021-01-28T00:44:20.579Z] ---> e3a9db4f1aa5 [2021-01-28T00:44:20.579Z] Step 33/34 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:44:20.850Z] ---> Running in 9a95d8ba166a [2021-01-28T00:44:20.850Z] Removing intermediate container 9a95d8ba166a [2021-01-28T00:44:20.850Z] ---> b0ccf7b72a7e [2021-01-28T00:44:20.850Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:44:21.111Z] ---> Running in d518ffd75e99 [2021-01-28T00:44:21.376Z] Removing intermediate container d518ffd75e99 [2021-01-28T00:44:21.376Z] ---> 369f17d467c1 [2021-01-28T00:44:21.376Z] [2021-01-28T00:44:21.376Z] Successfully built 369f17d467c1 [2021-01-28T00:44:21.376Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:44:21.640Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-01-28T00:44:22.217Z] Removing intermediate container 6fa4411e9a5c [2021-01-28T00:44:22.217Z] ---> 70a41913aa59 [2021-01-28T00:44:22.217Z] Step 6/23 : COPY go.mod . [2021-01-28T00:44:22.481Z] ---> 55d5e27928b0 [2021-01-28T00:44:22.481Z] Step 7/23 : RUN go mod download [2021-01-28T00:44:22.481Z] ---> Running in 3e825a898e0b [2021-01-28T00:44:23.878Z] Removing intermediate container 3e825a898e0b [2021-01-28T00:44:23.878Z] ---> 8cb3579a0612 [2021-01-28T00:44:23.878Z] Step 8/23 : COPY . . [2021-01-28T00:44:42.125Z] ---> 93d02a2fa28c [2021-01-28T00:44:42.125Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:44:42.125Z] ---> Running in e10165128d97 [2021-01-28T00:44:42.125Z] 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-28T00:44:55.660Z] Removing intermediate container e10165128d97 [2021-01-28T00:44:55.660Z] ---> 5afa9034bef0 [2021-01-28T00:44:55.660Z] [2021-01-28T00:44:55.660Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:44:55.660Z] ---> 389fef711851 [2021-01-28T00:44:55.660Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:44:55.660Z] ---> Running in 6caf2f55b736 [2021-01-28T00:44:55.938Z] Removing intermediate container 6caf2f55b736 [2021-01-28T00:44:55.938Z] ---> 1a71db1a9a05 [2021-01-28T00:44:55.938Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:44:56.906Z] ---> Running in a94d93cfed49 [2021-01-28T00:44:56.906Z] Removing intermediate container a94d93cfed49 [2021-01-28T00:44:56.906Z] ---> 65e787dd17cf [2021-01-28T00:44:56.906Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:44:56.906Z] ---> Running in 7c4c75a55297 [2021-01-28T00:44:57.173Z] Removing intermediate container 7c4c75a55297 [2021-01-28T00:44:57.173Z] ---> 7514cc517409 [2021-01-28T00:44:57.173Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:44:57.173Z] ---> Running in 2238dfcbfa10 [2021-01-28T00:44:58.132Z] Removing intermediate container 2238dfcbfa10 [2021-01-28T00:44:58.132Z] ---> a980fa9796f4 [2021-01-28T00:44:58.132Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:44:58.422Z] ---> Running in cfdd439d6ffb [2021-01-28T00:44:59.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:59.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:01.348Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:45:01.348Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:45:01.348Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:45:01.640Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:45:02.249Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:45:02.514Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:45:02.514Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:02.514Z] OK: 8 MiB in 20 packages [2021-01-28T00:45:03.490Z] Removing intermediate container cfdd439d6ffb [2021-01-28T00:45:03.490Z] ---> 0293d9020176 [2021-01-28T00:45:03.490Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:45:03.490Z] ---> d0b4ff179346 [2021-01-28T00:45:03.490Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:45:04.085Z] ---> 6cb925b5b82f [2021-01-28T00:45:04.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:45:04.351Z] ---> eb8457e1038f [2021-01-28T00:45:04.351Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:45:04.617Z] ---> Running in 2b33c8052fa9 [2021-01-28T00:45:04.617Z] Removing intermediate container 2b33c8052fa9 [2021-01-28T00:45:04.617Z] ---> 806664977752 [2021-01-28T00:45:04.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:45:04.617Z] ---> Running in cb534ed0f222 [2021-01-28T00:45:04.884Z] Removing intermediate container cb534ed0f222 [2021-01-28T00:45:04.884Z] ---> 1dc3dc9f310a [2021-01-28T00:45:04.884Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:45:04.884Z] ---> Running in 95fe711c4c35 [2021-01-28T00:45:05.146Z] Removing intermediate container 95fe711c4c35 [2021-01-28T00:45:05.146Z] ---> e41c4f1eefad [2021-01-28T00:45:05.146Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:45:05.146Z] ---> Running in 559cf8ddc3e2 [2021-01-28T00:45:05.409Z] Removing intermediate container 559cf8ddc3e2 [2021-01-28T00:45:05.410Z] ---> 27c01b297b7d [2021-01-28T00:45:05.410Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:45:05.410Z] ---> Running in 5845be7dd437 [2021-01-28T00:45:05.681Z] Removing intermediate container 5845be7dd437 [2021-01-28T00:45:05.681Z] ---> 9f7971346d9c [2021-01-28T00:45:05.681Z] [2021-01-28T00:45:05.681Z] Successfully built 9f7971346d9c [2021-01-28T00:45:05.965Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:45:06.250Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-28T00:45:06.267Z] $ docker stop --time=1 a61149998421cfb28af4756ec067811b21bc83f58c2df074d1f7fc4efddabb79 [2021-01-28T00:45:07.923Z] $ docker rm -f a61149998421cfb28af4756ec067811b21bc83f58c2df074d1f7fc4efddabb79 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:45:08.504Z] + docker images [2021-01-28T00:45:08.504Z] + grep docker [2021-01-28T00:45:09.082Z] docker-core-data-go latest 9f7971346d9c 3 seconds ago 22.3MB [2021-01-28T00:45:09.082Z] docker-security-bootstrapper-go latest 369f17d467c1 47 seconds ago 33.5MB [2021-01-28T00:45:09.082Z] docker-sys-mgmt-agent-go latest bfc00e4b7486 50 seconds ago 313MB [2021-01-28T00:45:09.082Z] docker-security-proxy-setup-go latest f6db8a45a253 57 seconds ago 24.4MB [2021-01-28T00:45:09.082Z] docker-core-metadata-go latest 938a3d8e6db7 About a minute ago 18.8MB [2021-01-28T00:45:09.082Z] docker-support-scheduler-go latest a365b3ddf4ce About a minute ago 16.4MB [2021-01-28T00:45:09.082Z] docker-security-secretstore-setup-go latest 112cd1b4dd49 2 minutes ago 24.6MB [2021-01-28T00:45:09.082Z] docker-core-command-go latest 6e98c06385d1 2 minutes ago 16.3MB [2021-01-28T00:45:09.082Z] docker-support-notifications-go latest f7612a10ee54 2 minutes ago 16.9MB [2021-01-28T00:45:09.082Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T00:45:23.442Z] gofmt -l . [2021-01-28T00:45:25.085Z] Still waiting to schedule task [2021-01-28T00:45:25.085Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-23590’ [2021-01-28T00:45:26.091Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:45:28.695Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:45:29.288Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:45:31.388Z] + ls -al . [2021-01-28T00:45:31.388Z] total 696 [2021-01-28T00:45:31.388Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:45 . [2021-01-28T00:45:31.388Z] drwxr-xr-x 4 root root 4096 Jan 28 00:41 .. [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:40 .dockerignore [2021-01-28T00:45:31.388Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:40 .git [2021-01-28T00:45:31.388Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:40 .github [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:40 .gitignore [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:40 .sonarcloud.properties [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:40 Attribution.txt [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:40 CONTRIBUTING.md [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:40 Dockerfile.build [2021-01-28T00:45:31.388Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:40 Jenkinsfile [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:40 LICENSE [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:40 Makefile [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:40 README.md [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:40 SECURITY.md [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:36 VERSION [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:40 ZMQWindows.md [2021-01-28T00:45:31.389Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:40 bin [2021-01-28T00:45:31.389Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:40 cmd [2021-01-28T00:45:31.389Z] -rw-r--r-- 1 root root 564700 Jan 28 00:44 coverage.out [2021-01-28T00:45:31.389Z] -rw-r--r-- 1 root root 1053 Jan 28 00:45 go.mod [2021-01-28T00:45:31.389Z] -rw-r--r-- 1 root root 19080 Jan 28 00:45 go.sum [2021-01-28T00:45:31.389Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:40 internal [2021-01-28T00:45:31.389Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:40 openapi [2021-01-28T00:45:31.389Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:40 snap [2021-01-28T00:45:31.389Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:40 version.go [Pipeline] sh [2021-01-28T00:45:32.053Z] + '[' -e coverage.out ] [2021-01-28T00:45:32.054Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:45:32.072Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:45:33.327Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:45:34.007Z] + make build [2021-01-28T00:45:34.007Z] 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-28T00:45:44.178Z] 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-28T00:46:10.970Z] 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-28T00:46:15.288Z] 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-28T00:46:20.698Z] 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-28T00:46:22.198Z] 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-28T00:46:27.612Z] 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-28T00:46:31.925Z] 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-28T00:46:35.306Z] 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-28T00:46:39.631Z] 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-28T00:46:43.921Z] 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-28T00:46:46.538Z] 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-28T00:46:50.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:46:55.145Z] $ docker stop --time=1 60e02668138618136cad1604b04323a892a56ef0b882b9f385c5824aba6b62d0 [2021-01-28T00:46:57.593Z] $ docker rm -f 60e02668138618136cad1604b04323a892a56ef0b882b9f385c5824aba6b62d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:46:59.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:59.427Z] [2021-01-28T00:46:59.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:46:59.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:46:59.807Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:46:59.807Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:46:59.807Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:46:59.807Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:47:00.414Z] 29e5d40040c1: Download complete [2021-01-28T00:47:01.009Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:47:01.009Z] 1ce36da41761: Download complete [2021-01-28T00:47:01.009Z] 29e5d40040c1: Pull complete [2021-01-28T00:47:02.438Z] 1ce36da41761: Pull complete [2021-01-28T00:47:02.729Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:47:02.729Z] 25b303627fd3: Download complete [2021-01-28T00:47:12.890Z] 25b303627fd3: Pull complete [2021-01-28T00:47:12.890Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:47:12.890Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:47:12.890Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:47:13.113Z] prd-ubuntu18.04-docker-arm64-4c-16g-23582 does not seem to be running inside a container [2021-01-28T00:47:13.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:47:16.285Z] $ docker top 69bb2425853777a26e2f38177a1f1632ed9f6cc663af08c6afd82fbeac3e1351 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:47:17.314Z] + docker-compose build --help [2021-01-28T00:47:17.315Z] + grep parallel [2021-01-28T00:47:21.604Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:47:21.633Z] $ docker stop --time=1 69bb2425853777a26e2f38177a1f1632ed9f6cc663af08c6afd82fbeac3e1351 [2021-01-28T00:47:23.508Z] $ docker rm -f 69bb2425853777a26e2f38177a1f1632ed9f6cc663af08c6afd82fbeac3e1351 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:47:24.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:47:24.425Z] . [Pipeline] withDockerContainer [2021-01-28T00:47:24.655Z] prd-ubuntu18.04-docker-arm64-4c-16g-23582 does not seem to be running inside a container [2021-01-28T00:47:24.742Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:47:26.058Z] $ docker top 3c474675005e2f36a7d1d2b1a0e08f94d1e5e6fc9c1e111f6ba96b0cb3f94e82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:47:27.107Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:47:31.396Z] Building docker-core-command-go ... [2021-01-28T00:47:31.396Z] Building docker-core-data-go ... [2021-01-28T00:47:31.396Z] Building docker-core-metadata-go ... [2021-01-28T00:47:31.396Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:47:31.396Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:47:31.396Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:47:31.396Z] Building docker-support-notifications-go ... [2021-01-28T00:47:31.396Z] Building docker-support-scheduler-go ... [2021-01-28T00:47:31.396Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:47:31.396Z] Building docker-core-data-go [2021-01-28T00:47:31.396Z] Building docker-support-scheduler-go [2021-01-28T00:47:31.396Z] Building docker-support-notifications-go [2021-01-28T00:47:31.396Z] Building docker-security-bootstrapper-go [2021-01-28T00:47:31.396Z] Building docker-core-command-go [2021-01-28T00:47:57.788Z] Running on prd-ubuntu18.04-docker-8c-8g-23595 in /w/workspace/edgexfoundry_edgex-go_PR-3078 [Pipeline] { [Pipeline] ws [2021-01-28T00:47:57.894Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:48:00.231Z] using credential edgex-jenkins-ssh [2021-01-28T00:48:00.288Z] Cloning the remote Git repository [2021-01-28T00:48:00.304Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:48:00.374Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T00:48:00.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:48:00.405Z] > git --version # timeout=10 [2021-01-28T00:48:00.411Z] > git --version # 'git version 2.17.1' [2021-01-28T00:48:00.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:48:00.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:48:21.321Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:48:21.330Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:48:21.340Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:48:21.352Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:48:21.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:48:21.356Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3078/head:refs/remotes/origin/PR-3078 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:48:21.940Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 3cbdff7dca2e298633a7baee0da1ac68296f3f30 [2021-01-28T00:48:22.102Z] Merge succeeded, producing ada57b3649b92b9e4d480eb97b8c230bd9c4aff1 [2021-01-28T00:48:22.102Z] Checking out Revision ada57b3649b92b9e4d480eb97b8c230bd9c4aff1 (PR-3078) [2021-01-28T00:48:21.946Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:48:21.952Z] > git checkout -f 3cbdff7dca2e298633a7baee0da1ac68296f3f30 # timeout=10 [2021-01-28T00:48:22.024Z] > git remote # timeout=10 [2021-01-28T00:48:22.034Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:48:22.041Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:48:22.045Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:48:22.094Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:48:22.103Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:48:22.114Z] > git checkout -f ada57b3649b92b9e4d480eb97b8c230bd9c4aff1 # timeout=10 [2021-01-28T00:48:25.750Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:48:25.759Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:48:25.752Z] > git rev-list --no-walk 01d3b4bb9f46a408d4fadb2df90126a90f662d01 # timeout=10 [2021-01-28T00:48:26.951Z] + echo snap-build.sh [2021-01-28T00:48:26.951Z] snap-build.sh [2021-01-28T00:48:26.951Z] + SNAP_BASE_DIR=. [2021-01-28T00:48:26.951Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-28T00:48:26.951Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-28T00:48:26.951Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-28T00:48:26.951Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-28T00:48:26.951Z] + cd /w/workspace/edgex-go/3 [2021-01-28T00:48:26.951Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:48:26.951Z] Reading package lists... [2021-01-28T00:48:26.951Z] Building dependency tree... [2021-01-28T00:48:26.951Z] Reading state information... [2021-01-28T00:48:27.213Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:48:27.213Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:48:27.213Z] uidmap xdelta3 [2021-01-28T00:48:27.213Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:48:27.213Z] The following packages will be REMOVED: [2021-01-28T00:48:27.213Z] lxd* lxd-client* [2021-01-28T00:48:27.474Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:48:27.474Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:48:28.530Z] (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-28T00:48:28.530Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:48:29.480Z] Removing lxd dnsmasq configuration [2021-01-28T00:48:29.480Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:48:29.480Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:48:30.428Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:48:30.428Z] (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-28T00:48:30.428Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:48:31.824Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:48:31.824Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:48:33.219Z] + sudo snap remove --purge lxd [2021-01-28T00:48:33.219Z] snap "lxd" is not installed [2021-01-28T00:48:33.219Z] + sudo groupadd --force --system lxd [2021-01-28T00:48:33.219Z] ++ whoami [2021-01-28T00:48:33.219Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:48:33.219Z] + newgrp - lxd [2021-01-28T00:48:33.480Z] + sudo snap install lxd [2021-01-28T00:48:39.418Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:39.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:39.418Z] ---> a79dff9f5864 [2021-01-28T00:48:39.418Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:48:39.418Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:39.418Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:39.418Z] ---> a79dff9f5864 [2021-01-28T00:48:39.418Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:48:40.016Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:40.016Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:40.016Z] ---> a79dff9f5864 [2021-01-28T00:48:40.016Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:48:40.286Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:40.287Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:40.287Z] ---> a79dff9f5864 [2021-01-28T00:48:40.287Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:48:40.287Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:48:40.287Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:48:40.287Z] ---> a79dff9f5864 [2021-01-28T00:48:40.287Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:48:41.633Z] 2021-01-28T00:48:40Z INFO Waiting for automatic snapd restart... [2021-01-28T00:48:44.582Z] ---> Running in e7861ab6e126 [2021-01-28T00:48:44.582Z] ---> Running in bdefdce99fad [2021-01-28T00:48:44.582Z] ---> Running in f1a1f3aa6743 [2021-01-28T00:48:44.582Z] ---> Running in da19575801c0 [2021-01-28T00:48:44.582Z] ---> Running in ba1ff0b7fedc [2021-01-28T00:48:44.582Z] Removing intermediate container da19575801c0 [2021-01-28T00:48:44.582Z] ---> 23560ec2ed75 [2021-01-28T00:48:44.582Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:44.582Z] Removing intermediate container e7861ab6e126 [2021-01-28T00:48:44.582Z] ---> 60d1aa35e688 [2021-01-28T00:48:44.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:44.582Z] Removing intermediate container bdefdce99fad [2021-01-28T00:48:44.582Z] ---> 078fac4d86b1 [2021-01-28T00:48:44.582Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:44.858Z] Removing intermediate container f1a1f3aa6743 [2021-01-28T00:48:44.858Z] ---> 033adc5e92ea [2021-01-28T00:48:44.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:44.858Z] Removing intermediate container ba1ff0b7fedc [2021-01-28T00:48:44.858Z] ---> b64565512db2 [2021-01-28T00:48:44.858Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:48:44.858Z] ---> Running in 4e38ca070676 [2021-01-28T00:48:44.858Z] ---> Running in be9224138a8f [2021-01-28T00:48:44.858Z] ---> Running in 94cdbf7bc0bc [2021-01-28T00:48:45.146Z] ---> Running in 6f0059539694 [2021-01-28T00:48:45.146Z] ---> Running in 2ed1995fa55f [2021-01-28T00:48:48.726Z] Removing intermediate container 4e38ca070676 [2021-01-28T00:48:48.727Z] ---> 8a82821ba0b0 [2021-01-28T00:48:48.727Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:48:48.727Z] ---> Running in 3d4661a7a95b [2021-01-28T00:48:48.727Z] Removing intermediate container 94cdbf7bc0bc [2021-01-28T00:48:48.727Z] ---> 76674b0d726e [2021-01-28T00:48:48.727Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:48:49.002Z] Removing intermediate container be9224138a8f [2021-01-28T00:48:49.002Z] ---> 80a73ca662a9 [2021-01-28T00:48:49.002Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:48:49.002Z] ---> Running in b0128e3d6b80 [2021-01-28T00:48:49.617Z] ---> Running in 65e1c0391f00 [2021-01-28T00:48:49.617Z] Removing intermediate container 2ed1995fa55f [2021-01-28T00:48:49.617Z] ---> 04e1fafb93f8 [2021-01-28T00:48:49.617Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:48:49.921Z] Removing intermediate container 6f0059539694 [2021-01-28T00:48:49.921Z] ---> 37d0d4635ca0 [2021-01-28T00:48:49.921Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:48:49.921Z] ---> Running in 0f041f1fa168 [2021-01-28T00:48:49.921Z] ---> Running in 6dedd8619fdc [2021-01-28T00:48:50.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:50.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:51.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:51.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:52.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:53.020Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:53.020Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:53.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:53.297Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:48:53.297Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:53.939Z] lxd 4.10 from Canonical* installed [2021-01-28T00:48:53.940Z] + sudo lxd init --auto [2021-01-28T00:48:54.277Z] Removing intermediate container b0128e3d6b80 [2021-01-28T00:48:54.277Z] ---> 480b7b28358f [2021-01-28T00:48:54.277Z] Step 6/23 : COPY go.mod . [2021-01-28T00:48:54.564Z] Removing intermediate container 3d4661a7a95b [2021-01-28T00:48:54.564Z] ---> 6aa9a3ee5dae [2021-01-28T00:48:54.564Z] Step 6/23 : COPY go.mod . [2021-01-28T00:48:54.564Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:54.848Z] OK: 217 MiB in 51 packages [2021-01-28T00:48:54.848Z] Removing intermediate container 65e1c0391f00 [2021-01-28T00:48:54.848Z] ---> 670c01fa62a7 [2021-01-28T00:48:54.848Z] Step 6/34 : COPY go.mod . [2021-01-28T00:48:55.450Z] ---> bcb4bfa06b0b [2021-01-28T00:48:55.450Z] Step 7/23 : RUN go mod download [2021-01-28T00:48:55.729Z] ---> 660b959d81c4 [2021-01-28T00:48:55.729Z] Step 7/23 : RUN go mod download [2021-01-28T00:48:55.729Z] ---> Running in 01a08a2d9a48 [2021-01-28T00:48:56.012Z] ---> Running in 3e71b93bb984 [2021-01-28T00:48:56.287Z] ---> 3fcb1783d82b [2021-01-28T00:48:56.287Z] Step 7/34 : RUN go mod download [2021-01-28T00:48:56.287Z] Removing intermediate container 6dedd8619fdc [2021-01-28T00:48:56.287Z] ---> 67c1d286ef21 [2021-01-28T00:48:56.287Z] Step 6/22 : COPY go.mod . [2021-01-28T00:48:56.287Z] ---> Running in eafb4fc01b4a [2021-01-28T00:48:56.886Z] Removing intermediate container 0f041f1fa168 [2021-01-28T00:48:56.886Z] ---> 0b93dd42cfdc [2021-01-28T00:48:56.886Z] Step 6/22 : COPY go.mod . [2021-01-28T00:48:57.874Z] ---> 57c70ff9e6fe [2021-01-28T00:48:57.874Z] Step 7/22 : RUN go mod download [2021-01-28T00:48:57.874Z] ---> Running in d2b2ed0761fa [2021-01-28T00:48:58.152Z] ---> 894a39af1d7f [2021-01-28T00:48:58.152Z] Step 7/22 : RUN go mod download [2021-01-28T00:48:58.435Z] ---> Running in e24e04432dd3 [2021-01-28T00:48:59.884Z] Removing intermediate container 01a08a2d9a48 [2021-01-28T00:48:59.884Z] ---> 04f4549cb2a7 [2021-01-28T00:48:59.884Z] Step 8/23 : COPY . . [2021-01-28T00:49:00.510Z] Removing intermediate container 3e71b93bb984 [2021-01-28T00:49:00.510Z] ---> 89b81abff3bb [2021-01-28T00:49:00.510Z] Step 8/23 : COPY . . [2021-01-28T00:49:01.116Z] Removing intermediate container eafb4fc01b4a [2021-01-28T00:49:01.116Z] ---> b8ff31054e01 [2021-01-28T00:49:01.116Z] Step 8/34 : COPY . . [2021-01-28T00:49:02.168Z] + sudo snap install --classic snapcraft [2021-01-28T00:49:03.760Z] Removing intermediate container e24e04432dd3 [2021-01-28T00:49:03.760Z] ---> 2a5db59e5db6 [2021-01-28T00:49:03.760Z] Step 8/22 : COPY . . [2021-01-28T00:49:04.037Z] Removing intermediate container d2b2ed0761fa [2021-01-28T00:49:04.037Z] ---> 6860a6fb35de [2021-01-28T00:49:04.037Z] Step 8/22 : COPY . . [2021-01-28T00:49:08.778Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:49:08.778Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:49:08.778Z] + patch --verbose -p1 [2021-01-28T00:49:08.778Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:49:08.778Z] The text leading up to this was: [2021-01-28T00:49:08.778Z] -------------------------- [2021-01-28T00:49:08.778Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:49:08.778Z] |From: Tony Espy [2021-01-28T00:49:08.778Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:49:08.778Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:49:08.778Z] | [2021-01-28T00:49:08.778Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:49:08.778Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:49:08.778Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:49:08.778Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:49:08.778Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:49:08.778Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:49:08.778Z] | [2021-01-28T00:49:08.778Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:49:08.778Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:49:08.778Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:49:08.778Z] |pull request. [2021-01-28T00:49:08.778Z] | [2021-01-28T00:49:08.779Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:49:08.779Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:49:08.779Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:49:08.779Z] |work with the patch applied). This further reduces the build [2021-01-28T00:49:08.779Z] |time. [2021-01-28T00:49:08.779Z] |--- [2021-01-28T00:49:08.779Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:49:08.779Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:49:08.779Z] | [2021-01-28T00:49:08.779Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:49:08.779Z] |index 1e537489..faf42425 100644 [2021-01-28T00:49:08.779Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:49:08.779Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:49:08.779Z] -------------------------- [2021-01-28T00:49:08.779Z] patching file snap/snapcraft.yaml [2021-01-28T00:49:08.779Z] Using Plan A... [2021-01-28T00:49:08.779Z] Hunk #1 succeeded at 73. [2021-01-28T00:49:08.779Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:49:08.779Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:49:08.779Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T00:49:08.779Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T00:49:08.779Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T00:49:08.779Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T00:49:08.779Z] Hunk #8 succeeded at 342. [2021-01-28T00:49:08.779Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:49:08.779Z] done [2021-01-28T00:49:08.779Z] + sudo snapcraft prime --use-lxd [2021-01-28T00:49:10.165Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T00:49:10.165Z] 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-28T00:49:10.165Z] - README.md [2021-01-28T00:49:10.165Z] - snapcraft.yaml.orig [2021-01-28T00:49:10.165Z] [2021-01-28T00:49:10.165Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:49:10.735Z] Launching a container. [2021-01-28T00:49:25.666Z] Waiting for container to be ready [2021-01-28T00:49:25.930Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T00:49:25.930Z] [2021-01-28T00:49:29.226Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T00:49:29.488Z] Waiting for network to be ready... [2021-01-28T00:49:30.061Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:49:30.061Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:49:30.322Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:49:30.322Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:49:30.592Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:49:30.856Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:49:30.857Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:49:30.857Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:49:30.857Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:49:30.857Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:49:30.857Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:49:30.857Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:49:30.857Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:49:30.857Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:49:30.857Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:49:30.857Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:49:30.857Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:49:30.878Z] ---> 4c618f6ca23e [2021-01-28T00:49:30.878Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:49:30.878Z] ---> e1a0afb07d67 [2021-01-28T00:49:30.878Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:49:30.878Z] ---> bf9530e869aa [2021-01-28T00:49:30.878Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:49:30.878Z] ---> ec084582a004 [2021-01-28T00:49:30.878Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:49:30.878Z] ---> 261325690c4e [2021-01-28T00:49:30.878Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:49:30.878Z] ---> Running in d8f58cb00711 [2021-01-28T00:49:30.878Z] ---> Running in 2b7e950c7e5e [2021-01-28T00:49:30.878Z] ---> Running in 0391af78321e [2021-01-28T00:49:30.878Z] ---> Running in 640a650a6ed6 [2021-01-28T00:49:30.878Z] ---> Running in a0f844b88375 [2021-01-28T00:49:30.878Z] Removing intermediate container 640a650a6ed6 [2021-01-28T00:49:30.878Z] ---> 29acd9fb2832 [2021-01-28T00:49:30.878Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:49:30.878Z] ---> Running in 8b7a5694b05e [2021-01-28T00:49:30.878Z] 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-28T00:49:30.878Z] 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-28T00:49:30.878Z] 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-28T00:49:30.878Z] 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-28T00:49:31.117Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:49:31.117Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:49:31.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:49:31.378Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:49:31.378Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:49:31.378Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:49:31.378Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:49:31.378Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:49:31.378Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:49:31.378Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:49:31.638Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:49:34.183Z] Fetched 23.8 MB in 4s (5683 kB/s) [2021-01-28T00:49:34.754Z] Reading package lists... [2021-01-28T00:49:35.013Z] Reading package lists... [2021-01-28T00:49:35.013Z] Building dependency tree... [2021-01-28T00:49:35.013Z] Reading state information... [2021-01-28T00:49:35.275Z] The following additional packages will be installed: [2021-01-28T00:49:35.275Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:49:35.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:49:35.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:49:35.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T00:49:35.275Z] Suggested packages: [2021-01-28T00:49:35.275Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T00:49:35.275Z] Recommended packages: [2021-01-28T00:49:35.275Z] gnupg libsasl2-modules [2021-01-28T00:49:35.275Z] The following NEW packages will be installed: [2021-01-28T00:49:35.275Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:49:35.275Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:49:35.275Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:49:35.275Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T00:49:35.275Z] The following packages will be upgraded: [2021-01-28T00:49:35.275Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T00:49:35.275Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T00:49:35.275Z] Need to get 3533 kB of archives. [2021-01-28T00:49:35.275Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T00:49:35.275Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T00:49:35.535Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T00:49:35.535Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T00:49:35.535Z] Get:4 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-28T00:49:35.535Z] Get:5 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-28T00:49:35.535Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T00:49:35.535Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T00:49:35.535Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T00:49:35.535Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T00:49:35.796Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T00:49:36.057Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T00:49:36.057Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T00:49:36.057Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T00:49:36.057Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T00:49:36.057Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T00:49:36.057Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T00:49:36.057Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T00:49:36.057Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T00:49:36.319Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T00:49:36.319Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T00:49:36.319Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T00:49:36.319Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T00:49:36.319Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:49:36.579Z] Fetched 3533 kB in 1s (3278 kB/s) [2021-01-28T00:49:36.579Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:49:36.579Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:49:36.579Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:49:36.579Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:49:36.844Z] Selecting previously unselected package udev. [2021-01-28T00:49:36.844Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:49:36.844Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:49:36.844Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T00:49:37.109Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T00:49:37.109Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:49:37.109Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:49:37.109Z] Selecting previously unselected package fuse. [2021-01-28T00:49:37.109Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:49:37.109Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:49:37.109Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:49:37.109Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:49:37.370Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:49:37.370Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:49:37.370Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:49:37.370Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:49:37.631Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T00:49:37.631Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T00:49:37.631Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:49:37.631Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T00:49:37.631Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:37.631Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:37.892Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T00:49:37.892Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:37.892Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:37.892Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T00:49:37.892Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:37.892Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.154Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T00:49:38.154Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.154Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.154Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T00:49:38.154Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.154Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.154Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T00:49:38.154Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.154Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.415Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T00:49:38.415Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.415Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.415Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T00:49:38.415Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.415Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.415Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T00:49:38.415Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:49:38.415Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:38.678Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T00:49:38.678Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:49:38.678Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:49:38.678Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T00:49:38.678Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:49:38.678Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:49:38.678Z] Selecting previously unselected package libldap-common. [2021-01-28T00:49:38.678Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T00:49:38.678Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:49:38.940Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T00:49:38.940Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T00:49:38.940Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:49:38.940Z] Selecting previously unselected package dirmngr. [2021-01-28T00:49:38.940Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:49:38.940Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:49:38.940Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:49:39.201Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T00:49:39.201Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:49:39.201Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:49:39.201Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:49:39.201Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T00:49:39.201Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:39.201Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:49:39.201Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:49:39.201Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T00:49:39.772Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T00:49:39.772Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:39.772Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T00:49:39.772Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:49:39.772Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T00:49:39.772Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:49:40.033Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:49:40.033Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:49:40.033Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:49:40.650Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T00:49:40.650Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T00:49:40.650Z] This means they are not meant to be enabled using systemctl. [2021-01-28T00:49:40.650Z] Possible reasons for having this kind of units are: [2021-01-28T00:49:40.650Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T00:49:40.650Z] .wants/ or .requires/ directory. [2021-01-28T00:49:40.650Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T00:49:40.650Z] a requirement dependency on it. [2021-01-28T00:49:40.650Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T00:49:40.650Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T00:49:40.650Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T00:49:40.650Z] instance name specified. [2021-01-28T00:49:40.910Z] Reading package lists... [2021-01-28T00:49:40.910Z] Building dependency tree... [2021-01-28T00:49:40.910Z] Reading state information... [2021-01-28T00:49:41.172Z] The following additional packages will be installed: [2021-01-28T00:49:41.172Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T00:49:41.172Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T00:49:41.172Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T00:49:41.172Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T00:49:41.172Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T00:49:41.172Z] Suggested packages: [2021-01-28T00:49:41.172Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T00:49:41.172Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T00:49:41.172Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T00:49:41.172Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T00:49:41.172Z] systemd-container policykit-1 [2021-01-28T00:49:41.172Z] Recommended packages: [2021-01-28T00:49:41.172Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T00:49:41.172Z] The following NEW packages will be installed: [2021-01-28T00:49:41.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T00:49:41.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T00:49:41.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T00:49:41.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T00:49:41.172Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T00:49:41.172Z] The following packages will be upgraded: [2021-01-28T00:49:41.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T00:49:41.432Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T00:49:41.432Z] Need to get 35.2 MB of archives. [2021-01-28T00:49:41.432Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T00:49:41.433Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T00:49:41.433Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T00:49:42.375Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T00:49:42.375Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T00:49:42.375Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T00:49:42.375Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T00:49:42.375Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T00:49:42.375Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T00:49:42.375Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T00:49:42.375Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T00:49:42.375Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T00:49:42.375Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T00:49:42.375Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T00:49:42.375Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T00:49:42.639Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T00:49:42.639Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T00:49:42.639Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T00:49:42.639Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T00:49:42.639Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T00:49:42.639Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T00:49:42.900Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T00:49:42.900Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T00:49:42.900Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T00:49:42.900Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T00:49:42.900Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T00:49:42.900Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T00:49:42.900Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T00:49:42.900Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T00:49:42.900Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T00:49:42.900Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T00:49:43.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:49:43.856Z] Fetched 35.2 MB in 3s (13.9 MB/s) [2021-01-28T00:49:43.856Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:49:43.856Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:49:44.124Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:49:44.390Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:49:44.651Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:49:44.651Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:49:44.651Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:49:44.651Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:49:44.651Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:49:44.915Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T00:49:44.915Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:49:44.915Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:49:45.177Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:49:45.438Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T00:49:45.438Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T00:49:45.699Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T00:49:45.960Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T00:49:45.960Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:49:45.960Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:49:45.960Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T00:49:45.960Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:49:45.960Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:46.227Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T00:49:46.227Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T00:49:46.227Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:49:46.227Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T00:49:46.227Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:49:46.227Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:46.498Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:49:46.498Z] Checking for services that may need to be restarted...done. [2021-01-28T00:49:46.761Z] Checking for services that may need to be restarted...done. [2021-01-28T00:49:46.761Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:46.761Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:49:46.761Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:47.022Z] Selecting previously unselected package python3-minimal. [2021-01-28T00:49:47.022Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T00:49:47.022Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:49:47.284Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:49:47.284Z] Selecting previously unselected package mime-support. [2021-01-28T00:49:47.284Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T00:49:47.284Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T00:49:47.284Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T00:49:47.284Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T00:49:47.284Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:49:47.284Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T00:49:47.284Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:49:47.284Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:47.545Z] Selecting previously unselected package python3.6. [2021-01-28T00:49:47.545Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:49:47.545Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:47.806Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T00:49:47.806Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:49:47.806Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:49:47.806Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:49:48.067Z] Selecting previously unselected package python3. [2021-01-28T00:49:48.067Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T00:49:48.067Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:49:48.067Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T00:49:48.067Z] Selecting previously unselected package multiarch-support. [2021-01-28T00:49:48.329Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:49:48.329Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:49:48.329Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:49:48.329Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T00:49:48.329Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T00:49:48.329Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T00:49:48.329Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:49:48.594Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T00:49:48.594Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T00:49:48.594Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:49:48.594Z] Selecting previously unselected package sudo. [2021-01-28T00:49:48.594Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T00:49:48.594Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:49:48.857Z] Selecting previously unselected package apparmor. [2021-01-28T00:49:48.857Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:49:48.857Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:49:48.857Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T00:49:48.857Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T00:49:48.857Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:49:49.118Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T00:49:49.118Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:49:49.118Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:49.118Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T00:49:49.118Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:49:49.118Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:49.379Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T00:49:49.379Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T00:49:49.379Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:49:49.379Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T00:49:49.380Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:49:49.380Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:49.380Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T00:49:49.380Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:49:49.380Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:49.642Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T00:49:49.642Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T00:49:49.642Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:49:49.902Z] Selecting previously unselected package openssh-client. [2021-01-28T00:49:49.902Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T00:49:49.902Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:49:49.902Z] Selecting previously unselected package squashfs-tools. [2021-01-28T00:49:49.902Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:49:49.902Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:49:50.163Z] Selecting previously unselected package snapd. [2021-01-28T00:49:50.163Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T00:49:50.163Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T00:49:52.077Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:49:52.077Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:49:52.077Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T00:49:52.077Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:49:52.338Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:49:52.338Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:52.338Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:49:52.338Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T00:49:52.338Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T00:49:53.280Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:49:53.280Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:49:53.280Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:49:53.280Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:53.280Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:53.280Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:49:53.855Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:49:54.437Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:54.437Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:49:54.437Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T00:49:54.437Z] running python rtupdate hooks for python3.6... [2021-01-28T00:49:54.437Z] running python post-rtupdate hooks for python3.6... [2021-01-28T00:49:54.437Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:49:55.824Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T00:49:55.824Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:49:56.085Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:49:56.085Z] Setting up snapd (2.48+18.04) ... [2021-01-28T00:49:56.664Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T00:49:56.664Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T00:49:56.929Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T00:49:56.929Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T00:49:57.189Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:49:57.189Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:49:57.449Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T00:49:57.449Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T00:49:57.711Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T00:49:57.981Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T00:49:57.981Z] /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-28T00:49:57.981Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:49:58.243Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:49:59.188Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:49:59.188Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:49:59.188Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:50:00.389Z] Reading package lists... [2021-01-28T00:50:00.389Z] Reading package lists... [2021-01-28T00:50:00.654Z] Building dependency tree... [2021-01-28T00:50:00.654Z] Reading state information... [2021-01-28T00:50:00.654Z] Calculating upgrade... [2021-01-28T00:50:00.914Z] The following packages will be upgraded: [2021-01-28T00:50:00.914Z] advancecomp base-files bash binutils binutils-common [2021-01-28T00:50:00.914Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T00:50:00.914Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T00:50:00.914Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T00:50:00.914Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T00:50:00.914Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T00:50:00.914Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T00:50:00.914Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T00:50:00.914Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T00:50:00.914Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T00:50:00.914Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T00:50:00.914Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T00:50:00.914Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T00:50:00.914Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T00:50:00.914Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T00:50:01.177Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:50:01.177Z] Need to get 63.8 MB of archives. [2021-01-28T00:50:01.177Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T00:50:01.177Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T00:50:01.177Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T00:50:01.747Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T00:50:01.747Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T00:50:01.747Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T00:50:01.747Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T00:50:01.747Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T00:50:01.747Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T00:50:01.747Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T00:50:01.747Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T00:50:01.747Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T00:50:01.747Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T00:50:01.747Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T00:50:01.747Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T00:50:01.747Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T00:50:02.006Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T00:50:02.006Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T00:50:02.006Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T00:50:02.006Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T00:50:02.006Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T00:50:02.006Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T00:50:02.006Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T00:50:02.006Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T00:50:02.006Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T00:50:02.006Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T00:50:02.006Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T00:50:02.006Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T00:50:02.006Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T00:50:02.006Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T00:50:02.006Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T00:50:02.006Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T00:50:02.006Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T00:50:02.006Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T00:50:02.006Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T00:50:02.006Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T00:50:02.006Z] Get:36 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-28T00:50:02.006Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T00:50:02.006Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T00:50:02.266Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T00:50:02.266Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T00:50:02.266Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T00:50:02.266Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T00:50:02.266Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T00:50:02.266Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T00:50:02.266Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T00:50:02.266Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T00:50:02.266Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T00:50:02.266Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T00:50:02.266Z] Get:49 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-28T00:50:02.266Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T00:50:02.266Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T00:50:02.266Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T00:50:02.266Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T00:50:02.266Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T00:50:02.266Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T00:50:02.266Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T00:50:02.266Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T00:50:02.266Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T00:50:02.266Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T00:50:02.527Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T00:50:02.527Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T00:50:02.527Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T00:50:02.527Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T00:50:02.527Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T00:50:02.527Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T00:50:02.527Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T00:50:02.527Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T00:50:02.527Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T00:50:02.527Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T00:50:02.527Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T00:50:02.527Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T00:50:02.527Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T00:50:02.527Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T00:50:02.527Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T00:50:02.789Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T00:50:02.789Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T00:50:02.789Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T00:50:02.789Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T00:50:02.789Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T00:50:02.789Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T00:50:02.789Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T00:50:02.789Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T00:50:02.789Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T00:50:02.789Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T00:50:02.789Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T00:50:02.789Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T00:50:02.789Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T00:50:02.789Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T00:50:02.789Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T00:50:03.049Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T00:50:03.310Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T00:50:03.570Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T00:50:03.839Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T00:50:03.839Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T00:50:04.099Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T00:50:04.099Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T00:50:04.099Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T00:50:04.099Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T00:50:04.099Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T00:50:04.358Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:50:04.358Z] Fetched 63.8 MB in 3s (19.5 MB/s) [2021-01-28T00:50:04.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:04.358Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:04.358Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:05.304Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:05.304Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:05.304Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T00:50:05.304Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T00:50:06.249Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.249Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.249Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.249Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.249Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.249Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.510Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.510Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.510Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.510Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.771Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.771Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.771Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:06.771Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:06.771Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:07.032Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:07.032Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:07.032Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T00:50:07.032Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:07.296Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:07.296Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:07.296Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:07.296Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:07.296Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:07.296Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:07.559Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:07.559Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:07.821Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:07.821Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:07.821Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:08.398Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:50:08.660Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:08.660Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T00:50:08.660Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T00:50:08.660Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T00:50:08.660Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T00:50:08.921Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T00:50:08.921Z] Installing new version of config file /etc/issue ... [2021-01-28T00:50:08.921Z] Installing new version of config file /etc/issue.net ... [2021-01-28T00:50:08.921Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T00:50:08.921Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T00:50:09.182Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T00:50:09.182Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T00:50:09.182Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T00:50:09.443Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:09.443Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T00:50:09.443Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T00:50:09.704Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T00:50:09.704Z] 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-28T00:50:09.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:09.704Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:09.704Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:09.966Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:09.966Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:09.966Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T00:50:09.966Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T00:50:10.230Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T00:50:10.230Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:10.230Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T00:50:10.230Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:50:10.815Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T00:50:11.077Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:11.077Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:11.077Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:50:11.077Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:50:11.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:11.338Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:11.338Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:50:11.338Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T00:50:11.338Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:11.338Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T00:50:11.598Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T00:50:11.598Z] Setting up grep (3.1-2build1) ... [2021-01-28T00:50:11.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:11.598Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:50:11.598Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:50:11.863Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T00:50:11.863Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:11.863Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:50:11.863Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:50:12.125Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T00:50:12.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:12.125Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:50:12.125Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:50:12.698Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:50:12.698Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:50:12.698Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:50:12.959Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:50:13.221Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T00:50:13.482Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:13.482Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T00:50:13.482Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:50:14.429Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:50:14.429Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:50:14.690Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:50:14.690Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:50:14.690Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:50:14.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:14.690Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T00:50:14.952Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T00:50:14.952Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T00:50:14.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:14.952Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:14.952Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:15.214Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:15.214Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:15.214Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:15.214Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:15.474Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:15.474Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:15.474Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:15.474Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:15.474Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:15.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:15.738Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:15.738Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:15.738Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:15.998Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:15.998Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:50:15.998Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:50:15.998Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:50:15.998Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:50:16.258Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:50:16.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:16.258Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:50:16.258Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:50:16.258Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:50:16.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:16.521Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:16.521Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:16.521Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:16.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:16.782Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:16.782Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:16.782Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:16.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:16.782Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:17.042Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:17.309Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:17.570Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T00:50:17.830Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T00:50:18.090Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:18.090Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:18.090Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:18.352Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:50:18.352Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:18.352Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T00:50:18.352Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:50:18.614Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T00:50:18.614Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:18.614Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T00:50:18.614Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T00:50:18.876Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T00:50:19.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:19.136Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T00:50:19.136Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:50:19.136Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:50:19.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:19.136Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T00:50:19.136Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:50:19.397Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:50:19.397Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:19.397Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:50:19.397Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:50:19.664Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:50:19.664Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:19.664Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:50:19.664Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:50:19.954Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:50:19.954Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:19.954Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:50:19.954Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:50:20.215Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:50:20.477Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:20.477Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:50:20.477Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:50:20.477Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:50:20.477Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:50:20.738Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:20.738Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:50:20.738Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:50:20.738Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:20.738Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T00:50:20.999Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T00:50:20.999Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T00:50:20.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:20.999Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T00:50:20.999Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:50:21.258Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:50:21.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:21.519Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:21.519Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:50:21.519Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:50:21.519Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:21.519Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T00:50:21.779Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T00:50:21.779Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T00:50:22.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:22.064Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:50:22.064Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:50:22.326Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T00:50:22.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:22.590Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:22.590Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:50:22.590Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:22.590Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:22.590Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T00:50:22.590Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T00:50:22.851Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T00:50:22.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:22.851Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T00:50:23.128Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T00:50:23.128Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T00:50:23.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:23.128Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T00:50:23.128Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T00:50:23.390Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T00:50:23.390Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:23.390Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T00:50:23.390Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T00:50:23.651Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T00:50:23.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:23.651Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:50:23.651Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T00:50:23.651Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T00:50:23.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:50:23.912Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T00:50:23.912Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T00:50:23.912Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T00:50:24.173Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T00:50:24.173Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:50:24.173Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:50:24.173Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:50:24.173Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:50:24.434Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:50:24.434Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:50:24.696Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T00:50:24.696Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T00:50:24.696Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:50:24.696Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T00:50:24.957Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:50:24.957Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T00:50:24.957Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T00:50:25.219Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T00:50:25.219Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T00:50:25.219Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T00:50:25.481Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T00:50:25.481Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T00:50:25.481Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T00:50:25.481Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T00:50:25.745Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T00:50:25.745Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T00:50:26.007Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T00:50:26.007Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T00:50:26.951Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T00:50:26.951Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T00:50:26.951Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:50:26.951Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T00:50:27.211Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:50:27.211Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:50:27.472Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:50:27.472Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:50:27.737Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:50:27.737Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:50:27.737Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:50:27.737Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:50:28.009Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:28.009Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:28.009Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:28.009Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:28.276Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:28.276Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:28.276Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:28.276Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:29.229Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:29.229Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:30.174Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:30.174Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:30.744Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:30.744Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:31.006Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:31.007Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:31.947Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:31.947Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:50:31.947Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:50:31.947Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:50:32.207Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:50:32.207Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:50:32.469Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:50:32.469Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:50:32.469Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T00:50:32.469Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T00:50:32.736Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:50:32.736Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:50:32.736Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:50:32.736Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:50:33.000Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T00:50:33.000Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T00:50:33.000Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.260Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:50:33.260Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.260Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.260Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.260Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T00:50:33.260Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T00:50:33.260Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T00:50:33.260Z] [2021-01-28T00:50:33.260Z] Current default time zone: 'Etc/UTC' [2021-01-28T00:50:33.531Z] Local time is now: Thu Jan 28 00:50:33 UTC 2021. [2021-01-28T00:50:33.531Z] Universal Time is now: Thu Jan 28 00:50:33 UTC 2021. [2021-01-28T00:50:33.531Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T00:50:33.531Z] [2021-01-28T00:50:33.531Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T00:50:33.531Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.531Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T00:50:33.531Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:50:33.531Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T00:50:33.531Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T00:50:33.531Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:50:33.531Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:50:33.531Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T00:50:33.791Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:50:33.791Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:33.791Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:50:34.052Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:34.052Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:50:34.052Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:34.052Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T00:50:34.052Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:50:34.052Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T00:50:34.052Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:50:34.052Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T00:50:34.052Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T00:50:34.052Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:50:34.052Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:50:35.965Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:50:36.907Z] 22 added, 17 removed; done. [2021-01-28T00:50:36.907Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:50:36.907Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:36.907Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T00:50:36.907Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T00:50:36.907Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T00:50:37.167Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:50:37.167Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.167Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T00:50:37.167Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:50:37.167Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:50:37.427Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T00:50:37.427Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:50:37.427Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.427Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:50:37.427Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:50:37.427Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T00:50:37.427Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:50:37.688Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:50:37.688Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:50:37.688Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T00:50:37.688Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:50:37.688Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:50:38.274Z] 0 added, 0 removed; done. [2021-01-28T00:50:38.274Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T00:50:38.274Z] done. [2021-01-28T00:50:38.845Z] Reading package lists... [2021-01-28T00:50:38.845Z] Building dependency tree... [2021-01-28T00:50:38.845Z] Reading state information... [2021-01-28T00:50:39.104Z] The following NEW packages will be installed: [2021-01-28T00:50:39.105Z] apt-transport-https [2021-01-28T00:50:39.105Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:50:39.105Z] Need to get 1696 B of archives. [2021-01-28T00:50:39.105Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T00:50:39.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T00:50:39.364Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:50:39.364Z] Fetched 1696 B in 0s (9530 B/s) [2021-01-28T00:50:39.364Z] Selecting previously unselected package apt-transport-https. [2021-01-28T00:50:39.364Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T00:50:39.364Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T00:50:39.364Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:50:39.364Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:50:39.623Z] Waiting for network to be ready... [2021-01-28T00:50:44.904Z] 2021-01-28T00:50:42Z INFO Waiting for automatic snapd restart... [2021-01-28T00:50:44.904Z] snapd 2.48.2 from Canonical* installed [2021-01-28T00:50:45.844Z] "snapd" switched to the "latest/stable" channel [2021-01-28T00:50:45.844Z] [2021-01-28T00:50:48.403Z] core18 20201210 from Canonical* installed [2021-01-28T00:50:48.665Z] "core18" switched to the "latest/stable" channel [2021-01-28T00:50:48.665Z] [2021-01-28T00:50:51.969Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:50:51.969Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T00:50:51.969Z] [2021-01-28T00:50:55.277Z] 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-28T00:50:55.277Z] - README.md [2021-01-28T00:50:55.277Z] - snapcraft.yaml.orig [2021-01-28T00:50:55.277Z] [2021-01-28T00:50:55.277Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:51:01.864Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:51:01.864Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:51:01.864Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:51:01.864Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:51:03.064Z] Reading package lists... [2021-01-28T00:51:03.325Z] 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-28T00:51:08.278Z] 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-28T00:51:09.942Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:51:09.942Z] Reading package lists... [2021-01-28T00:51:09.942Z] Building dependency tree... [2021-01-28T00:51:09.942Z] Reading state information... [2021-01-28T00:51:09.942Z] Suggested packages: [2021-01-28T00:51:09.942Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T00:51:09.942Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T00:51:09.942Z] Recommended packages: [2021-01-28T00:51:09.942Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T00:51:09.942Z] The following NEW packages will be installed: [2021-01-28T00:51:09.942Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T00:51:09.942Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T00:51:09.942Z] pkg-config zip [2021-01-28T00:51:09.942Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:51:09.942Z] Need to get 7655 kB of archives. [2021-01-28T00:51:09.942Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T00:51:09.942Z] 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-28T00:51:09.942Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T00:51:09.942Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T00:51:09.942Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T00:51:09.942Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T00:51:09.942Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T00:51:09.942Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T00:51:09.942Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T00:51:09.942Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T00:51:09.942Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T00:51:10.204Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T00:51:10.204Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T00:51:10.204Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T00:51:10.204Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T00:51:10.204Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T00:51:10.464Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:51:10.464Z] Fetched 7655 kB in 1s (10.6 MB/s) [2021-01-28T00:51:10.464Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T00:51:10.464Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T00:51:10.464Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T00:51:10.464Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:51:10.725Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T00:51:10.725Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T00:51:10.725Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:51:10.725Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T00:51:10.725Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T00:51:10.725Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:51:10.985Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T00:51:10.985Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T00:51:10.985Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:51:10.985Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T00:51:10.985Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T00:51:10.985Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:51:10.985Z] Selecting previously unselected package liberror-perl. [2021-01-28T00:51:10.985Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T00:51:10.985Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T00:51:11.245Z] Selecting previously unselected package git-man. [2021-01-28T00:51:11.245Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T00:51:11.245Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:51:11.245Z] Selecting previously unselected package git. [2021-01-28T00:51:11.245Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T00:51:11.245Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:51:12.632Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T00:51:12.633Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T00:51:12.633Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:51:12.633Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T00:51:12.633Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T00:51:12.633Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:51:12.633Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T00:51:12.633Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T00:51:12.633Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:51:12.633Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T00:51:12.633Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:51:12.633Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:51:12.894Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T00:51:12.895Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:51:12.895Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:51:12.895Z] Selecting previously unselected package pkg-config. [2021-01-28T00:51:12.895Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T00:51:12.895Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:51:12.895Z] Selecting previously unselected package zip. [2021-01-28T00:51:12.895Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T00:51:12.895Z] Unpacking zip (3.0-11build1) ... [2021-01-28T00:51:13.155Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:51:13.155Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:51:13.155Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:51:13.155Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T00:51:13.155Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:51:13.155Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:51:13.155Z] No schema files found: doing nothing. [2021-01-28T00:51:13.155Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:51:13.155Z] Setting up zip (3.0-11build1) ... [2021-01-28T00:51:13.155Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:51:13.416Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:51:13.416Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:51:13.416Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:51:13.416Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:51:13.416Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:51:13.416Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:51:13.416Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:51:14.985Z] Removing intermediate container 2b7e950c7e5e [2021-01-28T00:51:14.985Z] ---> b39f47849068 [2021-01-28T00:51:14.985Z] [2021-01-28T00:51:14.985Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:51:14.985Z] 3.12: Pulling from library/alpine [2021-01-28T00:51:14.985Z] Removing intermediate container 0391af78321e [2021-01-28T00:51:14.985Z] ---> bb16502e97c7 [2021-01-28T00:51:14.985Z] [2021-01-28T00:51:14.985Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:51:14.985Z] Removing intermediate container d8f58cb00711 [2021-01-28T00:51:14.985Z] ---> ab30199154a5 [2021-01-28T00:51:14.985Z] [2021-01-28T00:51:14.985Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:51:14.985Z] 3.12: Pulling from library/alpine [2021-01-28T00:51:14.985Z] 3.12: Pulling from library/alpine [2021-01-28T00:51:15.576Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:51:15.577Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:51:15.577Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:51:15.577Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:51:15.577Z] ---> afeebe901d6b [2021-01-28T00:51:15.577Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:51:15.577Z] ---> afeebe901d6b [2021-01-28T00:51:15.577Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:51:15.577Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:51:15.577Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:51:15.577Z] ---> afeebe901d6b [2021-01-28T00:51:15.577Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:51:16.170Z] ---> Running in b138c6734445 [2021-01-28T00:51:16.170Z] ---> Running in 7837c511bbbd [2021-01-28T00:51:16.170Z] ---> Running in e9a09011c24b [2021-01-28T00:51:16.765Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:51:16.765Z] + cd /tmp/build/dist/linux [2021-01-28T00:51:16.765Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:51:16.765Z] Cloning into '.'... [2021-01-28T00:51:17.371Z] + go get github.com/robfig/glock [2021-01-28T00:51:18.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:18.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:18.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:18.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:19.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:19.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:19.475Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:51:19.475Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:19.475Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:19.475Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:51:19.752Z] OK: 6 MiB in 16 packages [2021-01-28T00:51:19.752Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:19.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:19.752Z] OK: 5 MiB in 15 packages [2021-01-28T00:51:19.752Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:20.001Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:51:20.001Z] git set to automatically installed. [2021-01-28T00:51:20.001Z] git-man set to automatically installed. [2021-01-28T00:51:20.001Z] libcurl3-gnutls set to automatically installed. [2021-01-28T00:51:20.001Z] liberror-perl set to automatically installed. [2021-01-28T00:51:20.001Z] libglib2.0-0 set to automatically installed. [2021-01-28T00:51:20.001Z] libnghttp2-14 set to automatically installed. [2021-01-28T00:51:20.001Z] libnorm1 set to automatically installed. [2021-01-28T00:51:20.001Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T00:51:20.001Z] libpsl5 set to automatically installed. [2021-01-28T00:51:20.001Z] librtmp1 set to automatically installed. [2021-01-28T00:51:20.001Z] libsodium23 set to automatically installed. [2021-01-28T00:51:20.001Z] libzmq3-dev set to automatically installed. [2021-01-28T00:51:20.001Z] libzmq5 set to automatically installed. [2021-01-28T00:51:20.001Z] pkg-config set to automatically installed. [2021-01-28T00:51:20.001Z] zip set to automatically installed. [2021-01-28T00:51:20.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:20.029Z] OK: 5 MiB in 15 packages [2021-01-28T00:51:22.553Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T00:51:22.673Z] Removing intermediate container b138c6734445 [2021-01-28T00:51:22.673Z] ---> 12097ee60c7e [2021-01-28T00:51:22.673Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:51:22.673Z] Removing intermediate container 7837c511bbbd [2021-01-28T00:51:22.673Z] ---> 39f96fe02c17 [2021-01-28T00:51:22.673Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:51:22.673Z] Removing intermediate container e9a09011c24b [2021-01-28T00:51:22.673Z] ---> 2bf20b9d5b64 [2021-01-28T00:51:22.673Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:51:22.673Z] ---> Running in 35d53a7d0d17 [2021-01-28T00:51:22.673Z] ---> Running in fac81d43992a [2021-01-28T00:51:22.953Z] ---> Running in db20befe0bdf [2021-01-28T00:51:23.558Z] Removing intermediate container 35d53a7d0d17 [2021-01-28T00:51:23.558Z] ---> fe221c600b51 [2021-01-28T00:51:23.558Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:51:23.558Z] Removing intermediate container db20befe0bdf [2021-01-28T00:51:23.558Z] ---> 00b3f72a1953 [2021-01-28T00:51:23.558Z] Removing intermediate container fac81d43992a [2021-01-28T00:51:23.558Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:51:23.558Z] ---> a434cceb49c0 [2021-01-28T00:51:23.558Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:51:23.558Z] ---> Running in 71b9c77a262b [2021-01-28T00:51:23.837Z] ---> Running in 809496b6ab72 [2021-01-28T00:51:23.837Z] ---> Running in 7f5c2fe18533 [2021-01-28T00:51:24.434Z] Removing intermediate container 71b9c77a262b [2021-01-28T00:51:24.434Z] ---> 809ddd829ead [2021-01-28T00:51:24.434Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:51:24.435Z] Removing intermediate container 809496b6ab72 [2021-01-28T00:51:24.435Z] ---> 34e5fa762790 [2021-01-28T00:51:24.435Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:51:24.435Z] ---> Running in 8b8b426684aa [2021-01-28T00:51:24.717Z] Removing intermediate container 7f5c2fe18533 [2021-01-28T00:51:24.717Z] ---> 8530cc626f03 [2021-01-28T00:51:24.717Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:51:24.717Z] ---> Running in 6227e2d1f6c7 [2021-01-28T00:51:25.003Z] ---> Running in 3724dbe21615 [2021-01-28T00:51:25.291Z] Removing intermediate container 8b8b426684aa [2021-01-28T00:51:25.291Z] ---> 593e72a97540 [2021-01-28T00:51:25.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:25.904Z] Removing intermediate container 6227e2d1f6c7 [2021-01-28T00:51:25.904Z] ---> f00c356a0faf [2021-01-28T00:51:25.904Z] Step 15/23 : WORKDIR / [2021-01-28T00:51:25.904Z] Removing intermediate container 3724dbe21615 [2021-01-28T00:51:25.904Z] ---> 348fb6f2bfa4 [2021-01-28T00:51:25.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:26.190Z] ---> Running in 86811e6e1d65 [2021-01-28T00:51:26.803Z] ---> 98553c1ed0ba [2021-01-28T00:51:26.803Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:51:27.083Z] Removing intermediate container 86811e6e1d65 [2021-01-28T00:51:27.083Z] ---> 9c5b0885e8a9 [2021-01-28T00:51:27.083Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:27.361Z] ---> fe1eea140dd9 [2021-01-28T00:51:27.361Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:51:28.796Z] ---> 3cca738d2a9d [2021-01-28T00:51:28.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:51:28.796Z] ---> 8fb16cc82997 [2021-01-28T00:51:28.796Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:29.149Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:51:29.149Z] snap "core18" has no updates available [2021-01-28T00:51:29.410Z] Pulling config-common [2021-01-28T00:51:30.352Z] Pulling go-build-helper [2021-01-28T00:51:30.803Z] ---> 95f24be93449 [2021-01-28T00:51:30.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:30.803Z] ---> 122e6fe1c3d5 [2021-01-28T00:51:30.803Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:51:30.803Z] ---> Running in d608d691b79f [2021-01-28T00:51:30.803Z] ---> ab0593bfa1e9 [2021-01-28T00:51:30.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:31.402Z] ---> c5a54bcb7a63 [2021-01-28T00:51:31.402Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:51:31.402Z] Removing intermediate container d608d691b79f [2021-01-28T00:51:31.402Z] ---> e8cdf2935d8c [2021-01-28T00:51:31.402Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:51:31.675Z] ---> Running in 818fcd95bbe2 [2021-01-28T00:51:31.675Z] ---> Running in 90364fbe5fbd [2021-01-28T00:51:32.275Z] ---> e43b90ef7249 [2021-01-28T00:51:32.275Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:51:32.552Z] ---> Running in 34e2ca42de9a [2021-01-28T00:51:32.825Z] Removing intermediate container 818fcd95bbe2 [2021-01-28T00:51:32.825Z] Removing intermediate container 90364fbe5fbd [2021-01-28T00:51:32.825Z] ---> 8f72faf4e9a3 [2021-01-28T00:51:32.825Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:51:32.825Z] ---> c988808017ad [2021-01-28T00:51:32.825Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:51:33.100Z] ---> Running in 45daadafb5c4 [2021-01-28T00:51:33.100Z] ---> Running in 1acca5435cdb [2021-01-28T00:51:33.374Z] Removing intermediate container 34e2ca42de9a [2021-01-28T00:51:33.374Z] ---> 4693fd0fc791 [2021-01-28T00:51:33.374Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:51:33.972Z] ---> Running in 2bce9e0ebe68 [2021-01-28T00:51:34.958Z] Removing intermediate container 45daadafb5c4 [2021-01-28T00:51:34.958Z] ---> 5cac788cd2b9 [2021-01-28T00:51:34.958Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:51:34.958Z] Removing intermediate container 1acca5435cdb [2021-01-28T00:51:34.958Z] ---> 14914292eb84 [2021-01-28T00:51:34.958Z] Step 21/22 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:51:34.958Z] Removing intermediate container 2bce9e0ebe68 [2021-01-28T00:51:34.958Z] ---> 4438069866b5 [2021-01-28T00:51:34.958Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:51:35.235Z] ---> Running in 46e4b8e06c9b [2021-01-28T00:51:35.235Z] ---> Running in 48b13111fe02 [2021-01-28T00:51:35.511Z] ---> Running in 872c63d099bd [2021-01-28T00:51:36.497Z] Removing intermediate container 48b13111fe02 [2021-01-28T00:51:36.497Z] ---> 3522c303eb91 [2021-01-28T00:51:36.497Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:51:36.497Z] Removing intermediate container 46e4b8e06c9b [2021-01-28T00:51:36.497Z] ---> abdf6b6bb73a [2021-01-28T00:51:36.497Z] Step 21/22 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:51:36.497Z] Removing intermediate container 872c63d099bd [2021-01-28T00:51:36.497Z] ---> 30509a10f933 [2021-01-28T00:51:36.497Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:51:36.770Z] ---> Running in 3a637583cd36 [2021-01-28T00:51:37.041Z] ---> Running in 68168b0fda2c [2021-01-28T00:51:37.041Z] ---> Running in 4c6b6ebf12af [2021-01-28T00:51:37.635Z] Removing intermediate container a0f844b88375 [2021-01-28T00:51:37.635Z] ---> 487d95f87a04 [2021-01-28T00:51:37.635Z] [2021-01-28T00:51:37.635Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:51:37.635Z] ---> afeebe901d6b [2021-01-28T00:51:37.635Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:51:37.635Z] Removing intermediate container 3a637583cd36 [2021-01-28T00:51:37.635Z] ---> 58a4d212908e [2021-01-28T00:51:37.635Z] [2021-01-28T00:51:37.635Z] ---> Running in f02dae7d50b6 [2021-01-28T00:51:37.907Z] Removing intermediate container 4c6b6ebf12af [2021-01-28T00:51:37.907Z] ---> 2b04917bfcf9 [2021-01-28T00:51:37.907Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:51:37.907Z] Removing intermediate container 68168b0fda2c [2021-01-28T00:51:37.907Z] ---> 735a5e3984b4 [2021-01-28T00:51:37.907Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:51:38.184Z] ---> Running in 99786876725f [2021-01-28T00:51:38.184Z] ---> Running in 58cc61a040e3 [2021-01-28T00:51:38.184Z] Successfully built 58a4d212908e [2021-01-28T00:51:38.184Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:51:38.184Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:51:38.184Z]  Building docker-support-notifications-go ... done Removing intermediate container f02dae7d50b6 [2021-01-28T00:51:38.459Z] ---> 32f75c31063b [2021-01-28T00:51:38.459Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:51:38.459Z] ---> Running in 8dc8567d01b2 [2021-01-28T00:51:38.736Z] Removing intermediate container 99786876725f [2021-01-28T00:51:38.736Z] ---> cf2dad39acd7 [2021-01-28T00:51:38.736Z] [2021-01-28T00:51:39.013Z] Removing intermediate container 58cc61a040e3 [2021-01-28T00:51:39.013Z] ---> 1dcdf3fd08c2 [2021-01-28T00:51:39.013Z] [2021-01-28T00:51:39.291Z] Removing intermediate container 8dc8567d01b2 [2021-01-28T00:51:39.291Z] ---> 5a10dce5b9c3 [2021-01-28T00:51:39.291Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:51:39.567Z] Successfully built cf2dad39acd7 [2021-01-28T00:51:39.567Z] Successfully built 1dcdf3fd08c2 [2021-01-28T00:51:39.567Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:51:39.567Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-28T00:51:39.567Z] ---> Running in c46fe825650e [2021-01-28T00:51:39.567Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:51:39.567Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-28T00:51:39.837Z] + glock sync -n [2021-01-28T00:51:40.428Z] Removing intermediate container c46fe825650e [2021-01-28T00:51:40.428Z] ---> 4c8ecd8a2646 [2021-01-28T00:51:40.428Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:40.703Z] ---> Running in 8fc8fac198ad [2021-01-28T00:51:45.040Z] Removing intermediate container 8fc8fac198ad [2021-01-28T00:51:45.040Z] ---> 66bba1a76c2c [2021-01-28T00:51:45.040Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:51:45.660Z] ---> Running in a49bc56d4355 [2021-01-28T00:51:47.107Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:51:47.107Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:51:47.107Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:51:47.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:47.382Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:51:47.382Z] + git describe '--abbrev=0' --tags [2021-01-28T00:51:47.382Z] + TAG=v0.6.1 [2021-01-28T00:51:47.382Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:51:47.382Z] + apk --print-arch [2021-01-28T00:51:47.382Z] + arch=aarch64 [2021-01-28T00:51:47.382Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:51:47.382Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:51:47.382Z] building [dockerize] for arm64 ... [2021-01-28T00:51:47.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:51:48.959Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:51:49.231Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:51:49.231Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:51:49.505Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:51:49.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:51:50.052Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:51:50.052Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:50.052Z] OK: 8 MiB in 20 packages [2021-01-28T00:51:52.064Z] + date [2021-01-28T00:51:52.064Z] + echo 'Thu Jan 28 00:51:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:51:52.064Z] Thu Jan 28 00:51:51 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:51:52.321Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:51:52.321Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:51:52.321Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:51:52.321Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:51:52.321Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:51:52.321Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:51:52.321Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:51:52.321Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:51:52.321Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:51:52.321Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:51:52.321Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:51:52.321Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:51:52.321Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:51:52.321Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:51:52.321Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:51:52.321Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:51:52.321Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:51:52.321Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:51:52.321Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:51:52.321Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:51:52.321Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:51:52.321Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:51:52.321Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:51:52.321Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:51:52.321Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:51:52.321Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:51:52.321Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:51:52.321Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T00:51:52.321Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T00:51:52.321Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T00:51:52.321Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T00:51:52.321Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T00:51:52.321Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T00:51:52.321Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T00:51:52.321Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T00:51:52.321Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T00:51:52.321Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T00:51:52.321Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T00:51:52.321Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T00:51:52.321Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T00:51:52.321Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T00:51:52.321Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T00:51:52.321Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T00:51:52.321Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T00:51:52.321Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T00:51:52.321Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T00:51:52.321Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T00:51:52.321Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T00:51:52.322Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T00:51:52.322Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T00:51:52.322Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T00:51:52.322Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T00:51:52.322Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T00:51:52.322Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T00:51:52.322Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T00:51:52.322Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T00:51:52.322Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T00:51:52.322Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T00:51:52.322Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T00:51:52.322Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T00:51:52.322Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T00:51:52.322Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T00:51:52.322Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T00:51:52.322Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T00:51:52.322Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T00:51:54.692Z] Removing intermediate container a49bc56d4355 [2021-01-28T00:51:54.692Z] ---> 6464b3ef7290 [2021-01-28T00:51:54.692Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:51:54.864Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T00:51:54.864Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T00:51:54.864Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T00:51:54.864Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T00:51:54.864Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T00:51:54.864Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T00:51:54.864Z] Pulling static-packages [2021-01-28T00:51:55.673Z] ---> 45e06b3aed6b [2021-01-28T00:51:55.673Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:51:55.808Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T00:51:55.808Z] Skipping pull go-build-helper (already ran) [2021-01-28T00:51:55.808Z] Skipping pull static-packages (already ran) [2021-01-28T00:51:55.808Z] Building go-build-helper [2021-01-28T00:51:58.307Z] ---> edeccdfe0eaf [2021-01-28T00:51:58.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:51:59.289Z] ---> 9fc1dd32892f [2021-01-28T00:51:59.289Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:51:59.894Z] ---> Running in e9306b12fb0f [2021-01-28T00:52:00.022Z] Building static-packages [2021-01-28T00:52:00.876Z] Removing intermediate container e9306b12fb0f [2021-01-28T00:52:00.876Z] ---> e2432eb128f9 [2021-01-28T00:52:00.876Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:52:01.405Z] Staging go-build-helper [2021-01-28T00:52:01.863Z] ---> Running in 272ce18dfa52 [2021-01-28T00:52:01.984Z] Staging static-packages [2021-01-28T00:52:02.860Z] Removing intermediate container 272ce18dfa52 [2021-01-28T00:52:02.860Z] ---> e25b0f0e0b2c [2021-01-28T00:52:02.860Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:52:02.930Z] Pulling go115 [2021-01-28T00:52:03.471Z] ---> Running in 145048381e79 [2021-01-28T00:52:03.873Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T00:52:03.873Z] Skipping pull go115 (already ran) [2021-01-28T00:52:03.873Z] Building go115 [2021-01-28T00:52:03.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:52:03.873Z] Dload Upload Total Spent Left Speed [2021-01-28T00:52:04.480Z] Removing intermediate container 145048381e79 [2021-01-28T00:52:04.480Z] ---> 04900e43b2ce [2021-01-28T00:52:04.480Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:52:04.480Z] Removing intermediate container 8b7a5694b05e [2021-01-28T00:52:04.480Z] ---> b5051245835d [2021-01-28T00:52:04.480Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:52:05.085Z] ---> Running in 6eeeb3624641 [2021-01-28T00:52:05.085Z] ---> Running in 3d72a32671ea [2021-01-28T00:52:06.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.0M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M 74 115M 74 86.0M 0 0 52.1M 0 0:00:02 0:00:01 0:00:01 52.1M 100 115M 100 115M 0 0 54.1M 0 0:00:02 0:00:02 --:--:-- 54.1M [2021-01-28T00:52:06.065Z] Removing intermediate container 6eeeb3624641 [2021-01-28T00:52:06.065Z] ---> 8843e600657b [2021-01-28T00:52:06.065Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:52:06.612Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T00:52:06.674Z] ---> Running in bec4466fb762 [2021-01-28T00:52:06.948Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:52:06.948Z] statically linked [2021-01-28T00:52:07.937Z] Removing intermediate container bec4466fb762 [2021-01-28T00:52:07.937Z] ---> 5b300110ccb2 [2021-01-28T00:52:07.937Z] [2021-01-28T00:52:08.929Z] Successfully built 5b300110ccb2 [2021-01-28T00:52:08.929Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:52:08.929Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-28T00:52:09.532Z] Removing intermediate container 3d72a32671ea [2021-01-28T00:52:09.532Z] ---> 40df6b438f46 [2021-01-28T00:52:09.532Z] [2021-01-28T00:52:09.532Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:52:09.532Z] ---> afeebe901d6b [2021-01-28T00:52:09.532Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:52:09.807Z] ---> Running in c6ee08739daa [2021-01-28T00:52:10.403Z] Removing intermediate container c6ee08739daa [2021-01-28T00:52:10.403Z] ---> a3cbf718ade7 [2021-01-28T00:52:10.403Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:52:10.678Z] ---> Running in 33a31eb063b2 [2021-01-28T00:52:10.816Z] Staging go115 [2021-01-28T00:52:12.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:12.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:12.716Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:12.716Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:52:12.716Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:52:12.716Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:12.716Z] OK: 6 MiB in 17 packages [2021-01-28T00:52:15.342Z] Removing intermediate container 33a31eb063b2 [2021-01-28T00:52:15.342Z] ---> 970c96cbc226 [2021-01-28T00:52:15.342Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:52:15.936Z] ---> Running in f34042b74b41 [2021-01-28T00:52:16.104Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:52:16.104Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:52:16.104Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:52:16.104Z] Fetched 88.7 kB in 0s (0 B/s) [2021-01-28T00:52:16.104Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T00:52:16.104Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T00:52:16.104Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T00:52:16.104Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T00:52:16.104Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T00:52:16.104Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T00:52:16.104Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T00:52:16.104Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T00:52:16.104Z] Pulling edgex-go [2021-01-28T00:52:16.535Z] Removing intermediate container f34042b74b41 [2021-01-28T00:52:16.535Z] ---> b74d2d3291c5 [2021-01-28T00:52:16.535Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:52:16.678Z] Pulling version [2021-01-28T00:52:16.810Z] ---> Running in d0395078d0f7 [2021-01-28T00:52:17.619Z] Building config-common [2021-01-28T00:52:17.791Z] Removing intermediate container d0395078d0f7 [2021-01-28T00:52:17.791Z] ---> 1f53c71728ab [2021-01-28T00:52:17.791Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:52:18.064Z] ---> Running in 9f6b61827693 [2021-01-28T00:52:19.529Z] Skipping build go-build-helper (already ran) [2021-01-28T00:52:19.529Z] Skipping build static-packages (already ran) [2021-01-28T00:52:19.529Z] Skipping build go115 (already ran) [2021-01-28T00:52:19.790Z] Building edgex-go [2021-01-28T00:52:19.790Z] 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-28T00:52:21.460Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:52:21.460Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:52:21.460Z] ---> a79dff9f5864 [2021-01-28T00:52:21.460Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:52:21.460Z] ---> Using cache [2021-01-28T00:52:21.460Z] ---> b64565512db2 [2021-01-28T00:52:21.460Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:52:21.460Z] ---> Using cache [2021-01-28T00:52:21.460Z] ---> 37d0d4635ca0 [2021-01-28T00:52:21.460Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:52:21.460Z] ---> Running in c4feeaf4a283 [2021-01-28T00:52:21.704Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T00:52:21.704Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T00:52:21.704Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T00:52:21.704Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T00:52:21.704Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T00:52:21.704Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T00:52:21.704Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T00:52:21.704Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T00:52:21.704Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T00:52:21.704Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T00:52:21.704Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T00:52:21.704Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T00:52:21.705Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T00:52:21.705Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T00:52:21.705Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T00:52:21.705Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T00:52:21.705Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T00:52:21.731Z] Removing intermediate container 9f6b61827693 [2021-01-28T00:52:21.731Z] ---> 2636180aca9c [2021-01-28T00:52:21.731Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:52:21.964Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T00:52:21.964Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T00:52:21.964Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T00:52:21.964Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T00:52:21.964Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T00:52:21.964Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T00:52:21.964Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T00:52:21.964Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T00:52:21.964Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T00:52:21.964Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T00:52:21.964Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T00:52:21.964Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T00:52:21.964Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T00:52:22.002Z] ---> Running in 63443a53f903 [2021-01-28T00:52:22.225Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T00:52:22.225Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T00:52:22.486Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T00:52:22.989Z] Removing intermediate container 63443a53f903 [2021-01-28T00:52:22.989Z] ---> 1eec65a059ea [2021-01-28T00:52:22.989Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:52:23.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:23.961Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:52:23.961Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:52:23.961Z] ---> a79dff9f5864 [2021-01-28T00:52:23.961Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:52:23.961Z] ---> Using cache [2021-01-28T00:52:23.961Z] ---> b64565512db2 [2021-01-28T00:52:23.961Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:52:23.961Z] ---> Using cache [2021-01-28T00:52:23.961Z] ---> 37d0d4635ca0 [2021-01-28T00:52:23.961Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:52:24.243Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:52:24.243Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:52:24.243Z] ---> a79dff9f5864 [2021-01-28T00:52:24.243Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:52:24.243Z] ---> Using cache [2021-01-28T00:52:24.243Z] ---> b64565512db2 [2021-01-28T00:52:24.243Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:52:24.243Z] ---> Using cache [2021-01-28T00:52:24.243Z] ---> 37d0d4635ca0 [2021-01-28T00:52:24.243Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:52:24.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:25.118Z] ---> Running in 1e260316d558 [2021-01-28T00:52:25.118Z] ---> Running in 194fabb29f9c [2021-01-28T00:52:25.393Z] ---> 8f5afeb3308a [2021-01-28T00:52:25.393Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:52:26.843Z] ---> 74ba3092b73e [2021-01-28T00:52:26.843Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:52:26.843Z] ---> Running in 580f6940fc0b [2021-01-28T00:52:27.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:27.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:27.127Z] OK: 217 MiB in 51 packages [2021-01-28T00:52:27.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:28.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:28.605Z] OK: 217 MiB in 51 packages [2021-01-28T00:52:28.878Z] OK: 217 MiB in 51 packages [2021-01-28T00:52:29.068Z] 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-28T00:52:29.149Z] Removing intermediate container c4feeaf4a283 [2021-01-28T00:52:29.149Z] ---> af27b5dee6fc [2021-01-28T00:52:29.149Z] Step 6/26 : COPY go.mod . [2021-01-28T00:52:30.594Z] Removing intermediate container 580f6940fc0b [2021-01-28T00:52:30.594Z] ---> fafb3c210907 [2021-01-28T00:52:30.594Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:52:30.594Z] ---> feff376dfec5 [2021-01-28T00:52:30.594Z] Step 7/26 : RUN go mod download [2021-01-28T00:52:30.594Z] ---> Running in 6bda0c37063e [2021-01-28T00:52:30.867Z] Removing intermediate container 194fabb29f9c [2021-01-28T00:52:30.867Z] ---> 448eedea6df1 [2021-01-28T00:52:30.867Z] Step 6/21 : COPY go.mod . [2021-01-28T00:52:31.147Z] Removing intermediate container 1e260316d558 [2021-01-28T00:52:31.147Z] ---> a90c6db478b6 [2021-01-28T00:52:31.147Z] Step 6/24 : COPY go.mod . [2021-01-28T00:52:31.767Z] ---> bcf1a965a794 [2021-01-28T00:52:31.767Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:52:32.368Z] ---> 43f117a1fabd [2021-01-28T00:52:32.368Z] Step 7/21 : RUN go mod download [2021-01-28T00:52:32.642Z] ---> 7fc18e335151 [2021-01-28T00:52:32.642Z] Step 7/24 : RUN go mod download [2021-01-28T00:52:32.913Z] ---> Running in 37acedbfc739 [2021-01-28T00:52:33.191Z] ---> Running in 3146e3b72ac4 [2021-01-28T00:52:33.294Z] 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-28T00:52:33.866Z] 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-28T00:52:34.169Z] ---> 3e10a619c88b [2021-01-28T00:52:34.169Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:52:34.769Z] Removing intermediate container 6bda0c37063e [2021-01-28T00:52:34.769Z] ---> 4b7f8e9b3851 [2021-01-28T00:52:34.769Z] Step 8/26 : COPY . . [2021-01-28T00:52:34.808Z] 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-28T00:52:35.068Z] 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-28T00:52:35.068Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T00:52:35.330Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T00:52:35.330Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T00:52:35.330Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T00:52:35.757Z] ---> 5a511698ae03 [2021-01-28T00:52:35.757Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:52:37.190Z] Removing intermediate container 3146e3b72ac4 [2021-01-28T00:52:37.190Z] ---> 1b2f41baf1b0 [2021-01-28T00:52:37.190Z] Step 8/24 : COPY . . [2021-01-28T00:52:37.244Z] 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-28T00:52:37.244Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T00:52:37.244Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T00:52:37.793Z] Removing intermediate container 37acedbfc739 [2021-01-28T00:52:37.793Z] ---> 4b7bf9b95e1b [2021-01-28T00:52:37.793Z] Step 8/21 : COPY . . [2021-01-28T00:52:38.186Z] 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-28T00:52:38.390Z] ---> 4433647451d6 [2021-01-28T00:52:38.390Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:52:38.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-28T00:52:38.756Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T00:52:39.370Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:52:39.370Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:52:39.370Z] ---> a79dff9f5864 [2021-01-28T00:52:39.370Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:52:39.370Z] ---> Using cache [2021-01-28T00:52:39.370Z] ---> b64565512db2 [2021-01-28T00:52:39.370Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:52:39.370Z] ---> Using cache [2021-01-28T00:52:39.370Z] ---> 37d0d4635ca0 [2021-01-28T00:52:39.370Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:52:39.370Z] ---> Using cache [2021-01-28T00:52:39.370Z] ---> a90c6db478b6 [2021-01-28T00:52:39.370Z] Step 6/23 : COPY go.mod . [2021-01-28T00:52:39.370Z] ---> Using cache [2021-01-28T00:52:39.370Z] ---> 7fc18e335151 [2021-01-28T00:52:39.370Z] Step 7/23 : RUN go mod download [2021-01-28T00:52:39.370Z] ---> Using cache [2021-01-28T00:52:39.370Z] ---> 1b2f41baf1b0 [2021-01-28T00:52:39.370Z] Step 8/23 : COPY . . [2021-01-28T00:52:40.138Z] 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-28T00:52:40.821Z] ---> dc99d4f16fe7 [2021-01-28T00:52:40.821Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:52:41.079Z] 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-28T00:52:41.650Z] 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-28T00:52:41.650Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T00:52:42.250Z] ---> Running in a54eeb23680f [2021-01-28T00:52:42.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:52:42.595Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T00:52:43.244Z] Removing intermediate container a54eeb23680f [2021-01-28T00:52:43.244Z] ---> b0897d448dc6 [2021-01-28T00:52:43.244Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:52:45.889Z] ---> 76969c20a422 [2021-01-28T00:52:45.889Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:52:45.896Z] Building version [2021-01-28T00:52:46.873Z] ---> Running in 7a0ecb364a99 [2021-01-28T00:52:47.279Z] Staging config-common [2021-01-28T00:52:47.851Z] Skipping stage go-build-helper (already ran) [2021-01-28T00:52:47.851Z] Skipping stage static-packages (already ran) [2021-01-28T00:52:47.851Z] Skipping stage go115 (already ran) [2021-01-28T00:52:47.851Z] Staging edgex-go [2021-01-28T00:52:48.792Z] Staging version [2021-01-28T00:52:49.734Z] Priming config-common [2021-01-28T00:52:50.673Z] Priming go-build-helper [2021-01-28T00:52:51.194Z] Removing intermediate container 7a0ecb364a99 [2021-01-28T00:52:51.194Z] ---> ef55a2fc5f4f [2021-01-28T00:52:51.194Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:52:51.615Z] Priming static-packages [2021-01-28T00:52:51.814Z] ---> Running in d7467ccac2f9 [2021-01-28T00:52:53.576Z] Removing intermediate container d7467ccac2f9 [2021-01-28T00:52:53.576Z] ---> 988a03395106 [2021-01-28T00:52:53.576Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:52:54.158Z] Priming go115 [2021-01-28T00:52:54.599Z] ---> Running in b6d6e3d8bd00 [2021-01-28T00:52:54.732Z] Priming edgex-go [2021-01-28T00:52:56.062Z] Removing intermediate container b6d6e3d8bd00 [2021-01-28T00:52:56.062Z] ---> 019967c82cec [2021-01-28T00:52:56.062Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:52:56.125Z] Priming version [2021-01-28T00:52:57.050Z] ---> Running in 881be5cb0b65 [2021-01-28T00:52:57.068Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-28T00:52:58.040Z] Removing intermediate container 881be5cb0b65 [2021-01-28T00:52:58.040Z] ---> abb7f8a05b61 [2021-01-28T00:52:58.040Z] Step 33/34 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:52:59.031Z] ---> Running in b594d4d25a6c [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:52:59.628Z] Removing intermediate container b594d4d25a6c [2021-01-28T00:52:59.628Z] ---> 152e21d96870 [2021-01-28T00:52:59.628Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:52:59.628Z] ---> df416d1ccb25 [2021-01-28T00:52:59.628Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:52:59.904Z] ---> 0671af6ee9a0 [2021-01-28T00:52:59.905Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:53:00.228Z] ---> Running in bafeeceecb43 [2021-01-28T00:53:00.228Z] ---> Running in bbfff2afaff2 [2021-01-28T00:53:00.830Z] ---> Running in 5592210e148b [2021-01-28T00:53:01.816Z] Removing intermediate container 5592210e148b [2021-01-28T00:53:01.816Z] ---> 455ba6f74cd2 [2021-01-28T00:53:01.816Z] [2021-01-28T00:53:01.817Z] ---> 053d46ccf42e [2021-01-28T00:53:01.817Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:53:02.105Z] ---> Running in ff041c2d21d3 [2021-01-28T00:53:02.382Z] 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-28T00:53:02.382Z] Successfully built 455ba6f74cd2 [2021-01-28T00:53:02.382Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:53:02.382Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:53:02.382Z] ---> 6bc059675813 [2021-01-28T00:53:02.657Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:53:02.657Z] ---> Running in 977aec1dc772 [2021-01-28T00:53:04.090Z] 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-28T00:53:04.363Z] 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-28T00:54:12.390Z] 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-28T00:54:12.390Z] 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-28T00:54:20.693Z] Removing intermediate container bbfff2afaff2 [2021-01-28T00:54:20.693Z] ---> 8ee0017eb4df [2021-01-28T00:54:20.693Z] [2021-01-28T00:54:20.693Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:54:20.693Z] ---> afeebe901d6b [2021-01-28T00:54:20.693Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:54:20.972Z] ---> Running in 114667e142df [2021-01-28T00:54:20.972Z] Removing intermediate container bafeeceecb43 [2021-01-28T00:54:20.972Z] ---> a58cf979e661 [2021-01-28T00:54:20.972Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:54:21.261Z] ---> Running in fe472017a7cc [2021-01-28T00:54:23.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:23.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:23.525Z] 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-28T00:54:24.524Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:54:24.524Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:54:24.524Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:54:24.524Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:54:24.524Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:54:24.524Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:24.524Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:54:24.524Z] Removing intermediate container ff041c2d21d3 [2021-01-28T00:54:24.524Z] ---> 37afcba761b9 [2021-01-28T00:54:24.524Z] [2021-01-28T00:54:24.524Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:54:24.524Z] ---> afeebe901d6b [2021-01-28T00:54:24.524Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:54:24.809Z] OK: 7 MiB in 19 packages [2021-01-28T00:54:25.110Z] ---> Running in 4e11aa2febc6 [2021-01-28T00:54:27.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:27.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:27.372Z] Removing intermediate container 114667e142df [2021-01-28T00:54:27.372Z] ---> 14e75d165eaf [2021-01-28T00:54:27.372Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:54:27.650Z] ---> Running in bc0aab241700 [2021-01-28T00:54:27.650Z] Removing intermediate container fe472017a7cc [2021-01-28T00:54:27.650Z] ---> 59c9a4e610c6 [2021-01-28T00:54:27.650Z] [2021-01-28T00:54:27.650Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:54:27.650Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:54:27.650Z] 20.10.0: Pulling from library/docker [2021-01-28T00:54:27.650Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:54:27.934Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:54:27.934Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:54:27.934Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:27.934Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:54:27.934Z] OK: 7 MiB in 18 packages [2021-01-28T00:54:28.215Z] Removing intermediate container bc0aab241700 [2021-01-28T00:54:28.215Z] ---> 0eb1bd631ca8 [2021-01-28T00:54:28.215Z] Step 13/24 : WORKDIR / [2021-01-28T00:54:28.494Z] ---> Running in d1565caeb7cf [2021-01-28T00:54:29.473Z] Removing intermediate container d1565caeb7cf [2021-01-28T00:54:29.473Z] ---> 8c2477acc824 [2021-01-28T00:54:29.473Z] 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-28T00:54:30.466Z] Removing intermediate container 4e11aa2febc6 [2021-01-28T00:54:30.466Z] ---> 7ebefbdb3520 [2021-01-28T00:54:30.466Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:54:30.738Z] ---> 482432dce711 [2021-01-28T00:54:30.738Z] 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-28T00:54:31.016Z] ---> Running in eb16569bcc2c [2021-01-28T00:54:31.999Z] Removing intermediate container eb16569bcc2c [2021-01-28T00:54:31.999Z] ---> 933f371379a4 [2021-01-28T00:54:31.999Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:54:31.999Z] ---> 992761c85c52 [2021-01-28T00:54:31.999Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:31.999Z] ---> Running in fb4789ec23d8 [2021-01-28T00:54:32.987Z] Removing intermediate container fb4789ec23d8 [2021-01-28T00:54:32.987Z] ---> c5e768715633 [2021-01-28T00:54:32.987Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:54:33.264Z] ---> 37ee8904e331 [2021-01-28T00:54:33.264Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:54:34.257Z] ---> 7ca2b1a9cdbc [2021-01-28T00:54:34.257Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:54:35.272Z] ---> c2f6b2d6e829 [2021-01-28T00:54:35.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:54:36.255Z] Removing intermediate container 977aec1dc772 [2021-01-28T00:54:36.255Z] ---> 443dde15d29f [2021-01-28T00:54:36.255Z] [2021-01-28T00:54:36.255Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:54:36.255Z] ---> afeebe901d6b [2021-01-28T00:54:36.255Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:54:36.255Z] ---> Using cache [2021-01-28T00:54:36.255Z] ---> 2bf20b9d5b64 [2021-01-28T00:54:36.255Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:54:36.255Z] ---> Using cache [2021-01-28T00:54:36.255Z] ---> 00b3f72a1953 [2021-01-28T00:54:36.255Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:54:36.255Z] ---> 9f42c55a4a41 [2021-01-28T00:54:36.255Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:54:36.255Z] ---> Running in bffa35974fa3 [2021-01-28T00:54:36.864Z] ---> 73edba521da5 [2021-01-28T00:54:36.864Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:54:37.147Z] Removing intermediate container bffa35974fa3 [2021-01-28T00:54:37.147Z] ---> fe129bd51a50 [2021-01-28T00:54:37.147Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:54:37.464Z] ---> Running in 6675b88d0d88 [2021-01-28T00:54:37.756Z] ---> 15a19694bfcd [2021-01-28T00:54:37.756Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:54:38.036Z] Removing intermediate container 6675b88d0d88 [2021-01-28T00:54:38.036Z] ---> 62a9d349be4d [2021-01-28T00:54:38.036Z] Step 15/23 : WORKDIR / [2021-01-28T00:54:38.329Z] ---> Running in 7ab69a079862 [2021-01-28T00:54:38.329Z] ---> 1b693d4e6475 [2021-01-28T00:54:38.329Z] 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-28T00:54:38.329Z] ---> Running in 693e887f2828 [2021-01-28T00:54:38.603Z] ---> Running in 4974195684ad [2021-01-28T00:54:38.874Z] Removing intermediate container 7ab69a079862 [2021-01-28T00:54:38.874Z] ---> d680829386c3 [2021-01-28T00:54:38.874Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:54:39.154Z] Removing intermediate container 693e887f2828 [2021-01-28T00:54:39.154Z] ---> bc734870b7ad [2021-01-28T00:54:39.154Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:39.154Z] ---> Running in f44d4f654c0a [2021-01-28T00:54:40.135Z] Removing intermediate container f44d4f654c0a [2021-01-28T00:54:40.135Z] ---> 1e6ff32d53a9 [2021-01-28T00:54:40.135Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:54:40.135Z] ---> 00d8d00e8360 [2021-01-28T00:54:40.135Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:54:40.135Z] ---> Running in 77f792e42832 [2021-01-28T00:54:40.749Z] Removing intermediate container 77f792e42832 [2021-01-28T00:54:40.749Z] ---> 809d6cbfae00 [2021-01-28T00:54:40.749Z] Step 20/21 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:54:41.021Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:54:41.021Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:54:41.021Z] ---> eeaf43b92773 [2021-01-28T00:54:41.021Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:54:41.292Z] ---> Running in d5f766717eae [2021-01-28T00:54:41.292Z] ---> Running in 2d33347b246f [2021-01-28T00:54:41.564Z] Removing intermediate container 4974195684ad [2021-01-28T00:54:41.564Z] ---> b091790a601b [2021-01-28T00:54:41.564Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:54:41.838Z] Removing intermediate container d5f766717eae [2021-01-28T00:54:41.838Z] ---> 6da3470129ed [2021-01-28T00:54:41.838Z] ---> 12040e57c0c9 [2021-01-28T00:54:41.838Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:41.838Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:54:41.838Z] ---> Running in 3be719ecdedd [2021-01-28T00:54:42.111Z] ---> Running in abf5f7633480 [2021-01-28T00:54:42.380Z] Removing intermediate container 3be719ecdedd [2021-01-28T00:54:42.380Z] ---> ca9b0b319a5d [2021-01-28T00:54:42.381Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:54:42.654Z] Removing intermediate container abf5f7633480 [2021-01-28T00:54:42.654Z] ---> 1c5d18ccf411 [2021-01-28T00:54:42.654Z] [2021-01-28T00:54:42.654Z] ---> Running in f3340211407b [2021-01-28T00:54:42.654Z] ---> ddf0834909ac [2021-01-28T00:54:42.654Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:54:42.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:42.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:42.933Z] ---> Running in ebdb9c0ada60 [2021-01-28T00:54:43.215Z] Successfully built 1c5d18ccf411 [2021-01-28T00:54:43.215Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:54:43.215Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f3340211407b [2021-01-28T00:54:43.215Z] ---> 86ba0afb349d [2021-01-28T00:54:43.215Z] Step 23/24 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:54:43.501Z] ---> Running in 27981d9599bd [2021-01-28T00:54:43.501Z] Removing intermediate container ebdb9c0ada60 [2021-01-28T00:54:43.501Z] ---> 9d16a34dcedd [2021-01-28T00:54:43.501Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:54:43.501Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:54:43.501Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:54:43.501Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:54:43.501Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:43.501Z] OK: 12 MiB in 22 packages [2021-01-28T00:54:43.776Z] ---> Running in a7428fe48d19 [2021-01-28T00:54:44.051Z] Removing intermediate container 27981d9599bd [2021-01-28T00:54:44.051Z] ---> 289a4b65bca0 [2021-01-28T00:54:44.051Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:54:44.323Z] ---> Running in a171f9fc6ac4 [2021-01-28T00:54:44.323Z] Removing intermediate container a7428fe48d19 [2021-01-28T00:54:44.323Z] ---> d110deb58c58 [2021-01-28T00:54:44.323Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:54:44.622Z] ---> Running in fd775001e33b [2021-01-28T00:54:44.913Z] Removing intermediate container a171f9fc6ac4 [2021-01-28T00:54:44.913Z] ---> e87d96bf8057 [2021-01-28T00:54:44.913Z] [2021-01-28T00:54:44.913Z] Removing intermediate container 2d33347b246f [2021-01-28T00:54:44.913Z] ---> 56ea8a11fb59 [2021-01-28T00:54:45.213Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:54:45.213Z] Removing intermediate container fd775001e33b [2021-01-28T00:54:45.213Z] ---> 7c66195440ef [2021-01-28T00:54:45.213Z] Step 22/23 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:54:45.213Z] ---> Running in 305d71bad191 [2021-01-28T00:54:45.213Z] Successfully built e87d96bf8057 [2021-01-28T00:54:45.213Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:54:45.493Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in d3e20c4bdaec [2021-01-28T00:54:45.774Z] Removing intermediate container 305d71bad191 [2021-01-28T00:54:45.774Z] ---> befff857605f [2021-01-28T00:54:45.774Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:54:45.774Z] Removing intermediate container d3e20c4bdaec [2021-01-28T00:54:45.774Z] ---> e57c22e3bbdf [2021-01-28T00:54:45.774Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:54:46.049Z] ---> Running in 33b470d411c9 [2021-01-28T00:54:46.049Z] ---> Running in e4b740c18ed7 [2021-01-28T00:54:46.336Z] Removing intermediate container 33b470d411c9 [2021-01-28T00:54:46.336Z] ---> 611f624d1bde [2021-01-28T00:54:46.336Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:54:46.609Z] Removing intermediate container e4b740c18ed7 [2021-01-28T00:54:46.609Z] ---> 51148f344851 [2021-01-28T00:54:46.609Z] [2021-01-28T00:54:46.609Z] ---> Running in b4f12424351d [2021-01-28T00:54:46.895Z] Successfully built 51148f344851 [2021-01-28T00:54:47.169Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:54:47.169Z]  Building docker-core-metadata-go ... done Removing intermediate container b4f12424351d [2021-01-28T00:54:47.169Z] ---> ce6ccc5044b0 [2021-01-28T00:54:47.169Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:54:48.143Z] ---> b6aeb33eb0dc [2021-01-28T00:54:48.143Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:54:48.747Z] ---> 26f1039f1e48 [2021-01-28T00:54:48.747Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:54:49.720Z] ---> 1b9157e13f1e [2021-01-28T00:54:49.720Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:54:50.000Z] ---> Running in 78843e5a27cf [2021-01-28T00:54:50.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:51.255Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:51.850Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:54:51.850Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:54:51.850Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:54:51.850Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:54:51.850Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:54:51.850Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:54:51.850Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:54:53.823Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:54:53.823Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:54:53.823Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:54:53.823Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:54:53.823Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:54:53.823Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:54:53.823Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:54:54.097Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:54:54.097Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:54:54.097Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:54:54.097Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:54:54.097Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:54:54.097Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:54:54.097Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:54:54.370Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:54:54.370Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:54:54.370Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:54:54.370Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:54:54.370Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:54:54.644Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:54:54.644Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:54:54.644Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:54:54.644Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:54:54.644Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:54:54.644Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:54:54.644Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:54:54.924Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:54.924Z] OK: 71 MiB in 55 packages [2021-01-28T00:55:02.415Z] Removing intermediate container 78843e5a27cf [2021-01-28T00:55:02.415Z] ---> 1e8a95220cae [2021-01-28T00:55:02.415Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:55:02.415Z] ---> Running in 82180992a0a7 [2021-01-28T00:55:06.726Z] Collecting docker-compose==1.23.2 [2021-01-28T00:55:07.716Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:55:08.686Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:55:08.686Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:55:09.285Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:55:09.285Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:55:11.260Z] 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-28T00:55:11.260Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:55:11.260Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:55:14.657Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:55:14.657Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:55:14.941Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:55:15.212Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:55:16.187Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:55:16.187Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:55:20.481Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:55:20.481Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:55:20.481Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:55:20.481Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:55:22.446Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:55:22.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:55:22.987Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:55:22.987Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:55:23.579Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:55:23.579Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:55:24.175Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:55:24.175Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:55:24.175Z] 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-28T00:55:24.175Z] 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-28T00:55:24.175Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:55:24.175Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:55:24.175Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:55:24.175Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:55:25.156Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, texttable, PyYAML, cached-property, docopt, jsonschema, docker-compose [2021-01-28T00:55:25.156Z] Attempting uninstall: urllib3 [2021-01-28T00:55:25.156Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:55:25.156Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:55:25.156Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:55:25.767Z] Attempting uninstall: idna [2021-01-28T00:55:25.767Z] Found existing installation: idna 2.9 [2021-01-28T00:55:25.767Z] Uninstalling idna-2.9: [2021-01-28T00:55:25.767Z] Successfully uninstalled idna-2.9 [2021-01-28T00:55:26.754Z] Attempting uninstall: requests [2021-01-28T00:55:26.754Z] Found existing installation: requests 2.23.0 [2021-01-28T00:55:26.754Z] Uninstalling requests-2.23.0: [2021-01-28T00:55:26.754Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:55:28.206Z] Running setup.py install for dockerpty: started [2021-01-28T00:55:30.195Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:55:30.195Z] Running setup.py install for texttable: started [2021-01-28T00:55:31.629Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:55:31.629Z] Running setup.py install for PyYAML: started [2021-01-28T00:55:34.240Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:55:34.240Z] Running setup.py install for docopt: started [2021-01-28T00:55:35.709Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:55:36.717Z] 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-28T00:55:41.020Z] Removing intermediate container 82180992a0a7 [2021-01-28T00:55:41.020Z] ---> 9734d4cba4bf [2021-01-28T00:55:41.020Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:55:41.020Z] ---> Running in cb9202b25011 [2021-01-28T00:55:41.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:41.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:55:42.165Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:55:42.439Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:55:42.439Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:55:42.439Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:55:42.439Z] OK: 71 MiB in 58 packages [2021-01-28T00:55:43.480Z] Removing intermediate container cb9202b25011 [2021-01-28T00:55:43.480Z] ---> 8e73aaedacbc [2021-01-28T00:55:43.480Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:55:43.762Z] ---> Running in f9b1544b6f3c [2021-01-28T00:55:44.051Z] Removing intermediate container f9b1544b6f3c [2021-01-28T00:55:44.051Z] ---> 7698cb9e4cc7 [2021-01-28T00:55:44.051Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:44.329Z] ---> Running in 2f47d8fe4426 [2021-01-28T00:55:44.613Z] Removing intermediate container 2f47d8fe4426 [2021-01-28T00:55:44.613Z] ---> be4c7183bc4d [2021-01-28T00:55:44.613Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:55:44.907Z] ---> Running in 94403e226b8a [2021-01-28T00:55:45.202Z] Removing intermediate container 94403e226b8a [2021-01-28T00:55:45.202Z] ---> 13f9d82ec444 [2021-01-28T00:55:45.202Z] Step 25/26 : LABEL git_sha=26a8180a129ba06295fab8a65d6c107d358c373b [2021-01-28T00:55:45.477Z] ---> Running in 2439302eb394 [2021-01-28T00:55:45.761Z] Removing intermediate container 2439302eb394 [2021-01-28T00:55:45.761Z] ---> ee8cd4c8230f [2021-01-28T00:55:45.761Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:55:46.042Z] ---> Running in f538b5a35fce [2021-01-28T00:55:46.320Z] Removing intermediate container f538b5a35fce [2021-01-28T00:55:46.320Z] ---> f39d43d4b849 [2021-01-28T00:55:46.320Z] [2021-01-28T00:55:46.918Z] Successfully built f39d43d4b849 [2021-01-28T00:55:46.918Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:55:46.932Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:55:46.944Z] $ docker stop --time=1 3c474675005e2f36a7d1d2b1a0e08f94d1e5e6fc9c1e111f6ba96b0cb3f94e82 [2021-01-28T00:55:48.764Z] $ docker rm -f 3c474675005e2f36a7d1d2b1a0e08f94d1e5e6fc9c1e111f6ba96b0cb3f94e82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:55:49.379Z] + docker images [2021-01-28T00:55:49.379Z] + grep docker [2021-01-28T00:55:49.653Z] docker-sys-mgmt-agent-go-arm64 latest f39d43d4b849 3 seconds ago 300MB [2021-01-28T00:55:49.653Z] docker-core-metadata-go-arm64 latest 51148f344851 About a minute ago 17.7MB [2021-01-28T00:55:49.653Z] docker-security-secretstore-setup-go-arm64 latest e87d96bf8057 About a minute ago 23.4MB [2021-01-28T00:55:49.653Z] docker-security-proxy-setup-go-arm64 latest 1c5d18ccf411 About a minute ago 23.2MB [2021-01-28T00:55:49.653Z] docker-security-bootstrapper-go-arm64 latest 455ba6f74cd2 2 minutes ago 31.9MB [2021-01-28T00:55:49.653Z] docker-core-data-go-arm64 latest 5b300110ccb2 3 minutes ago 21MB [2021-01-28T00:55:49.653Z] docker-core-command-go-arm64 latest cf2dad39acd7 4 minutes ago 15.4MB [2021-01-28T00:55:49.653Z] docker-support-scheduler-go-arm64 latest 1dcdf3fd08c2 4 minutes ago 15.5MB [2021-01-28T00:55:49.653Z] docker-support-notifications-go-arm64 latest 58a4d212908e 4 minutes ago 16MB [2021-01-28T00:55:49.653Z] docker 20.10.0 eeaf43b92773 6 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-28T00:55:52.207Z] provisioning config files... [2021-01-28T00:55:52.227Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5532285743393782754tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:55:52.681Z] + set +x [2021-01-28T00:55:52.681Z] + curl -s https://codecov.io/bash [2021-01-28T00:55:52.681Z] + bash -s -- [2021-01-28T00:55:52.946Z] [2021-01-28T00:55:52.946Z] _____ _ [2021-01-28T00:55:52.946Z] / ____| | | [2021-01-28T00:55:52.946Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:55:52.946Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:55:52.946Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:55:52.946Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:55:52.946Z] Bash-20210128-d4071a2 [2021-01-28T00:55:52.946Z] [2021-01-28T00:55:52.946Z] [2021-01-28T00:55:52.946Z] ==> git version 2.24.3 found [2021-01-28T00:55:52.946Z] ==> 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-28T00:55:52.946Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:55:52.946Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:55:52.946Z] ==> Jenkins CI detected. [2021-01-28T00:55:52.946Z] project root: . [2021-01-28T00:55:52.946Z] --> token set from env [2021-01-28T00:55:53.224Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:55:53.224Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:55:53.224Z] ==> Python coveragepy not found [2021-01-28T00:55:53.224Z] ==> Searching for coverage reports in: [2021-01-28T00:55:53.224Z] + . [2021-01-28T00:55:53.224Z] -> Found 1 reports [2021-01-28T00:55:53.224Z] ==> Detecting git/mercurial file structure [2021-01-28T00:55:53.224Z] ==> Reading reports [2021-01-28T00:55:53.224Z] + ./coverage.out bytes=564700 [2021-01-28T00:55:53.224Z] ==> Appending adjustments [2021-01-28T00:55:53.224Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:55:57.604Z] + Found adjustments [2021-01-28T00:55:57.604Z] ==> Gzipping contents [2021-01-28T00:55:57.604Z] 84K /tmp/codecov.Qidmkj.gz [2021-01-28T00:55:57.604Z] ==> Uploading reports [2021-01-28T00:55:57.604Z] url: https://codecov.io [2021-01-28T00:55:57.604Z] query: branch=PR-3078&commit=26a8180a129ba06295fab8a65d6c107d358c373b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3078%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3078&job=&cmd_args= [2021-01-28T00:55:57.604Z] -> Pinging Codecov [2021-01-28T00:55:57.604Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3078&commit=26a8180a129ba06295fab8a65d6c107d358c373b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3078%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3078&job=&cmd_args= [2021-01-28T00:55:57.604Z] -> Uploading to [2021-01-28T00:55:57.604Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/26a8180a129ba06295fab8a65d6c107d358c373b/3b74742e-207b-4446-95a6-72f5315e2f49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T005557Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=32e81770ebc8271b4213a96480c2baebeea4724287fbeb7b3416dafaa234fc19 [2021-01-28T00:55:57.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:55:57.604Z] Dload Upload Total Spent Left Speed [2021-01-28T00:55:57.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85477 0 0 100 85477 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-01-28T00:55:57.893Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/26a8180a129ba06295fab8a65d6c107d358c373b [Pipeline] } [2021-01-28T00:55:57.917Z] 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-28T00:56:00.515Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:02.186Z] ---> package-listing.sh [2021-01-28T00:56:02.186Z] ++ facter osfamily [2021-01-28T00:56:02.186Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:56:02.469Z] + OS_FAMILY=redhat [2021-01-28T00:56:02.469Z] + workspace=/w/workspace/edgex-go/3 [2021-01-28T00:56:02.469Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:56:02.469Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:56:02.469Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:56:02.469Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:56:02.469Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T00:56:02.469Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:56:02.469Z] + case "${OS_FAMILY}" in [2021-01-28T00:56:02.469Z] + rpm -qa [2021-01-28T00:56:02.469Z] + sort [2021-01-28T00:56:07.813Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:56:07.813Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:56:07.813Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:56:07.813Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T00:56:07.813Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-28T00:56:07.813Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-28T00:56:07.829Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:56:08.132Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:56:08.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:56:08.723Z] [2021-01-28T00:56:08.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:56:09.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:56:09.111Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:56:09.111Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:56:09.111Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:56:09.111Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:56:09.111Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:56:09.111Z] 93b61091891f: Pulling fs layer [2021-01-28T00:56:09.111Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:56:09.111Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:56:09.111Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:56:09.111Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:56:09.111Z] 46f8f816bc3b: Waiting [2021-01-28T00:56:09.111Z] 93b61091891f: Waiting [2021-01-28T00:56:09.111Z] 01666e4c0597: Waiting [2021-01-28T00:56:09.111Z] 93b9cdb0e59b: Waiting [2021-01-28T00:56:09.111Z] 5e14af77c1be: Waiting [2021-01-28T00:56:09.111Z] 36b3adc4ff6f: Download complete [2021-01-28T00:56:09.388Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:56:09.388Z] 46f8f816bc3b: Download complete [2021-01-28T00:56:09.388Z] df20fa9351a1: Download complete [2021-01-28T00:56:09.388Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:56:09.388Z] 93b9cdb0e59b: Download complete [2021-01-28T00:56:09.388Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:56:09.388Z] 5e14af77c1be: Download complete [2021-01-28T00:56:09.388Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:56:09.388Z] 01666e4c0597: Download complete [2021-01-28T00:56:09.388Z] 93b61091891f: Verifying Checksum [2021-01-28T00:56:09.388Z] 93b61091891f: Download complete [2021-01-28T00:56:09.388Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:56:09.388Z] 8ad3a11d3b57: Download complete [2021-01-28T00:56:09.996Z] df20fa9351a1: Pull complete [2021-01-28T00:56:09.996Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:56:11.465Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:56:11.465Z] 46f8f816bc3b: Pull complete [2021-01-28T00:56:12.443Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:56:12.443Z] aa168da1d23b: Download complete [2021-01-28T00:56:13.027Z] 93b61091891f: Pull complete [2021-01-28T00:56:13.318Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:56:13.318Z] 5e14af77c1be: Pull complete [2021-01-28T00:56:13.611Z] 01666e4c0597: Pull complete [2021-01-28T00:56:23.746Z] aa168da1d23b: Pull complete [2021-01-28T00:56:23.746Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:56:23.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:56:23.746Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:56:24.012Z] prd-centos7-docker-4c-2g-23575 does not seem to be running inside a container [2021-01-28T00:56:24.071Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T00:56:29.388Z] $ docker top 9fd011110acd5db3c052bb8ec66ca73ac3b8c9d24e0c4074f66a4e177bfb817a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:56:29.911Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:56:30.221Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:56:30.535Z] + ls /var/log/sa-host [2021-01-28T00:56:30.535Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:56:30.535Z] file_magic: OK [2021-01-28T00:56:30.535Z] HZ: Using current value: 100 [2021-01-28T00:56:30.535Z] file_header: OK [2021-01-28T00:56:30.535Z] 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-28T00:56:30.535Z] Statistics: [2021-01-28T00:56:30.535Z] Hnuu...uuuununununu... [2021-01-28T00:56:30.535Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:56:30.535Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:56:30.535Z] file_magic: OK [2021-01-28T00:56:30.535Z] HZ: Using current value: 100 [2021-01-28T00:56:30.535Z] file_header: OK [2021-01-28T00:56:30.535Z] 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-28T00:56:30.535Z] Statistics: [2021-01-28T00:56:30.535Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:56:30.535Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:56:30.762Z] provisioning config files... [2021-01-28T00:56:30.779Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6127858939566873726tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:56:30.867Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:31.185Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:56:31.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:56:31.284Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:31.591Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:56:31.605Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:31.910Z] ---> sudo-logs.sh [2021-01-28T00:56:31.911Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:56:31.926Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:32.233Z] ---> job-cost.sh [2021-01-28T00:56:32.233Z] lf-activate-venv: SKIPPING [2021-01-28T00:56:32.233Z] INFO: No Stack... [2021-01-28T00:56:33.189Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:56:33.764Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:56:33.778Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:34.086Z] ---> logs-deploy.sh [2021-01-28T00:56:34.087Z] lf-activate-venv: SKIPPING [2021-01-28T00:56:34.087Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3078/3 [2021-01-28T00:56:34.087Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:56:35.482Z] Archives upload complete. [2021-01-28T00:56:35.744Z] INFO: archiving logs to Nexus