Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40dfc27572c9b2551adc8939acdf15ccbe93c30+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (cbee4b6966e167955e8f19dfc3c4adc8229ff122) 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-26171 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/25 [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/25 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 Merge succeeded, producing a601625a0e18b4dc7bd3d87b643542def38a2dc5 Checking out Revision a601625a0e18b4dc7bd3d87b643542def38a2dc5 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a601625a0e18b4dc7bd3d87b643542def38a2dc5 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-12T00:32:58.980Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-12T00:32:59.219Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-12T00:32:59.339Z] ========================================================= [2021-02-12T00:32:59.339Z] EdgeX Global Pipelines Version Info [2021-02-12T00:32:59.339Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:33:04.586Z] ------------------- [2021-02-12T00:33:04.586Z] stable info: [2021-02-12T00:33:04.587Z] ------------------- [2021-02-12T00:33:04.587Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:33:04.587Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:33:04.587Z] Message: update stable to v1.0.179 [2021-02-12T00:33:05.880Z] ------------------- [2021-02-12T00:33:05.880Z] experimental info: [2021-02-12T00:33:05.880Z] ------------------- [2021-02-12T00:33:05.880Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-12T00:33:05.880Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-12T00:33:05.880Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-12T00:33:06.202Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-12T00:33:06.282Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-12T00:33:06.367Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-12T00:33:06.475Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-12T00:33:06.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-12T00:33:06.640Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-12T00:33:06.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-12T00:33:06.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-12T00:33:06.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-12T00:33:06.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-12T00:33:07.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-12T00:33:07.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-12T00:33:07.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-12T00:33:07.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-12T00:33:07.460Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:33:07.543Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-12T00:33:07.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-12T00:33:07.753Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-12T00:33:07.858Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-12T00:33:07.941Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-12T00:33:08.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-12T00:33:08.110Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-12T00:33:08.205Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-12T00:33:08.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-12T00:33:08.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-12T00:33:08.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-12T00:33:08.536Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a601625a0e18b4dc7bd3d87b643542def38a2dc5 [Pipeline] echo [2021-02-12T00:33:08.617Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a601625 [Pipeline] echo [2021-02-12T00:33:08.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:33:08.864Z] provisioning config files... [2021-02-12T00:33:08.939Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config7505621516473573171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:33:09.306Z] ---> docker-login.sh [2021-02-12T00:33:09.306Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:33:10.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:33:10.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:33:10.845Z] Configure a credential helper to remove this warning. See [2021-02-12T00:33:10.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:33:10.845Z] [2021-02-12T00:33:10.845Z] Login Succeeded [2021-02-12T00:33:10.845Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:33:11.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:33:11.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:33:11.554Z] Configure a credential helper to remove this warning. See [2021-02-12T00:33:11.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:33:11.554Z] [2021-02-12T00:33:11.554Z] Login Succeeded [2021-02-12T00:33:11.554Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:33:13.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:33:14.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:33:14.398Z] Configure a credential helper to remove this warning. See [2021-02-12T00:33:14.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:33:14.398Z] [2021-02-12T00:33:14.398Z] Login Succeeded [2021-02-12T00:33:14.398Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:33:15.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:33:15.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:33:15.247Z] Configure a credential helper to remove this warning. See [2021-02-12T00:33:15.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:33:15.247Z] [2021-02-12T00:33:15.609Z] Login Succeeded [2021-02-12T00:33:15.609Z] docker.io [2021-02-12T00:33:16.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:33:16.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:33:16.634Z] Configure a credential helper to remove this warning. See [2021-02-12T00:33:16.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:33:16.634Z] [2021-02-12T00:33:16.634Z] Login Succeeded [2021-02-12T00:33:16.634Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:33:16.661Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:33:17.558Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/core-command/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/core-data/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:33:17.558Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-12T00:33:17.558Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-12T00:33:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-12T00:33:17.558Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-12T00:33:17.558Z] ++ cut -d/ -f2 [2021-02-12T00:33:17.558Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-12T00:33:17.743Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:33:18.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:33:18.970Z] [2021-02-12T00:33:18.970Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:33:19.735Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:33:20.043Z] latest: Pulling from edgex-devops/git-semver [2021-02-12T00:33:20.043Z] 31603596830f: Pulling fs layer [2021-02-12T00:33:20.043Z] 2a8b12db71e7: Pulling fs layer [2021-02-12T00:33:20.043Z] 6ca5941a6612: Pulling fs layer [2021-02-12T00:33:20.043Z] ecc8261a40a4: Pulling fs layer [2021-02-12T00:33:20.043Z] ecc8261a40a4: Waiting [2021-02-12T00:33:20.043Z] 2a8b12db71e7: Verifying Checksum [2021-02-12T00:33:20.043Z] 2a8b12db71e7: Download complete [2021-02-12T00:33:20.715Z] 31603596830f: Verifying Checksum [2021-02-12T00:33:20.715Z] 31603596830f: Download complete [2021-02-12T00:33:22.490Z] 31603596830f: Pull complete [2021-02-12T00:33:22.490Z] ecc8261a40a4: Verifying Checksum [2021-02-12T00:33:22.490Z] ecc8261a40a4: Download complete [2021-02-12T00:33:23.145Z] 2a8b12db71e7: Pull complete [2021-02-12T00:33:23.476Z] 6ca5941a6612: Verifying Checksum [2021-02-12T00:33:23.476Z] 6ca5941a6612: Download complete [2021-02-12T00:33:24.961Z] 6ca5941a6612: Pull complete [2021-02-12T00:33:24.961Z] ecc8261a40a4: Pull complete [2021-02-12T00:33:24.961Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-12T00:33:24.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-12T00:33:24.961Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-12T00:33:25.277Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T00:33:25.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-12T00:33:30.501Z] $ docker top e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-12T00:33:31.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:33:31.498Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:33:32.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:33:32.086Z] $ docker exec e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent [2021-02-12T00:33:32.988Z] SSH_AUTH_SOCK=/tmp/ssh-vFkUM6HMFFmv/agent.13 [2021-02-12T00:33:32.988Z] SSH_AGENT_PID=18 [2021-02-12T00:33:33.008Z] Running ssh-add (command line suppressed) [2021-02-12T00:33:33.456Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_6885152357842112514.key (/w/workspace/edgex-go/25@tmp/private_key_6885152357842112514.key) [2021-02-12T00:33:33.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:33:34.616Z] + git tag --points-at HEAD [Pipeline] } [2021-02-12T00:33:34.881Z] $ docker exec --env ******** --env ******** e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent -k [2021-02-12T00:33:35.213Z] unset SSH_AUTH_SOCK; [2021-02-12T00:33:35.213Z] unset SSH_AGENT_PID; [2021-02-12T00:33:35.214Z] echo Agent pid 18 killed; [2021-02-12T00:33:35.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-12T00:33:35.446Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-12T00:33:35.447Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-12T00:33:36.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-12T00:33:36.979Z] $ docker exec e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent [2021-02-12T00:33:37.861Z] SSH_AUTH_SOCK=/tmp/ssh-LQargA22NeR2/agent.47 [2021-02-12T00:33:37.861Z] SSH_AGENT_PID=52 [2021-02-12T00:33:37.876Z] Running ssh-add (command line suppressed) [2021-02-12T00:33:38.265Z] Identity added: /w/workspace/edgex-go/25@tmp/private_key_2926339738977079713.key (/w/workspace/edgex-go/25@tmp/private_key_2926339738977079713.key) [2021-02-12T00:33:38.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-12T00:33:39.012Z] + git semver init [2021-02-12T00:33:39.012Z] # -> Open(): unable to determine branch for HEAD [2021-02-12T00:33:39.012Z] # $GIT_DIR = /w/workspace/edgex-go/25/.git [2021-02-12T00:33:39.012Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/25 [2021-02-12T00:33:39.012Z] # $SEMVER_REMOTE_NAME = origin [2021-02-12T00:33:39.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-12T00:33:39.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-12T00:33:39.012Z] # $SEMVER_BRANCH = PR-3109 [2021-02-12T00:33:39.012Z] # $SEMVER_TEMP = /tmp/semver-371988167 [2021-02-12T00:33:39.012Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-12T00:34:50.009Z] # '/tmp/semver-371988167' -> '/w/workspace/edgex-go/25/.semver' [2021-02-12T00:34:50.009Z] # -> Force: false [2021-02-12T00:34:50.009Z] # $SEMVER_DIR = /w/workspace/edgex-go/25/.semver [Pipeline] } [2021-02-12T00:34:50.052Z] $ docker exec --env ******** --env ******** e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b ssh-agent -k [2021-02-12T00:34:50.926Z] unset SSH_AUTH_SOCK; [2021-02-12T00:34:50.926Z] unset SSH_AGENT_PID; [2021-02-12T00:34:50.927Z] echo Agent pid 52 killed; [2021-02-12T00:34:51.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-12T00:34:51.702Z] + git semver [Pipeline] } [2021-02-12T00:34:51.769Z] $ docker stop --time=1 e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b [2021-02-12T00:34:54.236Z] $ docker rm -f e67081504784868b1e2b5611361de0a7ad967098072391959a7a169f5752d65b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:34:55.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-12T00:34:56.764Z] Stashed 1 file(s) [Pipeline] echo [2021-02-12T00:34:56.767Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:34:57.942Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:34:59.001Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:34:59.436Z] + sudo service docker restart [2021-02-12T00:34:59.437Z] + true [2021-02-12T00:34:59.437Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-12T00:35:01.874Z] ========================================================= [2021-02-12T00:35:01.875Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-12T00:35:01.875Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:35:02.819Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-12T00:35:12.132Z] Still waiting to schedule task [2021-02-12T00:35:12.132Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26172’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26180’ is offline [2021-02-12T00:35:18.733Z] Sending build context to Docker daemon 327.8MB [2021-02-12T00:35:18.733Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:35:18.733Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:35:18.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-12T00:35:18.733Z] 188c0c94c7c5: Pulling fs layer [2021-02-12T00:35:18.733Z] 0ef7d3d256c8: Pulling fs layer [2021-02-12T00:35:18.733Z] de9db76c5a1d: Pulling fs layer [2021-02-12T00:35:18.733Z] bca2f99d35d6: Pulling fs layer [2021-02-12T00:35:18.733Z] 93359f2a8cfa: Pulling fs layer [2021-02-12T00:35:18.733Z] 7c6f9722023f: Pulling fs layer [2021-02-12T00:35:18.733Z] a35cf1a2eb13: Pulling fs layer [2021-02-12T00:35:18.733Z] 93359f2a8cfa: Waiting [2021-02-12T00:35:18.733Z] 7c6f9722023f: Waiting [2021-02-12T00:35:18.733Z] a35cf1a2eb13: Waiting [2021-02-12T00:35:18.733Z] bca2f99d35d6: Waiting [2021-02-12T00:35:18.733Z] de9db76c5a1d: Verifying Checksum [2021-02-12T00:35:18.733Z] de9db76c5a1d: Download complete [2021-02-12T00:35:18.733Z] 0ef7d3d256c8: Verifying Checksum [2021-02-12T00:35:18.733Z] 0ef7d3d256c8: Download complete [2021-02-12T00:35:18.733Z] 93359f2a8cfa: Verifying Checksum [2021-02-12T00:35:18.733Z] 93359f2a8cfa: Download complete [2021-02-12T00:35:18.733Z] 7c6f9722023f: Verifying Checksum [2021-02-12T00:35:18.733Z] 7c6f9722023f: Download complete [2021-02-12T00:35:18.733Z] 188c0c94c7c5: Verifying Checksum [2021-02-12T00:35:18.733Z] 188c0c94c7c5: Download complete [2021-02-12T00:35:19.958Z] 188c0c94c7c5: Pull complete [2021-02-12T00:35:20.585Z] 0ef7d3d256c8: Pull complete [2021-02-12T00:35:22.023Z] de9db76c5a1d: Pull complete [2021-02-12T00:35:26.628Z] a35cf1a2eb13: Verifying Checksum [2021-02-12T00:35:26.628Z] a35cf1a2eb13: Download complete [2021-02-12T00:35:29.551Z] bca2f99d35d6: Verifying Checksum [2021-02-12T00:35:29.551Z] bca2f99d35d6: Download complete [2021-02-12T00:35:43.500Z] bca2f99d35d6: Pull complete [2021-02-12T00:35:44.140Z] 93359f2a8cfa: Pull complete [2021-02-12T00:35:44.785Z] 7c6f9722023f: Pull complete [2021-02-12T00:35:54.404Z] a35cf1a2eb13: Pull complete [2021-02-12T00:35:54.404Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-12T00:35:54.404Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-12T00:35:54.404Z] ---> a62c8e92a672 [2021-02-12T00:35:54.404Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T00:35:54.404Z] ---> Running in c346f8f16580 [2021-02-12T00:35:56.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:59.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:35:59.678Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:36:00.752Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:36:00.753Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:36:00.753Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:36:14.577Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:36:14.577Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:36:14.577Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:36:14.875Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:36:15.224Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:36:15.224Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:36:15.224Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:36:15.689Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:36:15.689Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:36:15.689Z] OK: 233 MiB in 51 packages [2021-02-12T00:36:18.723Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26181 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-12T00:36:18.875Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-02-12T00:36:22.173Z] Removing intermediate container c346f8f16580 [2021-02-12T00:36:22.173Z] ---> 28ed0a3a5b21 [2021-02-12T00:36:22.173Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:36:22.668Z] ---> Running in 528ece5a8b80 [2021-02-12T00:36:23.783Z] Removing intermediate container 528ece5a8b80 [2021-02-12T00:36:23.783Z] ---> ee530b868222 [2021-02-12T00:36:23.783Z] Step 5/6 : COPY go.mod . [2021-02-12T00:36:24.879Z] ---> 6a5a91346f4e [2021-02-12T00:36:24.879Z] Step 6/6 : RUN go mod download [2021-02-12T00:36:25.248Z] using credential edgex-jenkins-ssh [2021-02-12T00:36:25.309Z] Cloning the remote Git repository [2021-02-12T00:36:25.541Z] ---> Running in 130090013dfa [2021-02-12T00:36:25.374Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:25.501Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-02-12T00:36:25.606Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:25.607Z] > git --version # timeout=10 [2021-02-12T00:36:25.637Z] > git --version # 'git version 2.17.1' [2021-02-12T00:36:25.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:25.721Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:36:50.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:50.513Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:36:51.337Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-12T00:36:52.060Z] Merge succeeded, producing 02e77e952b54ad9790f1d6378b7c2c1592af9f89 [2021-02-12T00:36:52.060Z] Checking out Revision 02e77e952b54ad9790f1d6378b7c2c1592af9f89 (PR-3109) [2021-02-12T00:36:50.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:36:50.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:36:50.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:50.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:36:51.355Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:51.377Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [2021-02-12T00:36:51.712Z] > git remote # timeout=10 [2021-02-12T00:36:51.735Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:36:51.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:36:51.765Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:36:52.044Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:36:52.066Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:36:52.085Z] > git checkout -f 02e77e952b54ad9790f1d6378b7c2c1592af9f89 # timeout=10 [2021-02-12T00:36:56.479Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:36:56.492Z] > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-12T00:36:58.160Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:58.576Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-12T00:36:58.919Z] + sudo service docker restart [2021-02-12T00:36:58.919Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-12T00:37:01.630Z] provisioning config files... [2021-02-12T00:37:01.692Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/25@tmp/config7060378270913525605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:37:02.157Z] ---> docker-login.sh [2021-02-12T00:37:02.157Z] nexus3.edgexfoundry.org:10001 [2021-02-12T00:37:03.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:37:03.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:37:03.433Z] Configure a credential helper to remove this warning. See [2021-02-12T00:37:03.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:37:03.433Z] [2021-02-12T00:37:03.433Z] Login Succeeded [2021-02-12T00:37:03.433Z] nexus3.edgexfoundry.org:10002 [2021-02-12T00:37:04.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:37:04.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:37:04.034Z] Configure a credential helper to remove this warning. See [2021-02-12T00:37:04.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:37:04.034Z] [2021-02-12T00:37:04.034Z] Login Succeeded [2021-02-12T00:37:04.034Z] nexus3.edgexfoundry.org:10003 [2021-02-12T00:37:04.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:37:04.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:37:04.587Z] Configure a credential helper to remove this warning. See [2021-02-12T00:37:04.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:37:04.587Z] [2021-02-12T00:37:04.587Z] Login Succeeded [2021-02-12T00:37:04.587Z] nexus3.edgexfoundry.org:10004 [2021-02-12T00:37:04.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:37:05.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:37:05.134Z] Configure a credential helper to remove this warning. See [2021-02-12T00:37:05.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:37:05.134Z] [2021-02-12T00:37:05.134Z] Login Succeeded [2021-02-12T00:37:05.134Z] docker.io [2021-02-12T00:37:05.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-12T00:37:06.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-12T00:37:06.005Z] Configure a credential helper to remove this warning. See [2021-02-12T00:37:06.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-12T00:37:06.005Z] [2021-02-12T00:37:06.005Z] Login Succeeded [2021-02-12T00:37:06.005Z] ---> docker-login.sh ends [Pipeline] } [2021-02-12T00:37:06.023Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-12T00:37:06.492Z] ========================================================= [2021-02-12T00:37:06.492Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-12T00:37:06.492Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:37:06.755Z] Removing intermediate container 130090013dfa [2021-02-12T00:37:06.755Z] ---> e5df249cc6d0 [2021-02-12T00:37:06.755Z] Successfully built e5df249cc6d0 [2021-02-12T00:37:06.755Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:37:06.872Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-12T00:37:07.155Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:37:07.449Z] . [Pipeline] withDockerContainer [2021-02-12T00:37:08.003Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T00:37:08.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-x86_64 cat [2021-02-12T00:37:08.874Z] Sending build context to Docker daemon 166.3MB [2021-02-12T00:37:09.151Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-12T00:37:09.151Z] Step 2/6 : FROM ${BASE} [2021-02-12T00:37:09.151Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-12T00:37:09.151Z] 5f621e34cdf4: Pulling fs layer [2021-02-12T00:37:09.151Z] a4357932f1b6: Pulling fs layer [2021-02-12T00:37:09.151Z] 18c013af1878: Pulling fs layer [2021-02-12T00:37:09.151Z] 00ac8860ef70: Pulling fs layer [2021-02-12T00:37:09.151Z] 63d7cb157983: Pulling fs layer [2021-02-12T00:37:09.151Z] b116817d02f9: Pulling fs layer [2021-02-12T00:37:09.151Z] 745a02a5169b: Pulling fs layer [2021-02-12T00:37:09.151Z] 00ac8860ef70: Waiting [2021-02-12T00:37:09.151Z] 63d7cb157983: Waiting [2021-02-12T00:37:09.151Z] b116817d02f9: Waiting [2021-02-12T00:37:09.151Z] 745a02a5169b: Waiting [2021-02-12T00:37:09.151Z] 18c013af1878: Download complete [2021-02-12T00:37:09.151Z] a4357932f1b6: Verifying Checksum [2021-02-12T00:37:09.151Z] a4357932f1b6: Download complete [2021-02-12T00:37:09.151Z] 63d7cb157983: Download complete [2021-02-12T00:37:09.151Z] b116817d02f9: Verifying Checksum [2021-02-12T00:37:09.151Z] b116817d02f9: Download complete [2021-02-12T00:37:09.151Z] 5f621e34cdf4: Verifying Checksum [2021-02-12T00:37:09.151Z] 5f621e34cdf4: Download complete [2021-02-12T00:37:10.135Z] 5f621e34cdf4: Pull complete [2021-02-12T00:37:10.410Z] a4357932f1b6: Pull complete [2021-02-12T00:37:10.691Z] 18c013af1878: Pull complete [2021-02-12T00:37:10.716Z] $ docker top bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:37:11.651Z] + go version [2021-02-12T00:37:11.651Z] go version go1.15.5 linux/amd64 [2021-02-12T00:37:11.674Z] 745a02a5169b: Verifying Checksum [2021-02-12T00:37:11.674Z] 745a02a5169b: Download complete [Pipeline] } [2021-02-12T00:37:11.809Z] $ docker stop --time=1 bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d [2021-02-12T00:37:13.121Z] 00ac8860ef70: Verifying Checksum [2021-02-12T00:37:13.121Z] 00ac8860ef70: Download complete [2021-02-12T00:37:14.470Z] $ docker rm -f bd66d69e407b28e3cb059b87c96e042132d57fa9c23fe1f97308829a05bf5c6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:37:15.431Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-12T00:37:15.431Z] . [Pipeline] withDockerContainer [2021-02-12T00:37:15.719Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T00:37:15.946Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-x86_64 cat [2021-02-12T00:37:19.088Z] $ docker top 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:37:19.765Z] ========================================================= [2021-02-12T00:37:19.765Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:37:19.765Z] ========================================================= [Pipeline] sh [2021-02-12T00:37:22.286Z] + make test [2021-02-12T00:37:22.286Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:37:25.571Z] 00ac8860ef70: Pull complete [2021-02-12T00:37:25.571Z] 63d7cb157983: Pull complete [2021-02-12T00:37:25.571Z] b116817d02f9: Pull complete [2021-02-12T00:37:28.206Z] 745a02a5169b: Pull complete [2021-02-12T00:37:28.206Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-12T00:37:28.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-12T00:37:28.206Z] ---> b7e6874047d6 [2021-02-12T00:37:28.206Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-12T00:37:32.545Z] ---> Running in b741a3a52d87 [2021-02-12T00:37:33.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:34.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:37:34.737Z] (1/12) Installing libmagic (5.38-r0) [2021-02-12T00:37:35.010Z] (2/12) Installing file (5.38-r0) [2021-02-12T00:37:35.293Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-12T00:37:35.293Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-12T00:37:40.716Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-12T00:37:40.716Z] (6/12) Installing patch (2.7.6-r6) [2021-02-12T00:37:40.716Z] (7/12) Installing build-base (0.5-r2) [2021-02-12T00:37:40.716Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-12T00:37:40.716Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-12T00:37:40.716Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-12T00:37:40.716Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-12T00:37:40.716Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-12T00:37:40.992Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:37:40.992Z] OK: 217 MiB in 51 packages [2021-02-12T00:37:41.480Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:37:45.306Z] Removing intermediate container b741a3a52d87 [2021-02-12T00:37:45.306Z] ---> 88fdd732227e [2021-02-12T00:37:45.306Z] Step 4/6 : WORKDIR /edgex-go [2021-02-12T00:37:45.580Z] ---> Running in d742e662efdc [2021-02-12T00:37:46.176Z] Removing intermediate container d742e662efdc [2021-02-12T00:37:46.176Z] ---> 30320c8f8b5d [2021-02-12T00:37:46.176Z] Step 5/6 : COPY go.mod . [2021-02-12T00:37:46.781Z] ---> 0f22ceee356f [2021-02-12T00:37:46.781Z] Step 6/6 : RUN go mod download [2021-02-12T00:37:47.055Z] ---> Running in 47dbed8b8357 [2021-02-12T00:38:04.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:38:19.417Z] Removing intermediate container 47dbed8b8357 [2021-02-12T00:38:19.417Z] ---> 692eaf44fd57 [2021-02-12T00:38:19.417Z] Successfully built 692eaf44fd57 [2021-02-12T00:38:19.417Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:38:19.768Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:38:19.768Z] . [Pipeline] withDockerContainer [2021-02-12T00:38:20.088Z] prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container [2021-02-12T00:38:20.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-arm64 cat [2021-02-12T00:38:22.021Z] $ docker top 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:38:23.170Z] + go version [2021-02-12T00:38:23.170Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-12T00:38:23.196Z] $ docker stop --time=1 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 [2021-02-12T00:38:25.240Z] $ docker rm -f 468fccf8f58bf6cec027f2cc438e0f651dfc70639653f3e2468142853c67c846 [Pipeline] // withDockerContainer [2021-02-12T00:38:25.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:38:25.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:38:25.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:38:25.668Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:38:25.668Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:38:26.027Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-12T00:38:26.324Z] + docker inspect -f . ci-base-image-arm64 [2021-02-12T00:38:26.324Z] . [Pipeline] withDockerContainer [2021-02-12T00:38:26.633Z] prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container [2021-02-12T00:38:26.724Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@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 ******** ci-base-image-arm64 cat [2021-02-12T00:38:28.148Z] $ docker top f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-12T00:38:28.536Z] ========================================================= [2021-02-12T00:38:28.536Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-12T00:38:28.536Z] ========================================================= [Pipeline] sh [2021-02-12T00:38:29.200Z] + make test [2021-02-12T00:38:29.200Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-12T00:38:29.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:38:29.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:38:29.625Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:38:32.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:38:32.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:38:32.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements [2021-02-12T00:38:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.287s coverage: 27.1% of statements [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:38:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:38:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:38:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 65.8% of statements [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:38:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.3% of statements [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:38:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.590s coverage: 28.6% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:38:42.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:38:42.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.639s coverage: 92.8% of statements [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.121s coverage: 0.1% of statements [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:38:44.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-02-12T00:38:44.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-02-12T00:38:45.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.463s coverage: 96.3% of statements [2021-02-12T00:38:46.177Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-12T00:38:56.021Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-12T00:38:57.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.124s coverage: 94.4% of statements [2021-02-12T00:38:57.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.265s coverage: 92.9% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.050s coverage: 77.8% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.097s coverage: 87.2% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.141s coverage: 91.4% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.255s coverage: 63.5% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.480s coverage: 68.9% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.172s coverage: 37.0% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.480s coverage: 84.0% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.189s coverage: 47.0% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2021-02-12T00:39:10.871Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:39:10.871Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:39:10.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 89.4% of statements [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:39:10.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.920s coverage: 29.1% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:39:11.904Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:39:11.904Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:39:13.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-02-12T00:39:13.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:39:13.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:39:13.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.135s coverage: 100.0% of statements [2021-02-12T00:39:13.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.129s coverage: 32.1% of statements [2021-02-12T00:39:14.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.328s coverage: 100.0% of statements [2021-02-12T00:39:14.745Z] GO111MODULE=on go vet ./... [2021-02-12T00:39:52.649Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-12T00:39:57.244Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-12T00:40:09.712Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-12T00:40:09.712Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-12T00:40:10.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-12T00:40:10.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-12T00:40:10.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-12T00:40:10.708Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-12T00:40:12.268Z] gofmt -l . [2021-02-12T00:40:12.268Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:40:12.268Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:40:13.974Z] ./bin/test-attribution-txt.sh [2021-02-12T00:40:14.129Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-12T00:40:15.122Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] sh [2021-02-12T00:40:16.915Z] + ls -al . [2021-02-12T00:40:16.915Z] total 700 [2021-02-12T00:40:16.915Z] drwxrwxr-x 10 1001 1001 4096 Feb 12 00:40 . [2021-02-12T00:40:16.915Z] drwxr-xr-x 4 root root 30 Feb 12 00:37 .. [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:32 .dockerignore [2021-02-12T00:40:16.915Z] drwxrwxr-x 8 1001 1001 179 Feb 12 00:32 .git [2021-02-12T00:40:16.915Z] drwxrwxr-x 3 1001 1001 125 Feb 12 00:32 .github [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:32 .gitignore [2021-02-12T00:40:16.915Z] drwx------ 3 1001 1001 60 Feb 12 00:34 .semver [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:32 .sonarcloud.properties [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:32 Attribution.txt [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:32 CONTRIBUTING.md [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:32 Dockerfile.build [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:32 Jenkinsfile [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:32 LICENSE [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:32 Makefile [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:32 README.md [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:32 SECURITY.md [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:34 VERSION [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:32 ZMQWindows.md [2021-02-12T00:40:16.915Z] drwxrwxr-x 2 1001 1001 117 Feb 12 00:32 bin [2021-02-12T00:40:16.915Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:32 cmd [2021-02-12T00:40:16.915Z] -rw-r--r-- 1 root root 595676 Feb 12 00:39 coverage.out [2021-02-12T00:40:16.915Z] -rw-r--r-- 1 root root 1054 Feb 12 00:40 go.mod [2021-02-12T00:40:16.915Z] -rw-r--r-- 1 root root 19518 Feb 12 00:40 go.sum [2021-02-12T00:40:16.915Z] drwxrwxr-x 8 1001 1001 127 Feb 12 00:32 internal [2021-02-12T00:40:16.915Z] drwxrwxr-x 4 1001 1001 26 Feb 12 00:32 openapi [2021-02-12T00:40:16.915Z] drwxrwxr-x 4 1001 1001 71 Feb 12 00:32 snap [2021-02-12T00:40:16.915Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:32 version.go [Pipeline] sh [2021-02-12T00:40:17.290Z] + '[' -e coverage.out ] [2021-02-12T00:40:17.290Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:40:18.520Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:40:19.538Z] + make build [2021-02-12T00:40:19.538Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:40:23.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-12T00:40:23.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-12T00:40:23.469Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-12T00:40:25.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:40:29.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.466s coverage: 45.9% of statements [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-12T00:40:29.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-12T00:40:30.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements [2021-02-12T00:40:38.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-12T00:40:38.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-12T00:40:38.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-12T00:40:38.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 65.8% of statements [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-12T00:40:38.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-12T00:40:39.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.744s coverage: 82.3% of statements [2021-02-12T00:40:39.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:39.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:39.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-12T00:40:39.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-12T00:40:43.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:40:43.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:40:45.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:40:45.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:40:46.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.305s coverage: 28.6% of statements [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-12T00:40:46.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-12T00:40:46.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-12T00:40:46.564Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements [2021-02-12T00:40:46.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-12T00:40:48.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:40:49.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements [2021-02-12T00:40:49.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-12T00:40:49.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.152s coverage: 78.3% of statements [2021-02-12T00:40:49.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-12T00:40:49.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-12T00:40:49.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-12T00:40:49.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-12T00:40:50.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:40:54.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:40:57.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.430s coverage: 92.8% of statements [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-12T00:40:58.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-02-12T00:40:58.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-02-12T00:40:59.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:41:01.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-12T00:41:03.389Z] $ docker stop --time=1 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 [2021-02-12T00:41:05.511Z] $ docker rm -f 6c43f1120abeefdafa9138304a859d8d6218873dd81ba7be41088f918c001684 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:41:08.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:41:09.587Z] [2021-02-12T00:41:09.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:41:10.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:41:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-02-12T00:41:10.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-02-12T00:41:10.814Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-12T00:41:10.815Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-12T00:41:10.815Z] ca9280d653b3: Pulling fs layer [2021-02-12T00:41:10.815Z] 7e9c9ca2126c: Pulling fs layer [2021-02-12T00:41:11.204Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-12T00:41:11.204Z] cbdbe7a5bc2a: Download complete [2021-02-12T00:41:13.349Z] cbdbe7a5bc2a: Pull complete [2021-02-12T00:41:13.349Z] ca9280d653b3: Verifying Checksum [2021-02-12T00:41:13.349Z] ca9280d653b3: Download complete [2021-02-12T00:41:16.175Z] ca9280d653b3: Pull complete [2021-02-12T00:41:17.614Z] 7e9c9ca2126c: Verifying Checksum [2021-02-12T00:41:17.614Z] 7e9c9ca2126c: Download complete [2021-02-12T00:41:25.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements [2021-02-12T00:41:25.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.634s coverage: 63.5% of statements [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-12T00:41:25.869Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-02-12T00:41:25.869Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-12T00:41:26.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.890s coverage: 68.9% of statements [2021-02-12T00:41:26.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-12T00:41:26.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-12T00:41:29.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.317s coverage: 37.0% of statements [2021-02-12T00:41:29.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-12T00:41:29.099Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-12T00:41:30.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.606s coverage: 84.0% of statements [2021-02-12T00:41:30.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.109s coverage: 100.0% of statements [2021-02-12T00:41:33.780Z] 7e9c9ca2126c: Pull complete [2021-02-12T00:41:33.780Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-12T00:41:33.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:41:33.780Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-12T00:41:35.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-12T00:41:35.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-12T00:41:35.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-12T00:41:35.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.318s coverage: 89.4% of statements [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:41:35.509Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-12T00:41:35.875Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T00:41:36.991Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T00:41:38.948Z] $ docker top 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:41:41.497Z] + docker-compose build --help [2021-02-12T00:41:41.497Z] + grep parallel [2021-02-12T00:41:42.990Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:41:43.019Z] $ docker stop --time=1 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c [2021-02-12T00:41:44.546Z] $ docker rm -f 02ad3b08112d9bcad18ac40192faff85d12a42bf07dcbf3430ac1f444f24c17c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:41:45.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-12T00:41:45.629Z] . [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.670s coverage: 29.1% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.190s coverage: 100.0% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-12T00:41:45.728Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-12T00:41:45.728Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [Pipeline] withDockerContainer [2021-02-12T00:41:46.321Z] GO111MODULE=on go vet ./... [2021-02-12T00:41:46.329Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T00:41:46.579Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-12T00:41:50.629Z] $ docker top 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:41:51.787Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:41:53.016Z] Building docker-core-command-go ... [2021-02-12T00:41:53.016Z] Building docker-core-data-go ... [2021-02-12T00:41:53.016Z] Building docker-core-metadata-go ... [2021-02-12T00:41:53.016Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:41:53.016Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:41:53.016Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:41:53.016Z] Building docker-support-notifications-go ... [2021-02-12T00:41:53.016Z] Building docker-support-scheduler-go ... [2021-02-12T00:41:53.016Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:41:53.016Z] Building docker-sys-mgmt-agent-go [2021-02-12T00:41:53.016Z] Building docker-core-data-go [2021-02-12T00:41:53.016Z] Building docker-security-bootstrapper-go [2021-02-12T00:41:53.016Z] Building docker-support-scheduler-go [2021-02-12T00:41:53.016Z] Building docker-support-notifications-go [2021-02-12T00:43:08.168Z] gofmt -l . [2021-02-12T00:43:08.168Z] [ "`gofmt -l .`" = "" ] [2021-02-12T00:43:08.168Z] ./bin/test-go-mod-tidy.sh [2021-02-12T00:43:08.168Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-12T00:43:10.333Z] + ls -al . [2021-02-12T00:43:10.333Z] total 728 [2021-02-12T00:43:10.333Z] drwxrwxr-x 9 1001 1001 4096 Feb 12 00:43 . [2021-02-12T00:43:10.333Z] drwxr-xr-x 4 root root 4096 Feb 12 00:38 .. [2021-02-12T00:43:10.333Z] -rw-rw-r-- 1 1001 1001 11 Feb 12 00:36 .dockerignore [2021-02-12T00:43:10.333Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 .git [2021-02-12T00:43:10.333Z] drwxrwxr-x 3 1001 1001 4096 Feb 12 00:36 .github [2021-02-12T00:43:10.333Z] -rw-rw-r-- 1 1001 1001 818 Feb 12 00:36 .gitignore [2021-02-12T00:43:10.333Z] -rw-rw-r-- 1 1001 1001 166 Feb 12 00:36 .sonarcloud.properties [2021-02-12T00:43:10.333Z] -rw-rw-r-- 1 1001 1001 7859 Feb 12 00:36 Attribution.txt [2021-02-12T00:43:10.333Z] -rw-rw-r-- 1 1001 1001 3804 Feb 12 00:36 CONTRIBUTING.md [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 931 Feb 12 00:36 Dockerfile.build [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 863 Feb 12 00:36 Jenkinsfile [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 10775 Feb 12 00:36 LICENSE [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 5774 Feb 12 00:36 Makefile [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 6524 Feb 12 00:36 README.md [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 6755 Feb 12 00:36 SECURITY.md [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 5 Feb 12 00:34 VERSION [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 4131 Feb 12 00:36 ZMQWindows.md [2021-02-12T00:43:10.334Z] drwxrwxr-x 2 1001 1001 4096 Feb 12 00:36 bin [2021-02-12T00:43:10.334Z] drwxrwxr-x 14 1001 1001 4096 Feb 12 00:36 cmd [2021-02-12T00:43:10.334Z] -rw-r--r-- 1 root root 595676 Feb 12 00:41 coverage.out [2021-02-12T00:43:10.334Z] -rw-r--r-- 1 root root 1054 Feb 12 00:43 go.mod [2021-02-12T00:43:10.334Z] -rw-r--r-- 1 root root 19518 Feb 12 00:43 go.sum [2021-02-12T00:43:10.334Z] drwxrwxr-x 8 1001 1001 4096 Feb 12 00:36 internal [2021-02-12T00:43:10.334Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 openapi [2021-02-12T00:43:10.334Z] drwxrwxr-x 4 1001 1001 4096 Feb 12 00:36 snap [2021-02-12T00:43:10.334Z] -rw-rw-r-- 1 1001 1001 168 Feb 12 00:36 version.go [Pipeline] sh [2021-02-12T00:43:11.063Z] + '[' -e coverage.out ] [2021-02-12T00:43:11.064Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-12T00:43:11.089Z] Warning: overwriting stash ‘coverage-report’ [2021-02-12T00:43:12.298Z] Stashed 1 file(s) [Pipeline] sh [2021-02-12T00:43:12.957Z] + make build [2021-02-12T00:43:12.957Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:43:17.719Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:43:17.719Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:43:17.719Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:43:17.719Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:43:17.719Z] ---> e5df249cc6d0 [2021-02-12T00:43:17.719Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:43:17.719Z] ---> e5df249cc6d0 [2021-02-12T00:43:17.719Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:43:17.719Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:43:17.719Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:43:17.719Z] ---> e5df249cc6d0 [2021-02-12T00:43:17.719Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:43:17.719Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:43:17.719Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:43:17.719Z] ---> e5df249cc6d0 [2021-02-12T00:43:17.719Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:43:17.719Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:43:17.719Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:43:17.719Z] ---> e5df249cc6d0 [2021-02-12T00:43:17.719Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:43:17.719Z] ---> Running in ab6623b5138e [2021-02-12T00:43:17.719Z] ---> Running in d7b84a159f30 [2021-02-12T00:43:17.719Z] ---> Running in 3cd6459f9b52 [2021-02-12T00:43:17.719Z] ---> Running in ec15e87c705f [2021-02-12T00:43:17.719Z] ---> Running in f9d08ab5abac [2021-02-12T00:43:17.720Z] Removing intermediate container d7b84a159f30 [2021-02-12T00:43:17.720Z] ---> 15d9cdb6a7fd [2021-02-12T00:43:17.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:43:17.720Z] Removing intermediate container ab6623b5138e [2021-02-12T00:43:17.720Z] ---> a66e7dd6af1f [2021-02-12T00:43:17.720Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:43:17.720Z] Removing intermediate container ec15e87c705f [2021-02-12T00:43:17.720Z] ---> 46ac27c07732 [2021-02-12T00:43:17.720Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:43:17.720Z] Removing intermediate container f9d08ab5abac [2021-02-12T00:43:17.720Z] ---> 873520fb4572 [2021-02-12T00:43:17.720Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:43:17.720Z] Removing intermediate container 3cd6459f9b52 [2021-02-12T00:43:17.720Z] ---> 345ca86642d2 [2021-02-12T00:43:17.720Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:43:17.720Z] ---> Running in 3d55290677d3 [2021-02-12T00:43:17.720Z] ---> Running in dae9c067b048 [2021-02-12T00:43:17.720Z] ---> Running in a9cf0a25d03b [2021-02-12T00:43:17.720Z] ---> Running in 55b5e30b215b [2021-02-12T00:43:17.720Z] ---> Running in ee1cb647bc72 [2021-02-12T00:43:21.347Z] Removing intermediate container dae9c067b048 [2021-02-12T00:43:21.347Z] ---> 048ba345bf34 [2021-02-12T00:43:21.347Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:43:21.347Z] Removing intermediate container a9cf0a25d03b [2021-02-12T00:43:21.347Z] ---> 5fee86953834 [2021-02-12T00:43:21.347Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:43:21.347Z] ---> Running in 8f6764d027b7 [2021-02-12T00:43:21.692Z] ---> Running in f7bd872b659f [2021-02-12T00:43:21.692Z] Removing intermediate container 55b5e30b215b [2021-02-12T00:43:21.692Z] ---> df6a73115025 [2021-02-12T00:43:21.692Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:43:21.692Z] Removing intermediate container ee1cb647bc72 [2021-02-12T00:43:21.692Z] ---> 1e5d2c6d10c1 [2021-02-12T00:43:21.692Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:43:21.692Z] Removing intermediate container 3d55290677d3 [2021-02-12T00:43:21.692Z] ---> b143cc075675 [2021-02-12T00:43:21.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:43:22.035Z] ---> Running in 64704cb89b78 [2021-02-12T00:43:22.035Z] ---> Running in 7f54ac0e7962 [2021-02-12T00:43:22.035Z] ---> Running in ecc1ae369c36 [2021-02-12T00:43:23.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:43:23.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:23.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:23.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:23.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:24.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:24.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:24.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:25.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:25.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:25.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:43:26.255Z] OK: 233 MiB in 51 packages [2021-02-12T00:43:26.677Z] OK: 233 MiB in 51 packages [2021-02-12T00:43:27.291Z] OK: 233 MiB in 51 packages [2021-02-12T00:43:27.291Z] OK: 233 MiB in 51 packages [2021-02-12T00:43:27.599Z] OK: 233 MiB in 51 packages [2021-02-12T00:43:30.904Z] Removing intermediate container f7bd872b659f [2021-02-12T00:43:30.904Z] ---> c4f1118de1f8 [2021-02-12T00:43:30.904Z] Step 6/30 : COPY go.mod . [2021-02-12T00:43:30.904Z] Removing intermediate container 64704cb89b78 [2021-02-12T00:43:30.904Z] Removing intermediate container 8f6764d027b7 [2021-02-12T00:43:30.904Z] ---> ba67e2761ad5 [2021-02-12T00:43:30.904Z] Step 6/23 : COPY go.mod . [2021-02-12T00:43:30.904Z] ---> 8e91dcf36df8 [2021-02-12T00:43:30.904Z] Step 6/22 : COPY go.mod . [2021-02-12T00:43:30.904Z] Removing intermediate container ecc1ae369c36 [2021-02-12T00:43:30.904Z] ---> faefeae0e54a [2021-02-12T00:43:30.904Z] Step 6/22 : COPY go.mod . [2021-02-12T00:43:31.553Z] ---> 34c294235650 [2021-02-12T00:43:31.553Z] Step 7/30 : RUN go mod download [2021-02-12T00:43:31.553Z] Removing intermediate container 7f54ac0e7962 [2021-02-12T00:43:31.553Z] ---> 2281694d601c [2021-02-12T00:43:31.553Z] Step 6/26 : COPY go.mod . [2021-02-12T00:43:31.553Z] ---> ffd93c09f52c [2021-02-12T00:43:31.553Z] Step 7/23 : RUN go mod download [2021-02-12T00:43:31.841Z] ---> bcbd4751ce9e [2021-02-12T00:43:31.841Z] Step 7/22 : RUN go mod download [2021-02-12T00:43:32.234Z] ---> 1134a7fee034 [2021-02-12T00:43:32.234Z] Step 7/22 : RUN go mod download [2021-02-12T00:43:32.234Z] ---> Running in 4b31e8bfaa93 [2021-02-12T00:43:32.234Z] ---> Running in eccf70969c0e [2021-02-12T00:43:32.234Z] ---> Running in 640b713e2d8e [2021-02-12T00:43:32.534Z] ---> Running in 7ffca573e9e3 [2021-02-12T00:43:32.534Z] ---> e66b37b0fede [2021-02-12T00:43:32.535Z] Step 7/26 : RUN go mod download [2021-02-12T00:43:33.421Z] ---> Running in a935546415ff [2021-02-12T00:43:41.739Z] Removing intermediate container 640b713e2d8e [2021-02-12T00:43:41.739Z] ---> a68141f52b57 [2021-02-12T00:43:41.739Z] Step 8/23 : COPY . . [2021-02-12T00:43:41.739Z] Removing intermediate container eccf70969c0e [2021-02-12T00:43:41.739Z] ---> e2663fc816da [2021-02-12T00:43:41.739Z] Step 8/22 : COPY . . [2021-02-12T00:43:41.739Z] Removing intermediate container 4b31e8bfaa93 [2021-02-12T00:43:41.739Z] ---> 7540ae3e00da [2021-02-12T00:43:41.739Z] Step 8/30 : COPY . . [2021-02-12T00:43:42.101Z] Removing intermediate container a935546415ff [2021-02-12T00:43:42.101Z] ---> 19b610f6cf14 [2021-02-12T00:43:42.101Z] Step 8/26 : COPY . . [2021-02-12T00:43:42.101Z] Removing intermediate container 7ffca573e9e3 [2021-02-12T00:43:42.101Z] ---> ea7457049354 [2021-02-12T00:43:42.101Z] Step 8/22 : COPY . . [2021-02-12T00:43:49.908Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:43:51.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:43:58.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:44:00.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:44:05.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:44:12.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:44:14.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:44:20.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:44:24.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:44:29.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-12T00:44:38.301Z] $ docker stop --time=1 f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b [2021-02-12T00:44:40.914Z] $ docker rm -f f84b2a73eb9b20fb86922a7050a35fda83ddacfee2e52e02707a108703c6066b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:43.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:43.445Z] [2021-02-12T00:44:43.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:44:43.858Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:44.132Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-12T00:44:44.132Z] 29e5d40040c1: Pulling fs layer [2021-02-12T00:44:44.132Z] 1ce36da41761: Pulling fs layer [2021-02-12T00:44:44.132Z] 25b303627fd3: Pulling fs layer [2021-02-12T00:44:44.409Z] 29e5d40040c1: Verifying Checksum [2021-02-12T00:44:44.409Z] 29e5d40040c1: Download complete [2021-02-12T00:44:45.005Z] 29e5d40040c1: Pull complete [2021-02-12T00:44:45.993Z] 1ce36da41761: Verifying Checksum [2021-02-12T00:44:45.993Z] 1ce36da41761: Download complete [2021-02-12T00:44:46.978Z] 1ce36da41761: Pull complete [2021-02-12T00:44:47.573Z] 25b303627fd3: Verifying Checksum [2021-02-12T00:44:47.573Z] 25b303627fd3: Download complete [2021-02-12T00:44:57.745Z] 25b303627fd3: Pull complete [2021-02-12T00:44:57.745Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-12T00:44:57.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:44:57.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-12T00:44:58.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container [2021-02-12T00:44:58.110Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T00:45:01.495Z] $ docker top b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:45:02.611Z] + docker-compose build --help [2021-02-12T00:45:02.611Z] + grep parallel [2021-02-12T00:45:08.009Z] --parallel Build images in parallel. [Pipeline] } [2021-02-12T00:45:08.033Z] $ docker stop --time=1 b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 [2021-02-12T00:45:10.049Z] $ docker rm -f b7578c19a0f219e5dd4abdf1be4f18db5c2a3b3ad3318e670f725abea60f8fd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-12T00:45:10.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-12T00:45:10.903Z] . [Pipeline] withDockerContainer [2021-02-12T00:45:11.155Z] prd-ubuntu18.04-docker-arm64-4c-16g-26181 does not seem to be running inside a container [2021-02-12T00:45:11.236Z] $ 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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-12T00:45:12.784Z] $ docker top 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T00:45:13.857Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-12T00:45:20.628Z] Building docker-core-command-go ... [2021-02-12T00:45:20.629Z] Building docker-core-data-go ... [2021-02-12T00:45:20.629Z] Building docker-core-metadata-go ... [2021-02-12T00:45:20.629Z] Building docker-security-bootstrapper-go ... [2021-02-12T00:45:20.629Z] Building docker-security-proxy-setup-go ... [2021-02-12T00:45:20.629Z] Building docker-security-secretstore-setup-go ... [2021-02-12T00:45:20.629Z] Building docker-support-notifications-go ... [2021-02-12T00:45:20.629Z] Building docker-support-scheduler-go ... [2021-02-12T00:45:20.629Z] Building docker-sys-mgmt-agent-go ... [2021-02-12T00:45:20.629Z] Building docker-core-command-go [2021-02-12T00:45:20.629Z] Building docker-support-scheduler-go [2021-02-12T00:45:20.629Z] Building docker-security-bootstrapper-go [2021-02-12T00:45:20.629Z] Building docker-support-notifications-go [2021-02-12T00:45:20.629Z] Building docker-security-secretstore-setup-go [2021-02-12T00:46:21.626Z] ---> 5bc79157758f [2021-02-12T00:46:21.626Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:46:21.626Z] ---> f48933b42f0e [2021-02-12T00:46:21.626Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:46:21.626Z] ---> eb66e39d2bdf [2021-02-12T00:46:21.626Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:46:21.626Z] ---> Running in 3bd65014897f [2021-02-12T00:46:21.626Z] ---> Running in e534cfabcd4d [2021-02-12T00:46:21.626Z] ---> Running in c2d850eccfcb [2021-02-12T00:46:21.626Z] ---> a815f4bfe4ba [2021-02-12T00:46:21.626Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:46:21.626Z] ---> 815edc7039a3 [2021-02-12T00:46:21.626Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:46:21.626Z] ---> Running in 1a0e12299441 [2021-02-12T00:46:21.626Z] ---> Running in 47db8633b2d1 [2021-02-12T00:46:21.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:46:21.626Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:46:21.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:46:21.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:46:21.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:46:42.492Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:42.492Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:42.492Z] ---> 692eaf44fd57 [2021-02-12T00:46:42.492Z] Step 3/30 : WORKDIR /edgex-go [2021-02-12T00:46:42.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:42.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:42.492Z] ---> 692eaf44fd57 [2021-02-12T00:46:42.492Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:46:42.492Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:42.492Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:42.492Z] ---> 692eaf44fd57 [2021-02-12T00:46:42.492Z] Step 3/22 : WORKDIR /edgex-go [2021-02-12T00:46:42.492Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:42.492Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:42.492Z] ---> 692eaf44fd57 [2021-02-12T00:46:42.492Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:46:42.492Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:46:42.492Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:46:42.492Z] ---> 692eaf44fd57 [2021-02-12T00:46:42.492Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:46:42.492Z] ---> Running in 796eb93c8a88 [2021-02-12T00:46:42.492Z] ---> Running in 77a340addd7c [2021-02-12T00:46:42.492Z] ---> Running in ce6f81de0f7f [2021-02-12T00:46:42.492Z] ---> Running in 41000fc7d40b [2021-02-12T00:46:42.492Z] ---> Running in 22904b43fa28 [2021-02-12T00:46:42.492Z] Removing intermediate container ce6f81de0f7f [2021-02-12T00:46:42.492Z] ---> c3d8321cee10 [2021-02-12T00:46:42.492Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:42.492Z] Removing intermediate container 41000fc7d40b [2021-02-12T00:46:42.492Z] ---> 3f2718fc81bc [2021-02-12T00:46:42.492Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:42.492Z] Removing intermediate container 77a340addd7c [2021-02-12T00:46:42.492Z] ---> d30b80a8096f [2021-02-12T00:46:42.492Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:42.492Z] Removing intermediate container 22904b43fa28 [2021-02-12T00:46:42.492Z] ---> f5b99469f25d [2021-02-12T00:46:42.492Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:42.492Z] Removing intermediate container 796eb93c8a88 [2021-02-12T00:46:42.492Z] ---> 89138c702865 [2021-02-12T00:46:42.492Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:46:42.492Z] ---> Running in 39bf01841a5f [2021-02-12T00:46:42.492Z] ---> Running in 9365d7af7248 [2021-02-12T00:46:42.492Z] ---> Running in b10724886499 [2021-02-12T00:46:42.492Z] ---> Running in 5962d66a509c [2021-02-12T00:46:42.492Z] ---> Running in d9e148728e5d [2021-02-12T00:46:43.459Z] Removing intermediate container 39bf01841a5f [2021-02-12T00:46:43.459Z] ---> 1d098d9c4c05 [2021-02-12T00:46:43.459Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-12T00:46:43.731Z] ---> Running in 1b41816b8695 [2021-02-12T00:46:44.014Z] Removing intermediate container b10724886499 [2021-02-12T00:46:44.014Z] ---> 10a14ca009b2 [2021-02-12T00:46:44.015Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-12T00:46:44.613Z] ---> Running in 507c493b4893 [2021-02-12T00:46:44.613Z] Removing intermediate container d9e148728e5d [2021-02-12T00:46:44.613Z] ---> 3c34b40629b5 [2021-02-12T00:46:44.613Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-12T00:46:45.213Z] Removing intermediate container 9365d7af7248 [2021-02-12T00:46:45.213Z] ---> 84dfa8964cfa [2021-02-12T00:46:45.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:46:45.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:45.213Z] Removing intermediate container 5962d66a509c [2021-02-12T00:46:45.213Z] ---> 444e28eaec6b [2021-02-12T00:46:45.213Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:46:45.213Z] ---> Running in c50d616f47eb [2021-02-12T00:46:45.498Z] ---> Running in d61f5b0aae3f [2021-02-12T00:46:46.095Z] ---> Running in 5c6faf04317c [2021-02-12T00:46:46.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:46.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:47.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:47.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:47.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:47.518Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:47.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:48.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:48.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:48.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:46:49.210Z] Removing intermediate container 1b41816b8695 [2021-02-12T00:46:49.210Z] ---> 970629d63459 [2021-02-12T00:46:49.210Z] Step 6/30 : COPY go.mod . [2021-02-12T00:46:49.210Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:49.487Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:49.487Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:49.761Z] OK: 217 MiB in 51 packages [2021-02-12T00:46:50.032Z] ---> 12b79daa7d62 [2021-02-12T00:46:50.032Z] Step 7/30 : RUN go mod download [2021-02-12T00:46:50.306Z] ---> Running in 9a5f97452501 [2021-02-12T00:46:51.289Z] Removing intermediate container c50d616f47eb [2021-02-12T00:46:51.289Z] ---> e5ef9d720797 [2021-02-12T00:46:51.289Z] Step 6/22 : COPY go.mod . [2021-02-12T00:46:51.560Z] Removing intermediate container 507c493b4893 [2021-02-12T00:46:51.561Z] ---> 357564faa44d [2021-02-12T00:46:51.561Z] Step 6/22 : COPY go.mod . [2021-02-12T00:46:51.837Z] Removing intermediate container d61f5b0aae3f [2021-02-12T00:46:51.837Z] ---> e02566a4c5b0 [2021-02-12T00:46:51.837Z] Step 6/23 : COPY go.mod . [2021-02-12T00:46:51.837Z] Removing intermediate container 5c6faf04317c [2021-02-12T00:46:51.837Z] ---> 809c0b4614a5 [2021-02-12T00:46:51.837Z] Step 6/24 : COPY go.mod . [2021-02-12T00:46:52.822Z] ---> 68ae750659bc [2021-02-12T00:46:52.822Z] Step 7/22 : RUN go mod download [2021-02-12T00:46:53.096Z] ---> Running in dd7c0154e13a [2021-02-12T00:46:53.096Z] ---> 8f51b424d3d1 [2021-02-12T00:46:53.096Z] ---> 43d6cf08ada3 [2021-02-12T00:46:53.096Z] Step 7/22 : RUN go mod downloadStep 7/24 : RUN go mod download [2021-02-12T00:46:53.096Z] [2021-02-12T00:46:53.375Z] ---> 038003d54957 [2021-02-12T00:46:53.375Z] Step 7/23 : RUN go mod download [2021-02-12T00:46:53.375Z] ---> Running in b2485a06903b [2021-02-12T00:46:53.375Z] ---> Running in 0ecbf464e00c [2021-02-12T00:46:53.375Z] ---> Running in 617c711a9a1a [2021-02-12T00:46:54.352Z] Removing intermediate container 9a5f97452501 [2021-02-12T00:46:54.352Z] ---> 109c8faf2455 [2021-02-12T00:46:54.352Z] Step 8/30 : COPY . . [2021-02-12T00:46:59.780Z] Removing intermediate container b2485a06903b [2021-02-12T00:46:59.780Z] ---> 6dec074ddb5f [2021-02-12T00:46:59.780Z] Step 8/24 : COPY . . [2021-02-12T00:46:59.780Z] Removing intermediate container dd7c0154e13a [2021-02-12T00:46:59.780Z] ---> f95c38721139 [2021-02-12T00:46:59.780Z] Step 8/22 : COPY . . [2021-02-12T00:46:59.780Z] Removing intermediate container 0ecbf464e00c [2021-02-12T00:46:59.780Z] ---> d17c84b1f250 [2021-02-12T00:46:59.780Z] Step 8/22 : COPY . . [2021-02-12T00:47:00.054Z] Removing intermediate container 617c711a9a1a [2021-02-12T00:47:00.054Z] ---> aaef4e18476e [2021-02-12T00:47:00.054Z] Step 8/23 : COPY . . [2021-02-12T00:47:22.234Z] ---> 80afc7a65061 [2021-02-12T00:47:22.234Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-12T00:47:22.234Z] ---> Running in ee7bd5801900 [2021-02-12T00:47:22.234Z] ---> 97292cd5e7b5 [2021-02-12T00:47:22.234Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:47:22.234Z] ---> 132ba6e6822c [2021-02-12T00:47:22.234Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:47:22.234Z] ---> 104aebee2a54 [2021-02-12T00:47:22.234Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-12T00:47:22.234Z] ---> 507ff8c2921f [2021-02-12T00:47:22.234Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-12T00:47:22.829Z] ---> Running in ac445c75797a [2021-02-12T00:47:22.829Z] ---> Running in 282586d695b7 [2021-02-12T00:47:22.829Z] ---> Running in be9ad8dd14cc [2021-02-12T00:47:22.829Z] ---> Running in 402dd6239352 [2021-02-12T00:47:24.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T00:47:25.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T00:47:25.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:47:25.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:47:25.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T00:47:30.995Z] Removing intermediate container 47db8633b2d1 [2021-02-12T00:47:30.995Z] ---> e83086a8869a [2021-02-12T00:47:30.995Z] [2021-02-12T00:47:30.995Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:47:30.995Z] 3.12: Pulling from library/alpine [2021-02-12T00:47:30.995Z] Removing intermediate container c2d850eccfcb [2021-02-12T00:47:30.995Z] ---> 70aabcdf28c2 [2021-02-12T00:47:30.995Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:47:30.995Z] ---> Running in 4075ee7c3905 [2021-02-12T00:47:30.995Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:47:30.995Z] Removing intermediate container 1a0e12299441 [2021-02-12T00:47:30.995Z] ---> 84e6d79a04bc [2021-02-12T00:47:30.995Z] [2021-02-12T00:47:30.995Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:47:30.995Z] Removing intermediate container 3bd65014897f [2021-02-12T00:47:30.995Z] ---> 6dbc365beb7c [2021-02-12T00:47:30.995Z] [2021-02-12T00:47:30.995Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:47:31.811Z] 3.12: Pulling from library/alpine [2021-02-12T00:47:31.811Z] 3.12: Pulling from library/alpine [2021-02-12T00:47:31.811Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:47:31.811Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:47:31.811Z] Status: Downloaded newer image for alpine:3.12 [2021-02-12T00:47:31.811Z] ---> 389fef711851 [2021-02-12T00:47:31.811Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:47:31.811Z] Status: Image is up to date for alpine:3.12 [2021-02-12T00:47:31.811Z] ---> 389fef711851 [2021-02-12T00:47:31.811Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:47:31.811Z] Status: Image is up to date for alpine:3.12 [2021-02-12T00:47:31.811Z] ---> 389fef711851 [2021-02-12T00:47:31.811Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:47:32.714Z] ---> Running in d3c56269df37 [2021-02-12T00:47:32.714Z] ---> Running in 6de6323c76da [2021-02-12T00:47:32.714Z] ---> Running in d1d704aa0b7a [2021-02-12T00:47:33.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:47:35.514Z] Removing intermediate container d1d704aa0b7a [2021-02-12T00:47:35.515Z] ---> 6b0ca520cf2a [2021-02-12T00:47:35.515Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:47:36.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:36.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:37.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:37.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:37.061Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:47:37.061Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:47:37.061Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:37.061Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:47:37.393Z] OK: 6 MiB in 16 packages [2021-02-12T00:47:37.393Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:47:37.393Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:37.393Z] ---> Running in df1dd42a9dfe [2021-02-12T00:47:37.393Z] OK: 6 MiB in 15 packages [2021-02-12T00:47:38.991Z] Removing intermediate container e534cfabcd4d [2021-02-12T00:47:38.991Z] ---> 573fa372bf54 [2021-02-12T00:47:38.991Z] [2021-02-12T00:47:38.991Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:47:38.991Z] ---> 389fef711851 [2021-02-12T00:47:38.991Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:47:39.305Z] ---> Running in 9560358f8291 [2021-02-12T00:47:40.592Z] Removing intermediate container 9560358f8291 [2021-02-12T00:47:40.592Z] ---> c35f7345074a [2021-02-12T00:47:40.592Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:47:41.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:41.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:41.473Z] Removing intermediate container d3c56269df37 [2021-02-12T00:47:41.473Z] ---> ee10dc46b390 [2021-02-12T00:47:41.473Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:47:41.473Z] ---> Running in 7c6ac888e785 [2021-02-12T00:47:41.473Z] Removing intermediate container 6de6323c76da [2021-02-12T00:47:41.473Z] ---> 025de67ae4a7 [2021-02-12T00:47:41.473Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:47:41.473Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:47:41.473Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:47:41.473Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:47:41.473Z] OK: 6 MiB in 16 packages [2021-02-12T00:47:41.781Z] ---> Running in 9faad53cc5a2 [2021-02-12T00:47:42.143Z] ---> Running in cd199706cf54 [2021-02-12T00:47:42.573Z] Removing intermediate container 7c6ac888e785 [2021-02-12T00:47:42.573Z] ---> 867ebbb647cb [2021-02-12T00:47:42.573Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:47:43.249Z] Removing intermediate container 9faad53cc5a2 [2021-02-12T00:47:43.249Z] ---> 4088ee9e7f6f [2021-02-12T00:47:43.249Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:47:43.249Z] Removing intermediate container 4075ee7c3905 [2021-02-12T00:47:43.249Z] ---> 1a98b98c3f7a [2021-02-12T00:47:43.249Z] [2021-02-12T00:47:43.249Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:47:43.249Z] ---> Running in b086a8166600 [2021-02-12T00:47:43.249Z] ---> Running in a9a467bfa955 [2021-02-12T00:47:43.249Z] Removing intermediate container cd199706cf54 [2021-02-12T00:47:43.249Z] ---> ccef5e19da4f [2021-02-12T00:47:43.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:47:43.249Z] 20.10.0: Pulling from library/docker [2021-02-12T00:47:44.631Z] ---> Running in 8fd3bb637ea0 [2021-02-12T00:47:44.631Z] Removing intermediate container df1dd42a9dfe [2021-02-12T00:47:44.631Z] ---> 450fcfe710a6 [2021-02-12T00:47:44.631Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:47:44.631Z] Removing intermediate container b086a8166600 [2021-02-12T00:47:44.631Z] ---> bf6ec35471f0 [2021-02-12T00:47:44.631Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:47:44.631Z] Removing intermediate container a9a467bfa955 [2021-02-12T00:47:44.631Z] ---> 9801d755271f [2021-02-12T00:47:44.631Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:47:44.631Z] ---> Running in 87f9047c458c [2021-02-12T00:47:45.474Z] ---> Running in 939f85f64a02 [2021-02-12T00:47:45.474Z] ---> Running in 937c6ebbbbda [2021-02-12T00:47:46.218Z] Removing intermediate container 8fd3bb637ea0 [2021-02-12T00:47:46.218Z] ---> ad2faf18eba6 [2021-02-12T00:47:46.218Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:47:46.940Z] ---> Running in 6affb0c41581 [2021-02-12T00:47:46.940Z] Removing intermediate container 87f9047c458c [2021-02-12T00:47:46.940Z] ---> c2074115c147 [2021-02-12T00:47:46.940Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:47:46.940Z] Removing intermediate container 937c6ebbbbda [2021-02-12T00:47:47.530Z] ---> 4ab9ade10180 [2021-02-12T00:47:47.530Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:47:47.530Z] ---> Running in 576f209f4031 [2021-02-12T00:47:47.530Z] Removing intermediate container 6affb0c41581 [2021-02-12T00:47:47.530Z] ---> 2db27993cfae [2021-02-12T00:47:47.530Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:47:49.284Z] ---> 31d9005a0106 [2021-02-12T00:47:49.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:47:50.094Z] Removing intermediate container 576f209f4031 [2021-02-12T00:47:50.094Z] ---> 09727216d7f5 [2021-02-12T00:47:50.094Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:47:50.094Z] ---> 4c84d0686ee9 [2021-02-12T00:47:50.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:47:50.562Z] ---> Running in f98b3b0ab62e [2021-02-12T00:47:50.563Z] ---> 3dc0e5cbc886 [2021-02-12T00:47:50.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:47:51.353Z] Removing intermediate container 939f85f64a02 [2021-02-12T00:47:51.353Z] ---> 456e963b3e2c [2021-02-12T00:47:51.353Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:47:53.674Z] ---> dd6ad21870af [2021-02-12T00:47:53.674Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:47:53.674Z] ---> Running in e0c706d08edc [2021-02-12T00:47:53.674Z] ---> ea4c6d40bdd2 [2021-02-12T00:47:53.674Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:47:54.748Z] ---> Running in 6d77b42921c7 [2021-02-12T00:47:56.089Z] ---> b05546f36140 [2021-02-12T00:47:56.089Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:47:56.089Z] Removing intermediate container 6d77b42921c7 [2021-02-12T00:47:56.089Z] ---> 0057246f3791 [2021-02-12T00:47:56.089Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:47:57.675Z] ---> Running in 4bd44b09cd7e [2021-02-12T00:47:57.675Z] ---> Running in 0ce24f4821df [2021-02-12T00:47:58.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:47:58.897Z] Removing intermediate container f98b3b0ab62e [2021-02-12T00:47:58.897Z] ---> f91939934f36 [2021-02-12T00:47:58.897Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:47:58.897Z] Removing intermediate container 4bd44b09cd7e [2021-02-12T00:47:58.897Z] ---> d37601870b36 [2021-02-12T00:47:58.897Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:47:59.181Z] Removing intermediate container 0ce24f4821df [2021-02-12T00:47:59.181Z] ---> a04fcddb6a0b [2021-02-12T00:47:59.181Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:00.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:48:00.616Z] ---> Running in 1b7600b9d1a7 [2021-02-12T00:48:00.616Z] ---> Running in e563d3eff014 [2021-02-12T00:48:00.616Z] ---> Running in ec73a7f6ab7b [2021-02-12T00:48:00.616Z] Removing intermediate container e563d3eff014 [2021-02-12T00:48:00.616Z] ---> 7871a94b0885 [2021-02-12T00:48:00.616Z] Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:48:00.616Z] Removing intermediate container 1b7600b9d1a7 [2021-02-12T00:48:00.616Z] ---> 05d7a22c50af [2021-02-12T00:48:00.616Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:48:00.951Z] ---> Running in 815c61a4e1ec [2021-02-12T00:48:01.557Z] Removing intermediate container ec73a7f6ab7b [2021-02-12T00:48:01.557Z] ---> ba3628168aa9 [2021-02-12T00:48:01.557Z] Step 20/22 : LABEL arch=x86_64 [2021-02-12T00:48:02.537Z] ---> Running in bfb898f43b1b [2021-02-12T00:48:03.253Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:48:03.253Z] Removing intermediate container 815c61a4e1ec [2021-02-12T00:48:03.253Z] ---> 94ca7873e8a1 [2021-02-12T00:48:03.253Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:48:03.253Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:48:03.253Z] ---> d68120790c24 [2021-02-12T00:48:03.253Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:48:03.253Z] ---> Running in f42318c39313 [2021-02-12T00:48:03.253Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:48:03.602Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:48:04.081Z] ---> Running in 8b737467453a [2021-02-12T00:48:04.081Z] Removing intermediate container bfb898f43b1b [2021-02-12T00:48:04.081Z] ---> d5ff379aabc2 [2021-02-12T00:48:04.081Z] Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:48:04.081Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:48:04.882Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:48:04.882Z] ---> Running in 8d32a1944006 [2021-02-12T00:48:04.882Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:04.882Z] Removing intermediate container f42318c39313 [2021-02-12T00:48:04.882Z] ---> 8b18b2439792 [2021-02-12T00:48:04.882Z] [2021-02-12T00:48:05.245Z] OK: 8 MiB in 20 packages [2021-02-12T00:48:05.728Z] Removing intermediate container 8d32a1944006 [2021-02-12T00:48:05.728Z] ---> 1fc84254801c [2021-02-12T00:48:05.728Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:48:06.058Z] Successfully built 8b18b2439792 [2021-02-12T00:48:06.391Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-12T00:48:06.391Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-12T00:48:07.570Z] ---> Running in 2bd8552db18f [2021-02-12T00:48:08.642Z] Removing intermediate container 2bd8552db18f [2021-02-12T00:48:08.642Z] ---> 6ad980a905f0 [2021-02-12T00:48:08.642Z] [2021-02-12T00:48:09.441Z] Removing intermediate container e0c706d08edc [2021-02-12T00:48:09.441Z] ---> aeadcddc7bc7 [2021-02-12T00:48:09.441Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:48:09.441Z] Successfully built 6ad980a905f0 [2021-02-12T00:48:10.036Z] Successfully tagged docker-support-notifications-go:latest [2021-02-12T00:48:10.036Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-12T00:48:10.429Z] Removing intermediate container 8b737467453a [2021-02-12T00:48:10.429Z] ---> 3703f69f53aa [2021-02-12T00:48:10.429Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:48:10.821Z] ---> 3bf241a35174 [2021-02-12T00:48:10.821Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:48:15.462Z] ---> 0a05b619746a [2021-02-12T00:48:15.462Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:48:17.123Z] ---> 6968c2604d51 [2021-02-12T00:48:17.123Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:19.410Z] ---> c3471b1fe998 [2021-02-12T00:48:19.410Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:48:19.792Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:48:19.792Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:48:20.205Z] ---> aefe523efa57 [2021-02-12T00:48:20.205Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:48:20.205Z] ---> Running in 87bd793878b5 [2021-02-12T00:48:21.113Z] ---> f6efc808cbbb [2021-02-12T00:48:21.114Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:48:21.995Z] ---> Running in fb73a06e79f9 [2021-02-12T00:48:25.839Z] Removing intermediate container 87bd793878b5 [2021-02-12T00:48:25.839Z] ---> a5480ce3298d [2021-02-12T00:48:25.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:48:25.839Z] ---> 75d472efa0d8 [2021-02-12T00:48:25.839Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:48:26.551Z] ---> Running in 800b005e5fc3 [2021-02-12T00:48:27.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:48:27.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:48:28.235Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:48:28.235Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:48:28.235Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:48:28.235Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:48:28.811Z] OK: 12 MiB in 22 packages [2021-02-12T00:48:29.620Z] ---> ac1a6266bdab [2021-02-12T00:48:29.620Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:48:29.620Z] Removing intermediate container 800b005e5fc3 [2021-02-12T00:48:29.620Z] ---> afb503b561fe [2021-02-12T00:48:29.620Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:48:31.349Z] ---> Running in 0d029ad9492d [2021-02-12T00:48:32.509Z] ---> Running in e0c98befd061 [2021-02-12T00:48:33.663Z] Removing intermediate container 0d029ad9492d [2021-02-12T00:48:33.663Z] ---> cbe6aa3aa48a [2021-02-12T00:48:33.663Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:48:33.952Z] Removing intermediate container fb73a06e79f9 [2021-02-12T00:48:33.952Z] ---> 23d83d81e40d [2021-02-12T00:48:33.952Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:48:34.697Z] Removing intermediate container e0c98befd061 [2021-02-12T00:48:34.697Z] ---> 88d5cae9549f [2021-02-12T00:48:34.697Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:48:34.697Z] ---> Running in ee1f54c747e4 [2021-02-12T00:48:34.697Z] ---> Running in fb944f7b6466 [2021-02-12T00:48:36.798Z] Removing intermediate container ee1f54c747e4 [2021-02-12T00:48:36.798Z] ---> 6c78772ab94f [2021-02-12T00:48:36.798Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:48:37.540Z] Removing intermediate container fb944f7b6466 [2021-02-12T00:48:37.540Z] ---> ce44b3c41624 [2021-02-12T00:48:37.540Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:48:37.873Z] ---> d6432eea1a71 [2021-02-12T00:48:37.873Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:48:37.873Z] ---> Running in e92de07ee1f2 [2021-02-12T00:48:37.873Z] ---> Running in ef2967318c0e [2021-02-12T00:48:38.750Z] ---> Running in 84a27b4e7ab3 [2021-02-12T00:48:38.750Z] Removing intermediate container ef2967318c0e [2021-02-12T00:48:38.750Z] ---> c36a330961be [2021-02-12T00:48:38.750Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:48:38.750Z] Removing intermediate container e92de07ee1f2 [2021-02-12T00:48:38.750Z] ---> d3031049792b [2021-02-12T00:48:38.750Z] [2021-02-12T00:48:39.028Z] ---> Running in e79fa55ff425 [2021-02-12T00:48:39.871Z] Successfully built d3031049792b [2021-02-12T00:48:39.871Z] Successfully tagged docker-core-data-go:latest [2021-02-12T00:48:39.871Z] Building docker-core-command-go [2021-02-12T00:48:40.200Z]  Building docker-core-data-go ... done Removing intermediate container e79fa55ff425 [2021-02-12T00:48:40.200Z] ---> 71a238fdf15f [2021-02-12T00:48:40.200Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:48:44.238Z] ---> c3bd15e489b2 [2021-02-12T00:48:44.238Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:48:47.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:48:49.369Z] Removing intermediate container 84a27b4e7ab3 [2021-02-12T00:48:49.369Z] ---> 1b28a4b205df [2021-02-12T00:48:49.369Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:48:54.558Z] ---> 2c1ef2e90123 [2021-02-12T00:48:54.558Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:48:54.874Z] ---> Running in a86d16dc7a90 [2021-02-12T00:48:57.213Z] Removing intermediate container a86d16dc7a90 [2021-02-12T00:48:57.213Z] ---> f6bd7674b875 [2021-02-12T00:48:57.213Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:48:58.418Z] ---> 251715378528 [2021-02-12T00:48:58.418Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:49:00.553Z] ---> Running in cd22c06cbecb [2021-02-12T00:49:02.208Z] ---> Running in c9afeacccd4b [2021-02-12T00:49:05.459Z] Removing intermediate container ac445c75797a [2021-02-12T00:49:05.459Z] ---> 9f67cc947896 [2021-02-12T00:49:05.459Z] [2021-02-12T00:49:05.459Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:49:05.459Z] Removing intermediate container ee7bd5801900 [2021-02-12T00:49:05.459Z] ---> 32eda754abae [2021-02-12T00:49:05.459Z] [2021-02-12T00:49:05.459Z] Step 10/30 : FROM alpine:3.12 [2021-02-12T00:49:05.459Z] 3.12: Pulling from library/alpine [2021-02-12T00:49:05.459Z] 3.12: Pulling from library/alpine [2021-02-12T00:49:06.456Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:49:06.456Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-12T00:49:06.456Z] Status: Image is up to date for alpine:3.12 [2021-02-12T00:49:06.456Z] ---> afeebe901d6b [2021-02-12T00:49:06.456Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curlStatus: Downloaded newer image for alpine:3.12 [2021-02-12T00:49:06.456Z] ---> afeebe901d6b [2021-02-12T00:49:06.456Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-12T00:49:06.456Z] [2021-02-12T00:49:07.059Z] ---> Running in 64fcc0a3eb40 [2021-02-12T00:49:07.059Z] ---> Running in 44cdd603dcc4 [2021-02-12T00:49:07.139Z] Removing intermediate container cd22c06cbecb [2021-02-12T00:49:07.139Z] ---> 0b626a574f86 [2021-02-12T00:49:07.139Z] Step 28/30 : LABEL arch=x86_64 [2021-02-12T00:49:08.035Z] Removing intermediate container 44cdd603dcc4 [2021-02-12T00:49:08.035Z] ---> f60a57c83f45 [2021-02-12T00:49:08.035Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-12T00:49:08.307Z] ---> Running in 335bedeb7fda [2021-02-12T00:49:08.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:09.063Z] ---> Running in 8381c2f9a0c7 [2021-02-12T00:49:09.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:10.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:10.402Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:49:10.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:10.402Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:49:10.402Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:49:10.402Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:49:10.402Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:10.402Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:10.402Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:49:11.005Z] OK: 7 MiB in 19 packages [2021-02-12T00:49:11.005Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:11.005Z] (2/2) Installing su-exec (0.2-r1) [2021-02-12T00:49:11.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:11.005Z] OK: 5 MiB in 16 packages [2021-02-12T00:49:11.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:11.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:12.212Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:49:12.979Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:49:12.979Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:49:12.979Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:49:13.066Z] Removing intermediate container 335bedeb7fda [2021-02-12T00:49:13.066Z] ---> 92ecc3a08dd5 [2021-02-12T00:49:13.066Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-12T00:49:13.375Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:49:13.669Z] ---> Running in 4d552a9ed5c9 [2021-02-12T00:49:13.669Z] Removing intermediate container 64fcc0a3eb40 [2021-02-12T00:49:13.669Z] ---> a4dbfb2de02d [2021-02-12T00:49:13.669Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:49:13.745Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:49:13.745Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:49:13.745Z] Removing intermediate container 8381c2f9a0c7 [2021-02-12T00:49:13.745Z] ---> f44d18784d7d [2021-02-12T00:49:13.745Z] Step 29/30 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:13.947Z] ---> Running in 29d48006ae31 [2021-02-12T00:49:14.552Z] Removing intermediate container 4d552a9ed5c9 [2021-02-12T00:49:14.552Z] ---> 7e6fc43c1689 [2021-02-12T00:49:14.552Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-12T00:49:14.830Z] ---> Running in 2e203bf66fbc [2021-02-12T00:49:15.437Z] Removing intermediate container 29d48006ae31 [2021-02-12T00:49:15.437Z] ---> 9f5559c9df36 [2021-02-12T00:49:15.437Z] Step 13/24 : WORKDIR / [2021-02-12T00:49:16.069Z] ---> Running in 629d06035c07 [2021-02-12T00:49:16.361Z] Removing intermediate container 2e203bf66fbc [2021-02-12T00:49:16.361Z] ---> 092104e96965 [2021-02-12T00:49:16.361Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-12T00:49:16.717Z] ---> Running in 496e5598b4a2 [2021-02-12T00:49:17.385Z] Removing intermediate container 629d06035c07 [2021-02-12T00:49:17.385Z] ---> b493e14d6265 [2021-02-12T00:49:17.385Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T00:49:18.867Z] Removing intermediate container 282586d695b7 [2021-02-12T00:49:18.867Z] ---> 8529330d13f4 [2021-02-12T00:49:18.867Z] [2021-02-12T00:49:18.867Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:49:18.867Z] ---> afeebe901d6b [2021-02-12T00:49:18.867Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:49:19.856Z] ---> 49a70ccf6872 [2021-02-12T00:49:19.856Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T00:49:19.856Z] ---> Running in 8302d372650f [2021-02-12T00:49:20.852Z] Removing intermediate container 402dd6239352 [2021-02-12T00:49:20.852Z] ---> 41bbaf027ce0 [2021-02-12T00:49:20.852Z] [2021-02-12T00:49:20.852Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:49:20.852Z] ---> afeebe901d6b [2021-02-12T00:49:20.852Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-12T00:49:21.130Z] ---> ceea9f346d63 [2021-02-12T00:49:21.130Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:21.130Z] Removing intermediate container be9ad8dd14cc [2021-02-12T00:49:21.130Z] ---> 933d617ca0b4 [2021-02-12T00:49:21.130Z] [2021-02-12T00:49:21.130Z] Step 10/22 : FROM alpine:3.12 [2021-02-12T00:49:21.130Z] ---> afeebe901d6b [2021-02-12T00:49:21.130Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:49:21.130Z] ---> Running in b0b394070c6f [2021-02-12T00:49:21.404Z] Removing intermediate container 496e5598b4a2 [2021-02-12T00:49:21.404Z] ---> 1555dd9187b6 [2021-02-12T00:49:21.404Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-12T00:49:21.404Z] ---> Running in 5ad34565568e [2021-02-12T00:49:21.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:21.679Z] ---> Running in 88ed59eb6c8f [2021-02-12T00:49:21.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:22.243Z] ---> 724ff4eb0396 [2021-02-12T00:49:22.243Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:49:22.515Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:22.515Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:22.515Z] OK: 5 MiB in 15 packages [2021-02-12T00:49:22.552Z] ---> Running in e00ccbf8ad01 [2021-02-12T00:49:22.787Z] Removing intermediate container 88ed59eb6c8f [2021-02-12T00:49:22.787Z] ---> 2582b0fea154 [2021-02-12T00:49:22.787Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-12T00:49:23.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:23.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:23.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:23.930Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:49:24.211Z] ---> 7e8de67330cf [2021-02-12T00:49:24.211Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:49:24.211Z] ---> 375b6b1d01b5 [2021-02-12T00:49:24.211Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-12T00:49:24.211Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-12T00:49:24.488Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:24.488Z] Removing intermediate container 8302d372650f [2021-02-12T00:49:24.488Z] ---> 0a239880bac8 [2021-02-12T00:49:24.488Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:49:24.488Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:24.488Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:49:24.488Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-12T00:49:24.488Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:24.760Z] OK: 5 MiB in 15 packages [2021-02-12T00:49:24.760Z] ---> Running in 122c04d6d545 [2021-02-12T00:49:24.760Z] OK: 6 MiB in 16 packages [2021-02-12T00:49:24.760Z] ---> Running in 5c6ab6c90ec6 [2021-02-12T00:49:25.744Z] Removing intermediate container 5c6ab6c90ec6 [2021-02-12T00:49:25.744Z] ---> 6971eea7a18b [2021-02-12T00:49:25.744Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:49:26.018Z] ---> Running in 88984c526d21 [2021-02-12T00:49:26.018Z] ---> d2b2e7e13a66 [2021-02-12T00:49:26.018Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:49:26.293Z] Removing intermediate container 5ad34565568e [2021-02-12T00:49:26.293Z] ---> 88aba39391c0 [2021-02-12T00:49:26.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:49:26.574Z] ---> Running in 99d37175713d [2021-02-12T00:49:26.850Z] Removing intermediate container 88984c526d21 [2021-02-12T00:49:26.850Z] ---> 00a4763e0ed7 [2021-02-12T00:49:26.850Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:49:27.128Z] Removing intermediate container b0b394070c6f [2021-02-12T00:49:27.128Z] ---> fcb7281beb13 [2021-02-12T00:49:27.129Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:49:27.129Z] ---> Running in e5f067bacc53 [2021-02-12T00:49:27.129Z] ---> 81f8115e2ea0 [2021-02-12T00:49:27.129Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T00:49:27.408Z] ---> Running in 666ccd2b3475 [2021-02-12T00:49:27.408Z] Removing intermediate container 99d37175713d [2021-02-12T00:49:27.408Z] ---> 4fe6dac05492 [2021-02-12T00:49:27.408Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-12T00:49:27.408Z] ---> Running in 2ab6a1d1add7 [2021-02-12T00:49:27.429Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:49:27.429Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:49:27.429Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:49:27.429Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:49:27.429Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:49:27.684Z] ---> Running in 67a5a334235a [2021-02-12T00:49:27.956Z] Removing intermediate container e5f067bacc53 [2021-02-12T00:49:27.956Z] ---> 415327d1cfde [2021-02-12T00:49:27.956Z] Step 15/23 : WORKDIR / [2021-02-12T00:49:27.956Z] Removing intermediate container 666ccd2b3475 [2021-02-12T00:49:27.956Z] ---> ab30763d32d5 [2021-02-12T00:49:27.956Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-12T00:49:28.227Z] ---> Running in f2c478a258c1 [2021-02-12T00:49:28.227Z] Removing intermediate container 122c04d6d545 [2021-02-12T00:49:28.227Z] ---> 4b1a527fef2b [2021-02-12T00:49:28.227Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:28.227Z] ---> Running in 8fe033b11b47 [2021-02-12T00:49:28.485Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:49:28.503Z] Removing intermediate container 67a5a334235a [2021-02-12T00:49:28.503Z] ---> 2a57d32b2d4c [2021-02-12T00:49:28.503Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:49:28.784Z] ---> Running in c979c3ccfd27 [2021-02-12T00:49:28.891Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:49:28.891Z] Removing intermediate container e00ccbf8ad01 [2021-02-12T00:49:28.891Z] ---> c4e1f8d5df0a [2021-02-12T00:49:28.891Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:49:29.061Z] Removing intermediate container 8fe033b11b47 [2021-02-12T00:49:29.061Z] ---> 9e2b374b9c4d [2021-02-12T00:49:29.061Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-12T00:49:29.061Z] Removing intermediate container f2c478a258c1 [2021-02-12T00:49:29.061Z] ---> a49e7db06156 [2021-02-12T00:49:29.061Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:29.316Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:49:29.333Z] ---> 471f0ad528d8 [2021-02-12T00:49:29.333Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-12T00:49:29.333Z] ---> Running in 80ddbf10d4bd [2021-02-12T00:49:29.334Z] Removing intermediate container c979c3ccfd27 [2021-02-12T00:49:29.334Z] ---> e402c5beb1ab [2021-02-12T00:49:29.334Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:30.329Z] ---> c51f4d11ce0b [2021-02-12T00:49:30.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:49:30.329Z] Removing intermediate container 80ddbf10d4bd [2021-02-12T00:49:30.329Z] ---> 9c7fd2999af1 [2021-02-12T00:49:30.329Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:49:30.476Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:49:30.605Z] Removing intermediate container 2ab6a1d1add7 [2021-02-12T00:49:30.605Z] ---> 49af7868e7f3 [2021-02-12T00:49:30.605Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:49:30.758Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:49:30.877Z] ---> b10f8c6e6bd0 [2021-02-12T00:49:30.877Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-12T00:49:30.877Z] ---> Running in e3c2b4eae0b0 [2021-02-12T00:49:31.149Z] ---> 311bdebbd1b6 [2021-02-12T00:49:31.149Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-12T00:49:31.424Z] ---> 908c5de5da8d [2021-02-12T00:49:31.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-12T00:49:31.424Z] Removing intermediate container e3c2b4eae0b0 [2021-02-12T00:49:31.424Z] ---> 44ec43a4feaf [2021-02-12T00:49:31.424Z] Step 22/24 : LABEL arch=arm64 [2021-02-12T00:49:31.897Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:49:32.214Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:49:32.214Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:49:32.401Z] ---> Running in 14def09c7665 [2021-02-12T00:49:32.401Z] ---> 7f5037576aa8 [2021-02-12T00:49:32.401Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:32.401Z] ---> af132361c7b4 [2021-02-12T00:49:32.401Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-12T00:49:32.677Z] ---> 2e9546dead3e [2021-02-12T00:49:32.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:32.678Z] ---> 3525f668428f [2021-02-12T00:49:32.678Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-12T00:49:32.678Z] Removing intermediate container 14def09c7665 [2021-02-12T00:49:32.678Z] ---> 77d514c79beb [2021-02-12T00:49:32.678Z] Step 23/24 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:32.951Z] ---> Running in e5cdff4daa7d [2021-02-12T00:49:33.227Z] ---> 30de53ff8933 [2021-02-12T00:49:33.227Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:49:33.498Z] ---> 957dd26b1afa [2021-02-12T00:49:33.498Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-12T00:49:33.498Z] ---> Running in 0337dad8b1f0 [2021-02-12T00:49:33.767Z] ---> 595e1e2ece0d [2021-02-12T00:49:33.767Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-12T00:49:33.767Z] ---> 8f16d543ca91 [2021-02-12T00:49:33.767Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-12T00:49:34.039Z] ---> Running in 0c658ca0a2c1 [2021-02-12T00:49:34.039Z] Removing intermediate container e5cdff4daa7d [2021-02-12T00:49:34.039Z] ---> 6cd2e102d968 [2021-02-12T00:49:34.039Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:49:34.039Z] ---> Running in a09f152830d9 [2021-02-12T00:49:34.284Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:49:34.284Z] ---> Running in 1e3e6acd478f [2021-02-12T00:49:34.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:34.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:34.284Z] ---> e5df249cc6d0 [2021-02-12T00:49:34.284Z] Step 3/24 : WORKDIR /edgex-go [2021-02-12T00:49:34.284Z] ---> Using cache [2021-02-12T00:49:34.284Z] ---> 873520fb4572 [2021-02-12T00:49:34.284Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:34.284Z] ---> Using cache [2021-02-12T00:49:34.284Z] ---> df6a73115025 [2021-02-12T00:49:34.284Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-12T00:49:34.312Z] ---> Running in b91eb08aca58 [2021-02-12T00:49:34.312Z] ---> Running in 39d9413db10e [2021-02-12T00:49:34.312Z] Removing intermediate container 0337dad8b1f0 [2021-02-12T00:49:34.312Z] ---> 2e7021414290 [2021-02-12T00:49:34.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:34.584Z] Removing intermediate container 0c658ca0a2c1 [2021-02-12T00:49:34.584Z] ---> c166c220ff5a [2021-02-12T00:49:34.584Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-12T00:49:34.584Z] ---> Running in 8a1f157bea07 [2021-02-12T00:49:34.857Z] Removing intermediate container a09f152830d9 [2021-02-12T00:49:34.857Z] ---> df7027021728 [2021-02-12T00:49:34.857Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:34.857Z] Removing intermediate container b91eb08aca58 [2021-02-12T00:49:34.857Z] ---> a388b16627b1 [2021-02-12T00:49:34.857Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:49:34.857Z] Removing intermediate container 39d9413db10e [2021-02-12T00:49:34.857Z] ---> cde6be1dd0b5 [2021-02-12T00:49:34.857Z] [2021-02-12T00:49:35.132Z] ---> Running in 9462b7f2fda4 [2021-02-12T00:49:35.132Z] ---> Running in 3d8f9a0545c0 [2021-02-12T00:49:35.410Z] Removing intermediate container 8a1f157bea07 [2021-02-12T00:49:35.410Z] ---> 2c08eaf8bb72 [2021-02-12T00:49:35.410Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:49:35.410Z] ---> 57b185bb8477 [2021-02-12T00:49:35.410Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-12T00:49:35.410Z] Successfully built cde6be1dd0b5 [2021-02-12T00:49:35.687Z] ---> Running in 8d82e7726505 [2021-02-12T00:49:35.687Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-12T00:49:35.687Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-12T00:49:35.970Z] Removing intermediate container 3d8f9a0545c0 [2021-02-12T00:49:35.970Z] ---> 35ade11d0ee0 [2021-02-12T00:49:35.970Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:49:35.970Z] ---> Running in 42c15946efc5 [2021-02-12T00:49:35.970Z] Removing intermediate container 9462b7f2fda4 [2021-02-12T00:49:35.970Z] ---> 5a983ab53688 [2021-02-12T00:49:35.970Z] Step 20/22 : LABEL arch=arm64 [2021-02-12T00:49:36.245Z] ---> Running in 175bac71d1a7 [2021-02-12T00:49:36.245Z] Removing intermediate container 8d82e7726505 [2021-02-12T00:49:36.245Z] ---> 45f2706e7f04 [2021-02-12T00:49:36.245Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:36.245Z] ---> Running in 4e5479ed474c [2021-02-12T00:49:36.522Z] ---> Running in b671de89fa64 [2021-02-12T00:49:36.799Z] Removing intermediate container 175bac71d1a7 [2021-02-12T00:49:36.799Z] ---> 59b39c6da3f1 [2021-02-12T00:49:36.799Z] Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:37.074Z] ---> Running in 610c73177e37 [2021-02-12T00:49:37.074Z] Removing intermediate container 4e5479ed474c [2021-02-12T00:49:37.074Z] ---> 1f9b33390ec0 [2021-02-12T00:49:37.074Z] Step 21/22 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:37.307Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:37.307Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:37.307Z] ---> e5df249cc6d0 [2021-02-12T00:49:37.307Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:49:37.307Z] ---> Using cache [2021-02-12T00:49:37.307Z] ---> 873520fb4572 [2021-02-12T00:49:37.307Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:37.307Z] ---> Using cache [2021-02-12T00:49:37.307Z] ---> df6a73115025 [2021-02-12T00:49:37.307Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:49:37.307Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:49:37.307Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:49:37.347Z] Removing intermediate container b671de89fa64 [2021-02-12T00:49:37.347Z] ---> 6f996499176d [2021-02-12T00:49:37.347Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:49:37.640Z] ---> Running in edc3c8901139 [2021-02-12T00:49:37.918Z] ---> Running in 90f7e9ac83aa [2021-02-12T00:49:37.918Z] Removing intermediate container 610c73177e37 [2021-02-12T00:49:37.918Z] ---> 3b0a8663d07d [2021-02-12T00:49:37.918Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:49:38.008Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:49:38.008Z] ---> Running in 452e9302df74 [2021-02-12T00:49:38.008Z] ---> Running in fe37e55a523f [2021-02-12T00:49:38.008Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:49:38.312Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:49:38.903Z] ---> Running in 8e52148ae8fe [2021-02-12T00:49:38.903Z] Removing intermediate container edc3c8901139 [2021-02-12T00:49:38.903Z] ---> bb4c2bed5f5d [2021-02-12T00:49:38.903Z] Step 22/22 : LABEL version=0.0.0 [2021-02-12T00:49:39.210Z] Removing intermediate container 90f7e9ac83aa [2021-02-12T00:49:39.210Z] ---> 7d1aa632c78e [2021-02-12T00:49:39.210Z] [2021-02-12T00:49:39.457Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:49:39.491Z] ---> Running in aa24e7fd7301 [2021-02-12T00:49:39.829Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:49:39.829Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:49:39.829Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:49:39.829Z] Removing intermediate container 1e3e6acd478f [2021-02-12T00:49:39.829Z] ---> c2870273ec35 [2021-02-12T00:49:39.829Z] [2021-02-12T00:49:40.096Z] Removing intermediate container 8e52148ae8fe [2021-02-12T00:49:40.096Z] ---> e4757495179d [2021-02-12T00:49:40.096Z] [2021-02-12T00:49:40.096Z] Successfully built 7d1aa632c78e [2021-02-12T00:49:40.096Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-12T00:49:40.096Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-12T00:49:40.096Z] Removing intermediate container 42c15946efc5 [2021-02-12T00:49:40.096Z] ---> 41d7a7f8fb7d [2021-02-12T00:49:40.096Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-12T00:49:40.125Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:49:40.125Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:49:40.125Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:49:40.374Z] Removing intermediate container aa24e7fd7301 [2021-02-12T00:49:40.374Z] ---> cc8a02b77061 [2021-02-12T00:49:40.374Z] [2021-02-12T00:49:40.374Z] Successfully built e4757495179d [2021-02-12T00:49:40.374Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-12T00:49:40.374Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-12T00:49:40.406Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:49:40.653Z] ---> Running in 87a6d8ce4510 [2021-02-12T00:49:40.764Z] OK: 71 MiB in 55 packages [2021-02-12T00:49:40.764Z] Successfully built c2870273ec35 [2021-02-12T00:49:40.928Z] Successfully built cc8a02b77061 [2021-02-12T00:49:40.928Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-12T00:49:40.928Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-12T00:49:41.530Z] Removing intermediate container 87a6d8ce4510 [2021-02-12T00:49:41.530Z] ---> 2cc88f9bf1b8 [2021-02-12T00:49:41.530Z] Step 27/30 : CMD ["gate"] [2021-02-12T00:49:41.803Z] ---> Running in ffd3159a3ee9 [2021-02-12T00:49:42.396Z] Removing intermediate container ffd3159a3ee9 [2021-02-12T00:49:42.396Z] ---> c01e29c2444b [2021-02-12T00:49:42.396Z] Step 28/30 : LABEL arch=arm64 [2021-02-12T00:49:42.499Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-12T00:49:42.499Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-12T00:49:42.677Z] ---> Running in abc2437222f9 [2021-02-12T00:49:43.273Z] Removing intermediate container abc2437222f9 [2021-02-12T00:49:43.273Z] ---> c40fd6770748 [2021-02-12T00:49:43.274Z] Step 29/30 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:49:43.869Z] ---> Running in 5d3f7f2c7108 [2021-02-12T00:49:44.142Z] Removing intermediate container 5d3f7f2c7108 [2021-02-12T00:49:44.142Z] ---> 1116ca8516f0 [2021-02-12T00:49:44.142Z] Step 30/30 : LABEL version=0.0.0 [2021-02-12T00:49:44.742Z] ---> Running in 723b46230b30 [2021-02-12T00:49:45.729Z] Removing intermediate container 723b46230b30 [2021-02-12T00:49:45.729Z] ---> 5821575065dc [2021-02-12T00:49:45.729Z] [2021-02-12T00:49:46.327Z] Successfully built 5821575065dc [2021-02-12T00:49:46.327Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-12T00:49:49.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:49.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:49.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:49.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:49:50.317Z] OK: 233 MiB in 51 packages [2021-02-12T00:49:50.953Z] OK: 233 MiB in 51 packages [2021-02-12T00:49:57.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:49:57.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:49:57.285Z] ---> e5df249cc6d0 [2021-02-12T00:49:57.285Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:49:57.286Z] ---> Using cache [2021-02-12T00:49:57.286Z] ---> 873520fb4572 [2021-02-12T00:49:57.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:49:57.286Z] ---> Using cache [2021-02-12T00:49:57.286Z] ---> df6a73115025 [2021-02-12T00:49:57.286Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:49:59.148Z] ---> Running in 404ccf9cf881 [2021-02-12T00:50:01.746Z] Removing intermediate container 452e9302df74 [2021-02-12T00:50:01.746Z] ---> a1fed10e0440 [2021-02-12T00:50:01.746Z] Step 6/21 : COPY go.mod . [2021-02-12T00:50:02.546Z] Removing intermediate container fe37e55a523f [2021-02-12T00:50:02.546Z] ---> 15af86f25cb4 [2021-02-12T00:50:02.546Z] Step 6/24 : COPY go.mod . [2021-02-12T00:50:04.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:50:04.653Z] ---> 8ba3c07239a6 [2021-02-12T00:50:04.653Z] Step 7/24 : RUN go mod download [2021-02-12T00:50:05.393Z] ---> 499c4dceaaf0 [2021-02-12T00:50:05.393Z] Step 7/21 : RUN go mod download [2021-02-12T00:50:05.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:50:05.761Z] ---> Running in 756e10257422 [2021-02-12T00:50:05.761Z] ---> Running in 789d91f91754 [2021-02-12T00:50:06.432Z] OK: 233 MiB in 51 packages [2021-02-12T00:50:13.852Z] Removing intermediate container 404ccf9cf881 [2021-02-12T00:50:13.852Z] ---> 04506c689a8e [2021-02-12T00:50:13.852Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:18.173Z] ---> a16c1d4933cd [2021-02-12T00:50:18.173Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:21.021Z] ---> Running in 651e0243ba28 [2021-02-12T00:50:32.421Z] Removing intermediate container 756e10257422 [2021-02-12T00:50:32.421Z] ---> 1955296fbd49 [2021-02-12T00:50:32.421Z] Step 8/24 : COPY . . [2021-02-12T00:50:32.760Z] Removing intermediate container 789d91f91754 [2021-02-12T00:50:32.760Z] ---> 78898e501b6a [2021-02-12T00:50:32.760Z] Step 8/21 : COPY . . [2021-02-12T00:50:33.304Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:33.304Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:33.304Z] ---> 692eaf44fd57 [2021-02-12T00:50:33.304Z] Step 3/26 : WORKDIR /edgex-go [2021-02-12T00:50:33.304Z] ---> Using cache [2021-02-12T00:50:33.304Z] ---> d30b80a8096f [2021-02-12T00:50:33.304Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:33.304Z] ---> Using cache [2021-02-12T00:50:33.304Z] ---> 3c34b40629b5 [2021-02-12T00:50:33.304Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-12T00:50:33.304Z] ---> Running in 3587a8d4b48a [2021-02-12T00:50:33.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:33.581Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:33.581Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:33.581Z] ---> 692eaf44fd57 [2021-02-12T00:50:33.581Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:50:33.581Z] ---> Using cache [2021-02-12T00:50:33.581Z] ---> d30b80a8096f [2021-02-12T00:50:33.581Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:33.581Z] ---> Using cache [2021-02-12T00:50:33.581Z] ---> 3c34b40629b5 [2021-02-12T00:50:33.581Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:50:33.581Z] ---> Using cache [2021-02-12T00:50:33.581Z] ---> e5ef9d720797 [2021-02-12T00:50:33.581Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:33.581Z] ---> Using cache [2021-02-12T00:50:33.581Z] ---> 68ae750659bc [2021-02-12T00:50:33.581Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:33.581Z] ---> Using cache [2021-02-12T00:50:33.581Z] ---> f95c38721139 [2021-02-12T00:50:33.581Z] Step 8/23 : COPY . . [2021-02-12T00:50:33.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> 104aebee2a54 [2021-02-12T00:50:33.874Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:50:33.874Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:33.874Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:33.874Z] ---> 692eaf44fd57 [2021-02-12T00:50:33.874Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> d30b80a8096f [2021-02-12T00:50:33.874Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> 3c34b40629b5 [2021-02-12T00:50:33.874Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-12T00:50:33.874Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:33.874Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:33.874Z] ---> 692eaf44fd57 [2021-02-12T00:50:33.874Z] Step 3/21 : WORKDIR /edgex-go [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> d30b80a8096f [2021-02-12T00:50:33.874Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> 3c34b40629b5 [2021-02-12T00:50:33.874Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-12T00:50:33.874Z] ---> Using cache [2021-02-12T00:50:33.874Z] ---> e5ef9d720797 [2021-02-12T00:50:33.874Z] Step 6/21 : COPY go.mod . [2021-02-12T00:50:34.153Z] ---> Using cache [2021-02-12T00:50:34.153Z] ---> 68ae750659bc [2021-02-12T00:50:34.153Z] Step 7/21 : RUN go mod download [2021-02-12T00:50:34.153Z] ---> Using cache [2021-02-12T00:50:34.153Z] ---> f95c38721139 [2021-02-12T00:50:34.153Z] Step 8/21 : COPY . . [2021-02-12T00:50:34.153Z] ---> Using cache [2021-02-12T00:50:34.153Z] ---> 104aebee2a54 [2021-02-12T00:50:34.153Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:50:34.427Z] ---> Running in b3ed252656f9 [2021-02-12T00:50:34.427Z] ---> Running in 1267caf98dd2 [2021-02-12T00:50:34.427Z] ---> Running in 8392e3d05e81 [2021-02-12T00:50:34.427Z] OK: 217 MiB in 51 packages [2021-02-12T00:50:36.522Z] Removing intermediate container 3587a8d4b48a [2021-02-12T00:50:36.522Z] ---> bd377f3f2792 [2021-02-12T00:50:36.522Z] Step 6/26 : COPY go.mod . [2021-02-12T00:50:36.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:50:36.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:50:36.587Z] Removing intermediate container 651e0243ba28 [2021-02-12T00:50:36.587Z] ---> 9df4c609b83a [2021-02-12T00:50:36.587Z] Step 8/23 : COPY . . [2021-02-12T00:50:36.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:37.072Z] ---> 6788ae95c635 [2021-02-12T00:50:37.072Z] Step 7/26 : RUN go mod download [2021-02-12T00:50:37.350Z] ---> Running in ba8fd9fe4d73 [2021-02-12T00:50:37.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:50:38.618Z] OK: 217 MiB in 51 packages [2021-02-12T00:50:40.623Z] Removing intermediate container b3ed252656f9 [2021-02-12T00:50:40.623Z] ---> 21057d78ef67 [2021-02-12T00:50:40.623Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:42.103Z] ---> 3575e6b50dca [2021-02-12T00:50:42.103Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:42.103Z] Removing intermediate container ba8fd9fe4d73 [2021-02-12T00:50:42.103Z] ---> 21f06fb2863e [2021-02-12T00:50:42.103Z] Step 8/26 : COPY . . [2021-02-12T00:50:42.103Z] ---> Running in 234e4c69d85a [2021-02-12T00:50:50.420Z] Removing intermediate container 234e4c69d85a [2021-02-12T00:50:50.420Z] ---> 0cf51f188e89 [2021-02-12T00:50:50.420Z] Step 8/23 : COPY . . [2021-02-12T00:50:53.634Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-12T00:50:53.634Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-12T00:50:53.634Z] ---> e5df249cc6d0 [2021-02-12T00:50:53.634Z] Step 3/23 : WORKDIR /edgex-go [2021-02-12T00:50:53.634Z] ---> Using cache [2021-02-12T00:50:53.634Z] ---> 873520fb4572 [2021-02-12T00:50:53.634Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:50:53.634Z] ---> Using cache [2021-02-12T00:50:53.634Z] ---> df6a73115025 [2021-02-12T00:50:53.634Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-12T00:50:53.634Z] ---> Using cache [2021-02-12T00:50:53.634Z] ---> 04506c689a8e [2021-02-12T00:50:53.634Z] Step 6/23 : COPY go.mod . [2021-02-12T00:50:53.634Z] ---> Using cache [2021-02-12T00:50:53.634Z] ---> a16c1d4933cd [2021-02-12T00:50:53.634Z] Step 7/23 : RUN go mod download [2021-02-12T00:50:53.634Z] ---> Using cache [2021-02-12T00:50:53.634Z] ---> 9df4c609b83a [2021-02-12T00:50:53.634Z] Step 8/23 : COPY . . [2021-02-12T00:51:12.678Z] ---> 814acb5da276 [2021-02-12T00:51:12.678Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-12T00:51:12.678Z] ---> Running in 330ef42e7d27 [2021-02-12T00:51:14.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T00:51:16.378Z] ---> 73713200f241 [2021-02-12T00:51:16.378Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-12T00:51:16.378Z] ---> Running in d6ae4ed4c7ad [2021-02-12T00:51:18.399Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T00:51:40.657Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:51:59.025Z] Removing intermediate container 8392e3d05e81 [2021-02-12T00:51:59.025Z] ---> 718f3ed6b91d [2021-02-12T00:51:59.025Z] [2021-02-12T00:51:59.025Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:51:59.025Z] ---> afeebe901d6b [2021-02-12T00:51:59.025Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:51:59.025Z] ---> Running in f90ae4fe12ef [2021-02-12T00:51:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:51:59.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:00.502Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:52:00.502Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:52:00.502Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:52:00.800Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:52:00.800Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:00.800Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:52:01.078Z] OK: 7 MiB in 18 packages [2021-02-12T00:52:04.526Z] Removing intermediate container f90ae4fe12ef [2021-02-12T00:52:04.526Z] ---> 657738a4e386 [2021-02-12T00:52:04.526Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:52:04.526Z] ---> Running in 65a6bbb137ce [2021-02-12T00:52:04.802Z] Removing intermediate container 65a6bbb137ce [2021-02-12T00:52:04.802Z] ---> 099cc9745c72 [2021-02-12T00:52:04.802Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:52:05.079Z] ---> Running in fb6f9c740764 [2021-02-12T00:52:05.685Z] Removing intermediate container fb6f9c740764 [2021-02-12T00:52:05.685Z] ---> 93ea363c82df [2021-02-12T00:52:05.685Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:52:07.145Z] ---> e2ea5de4b074 [2021-02-12T00:52:07.145Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:52:08.605Z] ---> 58a01bf513c2 [2021-02-12T00:52:08.605Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:52:10.608Z] ---> 30912ec7843c [2021-02-12T00:52:10.608Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:52:10.608Z] ---> Running in 1be5532b6cc4 [2021-02-12T00:52:11.218Z] Removing intermediate container 1be5532b6cc4 [2021-02-12T00:52:11.218Z] ---> 126923bf1bf6 [2021-02-12T00:52:11.218Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:52:11.820Z] ---> Running in 51c2c7b921c9 [2021-02-12T00:52:12.419Z] Removing intermediate container 51c2c7b921c9 [2021-02-12T00:52:12.419Z] ---> 261aad433315 [2021-02-12T00:52:12.419Z] Step 19/21 : LABEL arch=arm64 [2021-02-12T00:52:12.693Z] ---> Running in 5b3c2c742099 [2021-02-12T00:52:13.286Z] Removing intermediate container 5b3c2c742099 [2021-02-12T00:52:13.286Z] ---> ec4be2a9b4d3 [2021-02-12T00:52:13.558Z] Step 20/21 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:52:13.832Z] ---> Running in 4ab707fc099b [2021-02-12T00:52:14.813Z] Removing intermediate container 4ab707fc099b [2021-02-12T00:52:14.814Z] ---> c3eb8dec11e0 [2021-02-12T00:52:14.814Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:52:15.088Z] ---> Running in 2f56ead9d606 [2021-02-12T00:52:16.071Z] Removing intermediate container 2f56ead9d606 [2021-02-12T00:52:16.071Z] ---> 402ea5ba3996 [2021-02-12T00:52:16.071Z] [2021-02-12T00:52:17.052Z] Successfully built 402ea5ba3996 [2021-02-12T00:52:17.331Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-12T00:52:19.980Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1267caf98dd2 [2021-02-12T00:52:19.980Z] ---> 3b8fea4875dd [2021-02-12T00:52:19.980Z] [2021-02-12T00:52:19.980Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:52:19.980Z] ---> afeebe901d6b [2021-02-12T00:52:19.980Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:52:19.980Z] ---> Using cache [2021-02-12T00:52:19.980Z] ---> 88aba39391c0 [2021-02-12T00:52:19.980Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:52:19.980Z] ---> Using cache [2021-02-12T00:52:19.980Z] ---> 4fe6dac05492 [2021-02-12T00:52:19.980Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:52:19.980Z] ---> Running in d3087c3f7991 [2021-02-12T00:52:20.584Z] Removing intermediate container d3087c3f7991 [2021-02-12T00:52:20.584Z] ---> c240f7eda227 [2021-02-12T00:52:20.584Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:52:20.866Z] ---> Running in d4c5d331998c [2021-02-12T00:52:21.470Z] Removing intermediate container d4c5d331998c [2021-02-12T00:52:21.470Z] ---> 898eecffa9f3 [2021-02-12T00:52:21.470Z] Step 15/23 : WORKDIR / [2021-02-12T00:52:21.748Z] ---> Running in 6c912735f0f6 [2021-02-12T00:52:22.357Z] Removing intermediate container 6c912735f0f6 [2021-02-12T00:52:22.357Z] ---> 18e26b8347cc [2021-02-12T00:52:22.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:52:23.828Z] ---> 96b68fd3308d [2021-02-12T00:52:23.828Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:52:25.824Z] ---> 399cb1b4c35d [2021-02-12T00:52:25.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:52:26.825Z] ---> 55ddb59cc896 [2021-02-12T00:52:26.825Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:52:27.107Z] ---> Running in ae34f86cb45b [2021-02-12T00:52:28.093Z] Removing intermediate container ae34f86cb45b [2021-02-12T00:52:28.093Z] ---> fad4b218ea13 [2021-02-12T00:52:28.093Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:52:28.093Z] ---> Running in 64868515a6c6 [2021-02-12T00:52:29.086Z] Removing intermediate container 64868515a6c6 [2021-02-12T00:52:29.086Z] ---> a25641b11a75 [2021-02-12T00:52:29.086Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:52:30.091Z] ---> Running in eb8d7bffd306 [2021-02-12T00:52:31.076Z] Removing intermediate container 330ef42e7d27 [2021-02-12T00:52:31.076Z] ---> fdaa90046b29 [2021-02-12T00:52:31.076Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-12T00:52:31.076Z] Removing intermediate container eb8d7bffd306 [2021-02-12T00:52:31.076Z] ---> dea1897bf50e [2021-02-12T00:52:31.076Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:52:31.076Z] ---> Running in 8fe66737bf8e [2021-02-12T00:52:31.349Z] ---> Running in 9d923fa31a21 [2021-02-12T00:52:31.947Z] Removing intermediate container 9d923fa31a21 [2021-02-12T00:52:31.947Z] ---> a219377a2bda [2021-02-12T00:52:31.947Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:52:31.947Z] ---> Running in 47aa7c728a85 [2021-02-12T00:52:32.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T00:52:32.542Z] Removing intermediate container 47aa7c728a85 [2021-02-12T00:52:32.542Z] ---> 1036fa52ea60 [2021-02-12T00:52:32.542Z] [2021-02-12T00:52:33.141Z] Successfully built 1036fa52ea60 [2021-02-12T00:52:33.141Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-12T00:52:35.760Z]  Building docker-core-metadata-go ... done Removing intermediate container 8fe66737bf8e [2021-02-12T00:52:35.760Z] ---> 260c9cf65d56 [2021-02-12T00:52:35.760Z] [2021-02-12T00:52:35.760Z] Step 11/26 : FROM docker:20.10.0 [2021-02-12T00:52:35.760Z] 20.10.0: Pulling from library/docker [2021-02-12T00:52:45.909Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-12T00:52:45.909Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-12T00:52:45.909Z] ---> eeaf43b92773 [2021-02-12T00:52:45.909Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-12T00:52:45.909Z] ---> Running in f48f0cc50b7f [2021-02-12T00:52:46.887Z] Removing intermediate container d6ae4ed4c7ad [2021-02-12T00:52:46.887Z] ---> 9eb9ed1e8d3f [2021-02-12T00:52:46.887Z] [2021-02-12T00:52:46.887Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:52:46.887Z] ---> afeebe901d6b [2021-02-12T00:52:46.887Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-12T00:52:47.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:47.163Z] ---> Running in 9b06786ebfef [2021-02-12T00:52:47.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:47.776Z] Removing intermediate container 9b06786ebfef [2021-02-12T00:52:47.776Z] ---> cb488abc761a [2021-02-12T00:52:47.776Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-12T00:52:47.776Z] ---> Running in f0b6de97ee75 [2021-02-12T00:52:47.776Z] (1/2) Installing readline (8.0.4-r0) [2021-02-12T00:52:47.776Z] (2/2) Installing bash (5.0.17-r0) [2021-02-12T00:52:47.776Z] Executing bash-5.0.17-r0.post-install [2021-02-12T00:52:47.776Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:47.776Z] OK: 12 MiB in 22 packages [2021-02-12T00:52:48.381Z] Removing intermediate container f0b6de97ee75 [2021-02-12T00:52:48.381Z] ---> 78b93522857d [2021-02-12T00:52:48.381Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-12T00:52:48.381Z] ---> Running in fd21a86bd58c [2021-02-12T00:52:49.000Z] Removing intermediate container fd21a86bd58c [2021-02-12T00:52:49.000Z] ---> 6cfa00474464 [2021-02-12T00:52:49.000Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-12T00:52:49.000Z] Removing intermediate container f48f0cc50b7f [2021-02-12T00:52:49.000Z] ---> c10fa278c35d [2021-02-12T00:52:49.000Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-12T00:52:49.292Z] ---> Running in 6d2e3eb1e879 [2021-02-12T00:52:49.292Z] ---> Running in eb14a329a54c [2021-02-12T00:52:49.926Z] Removing intermediate container eb14a329a54c [2021-02-12T00:52:49.926Z] ---> e9702f7b77b3 [2021-02-12T00:52:49.926Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-12T00:52:49.926Z] ---> Running in 8ec4e859754f [2021-02-12T00:52:50.129Z] Removing intermediate container c9afeacccd4b [2021-02-12T00:52:50.129Z] ---> 5e210ac7e6b9 [2021-02-12T00:52:50.129Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:52:50.541Z] Removing intermediate container 8ec4e859754f [2021-02-12T00:52:50.542Z] ---> 02f9a917fd54 [2021-02-12T00:52:50.542Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-12T00:52:50.542Z] ---> Running in 07a86b9e4988 [2021-02-12T00:52:51.131Z] Removing intermediate container 07a86b9e4988 [2021-02-12T00:52:51.131Z] ---> a72e102bb855 [2021-02-12T00:52:51.131Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-12T00:52:51.342Z] ---> Running in ab621b32ae2f [2021-02-12T00:52:51.402Z] Removing intermediate container 6d2e3eb1e879 [2021-02-12T00:52:51.402Z] ---> c8d3b0028513 [2021-02-12T00:52:51.402Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-12T00:52:51.681Z] ---> Running in ec0bc380fba4 [2021-02-12T00:52:52.273Z] ---> b5b13bbf21f3 [2021-02-12T00:52:52.273Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-12T00:52:52.865Z] ---> 7c46fcd39618 [2021-02-12T00:52:52.865Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-12T00:52:52.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:53.838Z] ---> 4805d54c5bfc [2021-02-12T00:52:53.838Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-12T00:52:53.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:53.839Z] ---> Running in 32a78fe7b020 [2021-02-12T00:52:54.431Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-12T00:52:54.702Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-12T00:52:54.702Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-12T00:52:54.975Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-12T00:52:54.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:54.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:52:55.247Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-12T00:52:55.247Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-12T00:52:55.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:55.521Z] OK: 8 MiB in 20 packages [2021-02-12T00:52:55.521Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-12T00:52:55.521Z] (2/33) Installing expat (2.2.9-r1) [2021-02-12T00:52:55.521Z] (3/33) Installing libffi (3.3-r2) [2021-02-12T00:52:55.521Z] (4/33) Installing gdbm (1.13-r1) [2021-02-12T00:52:55.521Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-12T00:52:55.521Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-12T00:52:55.521Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-12T00:52:57.505Z] Removing intermediate container ec0bc380fba4 [2021-02-12T00:52:57.505Z] ---> 753d2829ef96 [2021-02-12T00:52:57.505Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:52:57.505Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-12T00:52:57.505Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-12T00:52:57.505Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-12T00:52:57.505Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-12T00:52:57.505Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-12T00:52:57.505Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-12T00:52:57.505Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-12T00:52:57.777Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-12T00:52:57.777Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-12T00:52:57.777Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-12T00:52:57.777Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-12T00:52:57.777Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-12T00:52:57.777Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-12T00:52:57.777Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-12T00:52:57.777Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-12T00:52:57.777Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-12T00:52:57.777Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-12T00:52:57.777Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-12T00:52:57.777Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-12T00:52:58.051Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-12T00:52:58.051Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-12T00:52:58.051Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-12T00:52:58.051Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-12T00:52:58.051Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-12T00:52:58.051Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-12T00:52:58.051Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-12T00:52:58.051Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:52:58.342Z] OK: 71 MiB in 55 packages [2021-02-12T00:52:58.342Z] ---> 73e6653eaf17 [2021-02-12T00:52:58.342Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-12T00:52:59.781Z] ---> 7e829b62f03f [2021-02-12T00:52:59.781Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-12T00:53:00.759Z] ---> d41e03d47bbd [2021-02-12T00:53:00.759Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-12T00:53:01.030Z] ---> Running in f4d0a02e1842 [2021-02-12T00:53:01.631Z] Removing intermediate container f4d0a02e1842 [2021-02-12T00:53:01.631Z] ---> 8ced70e14549 [2021-02-12T00:53:01.631Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:53:01.903Z] ---> Running in eac983d74bcd [2021-02-12T00:53:02.509Z] Removing intermediate container eac983d74bcd [2021-02-12T00:53:02.509Z] ---> 2a6881e6cfba [2021-02-12T00:53:02.509Z] Step 21/23 : LABEL arch=arm64 [2021-02-12T00:53:02.509Z] ---> Running in 13696ad04688 [2021-02-12T00:53:03.106Z] Removing intermediate container 13696ad04688 [2021-02-12T00:53:03.106Z] ---> 87f01a637940 [2021-02-12T00:53:03.106Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:53:03.377Z] ---> Running in 29de77560812 [2021-02-12T00:53:03.970Z] Removing intermediate container 29de77560812 [2021-02-12T00:53:03.970Z] ---> 0c5aa7c945a2 [2021-02-12T00:53:03.970Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:53:03.970Z] Removing intermediate container 32a78fe7b020 [2021-02-12T00:53:03.970Z] ---> 6e8ed87379ac [2021-02-12T00:53:03.970Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-12T00:53:04.242Z] ---> Running in d5261ae9d795 [2021-02-12T00:53:04.242Z] ---> Running in 34f3a7e2d1ec [2021-02-12T00:53:04.839Z] Removing intermediate container d5261ae9d795 [2021-02-12T00:53:04.839Z] ---> bd7cb769e05d [2021-02-12T00:53:04.839Z] [2021-02-12T00:53:05.111Z] Successfully built bd7cb769e05d [2021-02-12T00:53:05.111Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-12T00:53:09.391Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-12T00:53:09.391Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:53:10.812Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:53:10.812Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:53:14.210Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:53:14.210Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:53:16.173Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:53:16.173Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:53:16.765Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:53:16.765Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:53:17.360Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:53:17.632Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:53:19.060Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:53:19.060Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:53:19.331Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:53:19.331Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:53:21.067Z] ---> 275b0fde6749 [2021-02-12T00:53:21.068Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-12T00:53:21.068Z] ---> 9ed8ae11d547 [2021-02-12T00:53:21.068Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-12T00:53:21.068Z] ---> 08b4f994344d [2021-02-12T00:53:21.068Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-12T00:53:21.068Z] ---> Running in 500b52e8000a [2021-02-12T00:53:21.068Z] ---> Running in 86fec738c66f [2021-02-12T00:53:21.068Z] ---> Running in 7d9ce5bcfa80 [2021-02-12T00:53:21.359Z] ---> ca3e3b2f4885 [2021-02-12T00:53:21.359Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-12T00:53:21.689Z] ---> Running in 97177191d556 [2021-02-12T00:53:21.945Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:53:21.945Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:53:23.909Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:53:23.909Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:53:24.178Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T00:53:24.178Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:53:24.450Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:53:24.723Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:53:24.724Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:53:24.724Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T00:53:24.724Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T00:53:25.319Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:53:25.319Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:53:25.592Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:53:25.592Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:53:25.592Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:53:25.592Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:53:26.565Z] Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, texttable, docker-compose [2021-02-12T00:53:26.565Z] Running setup.py install for PyYAML: started [2021-02-12T00:53:28.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T00:53:28.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T00:53:28.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T00:53:28.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T00:53:29.179Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:53:29.180Z] Running setup.py install for dockerpty: started [2021-02-12T00:53:31.147Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:53:31.147Z] Attempting uninstall: idna [2021-02-12T00:53:31.147Z] Found existing installation: idna 2.9 [2021-02-12T00:53:31.147Z] Uninstalling idna-2.9: [2021-02-12T00:53:31.147Z] Successfully uninstalled idna-2.9 [2021-02-12T00:53:31.637Z] Collecting docker-compose==1.23.2 [2021-02-12T00:53:31.637Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-12T00:53:31.743Z] Attempting uninstall: urllib3 [2021-02-12T00:53:31.743Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:53:31.743Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:53:32.016Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:53:32.019Z] Collecting PyYAML<4,>=3.10 [2021-02-12T00:53:32.019Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-12T00:53:32.612Z] Attempting uninstall: requests [2021-02-12T00:53:32.612Z] Found existing installation: requests 2.23.0 [2021-02-12T00:53:32.612Z] Uninstalling requests-2.23.0: [2021-02-12T00:53:32.612Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:53:34.572Z] Running setup.py install for docopt: started [2021-02-12T00:53:36.490Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-12T00:53:36.490Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-12T00:53:36.532Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:53:36.532Z] Running setup.py install for texttable: started [2021-02-12T00:53:36.827Z] Collecting texttable<0.10,>=0.9.0 [2021-02-12T00:53:36.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-12T00:53:38.497Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:53:38.888Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-12T00:53:38.888Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-12T00:53:38.888Z] Collecting cached-property<2,>=1.2.0 [2021-02-12T00:53:38.888Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-12T00:53:39.188Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-12T00:53:39.188Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-12T00:53:39.476Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T00:53:40.899Z] Collecting jsonschema<3,>=2.5.1 [2021-02-12T00:53:40.899Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-12T00:53:41.184Z] Collecting docker<4.0,>=3.6.0 [2021-02-12T00:53:41.184Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-12T00:53:41.945Z] Collecting docopt<0.7,>=0.6.1 [2021-02-12T00:53:41.945Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-12T00:53:43.775Z] Removing intermediate container 34f3a7e2d1ec [2021-02-12T00:53:43.775Z] ---> 733c712ed7b6 [2021-02-12T00:53:43.775Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:53:43.775Z] ---> Running in cba299283b6f [2021-02-12T00:53:44.068Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-12T00:53:44.068Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-12T00:53:44.068Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-12T00:53:44.068Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-12T00:53:44.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:44.464Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-12T00:53:44.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-12T00:53:44.795Z] Collecting idna<2.8,>=2.5 [2021-02-12T00:53:44.795Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-12T00:53:45.145Z] Collecting docker-pycreds>=0.4.0 [2021-02-12T00:53:45.145Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-12T00:53:45.145Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-12T00:53:45.145Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-12T00:53:45.145Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-12T00:53:45.145Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-12T00:53:45.231Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:53:45.231Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:53:45.231Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:53:45.231Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:53:45.231Z] OK: 71 MiB in 58 packages [2021-02-12T00:53:45.858Z] Installing collected packages: PyYAML, websocket-client, texttable, urllib3, idna, requests, cached-property, dockerpty, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-02-12T00:53:45.858Z] Running setup.py install for PyYAML: started [2021-02-12T00:53:46.658Z] Removing intermediate container cba299283b6f [2021-02-12T00:53:46.658Z] ---> 7a00ee5e54f2 [2021-02-12T00:53:46.658Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:53:46.659Z] ---> Running in 6117fce1180b [2021-02-12T00:53:47.252Z] Removing intermediate container 6117fce1180b [2021-02-12T00:53:47.252Z] ---> 79ccfa69de3c [2021-02-12T00:53:47.252Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:53:47.252Z] ---> Running in 81d013ecc415 [2021-02-12T00:53:47.912Z] Removing intermediate container 81d013ecc415 [2021-02-12T00:53:47.912Z] ---> 383e6c1c1d53 [2021-02-12T00:53:47.912Z] Step 24/26 : LABEL arch=arm64 [2021-02-12T00:53:47.912Z] ---> Running in f78334b31b6f [2021-02-12T00:53:48.193Z] Removing intermediate container f78334b31b6f [2021-02-12T00:53:48.193Z] ---> 5f6165a12b80 [2021-02-12T00:53:48.193Z] Step 25/26 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:53:48.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-12T00:53:48.274Z] Running setup.py install for texttable: started [2021-02-12T00:53:48.487Z] ---> Running in 6e39741d9fef [2021-02-12T00:53:49.096Z] Removing intermediate container 6e39741d9fef [2021-02-12T00:53:49.096Z] ---> bf4c86ff82e2 [2021-02-12T00:53:49.096Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:53:49.096Z] ---> Running in bc629397f4c3 [2021-02-12T00:53:49.335Z] Running setup.py install for texttable: finished with status 'done' [2021-02-12T00:53:49.335Z] Attempting uninstall: urllib3 [2021-02-12T00:53:49.335Z] Found existing installation: urllib3 1.25.9 [2021-02-12T00:53:49.335Z] Uninstalling urllib3-1.25.9: [2021-02-12T00:53:49.694Z] Removing intermediate container bc629397f4c3 [2021-02-12T00:53:49.695Z] ---> 68c73655d073 [2021-02-12T00:53:49.695Z] [2021-02-12T00:53:49.970Z] Successfully built 68c73655d073 [2021-02-12T00:53:49.970Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-12T00:53:50.577Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-12T00:53:50.581Z] $ docker stop --time=1 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 [2021-02-12T00:53:51.145Z] Successfully uninstalled urllib3-1.25.9 [2021-02-12T00:53:52.523Z] $ docker rm -f 6ecb90edb2368ab02afde473c43d8f0a7c25f92754c8ed2d164d6ea86536e441 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:53:53.235Z] + docker images [2021-02-12T00:53:53.235Z] + grep docker [2021-02-12T00:53:53.507Z] docker-sys-mgmt-agent-go-arm64 latest 68c73655d073 4 seconds ago 300MB [2021-02-12T00:53:53.507Z] docker-core-data-go-arm64 latest bd7cb769e05d 49 seconds ago 21MB [2021-02-12T00:53:53.507Z] docker-core-metadata-go-arm64 latest 1036fa52ea60 About a minute ago 17.8MB [2021-02-12T00:53:53.507Z] docker-security-proxy-setup-go-arm64 latest 402ea5ba3996 About a minute ago 23.2MB [2021-02-12T00:53:53.507Z] docker-security-bootstrapper-go-arm64 latest 5821575065dc 4 minutes ago 17MB [2021-02-12T00:53:53.507Z] docker-support-scheduler-go-arm64 latest e4757495179d 4 minutes ago 16.1MB [2021-02-12T00:53:53.507Z] docker-support-notifications-go-arm64 latest cc8a02b77061 4 minutes ago 16.7MB [2021-02-12T00:53:53.507Z] docker-core-command-go-arm64 latest 7d1aa632c78e 4 minutes ago 16MB [2021-02-12T00:53:53.507Z] docker-security-secretstore-setup-go-arm64 latest cde6be1dd0b5 4 minutes ago 23.4MB [2021-02-12T00:53:53.507Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-12T00:53:55.167Z] Attempting uninstall: idna [2021-02-12T00:53:55.167Z] Found existing installation: idna 2.9 [2021-02-12T00:53:55.167Z] Uninstalling idna-2.9: [2021-02-12T00:53:55.492Z] Successfully uninstalled idna-2.9 [2021-02-12T00:53:56.860Z] Attempting uninstall: requests [2021-02-12T00:53:56.860Z] Found existing installation: requests 2.23.0 [2021-02-12T00:53:56.860Z] Uninstalling requests-2.23.0: [2021-02-12T00:53:56.860Z] Successfully uninstalled requests-2.23.0 [2021-02-12T00:53:58.140Z] Running setup.py install for dockerpty: started [2021-02-12T00:53:59.757Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-12T00:54:00.394Z] Running setup.py install for docopt: started [2021-02-12T00:54:01.432Z] Running setup.py install for docopt: finished with status 'done' [2021-02-12T00:54:01.765Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-12T00:54:11.266Z] Removing intermediate container ab621b32ae2f [2021-02-12T00:54:11.266Z] ---> 2b5839362cd1 [2021-02-12T00:54:11.266Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-12T00:54:11.995Z] ---> Running in 3061e89eb999 [2021-02-12T00:54:15.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:16.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:16.674Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:54:16.674Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-12T00:54:16.965Z] (3/3) Installing curl (7.69.1-r3) [2021-02-12T00:54:16.965Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:54:16.965Z] OK: 72 MiB in 58 packages [2021-02-12T00:54:23.964Z] Removing intermediate container 3061e89eb999 [2021-02-12T00:54:23.964Z] ---> 92d67d73787b [2021-02-12T00:54:23.964Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-12T00:54:23.964Z] ---> Running in 3703ab3d6013 [2021-02-12T00:54:26.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T00:54:26.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T00:54:26.134Z] Removing intermediate container 3703ab3d6013 [2021-02-12T00:54:26.134Z] ---> e5138186f1ce [2021-02-12T00:54:26.134Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:54:26.417Z] ---> Running in a4569c7dfe86 [2021-02-12T00:54:26.713Z] Removing intermediate container a4569c7dfe86 [2021-02-12T00:54:26.713Z] ---> 78d995244a0e [2021-02-12T00:54:26.713Z] Step 24/26 : LABEL arch=x86_64 [2021-02-12T00:54:27.068Z] ---> Running in 4fafc9edab8e [2021-02-12T00:54:28.347Z] Removing intermediate container 4fafc9edab8e [2021-02-12T00:54:28.347Z] ---> 7813ab9f1477 [2021-02-12T00:54:28.347Z] Step 25/26 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:54:28.682Z] ---> Running in d042fd08388f [2021-02-12T00:54:29.357Z] Removing intermediate container d042fd08388f [2021-02-12T00:54:29.357Z] ---> 73553cde19e7 [2021-02-12T00:54:29.357Z] Step 26/26 : LABEL version=0.0.0 [2021-02-12T00:54:30.549Z] ---> Running in 395aa4075cba [2021-02-12T00:54:32.184Z] Removing intermediate container 395aa4075cba [2021-02-12T00:54:32.184Z] ---> f99cdad26813 [2021-02-12T00:54:32.184Z] [2021-02-12T00:54:32.526Z] Successfully built f99cdad26813 [2021-02-12T00:54:33.148Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-12T00:54:34.927Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 500b52e8000a [2021-02-12T00:54:34.927Z] ---> a3271193f44d [2021-02-12T00:54:34.927Z] [2021-02-12T00:54:34.927Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:54:34.927Z] ---> 389fef711851 [2021-02-12T00:54:34.927Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:54:34.927Z] ---> Using cache [2021-02-12T00:54:34.927Z] ---> ee10dc46b390 [2021-02-12T00:54:34.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:54:34.928Z] ---> Using cache [2021-02-12T00:54:34.928Z] ---> 4088ee9e7f6f [2021-02-12T00:54:34.928Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-12T00:54:36.869Z] ---> Running in a33065a615ba [2021-02-12T00:54:41.051Z] Removing intermediate container 7d9ce5bcfa80 [2021-02-12T00:54:41.051Z] ---> f0bb8c959321 [2021-02-12T00:54:41.051Z] [2021-02-12T00:54:41.051Z] Step 10/24 : FROM alpine:3.12 [2021-02-12T00:54:41.051Z] Removing intermediate container 86fec738c66f [2021-02-12T00:54:41.051Z] ---> f8065bceac76 [2021-02-12T00:54:41.051Z] [2021-02-12T00:54:41.051Z] Step 10/21 : FROM alpine:3.12 [2021-02-12T00:54:41.051Z] ---> 389fef711851 [2021-02-12T00:54:41.051Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-12T00:54:41.051Z] ---> 389fef711851 [2021-02-12T00:54:41.051Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-12T00:54:41.051Z] Removing intermediate container a33065a615ba [2021-02-12T00:54:41.051Z] ---> 9b91b07f252e [2021-02-12T00:54:41.051Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:54:41.051Z] Removing intermediate container 97177191d556 [2021-02-12T00:54:41.051Z] ---> 285bbf40fa69 [2021-02-12T00:54:41.051Z] [2021-02-12T00:54:41.051Z] Step 10/23 : FROM alpine:3.12 [2021-02-12T00:54:41.051Z] ---> 389fef711851 [2021-02-12T00:54:41.051Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-12T00:54:41.051Z] ---> Using cache [2021-02-12T00:54:41.051Z] ---> ee10dc46b390 [2021-02-12T00:54:41.051Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-12T00:54:41.051Z] ---> Using cache [2021-02-12T00:54:41.051Z] ---> 4088ee9e7f6f [2021-02-12T00:54:41.051Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-12T00:54:41.051Z] ---> Running in dc958759a0f9 [2021-02-12T00:54:41.051Z] ---> Running in 050ca2ec6ffc [2021-02-12T00:54:41.051Z] ---> Running in d5362220ebf5 [2021-02-12T00:54:41.348Z] ---> Running in 4c8d1d1a1a82 [2021-02-12T00:54:42.066Z] Removing intermediate container d5362220ebf5 [2021-02-12T00:54:42.066Z] ---> ab767cb61998 [2021-02-12T00:54:42.066Z] Step 15/23 : WORKDIR / [2021-02-12T00:54:42.358Z] Removing intermediate container 4c8d1d1a1a82 [2021-02-12T00:54:42.358Z] ---> 6b2c8edd2ed1 [2021-02-12T00:54:42.358Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-12T00:54:42.758Z] ---> Running in b16437f4e956 [2021-02-12T00:54:42.758Z] ---> Running in f452fb07b9bd [2021-02-12T00:54:43.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:43.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:43.912Z] Removing intermediate container f452fb07b9bd [2021-02-12T00:54:43.912Z] ---> 007b10cea1dc [2021-02-12T00:54:43.912Z] Step 15/23 : WORKDIR / [2021-02-12T00:54:43.912Z] Removing intermediate container b16437f4e956 [2021-02-12T00:54:43.912Z] ---> b2264136a60f [2021-02-12T00:54:43.912Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:54:44.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:44.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-12T00:54:44.529Z] ---> Running in f75e168fc80f [2021-02-12T00:54:44.529Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-12T00:54:45.054Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:54:45.054Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-12T00:54:45.054Z] (4/5) Installing curl (7.69.1-r3) [2021-02-12T00:54:45.054Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-12T00:54:45.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:54:45.054Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:54:45.054Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-12T00:54:45.054Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-12T00:54:45.054Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-12T00:54:45.054Z] OK: 7 MiB in 19 packages [2021-02-12T00:54:45.054Z] (4/4) Installing curl (7.69.1-r3) [2021-02-12T00:54:45.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-12T00:54:45.054Z] Executing ca-certificates-20191127-r4.trigger [2021-02-12T00:54:45.054Z] OK: 7 MiB in 18 packages [2021-02-12T00:54:45.054Z] ---> a6e97c785191 [2021-02-12T00:54:45.054Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-12T00:54:45.512Z] Removing intermediate container f75e168fc80f [2021-02-12T00:54:45.512Z] ---> c7d52a1e6902 [2021-02-12T00:54:45.512Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-12T00:54:47.424Z] ---> d5dc47c348f4 [2021-02-12T00:54:47.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-12T00:54:48.214Z] ---> 08fbdd1ebd64 [2021-02-12T00:54:48.214Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-12T00:54:48.574Z] Removing intermediate container 050ca2ec6ffc [2021-02-12T00:54:48.574Z] ---> 1b8026c9c1d2 [2021-02-12T00:54:48.574Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:54:49.110Z] Removing intermediate container dc958759a0f9 [2021-02-12T00:54:49.110Z] ---> 757166ccd642 [2021-02-12T00:54:49.110Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-12T00:54:50.436Z] ---> Running in 7462233e5eee [2021-02-12T00:54:50.753Z] ---> Running in 0f9980612d78 [2021-02-12T00:54:51.084Z] ---> 65803cdc8f1a [2021-02-12T00:54:51.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-12T00:54:51.084Z] ---> 9472f7ea2853 [2021-02-12T00:54:51.084Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-12T00:54:51.465Z] ---> Running in 24c8d074b34c [2021-02-12T00:54:51.465Z] Removing intermediate container 0f9980612d78 [2021-02-12T00:54:51.465Z] ---> ab045b7ab40b [2021-02-12T00:54:51.465Z] Step 13/21 : WORKDIR /edgex [2021-02-12T00:54:51.465Z] Removing intermediate container 7462233e5eee [2021-02-12T00:54:51.465Z] ---> a3b11ddcb971 [2021-02-12T00:54:51.465Z] Step 13/24 : WORKDIR / [2021-02-12T00:54:52.167Z] ---> Running in efafb0a539cf [2021-02-12T00:54:52.167Z] ---> Running in 2443500c0977 [2021-02-12T00:54:52.454Z] Removing intermediate container 2443500c0977 [2021-02-12T00:54:52.454Z] ---> bf8f25f81fc2 [2021-02-12T00:54:52.454Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-12T00:54:52.454Z] Removing intermediate container efafb0a539cf [2021-02-12T00:54:52.454Z] ---> 2a8210df3ffb [2021-02-12T00:54:52.454Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-12T00:54:52.905Z] Removing intermediate container 24c8d074b34c [2021-02-12T00:54:52.905Z] ---> 6d69f7694b56 [2021-02-12T00:54:52.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:54:52.905Z] ---> e57dff47c299 [2021-02-12T00:54:52.905Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-12T00:54:53.285Z] ---> Running in 6931e81cd285 [2021-02-12T00:54:53.285Z] ---> Running in 452ededd2c80 [2021-02-12T00:54:54.129Z] ---> 5ba02403cf7c [2021-02-12T00:54:54.129Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-12T00:54:54.129Z] ---> 7163d52b1ce2 [2021-02-12T00:54:54.129Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-12T00:54:55.218Z] Removing intermediate container 452ededd2c80 [2021-02-12T00:54:55.218Z] ---> a34e32d16a55 [2021-02-12T00:54:55.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-12T00:54:55.521Z] Removing intermediate container 6931e81cd285 [2021-02-12T00:54:55.521Z] ---> e87d08c53c36 [2021-02-12T00:54:55.521Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:54:55.521Z] ---> Running in 921246dfab43 [2021-02-12T00:54:55.521Z] ---> d083f43c140b [2021-02-12T00:54:55.521Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-12T00:54:56.203Z] ---> ae409cfbb678 [2021-02-12T00:54:56.203Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-12T00:54:56.203Z] ---> Running in 4e4dc2564cce [2021-02-12T00:54:56.203Z] Removing intermediate container 921246dfab43 [2021-02-12T00:54:56.203Z] ---> 548e1013f84a [2021-02-12T00:54:56.203Z] Step 21/23 : LABEL arch=x86_64 [2021-02-12T00:54:56.471Z] Removing intermediate container 4e4dc2564cce [2021-02-12T00:54:56.471Z] ---> 8a96fce8a168 [2021-02-12T00:54:56.471Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:54:56.471Z] ---> Running in 470791451dba [2021-02-12T00:54:56.737Z] ---> 9063df9d9d4d [2021-02-12T00:54:56.737Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-12T00:54:57.046Z] ---> d61cb5ca5ac2 [2021-02-12T00:54:57.046Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-12T00:54:57.046Z] ---> Running in c6cfd81f4dda [2021-02-12T00:54:57.046Z] Removing intermediate container 470791451dba [2021-02-12T00:54:57.046Z] ---> 60ef77dcaa5e [2021-02-12T00:54:57.046Z] Step 22/23 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:54:57.334Z] ---> Running in 6140dca8fb96 [2021-02-12T00:54:57.334Z] ---> Running in 079591dfc6d7 [2021-02-12T00:54:57.941Z] Removing intermediate container c6cfd81f4dda [2021-02-12T00:54:57.941Z] ---> be7698dcef98 [2021-02-12T00:54:57.941Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:54:57.941Z] Removing intermediate container 6140dca8fb96 [2021-02-12T00:54:57.941Z] ---> 24d6bdf5d4b2 [2021-02-12T00:54:57.941Z] Step 18/21 : CMD ["--init=true"] [2021-02-12T00:54:58.319Z] Removing intermediate container 079591dfc6d7 [2021-02-12T00:54:58.319Z] ---> 943ac5ac943d [2021-02-12T00:54:58.319Z] Step 23/23 : LABEL version=0.0.0 [2021-02-12T00:54:58.319Z] ---> c8c7f26717cd [2021-02-12T00:54:58.319Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-12T00:54:58.319Z] ---> Running in 4be8398bb028 [2021-02-12T00:54:58.319Z] ---> Running in 1fa58485af25 [2021-02-12T00:54:58.693Z] ---> Running in 7906f8a653a0 [2021-02-12T00:54:58.986Z] Removing intermediate container 1fa58485af25 [2021-02-12T00:54:58.986Z] ---> 3f7f5760fa1d [2021-02-12T00:54:58.986Z] Step 19/21 : LABEL arch=x86_64 [2021-02-12T00:54:59.295Z] Removing intermediate container 4be8398bb028 [2021-02-12T00:54:59.295Z] ---> 4bcf07a126f0 [2021-02-12T00:54:59.295Z] [2021-02-12T00:54:59.295Z] Removing intermediate container 7906f8a653a0 [2021-02-12T00:54:59.295Z] ---> b3bb2e3c1455 [2021-02-12T00:54:59.295Z] [2021-02-12T00:54:59.639Z] ---> Running in 2f24161d9ff4 [2021-02-12T00:54:59.639Z] ---> 386ccc46ce8d [2021-02-12T00:54:59.639Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-12T00:54:59.996Z] Successfully built b3bb2e3c1455 [2021-02-12T00:54:59.996Z] Successfully built 4bcf07a126f0 [2021-02-12T00:54:59.996Z] Successfully tagged docker-core-metadata-go:latest [2021-02-12T00:54:59.996Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-02-12T00:55:00.294Z]  Building docker-core-command-go ... done Removing intermediate container 2f24161d9ff4 [2021-02-12T00:55:00.294Z] ---> c48f5892a60e [2021-02-12T00:55:00.294Z] Step 20/21 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:55:00.610Z] ---> Running in 9964a4817b13 [2021-02-12T00:55:00.925Z] ---> 013c995fece6 [2021-02-12T00:55:00.925Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-12T00:55:00.925Z] ---> Running in 0400e80cad33 [2021-02-12T00:55:01.268Z] Removing intermediate container 9964a4817b13 [2021-02-12T00:55:01.268Z] ---> 01c5bf63d50e [2021-02-12T00:55:01.268Z] Step 21/21 : LABEL version=0.0.0 [2021-02-12T00:55:01.268Z] ---> Running in 568047388c4c [2021-02-12T00:55:02.549Z] Removing intermediate container 568047388c4c [2021-02-12T00:55:02.549Z] ---> f454f3c0ab97 [2021-02-12T00:55:02.549Z] [2021-02-12T00:55:03.272Z] Successfully built f454f3c0ab97 [2021-02-12T00:55:03.774Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-12T00:55:06.353Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0400e80cad33 [2021-02-12T00:55:06.353Z] ---> 32802983e93c [2021-02-12T00:55:06.353Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-12T00:55:06.353Z] ---> Running in 027c9dbf740a [2021-02-12T00:55:06.353Z] Removing intermediate container 027c9dbf740a [2021-02-12T00:55:06.353Z] ---> 57ac0cd43635 [2021-02-12T00:55:06.353Z] Step 22/24 : LABEL arch=x86_64 [2021-02-12T00:55:06.650Z] ---> Running in 1b01883d83cb [2021-02-12T00:55:08.299Z] Removing intermediate container 1b01883d83cb [2021-02-12T00:55:08.300Z] ---> b1feda8bdb86 [2021-02-12T00:55:08.300Z] Step 23/24 : LABEL git_sha=a601625a0e18b4dc7bd3d87b643542def38a2dc5 [2021-02-12T00:55:08.300Z] ---> Running in 2f2a6f413eba [2021-02-12T00:55:09.076Z] Removing intermediate container 2f2a6f413eba [2021-02-12T00:55:09.076Z] ---> 8ef5d127c103 [2021-02-12T00:55:09.076Z] Step 24/24 : LABEL version=0.0.0 [2021-02-12T00:55:09.412Z] ---> Running in e160a0f0e2a5 [2021-02-12T00:55:09.714Z] Removing intermediate container e160a0f0e2a5 [2021-02-12T00:55:09.714Z] ---> 3afb782a38d1 [2021-02-12T00:55:09.714Z] [2021-02-12T00:55:10.031Z] Successfully built 3afb782a38d1 [2021-02-12T00:55:10.031Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-12T00:55:11.699Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-02-12T00:55:11.951Z] $ docker stop --time=1 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 [2021-02-12T00:55:16.490Z] $ docker rm -f 7eac09c9401f1403d9a38c909096fbbb2bb10af8756e4df8ec3b63f82fa77a37 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-12T00:55:17.399Z] + docker images [2021-02-12T00:55:17.399Z] + grep docker [2021-02-12T00:55:18.896Z] docker-security-secretstore-setup-go latest 3afb782a38d1 9 seconds ago 24.6MB [2021-02-12T00:55:18.896Z] docker-security-proxy-setup-go latest f454f3c0ab97 16 seconds ago 24.4MB [2021-02-12T00:55:18.896Z] docker-core-command-go latest 4bcf07a126f0 20 seconds ago 16.9MB [2021-02-12T00:55:18.896Z] docker-core-metadata-go latest b3bb2e3c1455 20 seconds ago 18.8MB [2021-02-12T00:55:18.896Z] docker-sys-mgmt-agent-go latest f99cdad26813 48 seconds ago 313MB [2021-02-12T00:55:18.896Z] docker-security-bootstrapper-go latest c2870273ec35 5 minutes ago 18MB [2021-02-12T00:55:18.896Z] docker-core-data-go latest d3031049792b 6 minutes ago 22.3MB [2021-02-12T00:55:18.896Z] docker-support-notifications-go latest 6ad980a905f0 7 minutes ago 17.6MB [2021-02-12T00:55:18.896Z] docker-support-scheduler-go latest 8b18b2439792 7 minutes ago 17MB [2021-02-12T00:55:18.896Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-12T00:55:35.408Z] Still waiting to schedule task [2021-02-12T00:55:35.408Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-12T00:56:28.712Z] Running on prd-ubuntu18.04-docker-8c-8g-26186 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-12T00:56:28.764Z] Running in /w/workspace/edgex-go/25 [Pipeline] { [Pipeline] checkout [2021-02-12T00:56:30.756Z] using credential edgex-jenkins-ssh [2021-02-12T00:56:30.803Z] Cloning the remote Git repository [2021-02-12T00:56:30.831Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:56:30.899Z] > git init /w/workspace/edgex-go/25 # timeout=10 [2021-02-12T00:56:30.931Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:56:30.931Z] > git --version # timeout=10 [2021-02-12T00:56:30.942Z] > git --version # 'git version 2.17.1' [2021-02-12T00:56:30.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:56:30.971Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:56:37.930Z] Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [2021-02-12T00:56:38.100Z] Merge succeeded, producing fb5363d37d9484710eaa4a9f9a896af1228de9db [2021-02-12T00:56:38.100Z] Checking out Revision fb5363d37d9484710eaa4a9f9a896af1228de9db (PR-3109) [2021-02-12T00:56:37.399Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:56:37.411Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-12T00:56:37.421Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-12T00:56:37.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-12T00:56:37.438Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:56:37.442Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-12T00:56:37.943Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:56:37.949Z] > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [2021-02-12T00:56:38.025Z] > git remote # timeout=10 [2021-02-12T00:56:38.032Z] > git config --get remote.origin.url # timeout=10 [2021-02-12T00:56:38.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-12T00:56:38.040Z] > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 [2021-02-12T00:56:38.096Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-12T00:56:38.106Z] > git config core.sparsecheckout # timeout=10 [2021-02-12T00:56:38.110Z] > git checkout -f fb5363d37d9484710eaa4a9f9a896af1228de9db # timeout=10 [2021-02-12T00:56:41.764Z] Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" [2021-02-12T00:56:41.770Z] > git rev-list --no-walk f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-12T00:56:42.936Z] + echo snap-build.sh [2021-02-12T00:56:42.936Z] snap-build.sh [2021-02-12T00:56:42.936Z] + SNAP_BASE_DIR=. [2021-02-12T00:56:42.936Z] + '[' '!' -z /w/workspace/edgex-go/25 ']' [2021-02-12T00:56:42.936Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/25 [2021-02-12T00:56:42.936Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/25]' [2021-02-12T00:56:42.936Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/25] [2021-02-12T00:56:42.936Z] + cd /w/workspace/edgex-go/25 [2021-02-12T00:56:42.936Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-12T00:56:42.936Z] Reading package lists... [2021-02-12T00:56:43.200Z] Building dependency tree... [2021-02-12T00:56:43.200Z] Reading state information... [2021-02-12T00:56:43.200Z] The following packages were automatically installed and are no longer required: [2021-02-12T00:56:43.200Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-12T00:56:43.200Z] uidmap xdelta3 [2021-02-12T00:56:43.200Z] Use 'sudo apt autoremove' to remove them. [2021-02-12T00:56:43.200Z] The following packages will be REMOVED: [2021-02-12T00:56:43.200Z] lxd* lxd-client* [2021-02-12T00:56:43.775Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-12T00:56:43.775Z] After this operation, 31.7 MB disk space will be freed. [2021-02-12T00:56:44.561Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-12T00:56:44.561Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:56:45.509Z] Removing lxd dnsmasq configuration [2021-02-12T00:56:45.509Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:56:45.772Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-12T00:56:46.719Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-12T00:56:46.719Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-12T00:56:46.719Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-12T00:56:48.111Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-12T00:56:48.111Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-12T00:56:49.507Z] + sudo snap remove --purge lxd [2021-02-12T00:56:49.507Z] snap "lxd" is not installed [2021-02-12T00:56:49.507Z] + sudo groupadd --force --system lxd [2021-02-12T00:56:49.507Z] ++ whoami [2021-02-12T00:56:49.507Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-12T00:56:49.770Z] + newgrp - lxd [2021-02-12T00:56:49.770Z] + sudo snap install lxd [2021-02-12T00:56:57.918Z] 2021-02-12T00:56:55Z INFO Waiting for automatic snapd restart... [2021-02-12T00:57:12.865Z] lxd 4.11 from Canonical* installed [2021-02-12T00:57:12.865Z] + sudo lxd init --auto [2021-02-12T00:57:22.867Z] + sudo snap install --classic snapcraft [2021-02-12T00:57:26.169Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:57:26.169Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-12T00:57:26.169Z] + patch --verbose -p1 [2021-02-12T00:57:26.169Z] Hmm... Looks like a unified diff to me... [2021-02-12T00:57:26.169Z] The text leading up to this was: [2021-02-12T00:57:26.169Z] -------------------------- [2021-02-12T00:57:26.169Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-12T00:57:26.169Z] |From: Tony Espy [2021-02-12T00:57:26.169Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-12T00:57:26.169Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-12T00:57:26.169Z] | [2021-02-12T00:57:26.169Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-12T00:57:26.169Z] |optimize the snap CI check run for pull requests. When [2021-02-12T00:57:26.169Z] |applied, it essentially strips out everything (apps and [2021-02-12T00:57:26.169Z] |parts) from the snapcraft.yaml file except those required [2021-02-12T00:57:26.169Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-12T00:57:26.169Z] |catch changes to edgex-go that break the snap build. [2021-02-12T00:57:26.169Z] | [2021-02-12T00:57:26.169Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-12T00:57:26.169Z] |to update this patch file, otherwise it may fail to apply, [2021-02-12T00:57:26.170Z] |resulting in a failed snap build CI check in the associated [2021-02-12T00:57:26.170Z] |pull request. [2021-02-12T00:57:26.170Z] | [2021-02-12T00:57:26.170Z] |Note - in addition to applying this patch, the pipeline also [2021-02-12T00:57:26.170Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-12T00:57:26.170Z] |need to build the finally binary .snap file (and it won't [2021-02-12T00:57:26.170Z] |work with the patch applied). This further reduces the build [2021-02-12T00:57:26.170Z] |time. [2021-02-12T00:57:26.170Z] |--- [2021-02-12T00:57:26.170Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-12T00:57:26.170Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-12T00:57:26.170Z] | [2021-02-12T00:57:26.170Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-12T00:57:26.170Z] |index 1e537489..faf42425 100644 [2021-02-12T00:57:26.170Z] |--- a/snap/snapcraft.yaml [2021-02-12T00:57:26.170Z] |+++ b/snap/snapcraft.yaml [2021-02-12T00:57:26.170Z] -------------------------- [2021-02-12T00:57:26.170Z] patching file snap/snapcraft.yaml [2021-02-12T00:57:26.170Z] Using Plan A... [2021-02-12T00:57:26.170Z] Hunk #1 succeeded at 73. [2021-02-12T00:57:26.170Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-12T00:57:26.170Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-12T00:57:26.170Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-12T00:57:26.170Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-12T00:57:26.170Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-12T00:57:26.170Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-12T00:57:26.170Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-12T00:57:26.170Z] Hmm... Ignoring the trailing garbage. [2021-02-12T00:57:26.170Z] done [2021-02-12T00:57:26.170Z] + sudo snapcraft prime --use-lxd [2021-02-12T00:57:27.557Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-12T00:57:27.557Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T00:57:27.557Z] - README.md [2021-02-12T00:57:27.557Z] - snapcraft.yaml.orig [2021-02-12T00:57:27.557Z] [2021-02-12T00:57:27.557Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:57:28.500Z] Launching a container. [2021-02-12T00:57:38.501Z] Waiting for container to be ready [2021-02-12T00:57:38.762Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-12T00:57:38.762Z] [2021-02-12T00:57:42.061Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-12T00:57:42.321Z] Waiting for network to be ready... [2021-02-12T00:57:42.890Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T00:57:42.890Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T00:57:42.890Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T00:57:42.890Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T00:57:42.890Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T00:57:42.890Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T00:57:42.890Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T00:57:42.890Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T00:57:42.890Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T00:57:43.151Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T00:57:43.412Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T00:57:43.412Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T00:57:43.673Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T00:57:43.673Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T00:57:43.673Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T00:57:43.673Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T00:57:43.673Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T00:57:43.673Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T00:57:44.244Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T00:57:44.244Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T00:57:44.503Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T00:57:44.504Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T00:57:44.504Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T00:57:44.504Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T00:57:44.504Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T00:57:44.504Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T00:57:44.764Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T00:57:46.676Z] Fetched 23.9 MB in 4s (6165 kB/s) [2021-02-12T00:57:47.247Z] Reading package lists... [2021-02-12T00:57:47.511Z] Reading package lists... [2021-02-12T00:57:47.772Z] Building dependency tree... [2021-02-12T00:57:47.772Z] Reading state information... [2021-02-12T00:57:47.772Z] The following additional packages will be installed: [2021-02-12T00:57:47.772Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:57:47.772Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:57:47.772Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:57:47.772Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-12T00:57:47.772Z] Suggested packages: [2021-02-12T00:57:47.772Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-12T00:57:47.772Z] Recommended packages: [2021-02-12T00:57:47.772Z] gnupg libsasl2-modules [2021-02-12T00:57:47.772Z] The following NEW packages will be installed: [2021-02-12T00:57:47.772Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-12T00:57:47.772Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-12T00:57:47.772Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-12T00:57:47.772Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-12T00:57:47.772Z] The following packages will be upgraded: [2021-02-12T00:57:47.772Z] gpg gpg-agent gpgconf libudev1 [2021-02-12T00:57:48.032Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-12T00:57:48.032Z] Need to get 3532 kB of archives. [2021-02-12T00:57:48.032Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-12T00:57:48.032Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-12T00:57:48.032Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-12T00:57:48.293Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-12T00:57:48.554Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-12T00:57:48.814Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-12T00:57:48.814Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-12T00:57:48.814Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-12T00:57:48.814Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-12T00:57:48.814Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-12T00:57:48.814Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-12T00:57:48.814Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-12T00:57:48.814Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-12T00:57:48.814Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-12T00:57:48.814Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-12T00:57:48.814Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-12T00:57:48.814Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-12T00:57:48.814Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-12T00:57:48.814Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-12T00:57:48.814Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-12T00:57:48.814Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-12T00:57:48.814Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-12T00:57:48.814Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-12T00:57:49.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:57:49.076Z] Fetched 3532 kB in 1s (3231 kB/s) [2021-02-12T00:57:49.076Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:57:49.076Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:57:49.076Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:57:49.336Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:57:49.336Z] Selecting previously unselected package udev. [2021-02-12T00:57:49.336Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-12T00:57:49.336Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:57:49.336Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-12T00:57:49.597Z] Selecting previously unselected package libfuse2:amd64. [2021-02-12T00:57:49.597Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:57:49.597Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:57:49.858Z] Selecting previously unselected package fuse. [2021-02-12T00:57:49.858Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-12T00:57:49.858Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:57:49.858Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:57:49.858Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:57:50.119Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:57:50.119Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:57:50.380Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:57:50.380Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:57:50.380Z] Selecting previously unselected package libksba8:amd64. [2021-02-12T00:57:50.380Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-12T00:57:50.380Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:57:50.380Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-12T00:57:50.380Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.380Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:50.641Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-12T00:57:50.641Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.641Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:50.641Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-12T00:57:50.641Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.641Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:50.901Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-12T00:57:50.901Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.901Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:50.901Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-12T00:57:50.901Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.901Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:50.901Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-12T00:57:50.901Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:50.901Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:51.162Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-12T00:57:51.162Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:51.162Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:51.162Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-12T00:57:51.162Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:51.162Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:51.423Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-12T00:57:51.423Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-12T00:57:51.423Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:51.423Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-12T00:57:51.423Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:57:51.423Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:57:51.423Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-12T00:57:51.423Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-12T00:57:51.423Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:57:51.688Z] Selecting previously unselected package libldap-common. [2021-02-12T00:57:51.688Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-12T00:57:51.688Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:57:51.688Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-12T00:57:51.688Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-12T00:57:51.688Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:57:51.688Z] Selecting previously unselected package dirmngr. [2021-02-12T00:57:51.688Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:57:51.688Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:57:51.949Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:57:51.949Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-12T00:57:51.949Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-12T00:57:51.950Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:57:51.950Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-12T00:57:51.950Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-12T00:57:52.211Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.211Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-12T00:57:52.211Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:57:52.211Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-12T00:57:52.471Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-12T00:57:52.730Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.730Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-12T00:57:52.730Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-12T00:57:52.992Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-12T00:57:52.992Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-12T00:57:52.992Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-12T00:57:53.254Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-12T00:57:53.254Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:57:53.514Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-12T00:57:53.514Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-12T00:57:53.514Z] This means they are not meant to be enabled using systemctl. [2021-02-12T00:57:53.514Z] Possible reasons for having this kind of units are: [2021-02-12T00:57:53.514Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-12T00:57:53.514Z] .wants/ or .requires/ directory. [2021-02-12T00:57:53.514Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-12T00:57:53.514Z] a requirement dependency on it. [2021-02-12T00:57:53.514Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-12T00:57:53.514Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-12T00:57:53.515Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-12T00:57:53.515Z] instance name specified. [2021-02-12T00:57:53.775Z] Reading package lists... [2021-02-12T00:57:54.037Z] Building dependency tree... [2021-02-12T00:57:54.037Z] Reading state information... [2021-02-12T00:57:54.037Z] The following additional packages will be installed: [2021-02-12T00:57:54.037Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-12T00:57:54.037Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-12T00:57:54.037Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-12T00:57:54.037Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-12T00:57:54.037Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-12T00:57:54.037Z] Suggested packages: [2021-02-12T00:57:54.037Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-12T00:57:54.037Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-12T00:57:54.037Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-12T00:57:54.037Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-12T00:57:54.037Z] systemd-container policykit-1 [2021-02-12T00:57:54.037Z] Recommended packages: [2021-02-12T00:57:54.037Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-12T00:57:54.297Z] The following NEW packages will be installed: [2021-02-12T00:57:54.297Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-12T00:57:54.297Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-12T00:57:54.297Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-12T00:57:54.297Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-12T00:57:54.297Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-12T00:57:54.297Z] The following packages will be upgraded: [2021-02-12T00:57:54.297Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-12T00:57:54.297Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-12T00:57:54.297Z] Need to get 35.2 MB of archives. [2021-02-12T00:57:54.297Z] After this operation, 141 MB of additional disk space will be used. [2021-02-12T00:57:54.297Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-12T00:57:54.297Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-12T00:57:54.297Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-12T00:57:54.297Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-12T00:57:54.557Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-12T00:57:54.557Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-12T00:57:54.557Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-12T00:57:54.557Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-12T00:57:54.557Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-12T00:57:54.557Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-12T00:57:54.557Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-12T00:57:54.557Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-12T00:57:54.557Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-12T00:57:54.557Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-12T00:57:54.557Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-12T00:57:54.557Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-12T00:57:54.557Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-12T00:57:54.557Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-12T00:57:54.557Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-12T00:57:55.499Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-12T00:57:55.499Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-12T00:57:55.499Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-12T00:57:55.499Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-12T00:57:55.499Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-12T00:57:55.499Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-12T00:57:55.499Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-12T00:57:55.499Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-12T00:57:55.499Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-12T00:57:55.499Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-12T00:57:55.499Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-12T00:57:55.760Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:57:55.760Z] Fetched 35.2 MB in 1s (26.3 MB/s) [2021-02-12T00:57:55.760Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:57:55.760Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:57:55.760Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:57:56.701Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:57:56.701Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:57:56.701Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-12T00:57:56.701Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:57:56.701Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:57:56.963Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:57:56.963Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-12T00:57:57.224Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-12T00:57:57.225Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-12T00:57:57.225Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-12T00:57:57.485Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-12T00:57:57.485Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-12T00:57:58.057Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-12T00:57:58.057Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-12T00:57:58.057Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:57:58.057Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:57:58.318Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-12T00:57:58.318Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:57:58.318Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:57:58.318Z] Selecting previously unselected package libexpat1:amd64. [2021-02-12T00:57:58.318Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-12T00:57:58.579Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:57:58.579Z] Selecting previously unselected package python3.6-minimal. [2021-02-12T00:57:58.579Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:57:58.579Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:57:58.841Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:57:58.841Z] Checking for services that may need to be restarted...done. [2021-02-12T00:57:58.841Z] Checking for services that may need to be restarted...done. [2021-02-12T00:57:59.102Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:57:59.102Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-12T00:57:59.102Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:57:59.672Z] Selecting previously unselected package python3-minimal. [2021-02-12T00:57:59.672Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-12T00:57:59.672Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:57:59.672Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:57:59.672Z] Selecting previously unselected package mime-support. [2021-02-12T00:57:59.672Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-12T00:57:59.672Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-12T00:57:59.672Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-12T00:57:59.672Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-12T00:57:59.672Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:57:59.934Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-12T00:57:59.934Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:57:59.934Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:58:00.196Z] Selecting previously unselected package python3.6. [2021-02-12T00:58:00.196Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-12T00:58:00.196Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:58:00.196Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-12T00:58:00.196Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:58:00.196Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:58:00.196Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-12T00:58:00.456Z] Selecting previously unselected package python3. [2021-02-12T00:58:00.456Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-12T00:58:00.456Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-12T00:58:00.456Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-12T00:58:00.456Z] Selecting previously unselected package multiarch-support. [2021-02-12T00:58:00.456Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:00.456Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:58:00.717Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-12T00:58:00.717Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-12T00:58:00.717Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-12T00:58:00.717Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-12T00:58:00.717Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:58:00.978Z] Selecting previously unselected package libbsd0:amd64. [2021-02-12T00:58:00.978Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-12T00:58:00.978Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:58:00.978Z] Selecting previously unselected package sudo. [2021-02-12T00:58:00.978Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:00.978Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:58:01.238Z] Selecting previously unselected package apparmor. [2021-02-12T00:58:01.238Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:58:01.238Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:58:01.238Z] Selecting previously unselected package libedit2:amd64. [2021-02-12T00:58:01.238Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-12T00:58:01.238Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:58:01.500Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-12T00:58:01.500Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:58:01.500Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:01.500Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-12T00:58:01.500Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:58:01.500Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:01.761Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-12T00:58:01.761Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-12T00:58:01.761Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:58:02.331Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-12T00:58:02.331Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:58:02.331Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:02.331Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-12T00:58:02.331Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-12T00:58:02.331Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:02.592Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-12T00:58:02.592Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-12T00:58:02.592Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:58:02.592Z] Selecting previously unselected package openssh-client. [2021-02-12T00:58:02.592Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-12T00:58:02.592Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:58:02.852Z] Selecting previously unselected package squashfs-tools. [2021-02-12T00:58:02.853Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:58:02.853Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:58:02.853Z] Selecting previously unselected package snapd. [2021-02-12T00:58:02.853Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-12T00:58:03.112Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-12T00:58:05.029Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-12T00:58:05.029Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-12T00:58:05.029Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-12T00:58:05.029Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-12T00:58:05.029Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-12T00:58:05.289Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:05.289Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:58:05.289Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-12T00:58:05.289Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-12T00:58:05.858Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-12T00:58:06.122Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-12T00:58:06.122Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-12T00:58:06.122Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:58:06.122Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:06.122Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-12T00:58:06.695Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-12T00:58:06.695Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:06.695Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-12T00:58:06.959Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-12T00:58:06.959Z] running python rtupdate hooks for python3.6... [2021-02-12T00:58:06.959Z] running python post-rtupdate hooks for python3.6... [2021-02-12T00:58:06.959Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-12T00:58:09.509Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-12T00:58:09.509Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-12T00:58:09.509Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-12T00:58:09.770Z] Setting up snapd (2.48.3+18.04) ... [2021-02-12T00:58:10.031Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-12T00:58:10.292Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-12T00:58:10.559Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-12T00:58:10.559Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-12T00:58:10.819Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:58:10.819Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-12T00:58:11.078Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-12T00:58:11.078Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-12T00:58:11.339Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-12T00:58:11.599Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-12T00:58:11.599Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-12T00:58:11.599Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-12T00:58:11.861Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:58:12.803Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:58:12.803Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:58:12.803Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:58:14.008Z] Reading package lists... [2021-02-12T00:58:14.008Z] Reading package lists... [2021-02-12T00:58:14.269Z] Building dependency tree... [2021-02-12T00:58:14.269Z] Reading state information... [2021-02-12T00:58:14.269Z] Calculating upgrade... [2021-02-12T00:58:14.269Z] The following packages will be upgraded: [2021-02-12T00:58:14.269Z] advancecomp base-files bash binutils binutils-common [2021-02-12T00:58:14.269Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-12T00:58:14.269Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-12T00:58:14.269Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-12T00:58:14.269Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-12T00:58:14.269Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-12T00:58:14.269Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-12T00:58:14.269Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-12T00:58:14.269Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-12T00:58:14.269Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-12T00:58:14.269Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-12T00:58:14.269Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-12T00:58:14.269Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-12T00:58:14.269Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-12T00:58:14.269Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-12T00:58:14.529Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:58:14.529Z] Need to get 63.8 MB of archives. [2021-02-12T00:58:14.529Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-12T00:58:14.529Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-12T00:58:14.529Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-12T00:58:15.101Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-12T00:58:15.361Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-12T00:58:15.361Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-12T00:58:15.361Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-12T00:58:15.362Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-12T00:58:15.362Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-12T00:58:15.362Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-12T00:58:15.362Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-12T00:58:15.362Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-12T00:58:15.362Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-12T00:58:15.362Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-12T00:58:15.362Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-12T00:58:15.362Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-12T00:58:15.362Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-12T00:58:15.362Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-12T00:58:15.362Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-12T00:58:15.362Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-12T00:58:15.362Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-12T00:58:15.362Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-12T00:58:15.362Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-12T00:58:15.362Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-12T00:58:15.362Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-12T00:58:15.362Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-12T00:58:15.623Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-12T00:58:15.623Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-12T00:58:15.623Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-12T00:58:15.623Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-12T00:58:15.623Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-12T00:58:15.623Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-12T00:58:15.623Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-12T00:58:15.623Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-12T00:58:15.891Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-12T00:58:15.891Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-12T00:58:15.891Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-12T00:58:15.891Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-12T00:58:15.891Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-12T00:58:15.891Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-12T00:58:15.891Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-12T00:58:15.891Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-12T00:58:15.891Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-12T00:58:15.891Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-12T00:58:15.891Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-12T00:58:15.891Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-12T00:58:15.891Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-12T00:58:15.891Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-12T00:58:15.891Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-12T00:58:15.891Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-12T00:58:15.891Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-12T00:58:15.891Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-12T00:58:15.891Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-12T00:58:15.891Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-12T00:58:15.891Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-12T00:58:15.891Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-12T00:58:15.891Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-12T00:58:15.891Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-12T00:58:15.891Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-12T00:58:15.891Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-12T00:58:15.891Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-12T00:58:15.891Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-12T00:58:15.891Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-12T00:58:16.151Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-12T00:58:16.151Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-12T00:58:16.151Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-12T00:58:16.151Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-12T00:58:16.151Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-12T00:58:16.151Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-12T00:58:16.151Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-12T00:58:16.151Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-12T00:58:16.151Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-12T00:58:16.151Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-12T00:58:16.151Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-12T00:58:16.151Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-12T00:58:16.151Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-12T00:58:16.151Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-12T00:58:16.151Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-12T00:58:16.151Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-12T00:58:16.151Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-12T00:58:16.151Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-12T00:58:16.151Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-12T00:58:16.151Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-12T00:58:16.151Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-12T00:58:16.445Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-12T00:58:16.445Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-12T00:58:16.445Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-12T00:58:16.445Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-12T00:58:16.445Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-12T00:58:16.445Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-12T00:58:16.445Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-12T00:58:16.710Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-12T00:58:16.980Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-12T00:58:16.980Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-12T00:58:16.980Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-12T00:58:17.251Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-12T00:58:17.251Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-12T00:58:17.251Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-12T00:58:17.251Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-12T00:58:17.251Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-12T00:58:17.520Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:58:17.520Z] Fetched 63.8 MB in 3s (22.0 MB/s) [2021-02-12T00:58:17.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:17.520Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:17.520Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:58:18.107Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:18.107Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:58:18.370Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-12T00:58:18.630Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-12T00:58:19.228Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:19.567Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:19.567Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:19.567Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:19.838Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:19.838Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:19.838Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:19.838Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.099Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.099Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.099Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.099Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.360Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.360Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.360Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:20.632Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:58:20.632Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.632Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.632Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:20.893Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:58:20.893Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.893Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:20.893Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:20.893Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:21.178Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:21.178Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-12T00:58:21.441Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:21.441Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:58:21.441Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:21.704Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:58:22.278Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:58:22.538Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-12T00:58:22.538Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-12T00:58:22.538Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-12T00:58:22.538Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-12T00:58:22.538Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-12T00:58:22.798Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-12T00:58:22.798Z] Installing new version of config file /etc/issue ... [2021-02-12T00:58:22.798Z] Installing new version of config file /etc/issue.net ... [2021-02-12T00:58:22.798Z] Installing new version of config file /etc/lsb-release ... [2021-02-12T00:58:22.798Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-12T00:58:23.060Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-12T00:58:23.060Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-12T00:58:23.322Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-12T00:58:23.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:23.322Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-12T00:58:23.322Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-12T00:58:23.583Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-12T00:58:23.583Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-12T00:58:23.583Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:23.583Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:23.845Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:23.845Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:23.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:23.845Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-12T00:58:24.105Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-12T00:58:24.105Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-12T00:58:24.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:24.366Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-12T00:58:24.366Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:58:24.627Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-12T00:58:24.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:24.627Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:58:24.627Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:58:24.888Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:58:24.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:24.888Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:58:25.148Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:58:25.148Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-12T00:58:25.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:25.409Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-12T00:58:25.409Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-12T00:58:25.409Z] Setting up grep (3.1-2build1) ... [2021-02-12T00:58:25.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:25.409Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:58:25.409Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:58:25.669Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-12T00:58:25.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:25.931Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:58:25.931Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:58:25.931Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-12T00:58:26.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:26.191Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:58:26.191Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:58:26.762Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:58:26.762Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:58:26.762Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-12T00:58:26.762Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:58:27.342Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-12T00:58:27.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:27.603Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-12T00:58:27.603Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-12T00:58:28.545Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:58:28.807Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:58:29.067Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-12T00:58:29.067Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-12T00:58:29.067Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:58:29.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:29.329Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-12T00:58:29.329Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-12T00:58:29.329Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-12T00:58:29.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:29.590Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:29.590Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:29.590Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:29.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:29.850Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:29.850Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:29.850Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:29.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:29.850Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:30.111Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:30.111Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:30.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:30.111Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:30.111Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:30.373Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:30.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:30.373Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:58:30.373Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:58:30.634Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:58:30.634Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:58:30.634Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:58:30.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:30.895Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-12T00:58:30.895Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:58:30.895Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:58:31.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:31.156Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:31.156Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:31.156Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:31.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:31.156Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:31.156Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:31.418Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:31.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:31.419Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:31.680Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:31.942Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:32.203Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-12T00:58:32.774Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-12T00:58:32.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:32.774Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-12T00:58:32.774Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-12T00:58:33.035Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:58:33.035Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-12T00:58:33.035Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-12T00:58:33.296Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-12T00:58:33.296Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-12T00:58:33.556Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:33.556Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-12T00:58:33.556Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-12T00:58:33.556Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-12T00:58:33.818Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:33.818Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-12T00:58:34.080Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:58:34.080Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:58:34.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:34.341Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-12T00:58:34.341Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-12T00:58:34.341Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-12T00:58:34.606Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:34.606Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:58:34.606Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:58:34.606Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:58:34.867Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:34.867Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:58:34.867Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:58:34.867Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:58:35.128Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:35.128Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-12T00:58:35.128Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:58:35.389Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:58:35.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:35.389Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-12T00:58:35.389Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-12T00:58:35.650Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-12T00:58:35.650Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-12T00:58:35.650Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:58:35.914Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:58:35.914Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:58:35.914Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:35.914Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-12T00:58:35.914Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-12T00:58:36.174Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-12T00:58:36.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:36.175Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-12T00:58:36.436Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-12T00:58:36.436Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-12T00:58:36.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:36.697Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-12T00:58:36.697Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-12T00:58:36.697Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-12T00:58:36.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:36.957Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-12T00:58:36.957Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-12T00:58:36.957Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-12T00:58:37.219Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:37.219Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-12T00:58:37.219Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-12T00:58:37.479Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-12T00:58:37.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:37.740Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-12T00:58:37.740Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-12T00:58:37.740Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-12T00:58:38.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:38.001Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-12T00:58:38.001Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-12T00:58:38.339Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-12T00:58:38.339Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:38.339Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-12T00:58:38.339Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-12T00:58:38.339Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-12T00:58:38.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:38.712Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-12T00:58:38.712Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-12T00:58:38.712Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-12T00:58:38.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:38.712Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-12T00:58:38.712Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-12T00:58:39.043Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-12T00:58:39.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:39.359Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:58:39.359Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-12T00:58:39.359Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-12T00:58:39.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-12T00:58:39.359Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-12T00:58:39.359Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-12T00:58:39.671Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-12T00:58:39.671Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-12T00:58:39.671Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:58:39.671Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:58:39.671Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-12T00:58:39.671Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-12T00:58:39.933Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-12T00:58:39.933Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-12T00:58:40.193Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-12T00:58:40.193Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-12T00:58:40.458Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-12T00:58:40.458Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-12T00:58:40.458Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-12T00:58:40.724Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-12T00:58:40.724Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-12T00:58:40.724Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-12T00:58:40.724Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-12T00:58:40.986Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-12T00:58:40.986Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-12T00:58:40.986Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-12T00:58:41.256Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-12T00:58:41.256Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-12T00:58:41.256Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-12T00:58:41.256Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-12T00:58:41.516Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-12T00:58:41.516Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-12T00:58:42.459Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-12T00:58:42.459Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-12T00:58:42.459Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-12T00:58:42.459Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-12T00:58:42.719Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:58:42.719Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:58:42.980Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:58:43.240Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:58:43.240Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:58:43.240Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:58:43.501Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-12T00:58:43.501Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-12T00:58:43.501Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:43.761Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:43.761Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:43.761Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:44.022Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:44.022Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:44.022Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:44.022Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:44.961Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:44.961Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:45.909Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:45.909Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:46.481Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:46.481Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:47.054Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:47.054Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:47.623Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-12T00:58:47.890Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-12T00:58:47.890Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:58:47.890Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:58:48.151Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:58:48.151Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:58:48.151Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-12T00:58:48.411Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-12T00:58:48.411Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-12T00:58:48.411Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-12T00:58:48.672Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:58:48.672Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:58:48.672Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-12T00:58:48.672Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-12T00:58:48.932Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-12T00:58:48.932Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-12T00:58:49.200Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.200Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-12T00:58:49.200Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.200Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.200Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.200Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-12T00:58:49.200Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-12T00:58:49.462Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-12T00:58:49.462Z] [2021-02-12T00:58:49.462Z] Current default time zone: 'Etc/UTC' [2021-02-12T00:58:49.462Z] Local time is now: Fri Feb 12 00:58:49 UTC 2021. [2021-02-12T00:58:49.462Z] Universal Time is now: Fri Feb 12 00:58:49 UTC 2021. [2021-02-12T00:58:49.462Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-12T00:58:49.462Z] [2021-02-12T00:58:49.462Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-12T00:58:49.723Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.723Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-12T00:58:49.723Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-12T00:58:49.723Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-12T00:58:49.723Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-12T00:58:49.723Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:58:49.723Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:58:49.723Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-12T00:58:49.723Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-12T00:58:49.723Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:49.983Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-12T00:58:50.243Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:50.243Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:58:50.243Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:50.243Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-12T00:58:50.243Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-12T00:58:50.243Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-12T00:58:50.243Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-12T00:58:50.243Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-12T00:58:50.243Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-12T00:58:50.503Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:58:50.503Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-12T00:58:52.416Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:58:52.986Z] 23 added, 27 removed; done. [2021-02-12T00:58:52.986Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-12T00:58:52.986Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-12T00:58:52.986Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-12T00:58:53.247Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-12T00:58:53.247Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-12T00:58:53.247Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.247Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:58:53.247Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.507Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.507Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.507Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.507Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.507Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-12T00:58:53.507Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:58:53.769Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:58:53.769Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-12T00:58:53.769Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-12T00:58:53.769Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.769Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-12T00:58:53.769Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:58:54.029Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-12T00:58:54.029Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-12T00:58:54.029Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:58:54.029Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-12T00:58:54.289Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-12T00:58:54.289Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-12T00:58:54.289Z] Updating certificates in /etc/ssl/certs... [2021-02-12T00:58:54.863Z] 0 added, 0 removed; done. [2021-02-12T00:58:54.863Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-12T00:58:54.863Z] done. [2021-02-12T00:58:55.124Z] Reading package lists... [2021-02-12T00:58:55.384Z] Building dependency tree... [2021-02-12T00:58:55.384Z] Reading state information... [2021-02-12T00:58:55.644Z] The following NEW packages will be installed: [2021-02-12T00:58:55.644Z] apt-transport-https [2021-02-12T00:58:55.644Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:58:55.644Z] Need to get 1696 B of archives. [2021-02-12T00:58:55.644Z] After this operation, 153 kB of additional disk space will be used. [2021-02-12T00:58:55.644Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-12T00:58:55.644Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:58:55.644Z] Fetched 1696 B in 0s (29.9 kB/s) [2021-02-12T00:58:55.644Z] Selecting previously unselected package apt-transport-https. [2021-02-12T00:58:55.644Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-12T00:58:55.905Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-12T00:58:55.905Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:58:55.905Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-12T00:58:56.170Z] Waiting for network to be ready... [2021-02-12T00:59:01.456Z] 2021-02-12T00:58:59Z INFO Waiting for automatic snapd restart... [2021-02-12T00:59:01.456Z] snapd 2.48.2.1 from Canonical* installed [2021-02-12T00:59:01.456Z] "snapd" switched to the "latest/stable" channel [2021-02-12T00:59:01.456Z] [2021-02-12T00:59:04.030Z] core18 20210128 from Canonical* installed [2021-02-12T00:59:04.030Z] "core18" switched to the "latest/stable" channel [2021-02-12T00:59:04.030Z] [2021-02-12T00:59:07.359Z] snapcraft 4.5.1 from Canonical* installed [2021-02-12T00:59:07.359Z] "snapcraft" switched to the "latest/stable" channel [2021-02-12T00:59:07.359Z] [2021-02-12T00:59:10.658Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-12T00:59:10.658Z] - README.md [2021-02-12T00:59:10.658Z] - snapcraft.yaml.orig [2021-02-12T00:59:10.658Z] [2021-02-12T00:59:10.658Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-12T00:59:17.248Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:59:17.248Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T00:59:17.248Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T00:59:17.248Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T00:59:18.449Z] Reading package lists... [2021-02-12T00:59:18.710Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-12T00:59:25.293Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:59:25.293Z] Reading package lists... [2021-02-12T00:59:25.293Z] Building dependency tree... [2021-02-12T00:59:25.293Z] Reading state information... [2021-02-12T00:59:25.293Z] Suggested packages: [2021-02-12T00:59:25.293Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-12T00:59:25.293Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-12T00:59:25.293Z] Recommended packages: [2021-02-12T00:59:25.293Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-12T00:59:25.293Z] The following NEW packages will be installed: [2021-02-12T00:59:25.293Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-12T00:59:25.293Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-12T00:59:25.293Z] pkg-config zip [2021-02-12T00:59:25.293Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-12T00:59:25.293Z] Need to get 7655 kB of archives. [2021-02-12T00:59:25.293Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-12T00:59:25.293Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-12T00:59:25.293Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-12T00:59:25.293Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-12T00:59:25.293Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-12T00:59:25.293Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-12T00:59:25.293Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-12T00:59:25.293Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-12T00:59:25.554Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-12T00:59:25.554Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-12T00:59:25.554Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-12T00:59:25.554Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-12T00:59:25.815Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-12T00:59:25.815Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-12T00:59:25.815Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-12T00:59:25.815Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-12T00:59:26.076Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-12T00:59:26.076Z] Fetched 7655 kB in 1s (9428 kB/s) [2021-02-12T00:59:26.076Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-12T00:59:26.076Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-12T00:59:26.076Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-12T00:59:26.076Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:59:26.337Z] Selecting previously unselected package libpsl5:amd64. [2021-02-12T00:59:26.337Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-12T00:59:26.337Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:59:26.337Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-12T00:59:26.337Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-12T00:59:26.337Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:59:26.337Z] Selecting previously unselected package librtmp1:amd64. [2021-02-12T00:59:26.337Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-12T00:59:26.337Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:59:26.596Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-12T00:59:26.596Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-12T00:59:26.596Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:59:26.596Z] Selecting previously unselected package liberror-perl. [2021-02-12T00:59:26.596Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-12T00:59:26.596Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-12T00:59:26.596Z] Selecting previously unselected package git-man. [2021-02-12T00:59:26.596Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-12T00:59:26.596Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:59:26.857Z] Selecting previously unselected package git. [2021-02-12T00:59:26.857Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-12T00:59:26.857Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:59:27.799Z] Selecting previously unselected package libnorm1:amd64. [2021-02-12T00:59:27.799Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-12T00:59:27.799Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:59:27.799Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-12T00:59:27.799Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-12T00:59:27.799Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:59:27.799Z] Selecting previously unselected package libsodium23:amd64. [2021-02-12T00:59:27.799Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-12T00:59:27.799Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:59:28.060Z] Selecting previously unselected package libzmq5:amd64. [2021-02-12T00:59:28.060Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:59:28.060Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:59:28.060Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-12T00:59:28.060Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-12T00:59:28.060Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:59:28.321Z] Selecting previously unselected package pkg-config. [2021-02-12T00:59:28.321Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-12T00:59:28.321Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:59:28.321Z] Selecting previously unselected package zip. [2021-02-12T00:59:28.321Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-12T00:59:28.321Z] Unpacking zip (3.0-11build1) ... [2021-02-12T00:59:28.321Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-12T00:59:28.581Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:59:28.581Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-12T00:59:28.581Z] Setting up liberror-perl (0.17025-1) ... [2021-02-12T00:59:28.581Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-12T00:59:28.581Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-12T00:59:28.581Z] No schema files found: doing nothing. [2021-02-12T00:59:28.581Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-12T00:59:28.581Z] Setting up zip (3.0-11build1) ... [2021-02-12T00:59:28.581Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-12T00:59:28.843Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-12T00:59:28.843Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-12T00:59:28.843Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:59:28.843Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-12T00:59:28.843Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-12T00:59:28.843Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-12T00:59:29.105Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-12T00:59:35.688Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:59:35.688Z] git set to automatically installed. [2021-02-12T00:59:35.688Z] git-man set to automatically installed. [2021-02-12T00:59:35.688Z] libcurl3-gnutls set to automatically installed. [2021-02-12T00:59:35.688Z] liberror-perl set to automatically installed. [2021-02-12T00:59:35.688Z] libglib2.0-0 set to automatically installed. [2021-02-12T00:59:35.688Z] libnghttp2-14 set to automatically installed. [2021-02-12T00:59:35.688Z] libnorm1 set to automatically installed. [2021-02-12T00:59:35.688Z] libpgm-5.2-0 set to automatically installed. [2021-02-12T00:59:35.688Z] libpsl5 set to automatically installed. [2021-02-12T00:59:35.688Z] librtmp1 set to automatically installed. [2021-02-12T00:59:35.688Z] libsodium23 set to automatically installed. [2021-02-12T00:59:35.688Z] libzmq3-dev set to automatically installed. [2021-02-12T00:59:35.688Z] libzmq5 set to automatically installed. [2021-02-12T00:59:35.688Z] pkg-config set to automatically installed. [2021-02-12T00:59:35.688Z] zip set to automatically installed. [2021-02-12T00:59:37.600Z] snapd is not logged in, snap install commands will use sudo [2021-02-12T00:59:44.190Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-12T00:59:44.190Z] snap "core18" has no updates available [2021-02-12T00:59:44.761Z] Pulling config-common [2021-02-12T00:59:45.022Z] + snapcraftctl pull [2021-02-12T00:59:46.039Z] Pulling go-build-helper [2021-02-12T00:59:46.039Z] + snapcraftctl pull [2021-02-12T01:00:12.714Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-12T01:00:12.714Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-12T01:00:12.714Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-12T01:00:12.714Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-12T01:00:12.714Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-12T01:00:12.714Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-12T01:00:12.714Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-12T01:00:12.714Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-12T01:00:12.714Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-12T01:00:12.714Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-12T01:00:12.714Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-12T01:00:12.714Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-12T01:00:12.714Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-12T01:00:12.714Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-12T01:00:12.714Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-12T01:00:12.714Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-12T01:00:12.714Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-12T01:00:12.714Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-12T01:00:12.714Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-12T01:00:12.714Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-12T01:00:12.714Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-12T01:00:12.714Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-12T01:00:12.714Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-12T01:00:12.714Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-12T01:00:12.714Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-12T01:00:12.714Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-12T01:00:12.714Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-12T01:00:12.714Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-12T01:00:12.714Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-12T01:00:12.714Z] Fetched 279 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-12T01:00:12.714Z] Fetched 122 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-12T01:00:12.714Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-12T01:00:12.714Z] Fetched 8848 B in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-12T01:00:12.714Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-12T01:00:12.714Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-12T01:00:12.714Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-12T01:00:12.714Z] Fetched 214 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-12T01:00:12.714Z] Fetched 155 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-12T01:00:12.714Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-12T01:00:12.714Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-12T01:00:12.714Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-12T01:00:12.714Z] Fetched 499 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-12T01:00:12.714Z] Fetched 111 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-12T01:00:12.714Z] Fetched 240 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-12T01:00:12.714Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-12T01:00:12.714Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-12T01:00:12.714Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-12T01:00:12.714Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-12T01:00:12.714Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-12T01:00:12.714Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-12T01:00:12.714Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-12T01:00:12.714Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-12T01:00:12.714Z] Fetched 8720 B in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-12T01:00:12.714Z] Fetched 137 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-12T01:00:12.714Z] Fetched 119 kB in 0s (0 B/s) [2021-02-12T01:00:12.714Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-12T01:00:12.715Z] Fetched 109 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-12T01:00:12.715Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-12T01:00:12.715Z] Fetched 645 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-12T01:00:12.715Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-12T01:00:12.715Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-12T01:00:12.715Z] Fetched 368 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-12T01:00:12.715Z] Fetched 187 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-12T01:00:12.715Z] Fetched 175 kB in 0s (0 B/s) [2021-02-12T01:00:12.715Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-12T01:00:16.923Z] Fetched 206 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-12T01:00:16.923Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-12T01:00:16.923Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-12T01:00:16.923Z] Fetched 159 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-12T01:00:16.923Z] Fetched 107 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-12T01:00:16.923Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-12T01:00:16.923Z] Pulling static-packages [2021-02-12T01:00:16.923Z] + snapcraftctl pull [2021-02-12T01:00:17.185Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-12T01:00:17.185Z] Skipping pull go-build-helper (already ran) [2021-02-12T01:00:17.185Z] + snapcraftctl build [2021-02-12T01:00:17.185Z] Skipping pull static-packages (already ran) [2021-02-12T01:00:17.185Z] Building go-build-helper [2021-02-12T01:00:21.386Z] Building static-packages [2021-02-12T01:00:21.386Z] + snapcraftctl build [2021-02-12T01:00:22.770Z] Staging go-build-helper [2021-02-12T01:00:22.770Z] + snapcraftctl stage [2021-02-12T01:00:23.711Z] Staging static-packages [2021-02-12T01:00:23.712Z] + snapcraftctl stage [2021-02-12T01:00:24.653Z] Pulling go115 [2021-02-12T01:00:24.653Z] + snapcraftctl pull [2021-02-12T01:00:25.604Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-12T01:00:25.604Z] Skipping pull go115 (already ran) [2021-02-12T01:00:25.604Z] Building go115 [2021-02-12T01:00:25.604Z] + dpkg --print-architecture [2021-02-12T01:00:25.604Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-12T01:00:25.604Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-12T01:00:25.604Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-12T01:00:25.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T01:00:25.604Z] Dload Upload Total Spent Left Speed [2021-02-12T01:00:28.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 20.9M 0 0 26.3M 0 0:00:04 --:--:-- 0:00:04 26.3M 49 115M 49 56.7M 0 0 31.2M 0 0:00:03 0:00:01 0:00:02 31.2M 82 115M 82 95.7M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.5M [2021-02-12T01:00:28.700Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-12T01:00:28.700Z] + sha256sum -c sha256 [2021-02-12T01:00:28.700Z] + grep OK [2021-02-12T01:00:29.270Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-12T01:00:29.270Z] + mkdir -p /root/stage/go1.15 [2021-02-12T01:00:29.270Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-12T01:00:33.484Z] Staging go115 [2021-02-12T01:00:33.484Z] + snapcraftctl stage [2021-02-12T01:00:38.782Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-12T01:00:38.782Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-12T01:00:38.782Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-12T01:00:38.782Z] Fetched 0 B in 0s (0 B/s) [2021-02-12T01:00:38.782Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-12T01:00:38.782Z] Fetched 224 kB in 0s (0 B/s) [2021-02-12T01:00:38.782Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-12T01:00:38.782Z] Fetched 157 kB in 0s (0 B/s) [2021-02-12T01:00:38.782Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-12T01:00:38.782Z] Fetched 221 kB in 0s (0 B/s) [2021-02-12T01:00:38.782Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-12T01:00:38.782Z] Fetched 143 kB in 0s (0 B/s) [2021-02-12T01:00:38.782Z] Pulling edgex-go [2021-02-12T01:00:38.782Z] + snapcraftctl pull [2021-02-12T01:00:39.354Z] Pulling version [2021-02-12T01:00:39.354Z] + cd /root/project [2021-02-12T01:00:39.354Z] + [ -f VERSION ] [2021-02-12T01:00:39.354Z] + PROJECT_VERSION=local-dev [2021-02-12T01:00:39.354Z] + git rev-parse --short HEAD [2021-02-12T01:00:39.354Z] + GIT_REVISION=fb5363d3 [2021-02-12T01:00:39.354Z] + snapcraftctl set-version local-dev [2021-02-12T01:00:40.313Z] Building config-common [2021-02-12T01:00:40.313Z] + snapcraftctl build [2021-02-12T01:00:42.236Z] Skipping build go-build-helper (already ran) [2021-02-12T01:00:42.236Z] Skipping build static-packages (already ran) [2021-02-12T01:00:42.236Z] Skipping build go115 (already ran) [2021-02-12T01:00:42.236Z] Building edgex-go [2021-02-12T01:00:42.505Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-12T01:00:42.505Z] + cd /root/parts/edgex-go/src [2021-02-12T01:00:42.505Z] + make build [2021-02-12T01:00:42.505Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-12T01:00:43.901Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.33 [2021-02-12T01:00:43.901Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-12T01:00:43.901Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-12T01:00:43.901Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-12T01:00:43.901Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-12T01:00:43.901Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-12T01:00:43.901Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-12T01:00:43.901Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-12T01:00:43.901Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-12T01:00:43.901Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-12T01:00:43.901Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-12T01:00:43.901Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-12T01:00:43.901Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-12T01:00:43.901Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-12T01:00:43.901Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-12T01:00:44.168Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-12T01:00:44.168Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-12T01:00:44.168Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-12T01:00:44.168Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-12T01:00:44.168Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-12T01:00:44.168Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-12T01:00:44.168Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-12T01:00:44.434Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-12T01:00:51.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-12T01:00:51.045Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-12T01:00:55.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-12T01:00:55.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-12T01:00:57.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-12T01:00:57.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-12T01:00:57.201Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-12T01:00:57.463Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-12T01:00:57.463Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-12T01:00:57.463Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-12T01:00:58.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-12T01:00:58.850Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-12T01:00:58.850Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-12T01:01:00.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-12T01:01:00.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-12T01:01:01.065Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-12T01:01:02.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-12T01:01:03.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-12T01:01:03.028Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-12T01:01:03.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-12T01:01:03.969Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-12T01:01:05.880Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-12T01:01:05.880Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-12T01:01:05.880Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-12T01:01:05.880Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-12T01:01:05.880Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-12T01:01:05.880Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-12T01:01:05.880Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-12T01:01:05.880Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-12T01:01:06.823Z] Building version [2021-02-12T01:01:06.823Z] + snapcraftctl build [2021-02-12T01:01:08.737Z] Staging config-common [2021-02-12T01:01:08.737Z] + snapcraftctl stage [2021-02-12T01:01:09.687Z] Skipping stage go-build-helper (already ran) [2021-02-12T01:01:09.687Z] Skipping stage static-packages (already ran) [2021-02-12T01:01:09.687Z] Skipping stage go115 (already ran) [2021-02-12T01:01:09.687Z] Staging edgex-go [2021-02-12T01:01:09.687Z] + snapcraftctl stage [2021-02-12T01:01:10.634Z] Staging version [2021-02-12T01:01:10.634Z] + snapcraftctl stage [2021-02-12T01:01:11.579Z] Priming config-common [2021-02-12T01:01:11.579Z] + snapcraftctl prime [2021-02-12T01:01:12.539Z] Priming go-build-helper [2021-02-12T01:01:12.539Z] + snapcraftctl prime [2021-02-12T01:01:13.493Z] Priming static-packages [2021-02-12T01:01:13.493Z] + snapcraftctl prime [2021-02-12T01:01:15.410Z] Priming go115 [2021-02-12T01:01:15.410Z] + snapcraftctl prime [2021-02-12T01:01:16.354Z] Priming edgex-go [2021-02-12T01:01:16.354Z] + snapcraftctl prime [2021-02-12T01:01:17.749Z] Priming version [2021-02-12T01:01:17.749Z] + snapcraftctl prime [2021-02-12T01:01:18.694Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-12T01:01:22.449Z] provisioning config files... [2021-02-12T01:01:22.525Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/25@tmp/config1185500802233652232tmp [Pipeline] { [Pipeline] sh [2021-02-12T01:01:23.442Z] + set +x [2021-02-12T01:01:23.442Z] + curl -s https://codecov.io/bash [2021-02-12T01:01:23.442Z] + bash -s -- [2021-02-12T01:01:24.445Z] [2021-02-12T01:01:24.445Z] _____ _ [2021-02-12T01:01:24.445Z] / ____| | | [2021-02-12T01:01:24.445Z] | | ___ __| | ___ ___ _____ __ [2021-02-12T01:01:24.445Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-12T01:01:24.445Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-12T01:01:24.445Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-12T01:01:24.445Z] Bash-20210129-7c25fce [2021-02-12T01:01:24.445Z] [2021-02-12T01:01:24.445Z] [2021-02-12T01:01:24.445Z] ==> git version 2.24.3 found [2021-02-12T01:01:24.445Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-12T01:01:24.445Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-12T01:01:24.445Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-12T01:01:24.445Z] ==> Jenkins CI detected. [2021-02-12T01:01:24.445Z] project root: . [2021-02-12T01:01:24.445Z] --> token set from env [2021-02-12T01:01:24.710Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-12T01:01:24.710Z] ==> Running gcov in . (disable via -X gcov) [2021-02-12T01:01:25.026Z] ==> Python coveragepy not found [2021-02-12T01:01:25.026Z] ==> Searching for coverage reports in: [2021-02-12T01:01:25.026Z] + . [2021-02-12T01:01:25.409Z] -> Found 1 reports [2021-02-12T01:01:25.409Z] ==> Detecting git/mercurial file structure [2021-02-12T01:01:25.409Z] ==> Reading reports [2021-02-12T01:01:25.409Z] + ./coverage.out bytes=595676 [2021-02-12T01:01:25.409Z] ==> Appending adjustments [2021-02-12T01:01:25.409Z] https://docs.codecov.io/docs/fixing-reports [2021-02-12T01:01:39.247Z] + Found adjustments [2021-02-12T01:01:39.247Z] ==> Gzipping contents [2021-02-12T01:01:39.247Z] 88K /tmp/codecov.q7H8Xz.gz [2021-02-12T01:01:39.247Z] ==> Uploading reports [2021-02-12T01:01:39.247Z] url: https://codecov.io [2021-02-12T01:01:39.247Z] query: branch=PR-3109&commit=a601625a0e18b4dc7bd3d87b643542def38a2dc5&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-12T01:01:39.247Z] -> Pinging Codecov [2021-02-12T01:01:39.247Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=a601625a0e18b4dc7bd3d87b643542def38a2dc5&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F25%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-12T01:01:39.247Z] -> Uploading to [2021-02-12T01:01:39.247Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-12/00271124DB129430A58F1EEE437C3FCB/a601625a0e18b4dc7bd3d87b643542def38a2dc5/31ffa584-0301-433b-99ff-a46015038e72.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T010138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=68bab799d3172e9b2b654d5509a2d33bcd1402fb41230b46ac4a548bf56052ad [2021-02-12T01:01:39.247Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-12T01:01:39.247Z] Dload Upload Total Spent Left Speed [2021-02-12T01:01:39.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89364 0 0 100 89364 0 140k --:--:-- --:--:-- --:--:-- 140k 100 89364 0 0 100 89364 0 140k --:--:-- --:--:-- --:--:-- 140k [2021-02-12T01:01:39.247Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a601625a0e18b4dc7bd3d87b643542def38a2dc5 [Pipeline] } [2021-02-12T01:01:39.269Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:01:42.216Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:01:47.532Z] ---> package-listing.sh [2021-02-12T01:01:47.532Z] ++ facter osfamily [2021-02-12T01:01:47.532Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-12T01:01:47.532Z] + OS_FAMILY=redhat [2021-02-12T01:01:47.532Z] + workspace=/w/workspace/edgex-go/25 [2021-02-12T01:01:47.532Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-12T01:01:47.532Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-12T01:01:47.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-12T01:01:47.532Z] + PACKAGES=/tmp/packages_start.txt [2021-02-12T01:01:47.532Z] + '[' /w/workspace/edgex-go/25 ']' [2021-02-12T01:01:47.532Z] + PACKAGES=/tmp/packages_end.txt [2021-02-12T01:01:47.532Z] + case "${OS_FAMILY}" in [2021-02-12T01:01:47.532Z] + rpm -qa [2021-02-12T01:01:47.532Z] + sort [2021-02-12T01:02:03.410Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-12T01:02:03.410Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-12T01:02:03.410Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-12T01:02:03.410Z] + '[' /w/workspace/edgex-go/25 ']' [2021-02-12T01:02:03.410Z] + mkdir -p /w/workspace/edgex-go/25/archives/ [2021-02-12T01:02:03.410Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/25/archives/ [Pipeline] echo [2021-02-12T01:02:03.426Z] 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/25/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-12T01:02:03.835Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-12T01:02:04.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T01:02:06.409Z] [2021-02-12T01:02:06.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-12T01:02:06.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T01:02:07.556Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-12T01:02:07.556Z] df20fa9351a1: Pulling fs layer [2021-02-12T01:02:07.556Z] 36b3adc4ff6f: Pulling fs layer [2021-02-12T01:02:07.556Z] 8ad3a11d3b57: Pulling fs layer [2021-02-12T01:02:07.556Z] 46f8f816bc3b: Pulling fs layer [2021-02-12T01:02:07.556Z] 93b61091891f: Pulling fs layer [2021-02-12T01:02:07.556Z] 93b9cdb0e59b: Pulling fs layer [2021-02-12T01:02:07.556Z] 5e14af77c1be: Pulling fs layer [2021-02-12T01:02:07.556Z] 01666e4c0597: Pulling fs layer [2021-02-12T01:02:07.556Z] aa168da1d23b: Pulling fs layer [2021-02-12T01:02:07.556Z] 46f8f816bc3b: Waiting [2021-02-12T01:02:07.556Z] 5e14af77c1be: Waiting [2021-02-12T01:02:07.556Z] 01666e4c0597: Waiting [2021-02-12T01:02:07.556Z] aa168da1d23b: Waiting [2021-02-12T01:02:07.556Z] 93b9cdb0e59b: Waiting [2021-02-12T01:02:07.556Z] 93b61091891f: Waiting [2021-02-12T01:02:07.556Z] 36b3adc4ff6f: Verifying Checksum [2021-02-12T01:02:07.556Z] 36b3adc4ff6f: Download complete [2021-02-12T01:02:07.556Z] 46f8f816bc3b: Verifying Checksum [2021-02-12T01:02:07.556Z] 46f8f816bc3b: Download complete [2021-02-12T01:02:07.902Z] df20fa9351a1: Verifying Checksum [2021-02-12T01:02:07.902Z] df20fa9351a1: Download complete [2021-02-12T01:02:07.902Z] 93b9cdb0e59b: Verifying Checksum [2021-02-12T01:02:07.902Z] 93b9cdb0e59b: Download complete [2021-02-12T01:02:07.902Z] 5e14af77c1be: Verifying Checksum [2021-02-12T01:02:07.902Z] 5e14af77c1be: Download complete [2021-02-12T01:02:07.902Z] 01666e4c0597: Verifying Checksum [2021-02-12T01:02:07.902Z] 01666e4c0597: Download complete [2021-02-12T01:02:07.902Z] 93b61091891f: Verifying Checksum [2021-02-12T01:02:07.902Z] 93b61091891f: Download complete [2021-02-12T01:02:08.544Z] 8ad3a11d3b57: Verifying Checksum [2021-02-12T01:02:08.544Z] 8ad3a11d3b57: Download complete [2021-02-12T01:02:09.649Z] df20fa9351a1: Pull complete [2021-02-12T01:02:11.308Z] 36b3adc4ff6f: Pull complete [2021-02-12T01:02:18.079Z] 8ad3a11d3b57: Pull complete [2021-02-12T01:02:18.364Z] 46f8f816bc3b: Pull complete [2021-02-12T01:02:20.554Z] 93b61091891f: Pull complete [2021-02-12T01:02:21.785Z] aa168da1d23b: Verifying Checksum [2021-02-12T01:02:21.785Z] aa168da1d23b: Download complete [2021-02-12T01:02:22.650Z] 93b9cdb0e59b: Pull complete [2021-02-12T01:02:23.039Z] 5e14af77c1be: Pull complete [2021-02-12T01:02:23.597Z] 01666e4c0597: Pull complete [2021-02-12T01:02:43.807Z] aa168da1d23b: Pull complete [2021-02-12T01:02:43.807Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-12T01:02:43.807Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-12T01:02:43.807Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-12T01:02:45.051Z] prd-centos7-docker-4c-2g-26171 does not seem to be running inside a container [2021-02-12T01:02:45.373Z] $ 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/25/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/25 -v /w/workspace/edgex-go/25:/w/workspace/edgex-go/25:rw,z -v /w/workspace/edgex-go/25@tmp:/w/workspace/edgex-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-12T01:02:50.224Z] $ docker top 61589c9e024efb3e58be67ab1b03fdb5965390dd84f0a0c1b548f43d6daca237 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-12T01:02:52.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-12T01:02:53.226Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-12T01:02:54.648Z] + ls /var/log/sa-host [2021-02-12T01:02:54.648Z] + sadf -c /var/log/sa-host/sa12 [2021-02-12T01:02:54.648Z] file_magic: OK [2021-02-12T01:02:54.648Z] HZ: Using current value: 100 [2021-02-12T01:02:54.648Z] file_header: OK [2021-02-12T01:02:54.648Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T01:02:54.648Z] Statistics: [2021-02-12T01:02:54.648Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-12T01:02:54.648Z] File successfully converted to sysstat format version 12.2.1 [2021-02-12T01:02:54.648Z] + sadf -c /var/log/sa-host/sa23 [2021-02-12T01:02:54.648Z] file_magic: OK [2021-02-12T01:02:54.648Z] HZ: Using current value: 100 [2021-02-12T01:02:54.648Z] file_header: OK [2021-02-12T01:02:54.648Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-12T01:02:54.648Z] Statistics: [2021-02-12T01:02:54.648Z] Hnuu...uuuununununu... [2021-02-12T01:02:54.648Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-12T01:02:55.402Z] provisioning config files... [2021-02-12T01:02:55.433Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/25@tmp/config7163683500643419058tmp [Pipeline] { [Pipeline] echo [2021-02-12T01:02:55.520Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:02:56.244Z] ---> create-netrc.sh [Pipeline] } [2021-02-12T01:02:56.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-12T01:02:56.365Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:02:57.686Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-12T01:02:57.709Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:02:58.409Z] ---> sudo-logs.sh [2021-02-12T01:02:58.409Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-12T01:02:58.421Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:02:59.702Z] ---> job-cost.sh [2021-02-12T01:02:59.702Z] lf-activate-venv: SKIPPING [2021-02-12T01:02:59.702Z] INFO: No Stack... [2021-02-12T01:03:00.663Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-12T01:03:01.430Z] INFO: Archiving Costs [Pipeline] echo [2021-02-12T01:03:01.587Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-12T01:03:02.856Z] ---> logs-deploy.sh [2021-02-12T01:03:02.856Z] lf-activate-venv: SKIPPING [2021-02-12T01:03:02.856Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/25 [2021-02-12T01:03:02.856Z] INFO: archiving workspace using pattern(s): [2021-02-12T01:03:05.957Z] Archives upload complete. [2021-02-12T01:03:05.957Z] INFO: archiving logs to Nexus