Pull request #3034 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4701403bb7246123cd8f18798155fd534c2f7ee0 rather than 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Obtained Jenkinsfile from 4701403bb7246123cd8f18798155fd534c2f7ee0 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-25810 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # 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 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 Commit message: "Merge branch 'master' into master" First time build. Skipping changelog. > git rev-list --no-walk 41501bb39896fad05c0c6a7340478cbfc8761cad # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T17:56:38.725Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T17:56:38.984Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T17:56:39.075Z] ========================================================= [2021-02-09T17:56:39.075Z] EdgeX Global Pipelines Version Info [2021-02-09T17:56:39.075Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:56:40.533Z] ------------------- [2021-02-09T17:56:40.533Z] stable info: [2021-02-09T17:56:40.533Z] ------------------- [2021-02-09T17:56:40.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:56:40.533Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:56:40.533Z] Message: update stable to v1.0.179 [2021-02-09T17:56:41.484Z] ------------------- [2021-02-09T17:56:41.484Z] experimental info: [2021-02-09T17:56:41.484Z] ------------------- [2021-02-09T17:56:41.484Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T17:56:41.484Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T17:56:41.484Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T17:56:41.757Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T17:56:41.844Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T17:56:41.933Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T17:56:42.021Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T17:56:42.123Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T17:56:42.205Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T17:56:42.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T17:56:42.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T17:56:42.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T17:56:42.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T17:56:42.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T17:56:42.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T17:56:42.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T17:56:42.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T17:56:43.032Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T17:56:43.113Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T17:56:43.201Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T17:56:43.291Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T17:56:43.385Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T17:56:43.545Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T17:56:43.636Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T17:56:43.738Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T17:56:43.824Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T17:56:43.916Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-02-09T17:56:44.024Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-02-09T17:56:44.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-02-09T17:56:44.220Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [Pipeline] echo [2021-02-09T17:56:44.335Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4556c25 [Pipeline] echo [2021-02-09T17:56:44.449Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T17:56:44.650Z] provisioning config files... [2021-02-09T17:56:44.682Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6260452067608829286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T17:56:45.030Z] ---> docker-login.sh [2021-02-09T17:56:45.030Z] nexus3.edgexfoundry.org:10001 [2021-02-09T17:56:45.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:45.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:45.293Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:45.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:45.293Z] [2021-02-09T17:56:45.293Z] Login Succeeded [2021-02-09T17:56:45.293Z] nexus3.edgexfoundry.org:10002 [2021-02-09T17:56:45.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:45.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:45.557Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:45.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:45.557Z] [2021-02-09T17:56:45.557Z] Login Succeeded [2021-02-09T17:56:45.557Z] nexus3.edgexfoundry.org:10003 [2021-02-09T17:56:45.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:45.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:45.820Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:45.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:45.820Z] [2021-02-09T17:56:45.820Z] Login Succeeded [2021-02-09T17:56:45.820Z] nexus3.edgexfoundry.org:10004 [2021-02-09T17:56:46.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:46.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:46.083Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:46.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:46.083Z] [2021-02-09T17:56:46.083Z] Login Succeeded [2021-02-09T17:56:46.083Z] docker.io [2021-02-09T17:56:46.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T17:56:46.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T17:56:46.661Z] Configure a credential helper to remove this warning. See [2021-02-09T17:56:46.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T17:56:46.661Z] [2021-02-09T17:56:46.661Z] Login Succeeded [2021-02-09T17:56:46.661Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T17:56:46.671Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:56:47.185Z] ++ 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-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T17:56:47.185Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T17:56:47.185Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T17:56:47.185Z] ++ cut -d/ -f2 [2021-02-09T17:56:47.185Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T17:56:47.270Z] 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-09T17:56:48.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:56:48.076Z] [2021-02-09T17:56:48.076Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:56:48.421Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:56:48.421Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T17:56:48.421Z] 31603596830f: Pulling fs layer [2021-02-09T17:56:48.421Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T17:56:48.421Z] 6ca5941a6612: Pulling fs layer [2021-02-09T17:56:48.421Z] ecc8261a40a4: Pulling fs layer [2021-02-09T17:56:48.421Z] ecc8261a40a4: Waiting [2021-02-09T17:56:48.421Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T17:56:48.421Z] 2a8b12db71e7: Download complete [2021-02-09T17:56:48.688Z] 31603596830f: Download complete [2021-02-09T17:56:48.688Z] ecc8261a40a4: Verifying Checksum [2021-02-09T17:56:48.688Z] ecc8261a40a4: Download complete [2021-02-09T17:56:48.688Z] 6ca5941a6612: Verifying Checksum [2021-02-09T17:56:48.688Z] 6ca5941a6612: Download complete [2021-02-09T17:56:48.953Z] 31603596830f: Pull complete [2021-02-09T17:56:48.953Z] 2a8b12db71e7: Pull complete [2021-02-09T17:56:49.910Z] 6ca5941a6612: Pull complete [2021-02-09T17:56:50.176Z] ecc8261a40a4: Pull complete [2021-02-09T17:56:50.176Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T17:56:50.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T17:56:50.176Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T17:56:50.288Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T17:56:50.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T17:56:53.023Z] $ docker top 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T17:56:53.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:56:53.526Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:56:53.822Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:56:53.860Z] $ docker exec 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent [2021-02-09T17:56:54.045Z] SSH_AUTH_SOCK=/tmp/ssh-51yRjREo69xm/agent.12 [2021-02-09T17:56:54.045Z] SSH_AGENT_PID=18 [2021-02-09T17:56:54.065Z] Running ssh-add (command line suppressed) [2021-02-09T17:56:54.193Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_4853007693854941700.key (/w/workspace/edgex-go/22@tmp/private_key_4853007693854941700.key) [2021-02-09T17:56:54.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:56:54.664Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T17:56:54.714Z] $ docker exec --env ******** --env ******** 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent -k [2021-02-09T17:56:54.836Z] unset SSH_AUTH_SOCK; [2021-02-09T17:56:54.836Z] unset SSH_AGENT_PID; [2021-02-09T17:56:54.836Z] echo Agent pid 18 killed; [2021-02-09T17:56:54.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T17:56:55.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T17:56:55.094Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T17:56:55.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T17:56:55.288Z] $ docker exec 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent [2021-02-09T17:56:55.463Z] SSH_AUTH_SOCK=/tmp/ssh-xpWGEsy8KLR5/agent.47 [2021-02-09T17:56:55.463Z] SSH_AGENT_PID=52 [2021-02-09T17:56:55.489Z] Running ssh-add (command line suppressed) [2021-02-09T17:56:55.640Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_7983055451802055459.key (/w/workspace/edgex-go/22@tmp/private_key_7983055451802055459.key) [2021-02-09T17:56:55.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T17:56:56.142Z] + git semver init [2021-02-09T17:56:56.142Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T17:56:56.142Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2021-02-09T17:56:56.142Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2021-02-09T17:56:56.142Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T17:56:56.142Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T17:56:56.142Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T17:56:56.142Z] # $SEMVER_BRANCH = PR-3034 [2021-02-09T17:56:56.142Z] # $SEMVER_TEMP = /tmp/semver-762117962 [2021-02-09T17:56:56.142Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T17:57:23.144Z] # '/tmp/semver-762117962' -> '/w/workspace/edgex-go/22/.semver' [2021-02-09T17:57:23.144Z] # -> Force: false [2021-02-09T17:57:23.144Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2021-02-09T17:57:23.168Z] $ docker exec --env ******** --env ******** 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 ssh-agent -k [2021-02-09T17:57:23.425Z] unset SSH_AUTH_SOCK; [2021-02-09T17:57:23.426Z] unset SSH_AGENT_PID; [2021-02-09T17:57:23.426Z] echo Agent pid 52 killed; [2021-02-09T17:57:23.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T17:57:24.230Z] + git semver [Pipeline] } [2021-02-09T17:57:24.256Z] $ docker stop --time=1 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 [2021-02-09T17:57:26.280Z] $ docker rm -f 47ea19c1625522b4c5a1a1e85b3c0e0d5e708fd0740437c749a4346fd68d12c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T17:57:26.922Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T17:57:27.554Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T17:57:27.557Z] [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-09T17:57:28.625Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:57:29.001Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T17:57:29.353Z] + sudo service docker restart [2021-02-09T17:57:29.353Z] + true [2021-02-09T17:57:29.353Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T17:57:29.995Z] ========================================================= [2021-02-09T17:57:29.995Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T17:57:29.995Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:57:30.361Z] + 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-09T17:57:33.843Z] Sending build context to Docker daemon 327.8MB [2021-02-09T17:57:33.843Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T17:57:33.843Z] Step 2/6 : FROM ${BASE} [2021-02-09T17:57:33.843Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T17:57:33.843Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T17:57:33.843Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T17:57:33.843Z] de9db76c5a1d: Pulling fs layer [2021-02-09T17:57:33.843Z] bca2f99d35d6: Pulling fs layer [2021-02-09T17:57:33.843Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T17:57:33.843Z] 7c6f9722023f: Pulling fs layer [2021-02-09T17:57:33.843Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T17:57:33.843Z] 93359f2a8cfa: Waiting [2021-02-09T17:57:33.843Z] bca2f99d35d6: Waiting [2021-02-09T17:57:33.843Z] a35cf1a2eb13: Waiting [2021-02-09T17:57:33.843Z] de9db76c5a1d: Verifying Checksum [2021-02-09T17:57:33.843Z] de9db76c5a1d: Download complete [2021-02-09T17:57:33.843Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T17:57:33.843Z] 0ef7d3d256c8: Download complete [2021-02-09T17:57:33.843Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T17:57:33.843Z] 93359f2a8cfa: Download complete [2021-02-09T17:57:33.843Z] 7c6f9722023f: Verifying Checksum [2021-02-09T17:57:33.843Z] 7c6f9722023f: Download complete [2021-02-09T17:57:34.124Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T17:57:34.124Z] 188c0c94c7c5: Download complete [2021-02-09T17:57:34.421Z] 188c0c94c7c5: Pull complete [2021-02-09T17:57:34.721Z] 0ef7d3d256c8: Pull complete [2021-02-09T17:57:34.721Z] de9db76c5a1d: Pull complete [2021-02-09T17:57:38.670Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T17:57:38.670Z] a35cf1a2eb13: Download complete [2021-02-09T17:57:41.074Z] bca2f99d35d6: Verifying Checksum [2021-02-09T17:57:41.074Z] bca2f99d35d6: Download complete [2021-02-09T17:57:43.006Z] Still waiting to schedule task [2021-02-09T17:57:43.006Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25808’ is offline [2021-02-09T17:57:45.845Z] bca2f99d35d6: Pull complete [2021-02-09T17:57:45.845Z] 93359f2a8cfa: Pull complete [2021-02-09T17:57:46.147Z] 7c6f9722023f: Pull complete [2021-02-09T17:57:50.467Z] a35cf1a2eb13: Pull complete [2021-02-09T17:57:50.468Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T17:57:50.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T17:57:50.468Z] ---> a62c8e92a672 [2021-02-09T17:57:50.468Z] 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-09T17:57:50.468Z] ---> Running in 15d23097ef77 [2021-02-09T17:57:51.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T17:57:52.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T17:57:53.414Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T17:57:53.996Z] (2/12) Installing file (5.38-r0) [2021-02-09T17:57:53.996Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T17:57:54.263Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T17:58:16.449Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T17:58:16.449Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T17:58:16.449Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T17:58:16.449Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T17:58:16.449Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T17:58:16.449Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T17:58:16.449Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T17:58:16.449Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T17:58:16.449Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T17:58:16.449Z] OK: 233 MiB in 51 packages [2021-02-09T17:58:19.798Z] Removing intermediate container 15d23097ef77 [2021-02-09T17:58:19.798Z] ---> c68bce8f6a3e [2021-02-09T17:58:19.798Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T17:58:19.798Z] ---> Running in 552646e7aac8 [2021-02-09T17:58:19.798Z] Removing intermediate container 552646e7aac8 [2021-02-09T17:58:19.798Z] ---> ac86dac492a0 [2021-02-09T17:58:19.798Z] Step 5/6 : COPY go.mod . [2021-02-09T17:58:19.798Z] ---> 89d13d384544 [2021-02-09T17:58:19.798Z] Step 6/6 : RUN go mod download [2021-02-09T17:58:20.072Z] ---> Running in 65942c9fcc3c [2021-02-09T17:58:42.235Z] Removing intermediate container 65942c9fcc3c [2021-02-09T17:58:42.235Z] ---> 93acd90fd805 [2021-02-09T17:58:42.235Z] Successfully built 93acd90fd805 [2021-02-09T17:58:42.235Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:58:42.710Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:58:42.710Z] . [Pipeline] withDockerContainer [2021-02-09T17:58:42.873Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T17:58:42.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T17:58:43.848Z] $ docker top bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T17:58:44.463Z] + go version [2021-02-09T17:58:44.463Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T17:58:44.478Z] $ docker stop --time=1 bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 [2021-02-09T17:58:45.892Z] $ docker rm -f bf0bc5aa3d95f3076f99ff12d15f33ad06001bb7a426b31bd689100c61e573b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T17:58:46.788Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T17:58:46.788Z] . [Pipeline] withDockerContainer [2021-02-09T17:58:46.930Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T17:58:46.992Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T17:58:47.648Z] $ docker top c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T17:58:47.867Z] ========================================================= [2021-02-09T17:58:47.867Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T17:58:47.867Z] ========================================================= [Pipeline] sh [2021-02-09T17:58:48.165Z] + make test [2021-02-09T17:58:48.165Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T17:58:58.335Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T17:59:13.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T17:59:19.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T17:59:19.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T17:59:19.027Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T17:59:23.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T17:59:23.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T17:59:23.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T17:59:23.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T17:59:23.034Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T17:59:23.427Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T17:59:25.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T17:59:25.562Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T17:59:25.562Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T17:59:27.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements [2021-02-09T17:59:27.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T17:59:27.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T17:59:27.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T17:59:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T17:59:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T17:59:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T17:59:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T17:59:27.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements [2021-02-09T17:59:29.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.1% of statements [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T17:59:29.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T17:59:29.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T17:59:29.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T17:59:30.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-09T17:59:30.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T17:59:30.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T17:59:31.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.459s coverage: 82.3% of statements [2021-02-09T17:59:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T17:59:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T17:59:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T17:59:31.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T17:59:33.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T17:59:33.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T17:59:33.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T17:59:33.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-02-09T17:59:33.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T17:59:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-02-09T17:59:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T17:59:33.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-02-09T17:59:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T17:59:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T17:59:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T17:59:33.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T17:59:36.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 45.5% of statements [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements [2021-02-09T17:59:36.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2021-02-09T17:59:40.451Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25811 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-09T17:59:40.555Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-09T17:59:46.479Z] using credential edgex-jenkins-ssh [2021-02-09T17:59:46.554Z] Cloning the remote Git repository [2021-02-09T17:59:46.665Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T17:59:46.841Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-09T17:59:46.987Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T17:59:46.988Z] > git --version # timeout=10 [2021-02-09T17:59:47.010Z] > git --version # 'git version 2.17.1' [2021-02-09T17:59:47.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T17:59:47.078Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T17:59:48.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-02-09T17:59:48.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.044s coverage: 87.2% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.251s coverage: 84.0% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T17:59:59.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T17:59:59.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.087s coverage: 87.7% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T17:59:59.186Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-09T17:59:59.186Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-09T17:59:59.186Z] GO111MODULE=on go vet ./... [2021-02-09T18:00:04.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:00:04.086Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:00:04.122Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:00:04.164Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:00:04.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:00:04.177Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T18:00:07.780Z] Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:00:08.331Z] Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:00:08.332Z] Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) [2021-02-09T18:00:07.819Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:00:07.832Z] > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 [2021-02-09T18:00:08.250Z] > git remote # timeout=10 [2021-02-09T18:00:08.277Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T18:00:08.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:00:08.299Z] > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 [2021-02-09T18:00:08.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T18:00:08.350Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:00:08.359Z] > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 [2021-02-09T18:00:13.121Z] Commit message: "Merge branch 'master' into master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T18:00:15.025Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:00:15.513Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:00:15.891Z] + true [2021-02-09T18:00:15.891Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T18:00:18.010Z] provisioning config files... [2021-02-09T18:00:18.065Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config6031860164517731467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:00:18.529Z] ---> docker-login.sh [2021-02-09T18:00:18.529Z] nexus3.edgexfoundry.org:10001 [2021-02-09T18:00:19.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:00:19.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:00:19.877Z] Configure a credential helper to remove this warning. See [2021-02-09T18:00:19.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:00:19.877Z] [2021-02-09T18:00:19.877Z] Login Succeeded [2021-02-09T18:00:19.877Z] nexus3.edgexfoundry.org:10002 [2021-02-09T18:00:20.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:00:20.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:00:20.515Z] Configure a credential helper to remove this warning. See [2021-02-09T18:00:20.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:00:20.515Z] [2021-02-09T18:00:20.515Z] Login Succeeded [2021-02-09T18:00:20.515Z] nexus3.edgexfoundry.org:10003 [2021-02-09T18:00:21.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:00:21.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:00:21.154Z] Configure a credential helper to remove this warning. See [2021-02-09T18:00:21.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:00:21.154Z] [2021-02-09T18:00:21.154Z] Login Succeeded [2021-02-09T18:00:21.154Z] nexus3.edgexfoundry.org:10004 [2021-02-09T18:00:21.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:00:22.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:00:22.970Z] Configure a credential helper to remove this warning. See [2021-02-09T18:00:22.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:00:22.970Z] [2021-02-09T18:00:22.970Z] Login Succeeded [2021-02-09T18:00:22.970Z] docker.io [2021-02-09T18:00:23.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:00:23.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:00:23.555Z] Configure a credential helper to remove this warning. See [2021-02-09T18:00:23.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:00:23.555Z] [2021-02-09T18:00:23.555Z] Login Succeeded [2021-02-09T18:00:23.555Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T18:00:23.587Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T18:00:24.090Z] ========================================================= [2021-02-09T18:00:24.090Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T18:00:24.090Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:00:24.527Z] + 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-09T18:00:26.292Z] gofmt -l . [2021-02-09T18:00:26.293Z] [ "`gofmt -l .`" = "" ] [2021-02-09T18:00:26.293Z] ./bin/test-go-mod-tidy.sh [2021-02-09T18:00:26.293Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T18:00:26.945Z] + ls -al . [2021-02-09T18:00:26.945Z] total 696 [2021-02-09T18:00:26.945Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 18:00 . [2021-02-09T18:00:26.945Z] drwxr-xr-x 4 root root 30 Feb 9 17:58 .. [2021-02-09T18:00:26.945Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 17:56 .dockerignore [2021-02-09T18:00:26.945Z] drwxrwxr-x 8 1001 1001 179 Feb 9 17:56 .git [2021-02-09T18:00:26.945Z] drwxrwxr-x 3 1001 1001 125 Feb 9 17:56 .github [2021-02-09T18:00:26.945Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 17:56 .gitignore [2021-02-09T18:00:26.945Z] drwx------ 3 1001 1001 60 Feb 9 17:57 .semver [2021-02-09T18:00:26.945Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 17:56 .sonarcloud.properties [2021-02-09T18:00:26.945Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 17:56 Attribution.txt [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 17:56 CONTRIBUTING.md [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 17:56 Dockerfile.build [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 17:56 Jenkinsfile [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 17:56 LICENSE [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 17:56 Makefile [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 17:56 README.md [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 17:56 SECURITY.md [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 17:57 VERSION [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 17:56 ZMQWindows.md [2021-02-09T18:00:26.946Z] drwxrwxr-x 2 1001 1001 117 Feb 9 17:56 bin [2021-02-09T18:00:26.946Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 17:56 cmd [2021-02-09T18:00:26.946Z] -rw-r--r-- 1 root root 592672 Feb 9 17:59 coverage.out [2021-02-09T18:00:26.946Z] -rw-r--r-- 1 root root 1054 Feb 9 18:00 go.mod [2021-02-09T18:00:26.946Z] -rw-r--r-- 1 root root 19290 Feb 9 18:00 go.sum [2021-02-09T18:00:26.946Z] drwxrwxr-x 8 1001 1001 127 Feb 9 17:56 internal [2021-02-09T18:00:26.946Z] drwxrwxr-x 4 1001 1001 26 Feb 9 17:56 openapi [2021-02-09T18:00:26.946Z] drwxrwxr-x 4 1001 1001 71 Feb 9 17:56 snap [2021-02-09T18:00:26.946Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 17:56 version.go [Pipeline] sh [2021-02-09T18:00:27.208Z] Sending build context to Docker daemon 166.3MB [2021-02-09T18:00:27.209Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T18:00:27.209Z] Step 2/6 : FROM ${BASE} [2021-02-09T18:00:27.209Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T18:00:27.209Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T18:00:27.209Z] a4357932f1b6: Pulling fs layer [2021-02-09T18:00:27.209Z] 18c013af1878: Pulling fs layer [2021-02-09T18:00:27.209Z] 00ac8860ef70: Pulling fs layer [2021-02-09T18:00:27.209Z] 63d7cb157983: Pulling fs layer [2021-02-09T18:00:27.209Z] b116817d02f9: Pulling fs layer [2021-02-09T18:00:27.209Z] 745a02a5169b: Pulling fs layer [2021-02-09T18:00:27.209Z] b116817d02f9: Waiting [2021-02-09T18:00:27.209Z] 00ac8860ef70: Waiting [2021-02-09T18:00:27.209Z] 745a02a5169b: Waiting [2021-02-09T18:00:27.209Z] 63d7cb157983: Waiting [2021-02-09T18:00:27.209Z] 18c013af1878: Verifying Checksum [2021-02-09T18:00:27.209Z] 18c013af1878: Download complete [2021-02-09T18:00:27.209Z] a4357932f1b6: Download complete [2021-02-09T18:00:27.209Z] 63d7cb157983: Download complete [2021-02-09T18:00:27.209Z] b116817d02f9: Verifying Checksum [2021-02-09T18:00:27.209Z] b116817d02f9: Download complete [2021-02-09T18:00:27.209Z] 5f621e34cdf4: Download complete [2021-02-09T18:00:27.361Z] + '[' -e coverage.out ] [2021-02-09T18:00:27.361Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T18:00:27.581Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T18:00:27.814Z] 5f621e34cdf4: Pull complete [2021-02-09T18:00:27.903Z] + make build [2021-02-09T18:00:27.903Z] 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-09T18:00:28.090Z] a4357932f1b6: Pull complete [2021-02-09T18:00:28.697Z] 18c013af1878: Pull complete [2021-02-09T18:00:29.694Z] 745a02a5169b: Verifying Checksum [2021-02-09T18:00:29.694Z] 745a02a5169b: Download complete [2021-02-09T18:00:30.687Z] 00ac8860ef70: Verifying Checksum [2021-02-09T18:00:30.687Z] 00ac8860ef70: Download complete [2021-02-09T18:00:32.173Z] 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-09T18:00:40.446Z] 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-09T18:00:40.921Z] 00ac8860ef70: Pull complete [2021-02-09T18:00:40.921Z] 63d7cb157983: Pull complete [2021-02-09T18:00:40.921Z] b116817d02f9: Pull complete [2021-02-09T18:00:41.400Z] 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-09T18:00:42.823Z] 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-09T18:00:43.094Z] 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-09T18:00:44.389Z] 745a02a5169b: Pull complete [2021-02-09T18:00:44.389Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T18:00:44.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T18:00:44.389Z] ---> b7e6874047d6 [2021-02-09T18:00:44.389Z] 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-09T18:00:44.507Z] 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-09T18:00:45.946Z] 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-09T18:00:46.911Z] 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-09T18:00:47.823Z] ---> Running in c491570812a9 [2021-02-09T18:00:48.308Z] 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-09T18:00:48.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:00:49.260Z] 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-09T18:00:49.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:00:50.018Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T18:00:50.018Z] (2/12) Installing file (5.38-r0) [2021-02-09T18:00:50.213Z] 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-09T18:00:50.292Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T18:00:50.292Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] } [2021-02-09T18:00:52.201Z] $ docker stop --time=1 c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 [2021-02-09T18:00:53.806Z] $ docker rm -f c205029d24b80817cb0fda3217938da9987fbcea913f685c92e9aafe4a6c0b72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-09T18:00:54.611Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T18:00:54.611Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T18:00:54.611Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T18:00:54.611Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T18:00:54.611Z] (9/12) Installing pkgconf (1.7.2-r0) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-09T18:00:54.887Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T18:00:54.888Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T18:00:54.888Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T18:00:55.164Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:00:55.164Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:00:55.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:00:55.789Z] [2021-02-09T18:00:55.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:00:56.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:00:56.153Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T18:00:56.153Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T18:00:56.153Z] ca9280d653b3: Pulling fs layer [2021-02-09T18:00:56.153Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T18:00:56.417Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T18:00:56.417Z] cbdbe7a5bc2a: Download complete [2021-02-09T18:00:56.689Z] cbdbe7a5bc2a: Pull complete [2021-02-09T18:00:56.689Z] ca9280d653b3: Verifying Checksum [2021-02-09T18:00:56.689Z] ca9280d653b3: Download complete [2021-02-09T18:00:57.678Z] 7e9c9ca2126c: Verifying Checksum [2021-02-09T18:00:57.678Z] 7e9c9ca2126c: Download complete [2021-02-09T18:00:57.678Z] ca9280d653b3: Pull complete [2021-02-09T18:00:59.471Z] Removing intermediate container c491570812a9 [2021-02-09T18:00:59.471Z] ---> 6735d9a1e49b [2021-02-09T18:00:59.471Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T18:00:59.471Z] ---> Running in 999339e7946d [2021-02-09T18:00:59.471Z] Removing intermediate container 999339e7946d [2021-02-09T18:00:59.471Z] ---> 5526984d65f4 [2021-02-09T18:00:59.471Z] Step 5/6 : COPY go.mod . [2021-02-09T18:01:00.449Z] ---> d7fcb3c6720f [2021-02-09T18:01:00.449Z] Step 6/6 : RUN go mod download [2021-02-09T18:01:00.449Z] ---> Running in e8876f48ded3 [2021-02-09T18:01:04.462Z] 7e9c9ca2126c: Pull complete [2021-02-09T18:01:04.463Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T18:01:04.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:01:04.463Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T18:01:04.625Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T18:01:04.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T18:01:07.589Z] $ docker top 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:01:08.106Z] + docker-compose build --help [2021-02-09T18:01:08.107Z] + grep parallel [2021-02-09T18:01:09.064Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T18:01:09.081Z] $ docker stop --time=1 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 [2021-02-09T18:01:11.047Z] $ docker rm -f 353f5c51125a3fe117651fc9f61685827b58decfff0714aa6cbc08b1f29fc3a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:01:11.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:01:11.776Z] . [Pipeline] withDockerContainer [2021-02-09T18:01:11.878Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T18:01:11.935Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T18:01:12.687Z] $ docker top 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:01:13.168Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T18:01:14.129Z] Building docker-core-command-go ... [2021-02-09T18:01:14.129Z] Building docker-core-data-go ... [2021-02-09T18:01:14.129Z] Building docker-core-metadata-go ... [2021-02-09T18:01:14.129Z] Building docker-security-bootstrapper-go ... [2021-02-09T18:01:14.129Z] Building docker-security-proxy-setup-go ... [2021-02-09T18:01:14.129Z] Building docker-security-secretstore-setup-go ... [2021-02-09T18:01:14.129Z] Building docker-support-notifications-go ... [2021-02-09T18:01:14.129Z] Building docker-support-scheduler-go ... [2021-02-09T18:01:14.129Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T18:01:14.129Z] Building docker-core-data-go [2021-02-09T18:01:14.129Z] Building docker-security-bootstrapper-go [2021-02-09T18:01:14.129Z] Building docker-support-notifications-go [2021-02-09T18:01:14.129Z] Building docker-security-proxy-setup-go [2021-02-09T18:01:14.129Z] Building docker-support-scheduler-go [2021-02-09T18:01:27.294Z] Removing intermediate container e8876f48ded3 [2021-02-09T18:01:27.294Z] ---> 8038654e62e6 [2021-02-09T18:01:27.294Z] Successfully built 8038654e62e6 [2021-02-09T18:01:27.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:01:27.648Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:01:27.648Z] . [Pipeline] withDockerContainer [2021-02-09T18:01:27.926Z] prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container [2021-02-09T18:01:28.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T18:01:29.540Z] $ docker top b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:01:30.566Z] + go version [2021-02-09T18:01:30.567Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T18:01:30.596Z] $ docker stop --time=1 b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 [2021-02-09T18:01:32.539Z] $ docker rm -f b94ee66071d66e38ccfad847b061dc90a17c9a1ebedad8798926b01e3a93b2b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:01:33.584Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:01:33.584Z] . [Pipeline] withDockerContainer [2021-02-09T18:01:33.843Z] prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container [2021-02-09T18:01:33.930Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T18:01:35.375Z] $ docker top a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T18:01:35.759Z] ========================================================= [2021-02-09T18:01:35.759Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T18:01:35.760Z] ========================================================= [Pipeline] sh [2021-02-09T18:01:36.403Z] + make test [2021-02-09T18:01:36.403Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T18:01:46.414Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:01:46.415Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:01:46.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:01:46.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:01:46.415Z] ---> 93acd90fd805 [2021-02-09T18:01:46.415Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T18:01:46.415Z] ---> 93acd90fd805 [2021-02-09T18:01:46.415Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:01:46.415Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:01:46.415Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:01:46.415Z] ---> 93acd90fd805 [2021-02-09T18:01:46.415Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:01:46.415Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:01:46.415Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:01:46.415Z] ---> 93acd90fd805 [2021-02-09T18:01:46.415Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T18:01:46.415Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:01:46.415Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:01:46.415Z] ---> 93acd90fd805 [2021-02-09T18:01:46.415Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:01:46.700Z] ---> Running in e76abf9f3f25 [2021-02-09T18:01:46.700Z] ---> Running in a0db7a25af11 [2021-02-09T18:01:46.700Z] ---> Running in ce416616d900 [2021-02-09T18:01:46.700Z] ---> Running in 5f4220274e01 [2021-02-09T18:01:46.700Z] ---> Running in 7375ab86ae03 [2021-02-09T18:01:47.286Z] Removing intermediate container ce416616d900 [2021-02-09T18:01:47.286Z] ---> b6ca45d71ebb [2021-02-09T18:01:47.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:01:47.286Z] Removing intermediate container 7375ab86ae03 [2021-02-09T18:01:47.286Z] ---> 909327afb5d5 [2021-02-09T18:01:47.286Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:01:47.286Z] Removing intermediate container 5f4220274e01 [2021-02-09T18:01:47.286Z] ---> 1c442d377093 [2021-02-09T18:01:47.286Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:01:47.286Z] Removing intermediate container a0db7a25af11 [2021-02-09T18:01:47.286Z] ---> 7bae1ea7fea2 [2021-02-09T18:01:47.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:01:47.286Z] Removing intermediate container e76abf9f3f25 [2021-02-09T18:01:47.286Z] ---> ce223f2cf00f [2021-02-09T18:01:47.287Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:01:47.554Z] ---> Running in f559d7baebf8 [2021-02-09T18:01:47.554Z] ---> Running in 13294e64ffac [2021-02-09T18:01:47.554Z] ---> Running in 9cbca046e5fc [2021-02-09T18:01:47.554Z] ---> Running in d5428a7657a6 [2021-02-09T18:01:47.554Z] ---> Running in d2548006509e [2021-02-09T18:01:49.519Z] Removing intermediate container f559d7baebf8 [2021-02-09T18:01:49.519Z] ---> 2a95457af78f [2021-02-09T18:01:49.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T18:01:49.519Z] ---> Running in 0a1022bc3143 [2021-02-09T18:01:49.782Z] Removing intermediate container 13294e64ffac [2021-02-09T18:01:49.782Z] ---> 46355b162fd3 [2021-02-09T18:01:49.782Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T18:01:49.782Z] Removing intermediate container 9cbca046e5fc [2021-02-09T18:01:49.782Z] ---> af50a499027a [2021-02-09T18:01:49.782Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T18:01:50.046Z] ---> Running in f5773b93c953 [2021-02-09T18:01:50.046Z] Removing intermediate container d5428a7657a6 [2021-02-09T18:01:50.046Z] ---> 932a837c0c0b [2021-02-09T18:01:50.046Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T18:01:50.310Z] Removing intermediate container d2548006509e [2021-02-09T18:01:50.310Z] ---> 33fbdc2d958b [2021-02-09T18:01:50.310Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T18:01:50.310Z] ---> Running in abb52d74e9fa [2021-02-09T18:01:50.310Z] ---> Running in c0729836c959 [2021-02-09T18:01:50.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:50.577Z] ---> Running in cdb9528437d2 [2021-02-09T18:01:50.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.374Z] OK: 233 MiB in 51 packages [2021-02-09T18:01:51.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.900Z] Removing intermediate container 0a1022bc3143 [2021-02-09T18:01:51.900Z] ---> 439a19937d19 [2021-02-09T18:01:51.900Z] Step 6/22 : COPY go.mod . [2021-02-09T18:01:51.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:01:51.900Z] OK: 233 MiB in 51 packages [2021-02-09T18:01:52.169Z] OK: 233 MiB in 51 packages [2021-02-09T18:01:52.169Z] ---> 309b9f0e26c9 [2021-02-09T18:01:52.169Z] Step 7/22 : RUN go mod download [2021-02-09T18:01:52.169Z] ---> Running in c93929ff2e19 [2021-02-09T18:01:52.439Z] OK: 233 MiB in 51 packages [2021-02-09T18:01:52.439Z] OK: 233 MiB in 51 packages [2021-02-09T18:01:52.439Z] Removing intermediate container f5773b93c953 [2021-02-09T18:01:52.439Z] ---> 6ca8442e6efe [2021-02-09T18:01:52.439Z] Step 6/30 : COPY go.mod . [2021-02-09T18:01:53.034Z] ---> d81325e1d552 [2021-02-09T18:01:53.034Z] Step 7/30 : RUN go mod download [2021-02-09T18:01:53.034Z] ---> Running in 9b2f4b1e0fb8 [2021-02-09T18:01:53.321Z] Removing intermediate container abb52d74e9fa [2021-02-09T18:01:53.321Z] ---> cd31f884b25a [2021-02-09T18:01:53.321Z] Step 6/22 : COPY go.mod . [2021-02-09T18:01:53.600Z] Removing intermediate container cdb9528437d2 [2021-02-09T18:01:53.600Z] ---> 4c56042cd7ee [2021-02-09T18:01:53.601Z] Step 6/21 : COPY go.mod . [2021-02-09T18:01:53.601Z] Removing intermediate container c0729836c959 [2021-02-09T18:01:53.601Z] ---> 05dd188b703f [2021-02-09T18:01:53.601Z] Step 6/23 : COPY go.mod . [2021-02-09T18:01:53.601Z] ---> 4191dd3f69cd [2021-02-09T18:01:53.601Z] Step 7/22 : RUN go mod download [2021-02-09T18:01:53.878Z] ---> Running in f3fa40a57143 [2021-02-09T18:01:53.878Z] ---> 818438184fd2 [2021-02-09T18:01:53.878Z] Step 7/21 : RUN go mod download [2021-02-09T18:01:54.148Z] ---> Running in bb94b0843a7e [2021-02-09T18:01:54.148Z] ---> 8939d047bf72 [2021-02-09T18:01:54.148Z] Step 7/23 : RUN go mod download [2021-02-09T18:01:54.423Z] ---> Running in edd0b3a7aa18 [2021-02-09T18:01:54.689Z] Removing intermediate container c93929ff2e19 [2021-02-09T18:01:54.689Z] ---> f3dbd6b9954a [2021-02-09T18:01:54.689Z] Step 8/22 : COPY . . [2021-02-09T18:01:58.613Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T18:01:58.925Z] Removing intermediate container 9b2f4b1e0fb8 [2021-02-09T18:01:58.925Z] ---> 81480e0c511c [2021-02-09T18:01:58.925Z] Step 8/30 : COPY . . [2021-02-09T18:02:01.516Z] Removing intermediate container f3fa40a57143 [2021-02-09T18:02:01.516Z] ---> 247c700e6bcb [2021-02-09T18:02:01.516Z] Step 8/22 : COPY . . [2021-02-09T18:02:04.086Z] Removing intermediate container bb94b0843a7e [2021-02-09T18:02:04.086Z] ---> bf7424112ae1 [2021-02-09T18:02:04.086Z] Step 8/21 : COPY . . [2021-02-09T18:02:05.489Z] Removing intermediate container edd0b3a7aa18 [2021-02-09T18:02:05.489Z] ---> 1116b05c6d7a [2021-02-09T18:02:05.489Z] Step 8/23 : COPY . . [2021-02-09T18:02:44.428Z] ---> f57ea3a108b2 [2021-02-09T18:02:44.428Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T18:02:44.428Z] ---> 2457c675dfe4 [2021-02-09T18:02:44.428Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T18:02:44.428Z] ---> df963f0424d6 [2021-02-09T18:02:44.428Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T18:02:44.428Z] ---> Running in c254891afff6 [2021-02-09T18:02:44.428Z] ---> Running in c5137eed69e4 [2021-02-09T18:02:44.428Z] ---> Running in 290f2fca1670 [2021-02-09T18:02:44.428Z] ---> a582657b1102 [2021-02-09T18:02:44.428Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T18:02:44.428Z] ---> 49d4bdef499e [2021-02-09T18:02:44.428Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T18:02:44.428Z] ---> Running in 374b2bf01c8b [2021-02-09T18:02:44.428Z] ---> Running in c5ae712abdb4 [2021-02-09T18:02:44.428Z] 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-09T18:02:44.428Z] 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-09T18:02:44.428Z] 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-09T18:02:44.428Z] 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-09T18:02:44.428Z] 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-09T18:02:45.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T18:02:51.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T18:03:02.101Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T18:03:02.101Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T18:03:03.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T18:03:03.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T18:03:03.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T18:03:03.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T18:03:06.284Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T18:03:06.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T18:03:11.256Z] 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-09T18:03:15.225Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T18:03:15.225Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T18:03:15.225Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T18:03:15.746Z] Removing intermediate container c5137eed69e4 [2021-02-09T18:03:15.746Z] ---> b9147a10a1fe [2021-02-09T18:03:15.746Z] [2021-02-09T18:03:15.746Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T18:03:15.746Z] 3.12: Pulling from library/alpine [2021-02-09T18:03:16.715Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T18:03:16.715Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T18:03:16.715Z] ---> 389fef711851 [2021-02-09T18:03:16.715Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T18:03:20.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T18:03:20.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T18:03:20.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.159s coverage: 100.0% of statements [2021-02-09T18:03:20.967Z] Removing intermediate container c5ae712abdb4 [2021-02-09T18:03:20.967Z] ---> 819f2c90f589 [2021-02-09T18:03:20.967Z] [2021-02-09T18:03:20.967Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T18:03:20.967Z] ---> 389fef711851 [2021-02-09T18:03:20.967Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T18:03:21.541Z] ---> Running in c19d979c129b [2021-02-09T18:03:21.804Z] ---> Running in 5a29ab496fc7 [2021-02-09T18:03:21.804Z] Removing intermediate container 290f2fca1670 [2021-02-09T18:03:21.804Z] ---> 2a6a98287ecc [2021-02-09T18:03:21.804Z] [2021-02-09T18:03:21.804Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:03:21.804Z] ---> 389fef711851 [2021-02-09T18:03:21.804Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T18:03:21.804Z] Removing intermediate container c254891afff6 [2021-02-09T18:03:21.804Z] ---> a80acf0424ad [2021-02-09T18:03:21.804Z] [2021-02-09T18:03:21.804Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:03:21.804Z] ---> 389fef711851 [2021-02-09T18:03:21.804Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:03:22.066Z] ---> Running in 9c50c28761a9 [2021-02-09T18:03:22.066Z] ---> Running in 51f280cd1579 [2021-02-09T18:03:22.329Z] Removing intermediate container c19d979c129b [2021-02-09T18:03:22.329Z] ---> 573b3b9e8bda [2021-02-09T18:03:22.329Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T18:03:22.594Z] ---> Running in ed4b16f2c442 [2021-02-09T18:03:22.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:22.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:22.867Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T18:03:23.135Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:03:23.135Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T18:03:23.135Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T18:03:23.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.135Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:03:23.135Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:03:23.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.135Z] OK: 7 MiB in 18 packages [2021-02-09T18:03:23.399Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:03:23.399Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:03:23.399Z] OK: 6 MiB in 15 packages [2021-02-09T18:03:23.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:23.661Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:03:23.661Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T18:03:23.661Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T18:03:23.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:03:23.956Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:03:23.956Z] OK: 6 MiB in 16 packages [2021-02-09T18:03:23.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:03:23.956Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:03:23.956Z] OK: 6 MiB in 16 packages [2021-02-09T18:03:25.888Z] Removing intermediate container 374b2bf01c8b [2021-02-09T18:03:25.888Z] ---> ebca6bc150a6 [2021-02-09T18:03:25.888Z] [2021-02-09T18:03:25.888Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:03:25.888Z] ---> 389fef711851 [2021-02-09T18:03:25.888Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T18:03:25.888Z] ---> Running in b4b250cbc0ae [2021-02-09T18:03:26.839Z] Removing intermediate container 5a29ab496fc7 [2021-02-09T18:03:26.839Z] ---> a6647a7103b7 [2021-02-09T18:03:26.839Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:03:26.839Z] Removing intermediate container b4b250cbc0ae [2021-02-09T18:03:26.839Z] ---> 1e3443f1cebd [2021-02-09T18:03:26.839Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T18:03:27.102Z] ---> Running in 2ad161f84a86 [2021-02-09T18:03:27.364Z] Removing intermediate container 9c50c28761a9 [2021-02-09T18:03:27.364Z] ---> 31db599763b0 [2021-02-09T18:03:27.364Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:03:27.364Z] ---> Running in 5ec24a524fd2 [2021-02-09T18:03:27.634Z] ---> Running in a40e6dfcb37e [2021-02-09T18:03:27.635Z] Removing intermediate container ed4b16f2c442 [2021-02-09T18:03:27.635Z] ---> 61a920fe5905 [2021-02-09T18:03:27.635Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T18:03:27.635Z] Removing intermediate container 51f280cd1579 [2021-02-09T18:03:27.635Z] ---> 7279d6648271 [2021-02-09T18:03:27.635Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:03:27.899Z] Removing intermediate container 2ad161f84a86 [2021-02-09T18:03:27.899Z] ---> 8596400ad9b7 [2021-02-09T18:03:27.899Z] Step 13/21 : WORKDIR /edgex [2021-02-09T18:03:27.899Z] ---> Running in 7ad85d4a009b [2021-02-09T18:03:27.899Z] ---> Running in 46d70947642f [2021-02-09T18:03:27.899Z] Removing intermediate container 5ec24a524fd2 [2021-02-09T18:03:27.899Z] ---> 4f71e18a4e72 [2021-02-09T18:03:27.899Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T18:03:27.899Z] ---> Running in 5f6f19996778 [2021-02-09T18:03:28.474Z] Removing intermediate container a40e6dfcb37e [2021-02-09T18:03:28.474Z] ---> 1e58ea2e2139 [2021-02-09T18:03:28.474Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T18:03:28.474Z] ---> Running in d25755009c9e [2021-02-09T18:03:28.474Z] ---> Running in 687b136038d3 [2021-02-09T18:03:28.474Z] Removing intermediate container 46d70947642f [2021-02-09T18:03:28.474Z] ---> 6721b73f6a99 [2021-02-09T18:03:28.474Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T18:03:28.748Z] Removing intermediate container 7ad85d4a009b [2021-02-09T18:03:28.748Z] ---> f71381133d58 [2021-02-09T18:03:28.748Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T18:03:28.748Z] Removing intermediate container 5f6f19996778 [2021-02-09T18:03:28.748Z] ---> 8f17b162bdf4 [2021-02-09T18:03:28.748Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T18:03:28.748Z] ---> Running in 3815af5ea6db [2021-02-09T18:03:28.748Z] ---> Running in 37d403cd6403 [2021-02-09T18:03:28.748Z] Removing intermediate container d25755009c9e [2021-02-09T18:03:28.748Z] ---> 4d1817f8a5f0 [2021-02-09T18:03:28.748Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:03:28.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.525s coverage: 27.1% of statements [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T18:03:28.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.127s coverage: 100.0% of statements [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T18:03:28.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T18:03:28.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 65.8% of statements [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T18:03:28.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T18:03:29.018Z] Removing intermediate container 687b136038d3 [2021-02-09T18:03:29.018Z] ---> 5a91cf0c5f0c [2021-02-09T18:03:29.018Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:03:29.018Z] ---> Running in f9667b593079 [2021-02-09T18:03:29.018Z] ---> Running in f184d56d30ef [2021-02-09T18:03:29.279Z] Removing intermediate container 3815af5ea6db [2021-02-09T18:03:29.279Z] ---> 60a3ced61b85 [2021-02-09T18:03:29.279Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:03:29.279Z] ---> f85bac77932b [2021-02-09T18:03:29.279Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T18:03:29.549Z] Removing intermediate container 37d403cd6403 [2021-02-09T18:03:29.549Z] ---> 4120f57a7a4b [2021-02-09T18:03:29.549Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T18:03:29.549Z] ---> Running in e19896d864fb [2021-02-09T18:03:29.549Z] ---> Running in 8af67126a5ee [2021-02-09T18:03:29.823Z] Removing intermediate container f184d56d30ef [2021-02-09T18:03:29.823Z] ---> 1a14698cc192 [2021-02-09T18:03:29.823Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:03:29.823Z] Removing intermediate container e19896d864fb [2021-02-09T18:03:29.823Z] ---> e2947372c047 [2021-02-09T18:03:29.823Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:03:30.088Z] ---> f1d339f56e8d [2021-02-09T18:03:30.088Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T18:03:30.358Z] ---> c57d686b28e1 [2021-02-09T18:03:30.358Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T18:03:30.358Z] ---> 7b138165e19b [2021-02-09T18:03:30.358Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T18:03:30.938Z] Removing intermediate container f9667b593079 [2021-02-09T18:03:30.938Z] ---> 3fa5689f95b6 [2021-02-09T18:03:30.938Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T18:03:30.995Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.704s coverage: 82.3% of statements [2021-02-09T18:03:30.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T18:03:30.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:03:30.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T18:03:30.995Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T18:03:31.517Z] ---> 06b1fe3924bb [2021-02-09T18:03:31.518Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T18:03:31.518Z] ---> f6dce42840c7 [2021-02-09T18:03:31.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T18:03:31.784Z] ---> Running in 8d08d31acac5 [2021-02-09T18:03:31.784Z] ---> 417b484d5d25 [2021-02-09T18:03:31.784Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T18:03:31.784Z] ---> Running in c59bf519b7eb [2021-02-09T18:03:32.061Z] Removing intermediate container 8af67126a5ee [2021-02-09T18:03:32.061Z] ---> 3e9aa5f43df5 [2021-02-09T18:03:32.061Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T18:03:32.061Z] ---> 08cd99a4d365 [2021-02-09T18:03:32.061Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T18:03:32.061Z] ---> 007b004b7c80 [2021-02-09T18:03:32.061Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T18:03:32.061Z] Removing intermediate container c59bf519b7eb [2021-02-09T18:03:32.061Z] ---> 94e8b258be79 [2021-02-09T18:03:32.061Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T18:03:32.335Z] ---> Running in fb7f3d82b543 [2021-02-09T18:03:32.336Z] ---> Running in 228117be30f3 [2021-02-09T18:03:32.336Z] ---> Running in fa2285d60ce7 [2021-02-09T18:03:32.336Z] ---> Running in 72d58cd814dd [2021-02-09T18:03:32.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:32.611Z] Removing intermediate container 228117be30f3 [2021-02-09T18:03:32.611Z] ---> 1ccc501955b1 [2021-02-09T18:03:32.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:03:32.611Z] ---> Running in 6fc17b251679 [2021-02-09T18:03:32.611Z] Removing intermediate container fb7f3d82b543 [2021-02-09T18:03:32.611Z] ---> e4fdb86dd149 [2021-02-09T18:03:32.611Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T18:03:32.611Z] Removing intermediate container fa2285d60ce7 [2021-02-09T18:03:32.611Z] ---> 8b56b1ff026e [2021-02-09T18:03:32.611Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:03:32.881Z] Removing intermediate container 72d58cd814dd [2021-02-09T18:03:32.881Z] ---> cbdb4e530faf [2021-02-09T18:03:32.881Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T18:03:32.881Z] ---> Running in 44cc739e2aae [2021-02-09T18:03:32.881Z] ---> Running in 63b98965263f [2021-02-09T18:03:33.172Z] Removing intermediate container 6fc17b251679 [2021-02-09T18:03:33.172Z] ---> ab5d1f4d5216 [2021-02-09T18:03:33.172Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:03:33.172Z] ---> 2731b2cc540c [2021-02-09T18:03:33.172Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T18:03:33.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:03:33.172Z] ---> Running in 8cd66bef8dad [2021-02-09T18:03:33.172Z] ---> Running in 9b2f5c6f64ca [2021-02-09T18:03:33.172Z] Removing intermediate container 44cc739e2aae [2021-02-09T18:03:33.172Z] ---> f39e32c50e43 [2021-02-09T18:03:33.172Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:03:33.446Z] Removing intermediate container 63b98965263f [2021-02-09T18:03:33.446Z] ---> 908d4657282c [2021-02-09T18:03:33.446Z] Step 20/21 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:03:33.446Z] ---> Running in ec586fe3ab21 [2021-02-09T18:03:33.713Z] ---> Running in 2c263820547e [2021-02-09T18:03:33.713Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T18:03:33.713Z] Removing intermediate container 8cd66bef8dad [2021-02-09T18:03:33.713Z] ---> 1fae3aa86199 [2021-02-09T18:03:33.713Z] Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:03:33.713Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T18:03:33.713Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T18:03:33.982Z] ---> Running in af1e048842e8 [2021-02-09T18:03:33.982Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T18:03:33.982Z] Removing intermediate container ec586fe3ab21 [2021-02-09T18:03:33.982Z] ---> b8f57b0dc6cb [2021-02-09T18:03:33.983Z] Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:03:33.983Z] Removing intermediate container 2c263820547e [2021-02-09T18:03:33.983Z] ---> f7d5267db22d [2021-02-09T18:03:33.983Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T18:03:33.983Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T18:03:34.247Z] ---> Running in f362a9f0f32a [2021-02-09T18:03:34.247Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T18:03:34.247Z] ---> Running in 1ada5d7bc5aa [2021-02-09T18:03:34.247Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:03:34.247Z] Removing intermediate container af1e048842e8 [2021-02-09T18:03:34.247Z] ---> 7808ae20b1fc [2021-02-09T18:03:34.247Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:03:34.247Z] OK: 8 MiB in 20 packages [2021-02-09T18:03:34.509Z] Removing intermediate container f362a9f0f32a [2021-02-09T18:03:34.509Z] ---> 9c710e80081e [2021-02-09T18:03:34.509Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:03:34.509Z] ---> Running in 7b7a29b2c8f8 [2021-02-09T18:03:34.509Z] Removing intermediate container 1ada5d7bc5aa [2021-02-09T18:03:34.509Z] ---> a5949df6c93d [2021-02-09T18:03:34.509Z] [2021-02-09T18:03:34.772Z] ---> Running in ddbbc34c92b7 [2021-02-09T18:03:34.772Z] Successfully built a5949df6c93d [2021-02-09T18:03:34.772Z] Removing intermediate container 7b7a29b2c8f8 [2021-02-09T18:03:34.772Z] ---> 25131a1f1a12 [2021-02-09T18:03:34.772Z] [2021-02-09T18:03:35.035Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T18:03:35.036Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T18:03:35.299Z] Removing intermediate container ddbbc34c92b7 [2021-02-09T18:03:35.299Z] ---> d2bb03d68cb7 [2021-02-09T18:03:35.299Z] [2021-02-09T18:03:35.299Z] Successfully built 25131a1f1a12 [2021-02-09T18:03:35.299Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T18:03:35.299Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-09T18:03:35.299Z] Successfully built d2bb03d68cb7 [2021-02-09T18:03:35.299Z] Removing intermediate container 9b2f5c6f64ca [2021-02-09T18:03:35.299Z] ---> fec498dfe761 [2021-02-09T18:03:35.299Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:03:35.299Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T18:03:35.299Z] Building docker-core-metadata-go [2021-02-09T18:03:35.563Z]  Building docker-support-notifications-go ... done Removing intermediate container 8d08d31acac5 [2021-02-09T18:03:35.563Z] ---> 8b3a5d4d52af [2021-02-09T18:03:35.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:03:35.563Z] ---> 8851a6dd96c0 [2021-02-09T18:03:35.563Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T18:03:35.835Z] ---> 5bd456ce3b8b [2021-02-09T18:03:35.835Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T18:03:37.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements [2021-02-09T18:03:37.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T18:03:37.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T18:03:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T18:03:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T18:03:37.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements [2021-02-09T18:03:37.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T18:03:39.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements [2021-02-09T18:03:39.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T18:03:39.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements [2021-02-09T18:03:39.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T18:03:39.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T18:03:39.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T18:03:39.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T18:03:40.077Z] ---> 6bd4a1ae8c4a [2021-02-09T18:03:40.077Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T18:03:40.077Z] ---> 95ba97f9da19 [2021-02-09T18:03:40.078Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T18:03:44.323Z] ---> beb11585b1e0 [2021-02-09T18:03:44.323Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T18:03:44.323Z] ---> 1fee068ec976 [2021-02-09T18:03:44.323Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T18:03:44.586Z] ---> Running in 7c48d2fe2629 [2021-02-09T18:03:44.586Z] ---> 39e20d1d6db5 [2021-02-09T18:03:44.586Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T18:03:44.867Z] Removing intermediate container 7c48d2fe2629 [2021-02-09T18:03:44.867Z] ---> af55309cc7ae [2021-02-09T18:03:44.867Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:03:44.867Z] ---> Running in 8f74edbdb60d [2021-02-09T18:03:44.867Z] ---> Running in 01393d84168b [2021-02-09T18:03:46.276Z] Removing intermediate container 01393d84168b [2021-02-09T18:03:46.276Z] ---> 1935cbf50fb7 [2021-02-09T18:03:46.276Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:03:47.699Z] Removing intermediate container 8f74edbdb60d [2021-02-09T18:03:47.699Z] ---> dd2a7d34fea6 [2021-02-09T18:03:47.699Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T18:03:47.965Z] ---> Running in f001ef2d6fc3 [2021-02-09T18:03:48.931Z] ---> 4fc7970ac0f3 [2021-02-09T18:03:48.931Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T18:03:48.931Z] Removing intermediate container f001ef2d6fc3 [2021-02-09T18:03:48.931Z] ---> 14aab205503b [2021-02-09T18:03:48.931Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.253s coverage: 92.8% of statements [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.185s coverage: 0.1% of statements [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T18:03:49.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 45.5% of statements [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.082s coverage: 79.5% of statements [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-02-09T18:03:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-02-09T18:03:50.882Z] ---> Running in e197e64a2233 [2021-02-09T18:03:52.841Z] ---> Running in c1f7713c3778 [2021-02-09T18:03:54.262Z] Removing intermediate container e197e64a2233 [2021-02-09T18:03:54.262Z] ---> d0c99e629981 [2021-02-09T18:03:54.262Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:03:55.223Z] ---> Running in 24a0b8d22fdf [2021-02-09T18:03:57.270Z] Removing intermediate container 24a0b8d22fdf [2021-02-09T18:03:57.270Z] ---> 797ea0f00a17 [2021-02-09T18:03:57.270Z] [2021-02-09T18:03:57.539Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:03:57.539Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:03:57.539Z] ---> 93acd90fd805 [2021-02-09T18:03:57.539Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T18:03:57.539Z] ---> Using cache [2021-02-09T18:03:57.539Z] ---> 909327afb5d5 [2021-02-09T18:03:57.539Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:03:57.539Z] ---> Using cache [2021-02-09T18:03:57.539Z] ---> 46355b162fd3 [2021-02-09T18:03:57.539Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T18:03:57.539Z] ---> Using cache [2021-02-09T18:03:57.539Z] ---> 6ca8442e6efe [2021-02-09T18:03:57.539Z] Step 6/24 : COPY go.mod . [2021-02-09T18:03:57.539Z] ---> Using cache [2021-02-09T18:03:57.539Z] ---> d81325e1d552 [2021-02-09T18:03:57.539Z] Step 7/24 : RUN go mod download [2021-02-09T18:03:57.539Z] ---> Using cache [2021-02-09T18:03:57.539Z] ---> 81480e0c511c [2021-02-09T18:03:57.539Z] Step 8/24 : COPY . . [2021-02-09T18:03:57.804Z] ---> Using cache [2021-02-09T18:03:57.804Z] ---> df963f0424d6 [2021-02-09T18:03:57.804Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T18:03:58.084Z] ---> Running in 9e6f60ee27b9 [2021-02-09T18:03:58.084Z] Successfully built 797ea0f00a17 [2021-02-09T18:03:58.084Z] Successfully tagged docker-core-data-go:latest [2021-02-09T18:03:58.084Z] Building docker-core-command-go [2021-02-09T18:03:58.665Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:03:58.665Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:03:58.665Z] ---> 93acd90fd805 [2021-02-09T18:03:58.665Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 909327afb5d5 [2021-02-09T18:03:58.665Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 46355b162fd3 [2021-02-09T18:03:58.665Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 6ca8442e6efe [2021-02-09T18:03:58.665Z] Step 6/23 : COPY go.mod . [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> d81325e1d552 [2021-02-09T18:03:58.665Z] Step 7/23 : RUN go mod download [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 81480e0c511c [2021-02-09T18:03:58.665Z] Step 8/23 : COPY . . [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> df963f0424d6 [2021-02-09T18:03:58.665Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T18:03:58.665Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:03:58.665Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:03:58.665Z] ---> 93acd90fd805 [2021-02-09T18:03:58.665Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 909327afb5d5 [2021-02-09T18:03:58.665Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:03:58.665Z] ---> Using cache [2021-02-09T18:03:58.665Z] ---> 46355b162fd3 [2021-02-09T18:03:58.665Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T18:03:59.647Z] Removing intermediate container c1f7713c3778 [2021-02-09T18:03:59.647Z] ---> 6d813924d571 [2021-02-09T18:03:59.647Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T18:03:59.647Z] 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-09T18:03:59.647Z] ---> Running in f4fc4151ea59 [2021-02-09T18:03:59.647Z] ---> Running in 98775382f54a [2021-02-09T18:03:59.926Z] ---> Running in 151e0d13f78c [2021-02-09T18:04:01.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:01.880Z] 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-09T18:04:01.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-02-09T18:04:01.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-09T18:04:02.217Z] Removing intermediate container 151e0d13f78c [2021-02-09T18:04:02.217Z] ---> 92cde293dc24 [2021-02-09T18:04:02.217Z] Step 27/30 : CMD ["gate"] [2021-02-09T18:04:02.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:03.081Z] OK: 233 MiB in 51 packages [2021-02-09T18:04:03.674Z] ---> Running in d57e8a17a4ef [2021-02-09T18:04:05.093Z] Removing intermediate container d57e8a17a4ef [2021-02-09T18:04:05.093Z] ---> 892c5cf350a6 [2021-02-09T18:04:05.093Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T18:04:05.363Z] Removing intermediate container f4fc4151ea59 [2021-02-09T18:04:05.363Z] ---> e2c7af0e5d70 [2021-02-09T18:04:05.363Z] Step 6/26 : COPY go.mod . [2021-02-09T18:04:05.628Z] ---> Running in 665dce2c7cea [2021-02-09T18:04:06.237Z] Removing intermediate container 665dce2c7cea [2021-02-09T18:04:06.237Z] ---> b0fa88a49df8 [2021-02-09T18:04:06.237Z] Step 29/30 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:04:06.503Z] ---> 7deeeeacd748 [2021-02-09T18:04:06.504Z] Step 7/26 : RUN go mod download [2021-02-09T18:04:07.097Z] ---> Running in 637aa982f257 [2021-02-09T18:04:07.097Z] ---> Running in c59fa723e1d8 [2021-02-09T18:04:08.098Z] Removing intermediate container c59fa723e1d8 [2021-02-09T18:04:08.098Z] ---> 125cf617a7e9 [2021-02-09T18:04:08.098Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T18:04:08.372Z] ---> Running in ea427374326a [2021-02-09T18:04:08.644Z] Removing intermediate container ea427374326a [2021-02-09T18:04:08.644Z] ---> 80f14e37ff40 [2021-02-09T18:04:08.644Z] [2021-02-09T18:04:09.239Z] Successfully built 80f14e37ff40 [2021-02-09T18:04:09.239Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T18:04:11.197Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 637aa982f257 [2021-02-09T18:04:11.198Z] ---> 6b641644587a [2021-02-09T18:04:11.198Z] Step 8/26 : COPY . . [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.140s coverage: 92.9% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.514s coverage: 63.5% of statements [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T18:04:14.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2021-02-09T18:04:14.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-09T18:04:14.997Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.989s coverage: 68.9% of statements [2021-02-09T18:04:14.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T18:04:14.997Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T18:04:16.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements [2021-02-09T18:04:16.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T18:04:16.444Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T18:04:17.896Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:04:17.896Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:04:17.896Z] ---> 93acd90fd805 [2021-02-09T18:04:17.896Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> 909327afb5d5 [2021-02-09T18:04:17.896Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> 46355b162fd3 [2021-02-09T18:04:17.896Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> 6ca8442e6efe [2021-02-09T18:04:17.896Z] Step 6/23 : COPY go.mod . [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> d81325e1d552 [2021-02-09T18:04:17.896Z] Step 7/23 : RUN go mod download [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> 81480e0c511c [2021-02-09T18:04:17.896Z] Step 8/23 : COPY . . [2021-02-09T18:04:17.896Z] ---> Using cache [2021-02-09T18:04:17.896Z] ---> df963f0424d6 [2021-02-09T18:04:17.896Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T18:04:18.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements [2021-02-09T18:04:18.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2021-02-09T18:04:19.300Z] ---> Running in 05af4f538cf4 [2021-02-09T18:04:20.702Z] 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-09T18:04:20.702Z] 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-09T18:04:23.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.0% of statements [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T18:04:23.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T18:04:23.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T18:04:23.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.291s coverage: 87.7% of statements [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:04:23.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.028s coverage: 29.1% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.191s coverage: 100.0% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.123s coverage: 87.9% of statements [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T18:04:32.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-02-09T18:04:32.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-02-09T18:04:32.787Z] GO111MODULE=on go vet ./... [2021-02-09T18:04:36.584Z] ---> 7e1d08a4eed0 [2021-02-09T18:04:36.585Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T18:04:36.585Z] Removing intermediate container 9e6f60ee27b9 [2021-02-09T18:04:36.585Z] ---> b234b5b2055a [2021-02-09T18:04:36.585Z] [2021-02-09T18:04:36.585Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T18:04:36.585Z] ---> 389fef711851 [2021-02-09T18:04:36.585Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T18:04:36.585Z] Removing intermediate container 98775382f54a [2021-02-09T18:04:36.585Z] ---> ce37cc688d81 [2021-02-09T18:04:36.585Z] [2021-02-09T18:04:36.585Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:04:36.585Z] ---> 389fef711851 [2021-02-09T18:04:36.585Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:04:36.585Z] ---> Using cache [2021-02-09T18:04:36.585Z] ---> 31db599763b0 [2021-02-09T18:04:36.585Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:04:36.585Z] ---> Running in 07ef856e08c9 [2021-02-09T18:04:36.585Z] ---> Using cache [2021-02-09T18:04:36.585Z] ---> 1e58ea2e2139 [2021-02-09T18:04:36.585Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T18:04:36.585Z] ---> Running in 93099b5e82f9 [2021-02-09T18:04:36.585Z] ---> Running in f8a25950d765 [2021-02-09T18:04:36.585Z] Removing intermediate container 93099b5e82f9 [2021-02-09T18:04:36.585Z] ---> 46dc74995b2c [2021-02-09T18:04:36.585Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:04:36.585Z] ---> Running in eafeb0bf5824 [2021-02-09T18:04:36.585Z] 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-09T18:04:36.585Z] Removing intermediate container eafeb0bf5824 [2021-02-09T18:04:36.585Z] ---> a4546128fe19 [2021-02-09T18:04:36.585Z] Step 15/23 : WORKDIR / [2021-02-09T18:04:36.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:36.585Z] ---> Running in 867ad0198505 [2021-02-09T18:04:36.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:36.859Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T18:04:36.859Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:04:36.859Z] Removing intermediate container 867ad0198505 [2021-02-09T18:04:36.859Z] ---> e3edf7cb0dc2 [2021-02-09T18:04:36.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:04:36.859Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T18:04:36.859Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T18:04:36.859Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T18:04:36.859Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:04:36.859Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:04:36.859Z] OK: 7 MiB in 19 packages [2021-02-09T18:04:37.436Z] ---> b945489890ce [2021-02-09T18:04:37.436Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T18:04:38.845Z] Removing intermediate container f8a25950d765 [2021-02-09T18:04:38.845Z] ---> 4ed1a8d45957 [2021-02-09T18:04:38.845Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:04:38.845Z] ---> 108a5bd68bd7 [2021-02-09T18:04:38.845Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T18:04:38.845Z] ---> Running in 82d0e313f394 [2021-02-09T18:04:40.259Z] Removing intermediate container 82d0e313f394 [2021-02-09T18:04:40.259Z] ---> 728cc9416f0f [2021-02-09T18:04:40.259Z] Step 13/24 : WORKDIR / [2021-02-09T18:04:41.217Z] ---> 9cd3183c6aca [2021-02-09T18:04:41.217Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T18:04:42.636Z] ---> Running in c4ff2450f367 [2021-02-09T18:04:42.920Z] ---> Running in 0501c5baa935 [2021-02-09T18:04:42.920Z] Removing intermediate container 05af4f538cf4 [2021-02-09T18:04:42.920Z] ---> 7439600c1b7a [2021-02-09T18:04:42.920Z] [2021-02-09T18:04:42.920Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:04:42.920Z] ---> 389fef711851 [2021-02-09T18:04:42.920Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:04:42.920Z] ---> Using cache [2021-02-09T18:04:42.920Z] ---> 31db599763b0 [2021-02-09T18:04:42.920Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:04:42.920Z] ---> Using cache [2021-02-09T18:04:42.920Z] ---> 1e58ea2e2139 [2021-02-09T18:04:42.920Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T18:04:42.920Z] ---> Running in b0eb6931bad7 [2021-02-09T18:04:43.210Z] Removing intermediate container 0501c5baa935 [2021-02-09T18:04:43.210Z] ---> f9da122ccb3c [2021-02-09T18:04:43.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:04:43.210Z] Removing intermediate container c4ff2450f367 [2021-02-09T18:04:43.210Z] ---> 874ba98def18 [2021-02-09T18:04:43.210Z] 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-09T18:04:43.210Z] ---> Running in e062463acaa0 [2021-02-09T18:04:43.210Z] Removing intermediate container b0eb6931bad7 [2021-02-09T18:04:43.210Z] ---> b2992b78f5de [2021-02-09T18:04:43.210Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:04:43.482Z] ---> Running in 0fdc07ef757b [2021-02-09T18:04:43.482Z] ---> 37789f210c1b [2021-02-09T18:04:43.482Z] 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-09T18:04:43.482Z] Removing intermediate container e062463acaa0 [2021-02-09T18:04:43.482Z] ---> 723b9b1d7081 [2021-02-09T18:04:43.482Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:04:43.762Z] ---> Running in dd2aa0fde2d8 [2021-02-09T18:04:43.762Z] Removing intermediate container 0fdc07ef757b [2021-02-09T18:04:43.762Z] ---> 2ad3edfd61bb [2021-02-09T18:04:43.762Z] Step 15/23 : WORKDIR / [2021-02-09T18:04:43.762Z] ---> Running in c9188e263bca [2021-02-09T18:04:43.762Z] ---> 70843c51ecf9 [2021-02-09T18:04:43.762Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T18:04:44.056Z] Removing intermediate container dd2aa0fde2d8 [2021-02-09T18:04:44.056Z] ---> 2c7c5af6735e [2021-02-09T18:04:44.056Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:04:44.056Z] ---> Running in 3bdea9ccdf36 [2021-02-09T18:04:44.056Z] Removing intermediate container c9188e263bca [2021-02-09T18:04:44.056Z] ---> 35e6f0ff9e66 [2021-02-09T18:04:44.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:04:44.332Z] Removing intermediate container 3bdea9ccdf36 [2021-02-09T18:04:44.332Z] ---> c979556af990 [2021-02-09T18:04:44.332Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:04:44.332Z] ---> 2ef78f78aa90 [2021-02-09T18:04:44.332Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T18:04:44.332Z] ---> Running in 0803a7a8a80e [2021-02-09T18:04:44.604Z] ---> 1f356b2d7e21 [2021-02-09T18:04:44.604Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T18:04:44.604Z] Removing intermediate container 0803a7a8a80e [2021-02-09T18:04:44.604Z] ---> 54de4785ffd9 [2021-02-09T18:04:44.604Z] [2021-02-09T18:04:44.892Z] Successfully built 54de4785ffd9 [2021-02-09T18:04:44.892Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T18:04:45.189Z]  Building docker-core-metadata-go ... done  ---> ad720409ff97 [2021-02-09T18:04:45.189Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T18:04:45.465Z] ---> 9e761dbdc08e [2021-02-09T18:04:45.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T18:04:46.086Z] ---> ebe3f702b916 [2021-02-09T18:04:46.087Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T18:04:46.087Z] ---> 227165faeaa3 [2021-02-09T18:04:46.087Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T18:04:46.364Z] ---> Running in 0bd827bdafa7 [2021-02-09T18:04:46.364Z] ---> bb6a0d043046 [2021-02-09T18:04:46.364Z] 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-09T18:04:46.642Z] ---> Running in 64e610a41f4e [2021-02-09T18:04:46.914Z] Removing intermediate container 0bd827bdafa7 [2021-02-09T18:04:46.914Z] ---> d7eae7f43d46 [2021-02-09T18:04:46.914Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:04:47.196Z] ---> Running in e0c3b30e77d4 [2021-02-09T18:04:47.196Z] Removing intermediate container e0c3b30e77d4 [2021-02-09T18:04:47.196Z] ---> 6111dbca72e7 [2021-02-09T18:04:47.196Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:04:47.479Z] ---> Running in 528d6280fc45 [2021-02-09T18:04:47.479Z] Removing intermediate container 528d6280fc45 [2021-02-09T18:04:47.479Z] ---> c82a2321dbfa [2021-02-09T18:04:47.479Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:04:47.757Z] ---> Running in 068dd8fdecbc [2021-02-09T18:04:48.043Z] Removing intermediate container 068dd8fdecbc [2021-02-09T18:04:48.043Z] ---> 3cbc2e6fa6a1 [2021-02-09T18:04:48.043Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:04:48.043Z] ---> Running in a94b668b5119 [2021-02-09T18:04:48.043Z] Removing intermediate container 64e610a41f4e [2021-02-09T18:04:48.043Z] ---> 738056a7c232 [2021-02-09T18:04:48.043Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T18:04:48.316Z] ---> Running in d81242f0566a [2021-02-09T18:04:48.929Z] Removing intermediate container a94b668b5119 [2021-02-09T18:04:48.929Z] ---> fc4f9c6c6139 [2021-02-09T18:04:48.929Z] [2021-02-09T18:04:48.929Z] Successfully built fc4f9c6c6139 [2021-02-09T18:04:48.929Z] Removing intermediate container d81242f0566a [2021-02-09T18:04:48.929Z] ---> 1b7d77722814 [2021-02-09T18:04:48.929Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T18:04:48.929Z] Successfully tagged docker-core-command-go:latest [2021-02-09T18:04:49.223Z]  Building docker-core-command-go ... done  ---> Running in 60614ef387e4 [2021-02-09T18:04:50.699Z] Removing intermediate container 60614ef387e4 [2021-02-09T18:04:50.699Z] ---> 34c2714647a9 [2021-02-09T18:04:50.699Z] Step 23/24 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:04:50.967Z] ---> Running in 8effac65512b [2021-02-09T18:04:50.967Z] Removing intermediate container 07ef856e08c9 [2021-02-09T18:04:50.967Z] ---> dfd02b580ce4 [2021-02-09T18:04:50.967Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T18:04:50.967Z] ---> Running in f1c3706683f7 [2021-02-09T18:04:50.967Z] Removing intermediate container 8effac65512b [2021-02-09T18:04:50.967Z] ---> dbd62a08195b [2021-02-09T18:04:50.967Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T18:04:51.234Z] ---> Running in b4348f566748 [2021-02-09T18:04:51.498Z] Removing intermediate container b4348f566748 [2021-02-09T18:04:51.498Z] ---> 88076c6f226a [2021-02-09T18:04:51.498Z] [2021-02-09T18:04:51.498Z] 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-09T18:04:51.763Z] Successfully built 88076c6f226a [2021-02-09T18:04:51.763Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T18:04:52.713Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1c3706683f7 [2021-02-09T18:04:52.713Z] ---> 3609d0324223 [2021-02-09T18:04:52.713Z] [2021-02-09T18:04:52.713Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T18:04:52.713Z] 20.10.0: Pulling from library/docker [2021-02-09T18:04:58.097Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T18:04:58.097Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T18:04:58.097Z] ---> aefe523efa57 [2021-02-09T18:04:58.097Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T18:04:58.097Z] ---> Running in 994bc3753c3f [2021-02-09T18:04:59.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:59.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:04:59.052Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T18:04:59.052Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T18:04:59.052Z] Executing bash-5.0.17-r0.post-install [2021-02-09T18:04:59.052Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:04:59.052Z] OK: 12 MiB in 22 packages [2021-02-09T18:04:59.633Z] Removing intermediate container 994bc3753c3f [2021-02-09T18:04:59.633Z] ---> 40d7ee898534 [2021-02-09T18:04:59.633Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T18:04:59.633Z] ---> Running in ce23bc80270e [2021-02-09T18:05:00.208Z] Removing intermediate container ce23bc80270e [2021-02-09T18:05:00.208Z] ---> 1820c041ee76 [2021-02-09T18:05:00.208Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T18:05:00.208Z] ---> Running in a6cc5ee8ce17 [2021-02-09T18:05:00.208Z] Removing intermediate container a6cc5ee8ce17 [2021-02-09T18:05:00.208Z] ---> 09d386b7fa99 [2021-02-09T18:05:00.208Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T18:05:00.208Z] ---> Running in ae6915d734e6 [2021-02-09T18:05:00.471Z] Removing intermediate container ae6915d734e6 [2021-02-09T18:05:00.471Z] ---> 51b909e3a995 [2021-02-09T18:05:00.471Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T18:05:01.045Z] ---> 3bbbb72b5405 [2021-02-09T18:05:01.045Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T18:05:01.307Z] ---> 2c2c3cc84156 [2021-02-09T18:05:01.307Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T18:05:01.572Z] ---> 725abcf64b73 [2021-02-09T18:05:01.572Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T18:05:01.572Z] ---> Running in 24a677e54d1e [2021-02-09T18:05:02.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:05:02.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:05:02.149Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T18:05:02.149Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T18:05:02.149Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T18:05:02.149Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T18:05:02.149Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T18:05:02.149Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T18:05:02.411Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T18:05:03.806Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T18:05:03.806Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T18:05:03.806Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T18:05:03.806Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T18:05:03.806Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T18:05:03.806Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T18:05:03.806Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T18:05:03.806Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T18:05:03.806Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T18:05:03.806Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T18:05:03.806Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T18:05:03.806Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T18:05:03.806Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T18:05:03.806Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T18:05:03.806Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T18:05:03.806Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T18:05:04.070Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T18:05:04.070Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T18:05:04.070Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T18:05:04.070Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T18:05:04.070Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T18:05:04.070Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T18:05:04.070Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T18:05:04.070Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T18:05:04.070Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T18:05:04.070Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T18:05:04.070Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:05:04.070Z] OK: 71 MiB in 55 packages [2021-02-09T18:05:14.186Z] Removing intermediate container 24a677e54d1e [2021-02-09T18:05:14.186Z] ---> ed983c82f4eb [2021-02-09T18:05:14.186Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T18:05:14.186Z] ---> Running in e6254ecb7502 [2021-02-09T18:05:14.186Z] Collecting docker-compose==1.23.2 [2021-02-09T18:05:14.186Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T18:05:14.449Z] 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-09T18:05:14.449Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T18:05:14.449Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T18:05:14.713Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T18:05:14.713Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T18:05:15.303Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T18:05:15.303Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T18:05:15.303Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T18:05:15.303Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T18:05:16.261Z] Collecting PyYAML<4,>=3.10 [2021-02-09T18:05:16.261Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T18:05:17.206Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T18:05:17.206Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T18:05:17.206Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T18:05:17.206Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T18:05:17.468Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T18:05:17.468Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T18:05:18.041Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T18:05:18.042Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T18:05:18.042Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T18:05:18.042Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T18:05:18.042Z] 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-09T18:05:18.304Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T18:05:18.304Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T18:05:18.304Z] Collecting idna<2.8,>=2.5 [2021-02-09T18:05:18.566Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T18:05:18.567Z] 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-09T18:05:18.567Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T18:05:18.567Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T18:05:18.567Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T18:05:18.567Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T18:05:18.567Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, cached-property, docopt, PyYAML, texttable, jsonschema, docker-compose [2021-02-09T18:05:18.829Z] Attempting uninstall: urllib3 [2021-02-09T18:05:18.829Z] Found existing installation: urllib3 1.25.9 [2021-02-09T18:05:18.829Z] Uninstalling urllib3-1.25.9: [2021-02-09T18:05:18.829Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T18:05:19.091Z] Attempting uninstall: idna [2021-02-09T18:05:19.091Z] Found existing installation: idna 2.9 [2021-02-09T18:05:19.091Z] Uninstalling idna-2.9: [2021-02-09T18:05:19.091Z] Successfully uninstalled idna-2.9 [2021-02-09T18:05:19.353Z] Attempting uninstall: requests [2021-02-09T18:05:19.353Z] Found existing installation: requests 2.23.0 [2021-02-09T18:05:19.353Z] Uninstalling requests-2.23.0: [2021-02-09T18:05:19.353Z] Successfully uninstalled requests-2.23.0 [2021-02-09T18:05:19.619Z] Running setup.py install for dockerpty: started [2021-02-09T18:05:20.210Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T18:05:20.210Z] Running setup.py install for docopt: started [2021-02-09T18:05:20.474Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T18:05:20.474Z] Running setup.py install for PyYAML: started [2021-02-09T18:05:21.051Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T18:05:21.051Z] Running setup.py install for texttable: started [2021-02-09T18:05:21.630Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T18:05:21.895Z] 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-09T18:05:25.229Z] Removing intermediate container e6254ecb7502 [2021-02-09T18:05:25.229Z] ---> ade46d54b2ab [2021-02-09T18:05:25.229Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T18:05:25.229Z] ---> Running in 43ed6a408915 [2021-02-09T18:05:25.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:05:25.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:05:25.760Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:05:25.760Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T18:05:25.760Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T18:05:25.760Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:05:25.760Z] OK: 72 MiB in 58 packages [2021-02-09T18:05:26.339Z] Removing intermediate container 43ed6a408915 [2021-02-09T18:05:26.339Z] ---> 1b348c17006e [2021-02-09T18:05:26.339Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T18:05:26.339Z] ---> Running in 39748424646e [2021-02-09T18:05:26.605Z] Removing intermediate container 39748424646e [2021-02-09T18:05:26.605Z] ---> d20ffcfb285d [2021-02-09T18:05:26.605Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:05:26.605Z] ---> Running in 102c56d9a176 [2021-02-09T18:05:26.872Z] Removing intermediate container 102c56d9a176 [2021-02-09T18:05:26.872Z] ---> 7cbef164349c [2021-02-09T18:05:26.872Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T18:05:26.872Z] ---> Running in 0ca35b6db90f [2021-02-09T18:05:27.140Z] Removing intermediate container 0ca35b6db90f [2021-02-09T18:05:27.140Z] ---> 2f55113271fb [2021-02-09T18:05:27.140Z] Step 25/26 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:05:27.140Z] ---> Running in 5dba31540891 [2021-02-09T18:05:27.140Z] Removing intermediate container 5dba31540891 [2021-02-09T18:05:27.140Z] ---> 550d2c5f6525 [2021-02-09T18:05:27.140Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T18:05:27.416Z] ---> Running in b6f410bdf210 [2021-02-09T18:05:27.416Z] Removing intermediate container b6f410bdf210 [2021-02-09T18:05:27.416Z] ---> 76b10567a763 [2021-02-09T18:05:27.416Z] [2021-02-09T18:05:27.706Z] Successfully built 76b10567a763 [2021-02-09T18:05:27.706Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T18:05:27.997Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T18:05:28.013Z] $ docker stop --time=1 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 [2021-02-09T18:05:29.683Z] $ docker rm -f 4fad749a6b8d7b566b5a4c171f8ebe35f0f832f92a7b70eda0384d5e0025bb56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:05:30.352Z] + docker images [2021-02-09T18:05:30.352Z] + grep docker [2021-02-09T18:05:30.659Z] docker-sys-mgmt-agent-go latest 76b10567a763 3 seconds ago 313MB [2021-02-09T18:05:30.659Z] docker-security-secretstore-setup-go latest 88076c6f226a 39 seconds ago 24.6MB [2021-02-09T18:05:30.659Z] docker-core-command-go latest fc4f9c6c6139 42 seconds ago 16.9MB [2021-02-09T18:05:30.659Z] docker-core-metadata-go latest 54de4785ffd9 46 seconds ago 18.8MB [2021-02-09T18:05:30.659Z] docker-security-bootstrapper-go latest 80f14e37ff40 About a minute ago 17.9MB [2021-02-09T18:05:30.659Z] docker-core-data-go latest 797ea0f00a17 About a minute ago 22.3MB [2021-02-09T18:05:30.659Z] docker-support-notifications-go latest d2bb03d68cb7 About a minute ago 17.6MB [2021-02-09T18:05:30.659Z] docker-support-scheduler-go latest 25131a1f1a12 About a minute ago 17MB [2021-02-09T18:05:30.659Z] docker-security-proxy-setup-go latest a5949df6c93d About a minute ago 24.4MB [2021-02-09T18:05:30.659Z] 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-09T18:05:46.707Z] Still waiting to schedule task [2021-02-09T18:05:46.708Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T18:05:54.668Z] gofmt -l . [2021-02-09T18:05:54.668Z] [ "`gofmt -l .`" = "" ] [2021-02-09T18:05:54.668Z] ./bin/test-go-mod-tidy.sh [2021-02-09T18:05:54.668Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T18:05:55.335Z] + ls -al . [2021-02-09T18:05:55.336Z] total 724 [2021-02-09T18:05:55.336Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 18:05 . [2021-02-09T18:05:55.336Z] drwxr-xr-x 4 root root 4096 Feb 9 18:01 .. [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 18:00 .dockerignore [2021-02-09T18:05:55.336Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:00 .git [2021-02-09T18:05:55.336Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 18:00 .github [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 18:00 .gitignore [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 18:00 .sonarcloud.properties [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:00 Attribution.txt [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:00 CONTRIBUTING.md [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 18:00 Dockerfile.build [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 18:00 Jenkinsfile [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:00 LICENSE [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:00 Makefile [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:00 README.md [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:00 SECURITY.md [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 17:57 VERSION [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:00 ZMQWindows.md [2021-02-09T18:05:55.336Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 18:00 bin [2021-02-09T18:05:55.336Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 18:00 cmd [2021-02-09T18:05:55.336Z] -rw-r--r-- 1 root root 592672 Feb 9 18:04 coverage.out [2021-02-09T18:05:55.336Z] -rw-r--r-- 1 root root 1054 Feb 9 18:05 go.mod [2021-02-09T18:05:55.336Z] -rw-r--r-- 1 root root 19290 Feb 9 18:05 go.sum [2021-02-09T18:05:55.336Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:00 internal [2021-02-09T18:05:55.336Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:00 openapi [2021-02-09T18:05:55.336Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:00 snap [2021-02-09T18:05:55.336Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 18:00 version.go [Pipeline] sh [2021-02-09T18:05:56.017Z] + '[' -e coverage.out ] [2021-02-09T18:05:56.017Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T18:05:56.093Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T18:05:57.442Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T18:05:58.149Z] + make build [2021-02-09T18:05:58.149Z] 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-09T18:06:08.355Z] 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-09T18:06:35.193Z] 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-09T18:06:35.588Z] Running on prd-ubuntu18.04-docker-8c-8g-25813 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-02-09T18:06:35.681Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-09T18:06:36.173Z] 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-09T18:06:37.726Z] using credential edgex-jenkins-ssh [2021-02-09T18:06:37.781Z] Cloning the remote Git repository [2021-02-09T18:06:37.758Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:06:37.820Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-09T18:06:37.849Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:06:37.849Z] > git --version # timeout=10 [2021-02-09T18:06:37.862Z] > git --version # 'git version 2.17.1' [2021-02-09T18:06:37.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:06:37.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:06:41.593Z] 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-09T18:06:43.043Z] 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-09T18:06:43.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:06:43.597Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:06:43.610Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:06:43.624Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:06:43.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:06:43.628Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T18:06:44.259Z] Merging remotes/origin/master commit 4701403bb7246123cd8f18798155fd534c2f7ee0 into PR head commit 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:06:44.475Z] Merge succeeded, producing 4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:06:44.476Z] Checking out Revision 4556c254a4adfc3c3cef9be3cad24762ea1c30fb (PR-3034) [2021-02-09T18:06:44.253Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:06:44.261Z] > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 [2021-02-09T18:06:44.423Z] > git remote # timeout=10 [2021-02-09T18:06:44.429Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T18:06:44.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:06:44.439Z] > git merge 4701403bb7246123cd8f18798155fd534c2f7ee0 # timeout=10 [2021-02-09T18:06:44.449Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T18:06:44.458Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:06:44.461Z] > git checkout -f 4556c254a4adfc3c3cef9be3cad24762ea1c30fb # timeout=10 [2021-02-09T18:06:47.345Z] 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-09T18:06:48.255Z] Commit message: "Merge branch 'master' into master" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:06:49.370Z] + echo snap-build.sh [2021-02-09T18:06:49.371Z] snap-build.sh [2021-02-09T18:06:49.371Z] + SNAP_BASE_DIR=. [2021-02-09T18:06:49.371Z] + '[' '!' -z /w/workspace/edgex-go/22 ']' [2021-02-09T18:06:49.371Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/22 [2021-02-09T18:06:49.371Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' [2021-02-09T18:06:49.371Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/22] [2021-02-09T18:06:49.371Z] + cd /w/workspace/edgex-go/22 [2021-02-09T18:06:49.371Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T18:06:49.371Z] Reading package lists... [2021-02-09T18:06:49.634Z] Building dependency tree... [2021-02-09T18:06:49.634Z] Reading state information... [2021-02-09T18:06:49.634Z] The following packages were automatically installed and are no longer required: [2021-02-09T18:06:49.634Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T18:06:49.634Z] uidmap xdelta3 [2021-02-09T18:06:49.634Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T18:06:49.895Z] The following packages will be REMOVED: [2021-02-09T18:06:49.895Z] lxd* lxd-client* [2021-02-09T18:06:50.157Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T18:06:50.157Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T18:06:51.209Z] (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-09T18:06:51.209Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:06:52.601Z] Removing lxd dnsmasq configuration [2021-02-09T18:06:52.601Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:06:52.739Z] 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-09T18:06:52.861Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T18:06:53.435Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T18:06:53.697Z] (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-09T18:06:53.697Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T18:06:55.351Z] 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-09T18:06:55.611Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T18:06:55.611Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T18:06:56.999Z] + sudo snap remove --purge lxd [2021-02-09T18:06:57.261Z] snap "lxd" is not installed [2021-02-09T18:06:57.261Z] + sudo groupadd --force --system lxd [2021-02-09T18:06:57.261Z] ++ whoami [2021-02-09T18:06:57.261Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T18:06:57.261Z] + newgrp - lxd [2021-02-09T18:06:57.523Z] + sudo snap install lxd [2021-02-09T18:06:58.724Z] 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-09T18:07:03.040Z] 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-09T18:07:08.468Z] 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-09T18:07:12.482Z] 2021-02-09T18:07:09Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-02-09T18:07:18.684Z] $ docker stop --time=1 a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 [2021-02-09T18:07:21.366Z] $ docker rm -f a8a29d2201e7e12853bd8d3364672e8f22a7cd40ad955fee69b3cd4d03ca0601 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:07:23.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:07:23.871Z] [2021-02-09T18:07:23.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:07:24.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:07:24.750Z] lxd 4.11 from Canonical* installed [2021-02-09T18:07:24.750Z] + sudo lxd init --auto [2021-02-09T18:07:24.822Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T18:07:24.822Z] 29e5d40040c1: Pulling fs layer [2021-02-09T18:07:24.822Z] 1ce36da41761: Pulling fs layer [2021-02-09T18:07:24.822Z] 25b303627fd3: Pulling fs layer [2021-02-09T18:07:24.822Z] 29e5d40040c1: Verifying Checksum [2021-02-09T18:07:24.822Z] 29e5d40040c1: Download complete [2021-02-09T18:07:25.815Z] 1ce36da41761: Verifying Checksum [2021-02-09T18:07:25.815Z] 1ce36da41761: Download complete [2021-02-09T18:07:25.815Z] 29e5d40040c1: Pull complete [2021-02-09T18:07:27.251Z] 1ce36da41761: Pull complete [2021-02-09T18:07:28.692Z] 25b303627fd3: Verifying Checksum [2021-02-09T18:07:28.692Z] 25b303627fd3: Download complete [2021-02-09T18:07:32.914Z] + sudo snap install --classic snapcraft [2021-02-09T18:07:41.102Z] 25b303627fd3: Pull complete [2021-02-09T18:07:41.102Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T18:07:41.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:07:41.102Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T18:07:41.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container [2021-02-09T18:07:41.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T18:07:45.168Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T18:07:45.168Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T18:07:45.168Z] + patch --verbose -p1 [2021-02-09T18:07:45.168Z] Hmm... Looks like a unified diff to me... [2021-02-09T18:07:45.168Z] The text leading up to this was: [2021-02-09T18:07:45.168Z] -------------------------- [2021-02-09T18:07:45.168Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T18:07:45.168Z] |From: Tony Espy [2021-02-09T18:07:45.168Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T18:07:45.168Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T18:07:45.168Z] | [2021-02-09T18:07:45.168Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T18:07:45.168Z] |optimize the snap CI check run for pull requests. When [2021-02-09T18:07:45.168Z] |applied, it essentially strips out everything (apps and [2021-02-09T18:07:45.168Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T18:07:45.168Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T18:07:45.168Z] |catch changes to edgex-go that break the snap build. [2021-02-09T18:07:45.168Z] | [2021-02-09T18:07:45.168Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T18:07:45.168Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T18:07:45.168Z] |resulting in a failed snap build CI check in the associated [2021-02-09T18:07:45.168Z] |pull request. [2021-02-09T18:07:45.168Z] | [2021-02-09T18:07:45.168Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T18:07:45.168Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T18:07:45.168Z] |need to build the finally binary .snap file (and it won't [2021-02-09T18:07:45.168Z] |work with the patch applied). This further reduces the build [2021-02-09T18:07:45.168Z] |time. [2021-02-09T18:07:45.168Z] |--- [2021-02-09T18:07:45.168Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T18:07:45.168Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T18:07:45.168Z] | [2021-02-09T18:07:45.168Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T18:07:45.168Z] |index 1e537489..faf42425 100644 [2021-02-09T18:07:45.168Z] |--- a/snap/snapcraft.yaml [2021-02-09T18:07:45.168Z] |+++ b/snap/snapcraft.yaml [2021-02-09T18:07:45.168Z] -------------------------- [2021-02-09T18:07:45.168Z] patching file snap/snapcraft.yaml [2021-02-09T18:07:45.168Z] Using Plan A... [2021-02-09T18:07:45.168Z] Hunk #1 succeeded at 73. [2021-02-09T18:07:45.168Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T18:07:45.168Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T18:07:45.168Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T18:07:45.168Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T18:07:45.168Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T18:07:45.168Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T18:07:45.168Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T18:07:45.168Z] Hmm... Ignoring the trailing garbage. [2021-02-09T18:07:45.168Z] done [2021-02-09T18:07:45.168Z] + sudo snapcraft prime --use-lxd [2021-02-09T18:07:45.168Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T18:07:45.168Z] 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-09T18:07:45.168Z] - README.md [2021-02-09T18:07:45.168Z] - snapcraft.yaml.orig [2021-02-09T18:07:45.168Z] [2021-02-09T18:07:45.168Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T18:07:45.251Z] $ docker top e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:07:46.113Z] Launching a container. [2021-02-09T18:07:46.405Z] + grep parallel [2021-02-09T18:07:46.405Z] + docker-compose build --help [2021-02-09T18:07:53.118Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T18:07:53.430Z] $ docker stop --time=1 e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 [2021-02-09T18:07:55.331Z] $ docker rm -f e9533cc2c34bd6a919e68eafd20a8644ac6451d4f8ffede5d845fc140a84bfb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:07:56.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T18:07:56.187Z] . [Pipeline] withDockerContainer [2021-02-09T18:07:56.419Z] prd-ubuntu18.04-docker-arm64-4c-16g-25811 does not seem to be running inside a container [2021-02-09T18:07:56.529Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T18:07:58.330Z] $ docker top 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 -eo pid,comm [2021-02-09T18:07:58.381Z] Waiting for container to be ready [2021-02-09T18:07:58.381Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T18:07:58.381Z] [Pipeline] { [Pipeline] sh [2021-02-09T18:07:59.365Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T18:08:02.597Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T18:08:02.597Z] Waiting for network to be ready... [2021-02-09T18:08:02.859Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T18:08:02.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T18:08:03.121Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T18:08:03.121Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T18:08:03.121Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T18:08:03.121Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T18:08:03.121Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T18:08:03.121Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T18:08:03.121Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T18:08:03.121Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T18:08:03.383Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T18:08:03.646Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T18:08:03.908Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T18:08:03.908Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T18:08:03.908Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T18:08:03.908Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T18:08:03.908Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T18:08:03.908Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T18:08:04.483Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T18:08:04.483Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T18:08:04.483Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T18:08:04.746Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T18:08:04.746Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T18:08:04.746Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T18:08:04.746Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T18:08:04.746Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T18:08:04.746Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T18:08:06.067Z] Building docker-core-command-go ... [2021-02-09T18:08:06.067Z] Building docker-core-data-go ... [2021-02-09T18:08:06.067Z] Building docker-core-metadata-go ... [2021-02-09T18:08:06.067Z] Building docker-security-bootstrapper-go ... [2021-02-09T18:08:06.067Z] Building docker-security-proxy-setup-go ... [2021-02-09T18:08:06.067Z] Building docker-security-secretstore-setup-go ... [2021-02-09T18:08:06.067Z] Building docker-support-notifications-go ... [2021-02-09T18:08:06.067Z] Building docker-support-scheduler-go ... [2021-02-09T18:08:06.067Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T18:08:06.067Z] Building docker-security-bootstrapper-go [2021-02-09T18:08:06.067Z] Building docker-security-secretstore-setup-go [2021-02-09T18:08:06.067Z] Building docker-core-metadata-go [2021-02-09T18:08:06.067Z] Building docker-security-proxy-setup-go [2021-02-09T18:08:06.067Z] Building docker-support-scheduler-go [2021-02-09T18:08:08.056Z] Fetched 23.9 MB in 5s (4690 kB/s) [2021-02-09T18:08:09.002Z] Reading package lists... [2021-02-09T18:08:09.531Z] Reading package lists... [2021-02-09T18:08:09.531Z] Building dependency tree... [2021-02-09T18:08:09.531Z] Reading state information... [2021-02-09T18:08:09.793Z] The following additional packages will be installed: [2021-02-09T18:08:09.793Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T18:08:09.793Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T18:08:09.793Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T18:08:09.793Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T18:08:09.793Z] Suggested packages: [2021-02-09T18:08:09.793Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T18:08:09.793Z] Recommended packages: [2021-02-09T18:08:09.793Z] gnupg libsasl2-modules [2021-02-09T18:08:09.793Z] The following NEW packages will be installed: [2021-02-09T18:08:09.793Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T18:08:09.793Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T18:08:09.793Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T18:08:09.793Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T18:08:09.793Z] The following packages will be upgraded: [2021-02-09T18:08:09.793Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T18:08:10.056Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T18:08:10.056Z] Need to get 3532 kB of archives. [2021-02-09T18:08:10.056Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T18:08:10.056Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T18:08:10.056Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T18:08:10.318Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T18:08:10.581Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T18:08:10.581Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T18:08:10.581Z] 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-09T18:08:10.581Z] 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-09T18:08:10.581Z] 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-09T18:08:10.581Z] 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-09T18:08:10.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T18:08:10.581Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T18:08:10.581Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T18:08:10.581Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T18:08:10.581Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T18:08:10.581Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T18:08:10.581Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T18:08:10.581Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T18:08:10.581Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T18:08:10.842Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T18:08:10.843Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T18:08:10.843Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T18:08:10.843Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T18:08:11.104Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:08:11.104Z] Fetched 3532 kB in 1s (3215 kB/s) [2021-02-09T18:08:11.104Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T18:08:11.104Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:08:11.104Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:08:11.105Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T18:08:11.366Z] Selecting previously unselected package udev. [2021-02-09T18:08:11.366Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T18:08:11.366Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:08:11.366Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T18:08:11.631Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T18:08:11.631Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T18:08:11.631Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T18:08:11.903Z] Selecting previously unselected package fuse. [2021-02-09T18:08:11.903Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T18:08:11.903Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T18:08:11.903Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:11.903Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:08:12.165Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:12.165Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:08:12.165Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:12.165Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:08:12.165Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T18:08:12.165Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T18:08:12.427Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T18:08:12.427Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T18:08:12.427Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.427Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:12.427Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T18:08:12.427Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.427Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:12.689Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T18:08:12.689Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.689Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:12.689Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T18:08:12.950Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.950Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:12.950Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T18:08:12.950Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.950Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:12.950Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T18:08:12.950Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:12.950Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:13.211Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T18:08:13.211Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:13.211Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:13.211Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T18:08:13.211Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:13.211Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:13.211Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T18:08:13.211Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T18:08:13.211Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:13.472Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T18:08:13.472Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T18:08:13.472Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:08:13.472Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T18:08:13.472Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T18:08:13.472Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:08:13.472Z] Selecting previously unselected package libldap-common. [2021-02-09T18:08:13.472Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T18:08:13.472Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:08:13.472Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T18:08:13.472Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T18:08:13.472Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:08:13.735Z] Selecting previously unselected package dirmngr. [2021-02-09T18:08:13.735Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:13.735Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T18:08:13.735Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:08:13.735Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T18:08:13.735Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T18:08:13.735Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:08:13.735Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T18:08:13.997Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T18:08:13.997Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:13.997Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T18:08:13.997Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:08:13.997Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T18:08:14.258Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T18:08:14.523Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.523Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T18:08:14.523Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T18:08:14.523Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T18:08:14.523Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.523Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.523Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.784Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.784Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.784Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.784Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T18:08:14.784Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T18:08:14.784Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T18:08:14.784Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:08:15.729Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T18:08:15.729Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T18:08:15.729Z] This means they are not meant to be enabled using systemctl. [2021-02-09T18:08:15.729Z] Possible reasons for having this kind of units are: [2021-02-09T18:08:15.729Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T18:08:15.729Z] .wants/ or .requires/ directory. [2021-02-09T18:08:15.729Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T18:08:15.729Z] a requirement dependency on it. [2021-02-09T18:08:15.729Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T18:08:15.729Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T18:08:15.729Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T18:08:15.729Z] instance name specified. [2021-02-09T18:08:15.991Z] Reading package lists... [2021-02-09T18:08:15.991Z] Building dependency tree... [2021-02-09T18:08:15.991Z] Reading state information... [2021-02-09T18:08:16.252Z] The following additional packages will be installed: [2021-02-09T18:08:16.252Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T18:08:16.252Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T18:08:16.252Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T18:08:16.252Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T18:08:16.252Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T18:08:16.252Z] Suggested packages: [2021-02-09T18:08:16.252Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T18:08:16.252Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T18:08:16.252Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T18:08:16.252Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T18:08:16.252Z] systemd-container policykit-1 [2021-02-09T18:08:16.252Z] Recommended packages: [2021-02-09T18:08:16.252Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T18:08:16.252Z] The following NEW packages will be installed: [2021-02-09T18:08:16.252Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T18:08:16.252Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T18:08:16.252Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T18:08:16.252Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T18:08:16.252Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T18:08:16.252Z] The following packages will be upgraded: [2021-02-09T18:08:16.252Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T18:08:16.252Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T18:08:16.252Z] Need to get 35.2 MB of archives. [2021-02-09T18:08:16.252Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T18:08:16.252Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T18:08:16.513Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T18:08:16.513Z] 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-09T18:08:16.513Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T18:08:16.513Z] 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-09T18:08:16.513Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T18:08:16.513Z] 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-09T18:08:16.513Z] 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-09T18:08:16.513Z] 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-09T18:08:16.513Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T18:08:16.513Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T18:08:16.513Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T18:08:16.775Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T18:08:16.775Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T18:08:16.775Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T18:08:16.775Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T18:08:16.775Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T18:08:16.775Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T18:08:18.207Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T18:08:18.207Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T18:08:18.207Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T18:08:18.207Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T18:08:18.207Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T18:08:18.207Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T18:08:18.207Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T18:08:18.207Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T18:08:18.207Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T18:08:18.207Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T18:08:18.207Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T18:08:18.467Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T18:08:20.383Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:08:20.383Z] Fetched 35.2 MB in 4s (9132 kB/s) [2021-02-09T18:08:20.643Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:08:20.643Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:08:20.905Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:08:21.480Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:08:21.480Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:08:21.480Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T18:08:21.480Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:08:21.480Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T18:08:21.741Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T18:08:21.741Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T18:08:22.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T18:08:22.004Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T18:08:22.004Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T18:08:22.266Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T18:08:22.529Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T18:08:22.792Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T18:08:23.055Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T18:08:23.055Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T18:08:23.055Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T18:08:23.317Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T18:08:23.317Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:08:23.317Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:23.579Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T18:08:23.579Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T18:08:23.579Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T18:08:23.579Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T18:08:23.579Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:08:23.579Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:23.841Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T18:08:24.103Z] Checking for services that may need to be restarted...done. [2021-02-09T18:08:24.103Z] Checking for services that may need to be restarted...done. [2021-02-09T18:08:24.103Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:24.103Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T18:08:24.103Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:24.676Z] Selecting previously unselected package python3-minimal. [2021-02-09T18:08:24.676Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T18:08:24.676Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:08:24.676Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T18:08:24.938Z] Selecting previously unselected package mime-support. [2021-02-09T18:08:24.938Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T18:08:24.938Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T18:08:24.938Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T18:08:24.938Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T18:08:24.938Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T18:08:24.938Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T18:08:24.938Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:08:24.938Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:25.513Z] Selecting previously unselected package python3.6. [2021-02-09T18:08:25.513Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T18:08:25.513Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:25.513Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T18:08:25.514Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:08:25.514Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T18:08:25.514Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T18:08:26.461Z] Selecting previously unselected package python3. [2021-02-09T18:08:26.723Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T18:08:26.723Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T18:08:26.723Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T18:08:26.723Z] Selecting previously unselected package multiarch-support. [2021-02-09T18:08:26.723Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:26.723Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T18:08:26.723Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T18:08:26.723Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T18:08:26.723Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T18:08:26.723Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T18:08:26.723Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T18:08:26.984Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T18:08:26.984Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T18:08:26.984Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T18:08:26.984Z] Selecting previously unselected package sudo. [2021-02-09T18:08:26.984Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:26.984Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T18:08:27.250Z] Selecting previously unselected package apparmor. [2021-02-09T18:08:27.250Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T18:08:27.250Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T18:08:27.250Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T18:08:27.250Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T18:08:27.250Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T18:08:27.512Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T18:08:27.512Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:08:27.512Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:27.512Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T18:08:27.512Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:08:27.512Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:27.512Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T18:08:27.775Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T18:08:27.775Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T18:08:27.775Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T18:08:27.775Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:08:27.775Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:28.039Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T18:08:28.039Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T18:08:28.039Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:28.039Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T18:08:28.039Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T18:08:28.039Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T18:08:28.300Z] Selecting previously unselected package openssh-client. [2021-02-09T18:08:28.300Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T18:08:28.300Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T18:08:28.300Z] Selecting previously unselected package squashfs-tools. [2021-02-09T18:08:28.300Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T18:08:28.300Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T18:08:28.562Z] Selecting previously unselected package snapd. [2021-02-09T18:08:28.562Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T18:08:28.562Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T18:08:31.127Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T18:08:31.127Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T18:08:31.127Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T18:08:31.127Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T18:08:31.127Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T18:08:31.127Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:31.127Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:08:31.127Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T18:08:31.127Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T18:08:32.080Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T18:08:32.080Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T18:08:32.080Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T18:08:32.080Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:32.080Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:32.080Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T18:08:33.026Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T18:08:33.026Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:33.026Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T18:08:33.026Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T18:08:33.026Z] running python rtupdate hooks for python3.6... [2021-02-09T18:08:33.026Z] running python post-rtupdate hooks for python3.6... [2021-02-09T18:08:33.026Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T18:08:34.427Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T18:08:34.688Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T18:08:34.688Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T18:08:34.948Z] Setting up snapd (2.48+18.04) ... [2021-02-09T18:08:35.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T18:08:35.520Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T18:08:35.781Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T18:08:36.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T18:08:36.311Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T18:08:36.311Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T18:08:36.572Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T18:08:36.836Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T18:08:36.836Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T18:08:37.099Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T18:08:37.361Z] /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-09T18:08:37.361Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T18:08:37.361Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T18:08:38.762Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:08:38.762Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:08:38.762Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:08:40.425Z] Reading package lists... [2021-02-09T18:08:40.425Z] Reading package lists... [2021-02-09T18:08:40.690Z] Building dependency tree... [2021-02-09T18:08:40.690Z] Reading state information... [2021-02-09T18:08:40.952Z] Calculating upgrade... [2021-02-09T18:08:41.220Z] The following packages will be upgraded: [2021-02-09T18:08:41.220Z] advancecomp base-files bash binutils binutils-common [2021-02-09T18:08:41.220Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T18:08:41.220Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T18:08:41.220Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T18:08:41.220Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T18:08:41.220Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T18:08:41.220Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T18:08:41.220Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T18:08:41.220Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T18:08:41.220Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T18:08:41.220Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T18:08:41.220Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T18:08:41.220Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T18:08:41.220Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T18:08:41.220Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T18:08:41.220Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:08:41.220Z] Need to get 63.8 MB of archives. [2021-02-09T18:08:41.220Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T18:08:41.220Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T18:08:41.220Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T18:08:41.484Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T18:08:41.484Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T18:08:41.484Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T18:08:41.484Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T18:08:41.484Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T18:08:41.484Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T18:08:41.484Z] 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-09T18:08:41.484Z] 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-09T18:08:41.484Z] 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-09T18:08:41.484Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T18:08:41.484Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T18:08:41.484Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T18:08:41.484Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T18:08:41.484Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T18:08:41.484Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T18:08:41.484Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T18:08:41.484Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T18:08:41.484Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T18:08:41.484Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T18:08:41.484Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T18:08:41.484Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T18:08:41.484Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T18:08:41.484Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T18:08:41.484Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T18:08:41.484Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T18:08:41.484Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T18:08:41.484Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T18:08:41.484Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T18:08:41.484Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T18:08:41.746Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T18:08:41.746Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T18:08:41.746Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T18:08:41.746Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T18:08:41.746Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T18:08:41.746Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T18:08:41.746Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T18:08:41.746Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T18:08:41.746Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T18:08:41.746Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T18:08:41.746Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T18:08:41.746Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T18:08:41.746Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T18:08:41.746Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T18:08:41.746Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T18:08:41.746Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T18:08:41.746Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T18:08:41.746Z] Get:49 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-09T18:08:41.746Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T18:08:41.746Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T18:08:41.746Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T18:08:41.746Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T18:08:41.746Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T18:08:41.746Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T18:08:41.746Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T18:08:42.010Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T18:08:42.274Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T18:08:42.274Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T18:08:42.274Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T18:08:42.274Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T18:08:42.274Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T18:08:42.536Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T18:08:42.536Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T18:08:42.536Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T18:08:42.536Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T18:08:42.536Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T18:08:42.536Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T18:08:42.536Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T18:08:42.536Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T18:08:42.536Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T18:08:42.536Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T18:08:42.536Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T18:08:42.536Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T18:08:42.536Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T18:08:42.536Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T18:08:42.536Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T18:08:42.536Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T18:08:42.536Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T18:08:42.536Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T18:08:42.536Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T18:08:42.536Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T18:08:42.536Z] Get:83 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-09T18:08:42.536Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T18:08:42.536Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T18:08:42.536Z] Get:86 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-09T18:08:42.799Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T18:08:42.799Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T18:08:42.799Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T18:08:42.799Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T18:08:42.799Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T18:08:42.799Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T18:08:42.799Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-09T18:08:42.799Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T18:08:42.799Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T18:08:42.799Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T18:08:42.799Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T18:08:43.060Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T18:08:43.060Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T18:08:43.060Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:08:43.323Z] Fetched 63.8 MB in 2s (34.9 MB/s) [2021-02-09T18:08:43.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:43.323Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:43.323Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:08:43.901Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:43.901Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:08:44.163Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T18:08:44.163Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T18:08:45.106Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.106Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.106Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.106Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.370Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.370Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.370Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.370Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.632Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.632Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.632Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.632Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.894Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.894Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:45.894Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:08:45.894Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:08:45.894Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:45.894Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T18:08:46.156Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:08:46.156Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:08:46.156Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:46.156Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:46.419Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:46.419Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:46.419Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T18:08:46.419Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T18:08:46.683Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:08:46.683Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:08:46.683Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:46.947Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:08:47.527Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T18:08:47.789Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T18:08:47.789Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T18:08:47.789Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T18:08:47.789Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T18:08:47.789Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T18:08:48.051Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T18:08:48.051Z] Installing new version of config file /etc/issue ... [2021-02-09T18:08:48.051Z] Installing new version of config file /etc/issue.net ... [2021-02-09T18:08:48.051Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T18:08:48.051Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T18:08:48.314Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T18:08:48.577Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T18:08:48.577Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T18:08:48.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:48.577Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T18:08:48.577Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T18:08:48.840Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T18:08:48.840Z] 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-09T18:08:48.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:48.840Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:49.103Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:49.103Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:49.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:49.103Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T18:08:49.365Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T18:08:49.365Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T18:08:49.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:49.365Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T18:08:49.629Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:08:49.892Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T18:08:49.892Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:49.892Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:49.892Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:08:50.153Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:08:50.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:50.153Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:08:50.153Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:08:50.415Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T18:08:50.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:50.415Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T18:08:50.415Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T18:08:50.678Z] Setting up grep (3.1-2build1) ... [2021-02-09T18:08:50.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:50.678Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T18:08:50.678Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T18:08:50.940Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T18:08:50.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:50.940Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:08:51.202Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:08:51.202Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T18:08:51.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:51.202Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:08:51.464Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:08:52.042Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:08:52.042Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:08:52.042Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T18:08:52.042Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:08:52.623Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T18:08:52.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:52.623Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T18:08:52.623Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T18:08:54.013Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T18:08:54.013Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T18:08:54.013Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T18:08:54.013Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T18:08:54.013Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T18:08:54.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:54.275Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T18:08:54.275Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T18:08:54.536Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T18:08:54.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:54.536Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:54.536Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:54.798Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:54.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:54.798Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:54.798Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:55.064Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:55.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:55.064Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:55.064Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:55.064Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:55.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:55.328Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:55.328Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:55.328Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:55.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:55.590Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:08:55.590Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:08:55.590Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:08:55.590Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:08:55.590Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:08:55.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:55.853Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T18:08:55.853Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:08:55.853Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:08:56.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:56.116Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:56.116Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:56.116Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:56.384Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:56.384Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:56.384Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:56.384Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:56.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:56.650Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:08:56.650Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:08:57.225Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:08:57.493Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T18:08:57.755Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T18:08:58.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:58.017Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T18:08:58.017Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T18:08:58.017Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:08:58.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T18:08:58.279Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T18:08:58.279Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T18:08:58.540Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T18:08:58.540Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:08:58.540Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T18:08:58.540Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T18:08:58.801Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T18:08:59.067Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:08:59.067Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T18:08:59.067Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T18:08:59.067Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T18:08:59.330Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:08:59.330Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T18:08:59.330Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T18:08:59.330Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T18:08:59.592Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:08:59.592Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:08:59.593Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:08:59.593Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:08:59.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:08:59.855Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:08:59.855Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:08:59.855Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:09:00.116Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:00.116Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T18:09:00.116Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:09:00.378Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:09:00.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:00.641Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T18:09:00.641Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T18:09:00.641Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T18:09:00.641Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T18:09:00.904Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:09:00.904Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:09:00.904Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:09:00.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:00.904Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T18:09:01.172Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T18:09:01.172Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T18:09:01.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:01.172Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T18:09:01.433Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T18:09:01.433Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T18:09:01.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:01.695Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T18:09:01.695Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T18:09:01.976Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T18:09:01.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:01.976Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T18:09:01.976Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T18:09:01.976Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T18:09:02.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:02.238Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T18:09:02.238Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T18:09:02.831Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T18:09:03.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:03.432Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T18:09:03.432Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T18:09:03.700Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T18:09:03.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:03.700Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T18:09:03.700Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T18:09:03.966Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T18:09:03.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:03.966Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T18:09:03.966Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T18:09:03.966Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T18:09:04.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:04.233Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T18:09:04.233Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T18:09:04.233Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T18:09:04.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:04.501Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T18:09:04.501Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T18:09:04.501Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T18:09:04.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:04.783Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T18:09:04.783Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T18:09:04.783Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T18:09:05.084Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T18:09:05.084Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T18:09:05.084Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T18:09:05.084Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T18:09:05.348Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T18:09:05.348Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T18:09:05.348Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T18:09:05.348Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T18:09:05.348Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T18:09:05.609Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T18:09:05.609Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T18:09:05.870Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T18:09:05.870Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T18:09:05.870Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T18:09:06.130Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T18:09:06.130Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T18:09:06.130Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T18:09:06.130Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T18:09:06.130Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T18:09:06.391Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T18:09:06.391Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T18:09:06.391Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T18:09:06.391Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T18:09:06.652Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T18:09:06.652Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T18:09:06.652Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T18:09:06.652Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T18:09:06.913Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T18:09:06.913Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T18:09:07.855Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T18:09:07.855Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T18:09:07.855Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T18:09:07.855Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T18:09:08.117Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:09:08.117Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:09:08.377Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:09:08.377Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:09:08.638Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:09:08.638Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:09:08.638Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T18:09:08.899Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T18:09:08.900Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:08.900Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:08.900Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:08.900Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:09.161Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:09.161Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:09.161Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:09.161Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:10.104Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:10.365Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:11.309Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:11.309Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:11.885Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:11.885Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:12.471Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:12.471Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:13.420Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T18:09:13.420Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T18:09:13.420Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:09:13.420Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:09:13.420Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T18:09:13.684Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:09:13.947Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T18:09:13.947Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T18:09:13.947Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T18:09:13.947Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T18:09:14.210Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:09:14.210Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:09:14.210Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T18:09:14.210Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T18:09:14.473Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T18:09:14.473Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T18:09:14.473Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:14.473Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T18:09:14.735Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:14.735Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:14.735Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:14.735Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T18:09:14.735Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T18:09:14.735Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T18:09:14.998Z] [2021-02-09T18:09:14.998Z] Current default time zone: 'Etc/UTC' [2021-02-09T18:09:14.998Z] Local time is now: Tue Feb 9 18:09:14 UTC 2021. [2021-02-09T18:09:14.998Z] Universal Time is now: Tue Feb 9 18:09:14 UTC 2021. [2021-02-09T18:09:14.998Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T18:09:14.998Z] [2021-02-09T18:09:14.998Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T18:09:14.998Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:14.998Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T18:09:14.998Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T18:09:14.998Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T18:09:14.998Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T18:09:15.259Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T18:09:15.260Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T18:09:15.260Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T18:09:15.260Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T18:09:15.260Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:15.260Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T18:09:15.522Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:15.522Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:09:15.522Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:15.522Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T18:09:15.785Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T18:09:15.785Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T18:09:15.785Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T18:09:15.785Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T18:09:15.785Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T18:09:15.785Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:09:15.785Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T18:09:17.702Z] Updating certificates in /etc/ssl/certs... [2021-02-09T18:09:18.651Z] 23 added, 27 removed; done. [2021-02-09T18:09:18.651Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T18:09:18.651Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T18:09:18.651Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T18:09:18.651Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T18:09:18.651Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T18:09:18.913Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:09:18.913Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:18.913Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T18:09:19.176Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:09:19.176Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:09:19.176Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T18:09:19.176Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T18:09:19.176Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:19.176Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T18:09:19.176Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:09:19.176Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T18:09:19.438Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T18:09:19.438Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:09:19.438Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T18:09:19.438Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T18:09:19.438Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T18:09:19.438Z] Updating certificates in /etc/ssl/certs... [2021-02-09T18:09:20.384Z] 0 added, 0 removed; done. [2021-02-09T18:09:20.384Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T18:09:20.384Z] done. [2021-02-09T18:09:20.960Z] Reading package lists... [2021-02-09T18:09:20.960Z] Building dependency tree... [2021-02-09T18:09:20.960Z] Reading state information... [2021-02-09T18:09:21.223Z] The following NEW packages will be installed: [2021-02-09T18:09:21.223Z] apt-transport-https [2021-02-09T18:09:21.223Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:09:21.223Z] Need to get 1696 B of archives. [2021-02-09T18:09:21.223Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T18:09:21.223Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T18:09:21.485Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:09:21.485Z] Fetched 1696 B in 0s (26.1 kB/s) [2021-02-09T18:09:21.485Z] Selecting previously unselected package apt-transport-https. [2021-02-09T18:09:21.485Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T18:09:21.485Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T18:09:21.485Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T18:09:21.485Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T18:09:21.749Z] Waiting for network to be ready... [2021-02-09T18:09:27.900Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:09:27.900Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:09:27.900Z] ---> 8038654e62e6 [2021-02-09T18:09:27.900Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T18:09:27.900Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:09:27.900Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:09:27.900Z] ---> 8038654e62e6 [2021-02-09T18:09:27.900Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T18:09:27.900Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:09:27.900Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:09:27.900Z] ---> 8038654e62e6 [2021-02-09T18:09:27.900Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T18:09:27.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:09:27.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:09:27.900Z] ---> 8038654e62e6 [2021-02-09T18:09:27.900Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:09:27.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:09:27.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:09:27.900Z] ---> 8038654e62e6 [2021-02-09T18:09:27.900Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:09:27.900Z] ---> Running in 38b4b2930b29 [2021-02-09T18:09:27.900Z] ---> Running in f66998b44724 [2021-02-09T18:09:27.900Z] ---> Running in 1881ed8431c8 [2021-02-09T18:09:27.900Z] ---> Running in 054b74f37fb1 [2021-02-09T18:09:27.900Z] ---> Running in 3015d07fef0c [2021-02-09T18:09:27.900Z] Removing intermediate container 1881ed8431c8 [2021-02-09T18:09:27.900Z] ---> bdf52c167f52 [2021-02-09T18:09:27.900Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:09:27.900Z] Removing intermediate container f66998b44724 [2021-02-09T18:09:27.900Z] ---> 13396993aad8 [2021-02-09T18:09:27.900Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:09:27.900Z] Removing intermediate container 054b74f37fb1 [2021-02-09T18:09:27.900Z] ---> 40391cc8ab52 [2021-02-09T18:09:27.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:09:27.900Z] Removing intermediate container 38b4b2930b29 [2021-02-09T18:09:27.900Z] ---> ede97927870a [2021-02-09T18:09:27.900Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:09:27.900Z] Removing intermediate container 3015d07fef0c [2021-02-09T18:09:27.900Z] ---> c07263ce96e0 [2021-02-09T18:09:27.900Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:09:27.900Z] ---> Running in bded5cba897c [2021-02-09T18:09:27.900Z] ---> Running in 65ff1ad3c757 [2021-02-09T18:09:27.900Z] ---> Running in b3e519bb935a [2021-02-09T18:09:27.900Z] ---> Running in 83db8cdfb1c4 [2021-02-09T18:09:27.900Z] ---> Running in 32ec3d7bfde0 [2021-02-09T18:09:28.904Z] Removing intermediate container bded5cba897c [2021-02-09T18:09:28.904Z] ---> 887ee900448f [2021-02-09T18:09:28.904Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T18:09:29.182Z] ---> Running in 6d48a48599a6 [2021-02-09T18:09:29.459Z] Removing intermediate container 65ff1ad3c757 [2021-02-09T18:09:29.459Z] ---> 67d7e9f2c403 [2021-02-09T18:09:29.459Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T18:09:29.459Z] Removing intermediate container b3e519bb935a [2021-02-09T18:09:29.459Z] ---> 45055f9e21d4 [2021-02-09T18:09:29.459Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:09:29.731Z] ---> Running in ae4af83fda3e [2021-02-09T18:09:29.731Z] ---> Running in ef72e27de0c1 [2021-02-09T18:09:29.896Z] 2021-02-09T18:09:27Z INFO Waiting for automatic snapd restart... [2021-02-09T18:09:30.014Z] Removing intermediate container 32ec3d7bfde0 [2021-02-09T18:09:30.014Z] ---> 29bc6916d9f3 [2021-02-09T18:09:30.014Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T18:09:30.014Z] Removing intermediate container 83db8cdfb1c4 [2021-02-09T18:09:30.014Z] ---> 337b65c01d4e [2021-02-09T18:09:30.014Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T18:09:30.301Z] ---> Running in 5ebda4c3c744 [2021-02-09T18:09:30.301Z] ---> Running in 00950670ce49 [2021-02-09T18:09:31.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:31.811Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T18:09:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.756Z] "snapd" switched to the "latest/stable" channel [2021-02-09T18:09:32.756Z] [2021-02-09T18:09:32.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:32.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:33.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:09:33.192Z] OK: 217 MiB in 51 packages [2021-02-09T18:09:33.796Z] OK: 217 MiB in 51 packages [2021-02-09T18:09:33.796Z] OK: 217 MiB in 51 packages [2021-02-09T18:09:33.796Z] OK: 217 MiB in 51 packages [2021-02-09T18:09:33.796Z] OK: 217 MiB in 51 packages [2021-02-09T18:09:35.246Z] Removing intermediate container 6d48a48599a6 [2021-02-09T18:09:35.246Z] ---> 12b84d9c0c2b [2021-02-09T18:09:35.246Z] Step 6/30 : COPY go.mod . [2021-02-09T18:09:35.522Z] Removing intermediate container ae4af83fda3e [2021-02-09T18:09:35.522Z] ---> 2dfd3cbb366a [2021-02-09T18:09:35.522Z] Step 6/22 : COPY go.mod . [2021-02-09T18:09:35.522Z] Removing intermediate container ef72e27de0c1 [2021-02-09T18:09:35.522Z] ---> be48d3cccff7 [2021-02-09T18:09:35.522Z] Step 6/23 : COPY go.mod . [2021-02-09T18:09:35.795Z] Removing intermediate container 5ebda4c3c744 [2021-02-09T18:09:35.795Z] Removing intermediate container 00950670ce49 [2021-02-09T18:09:35.795Z] ---> bd8eaf74de66 [2021-02-09T18:09:35.795Z] Step 6/24 : COPY go.mod . [2021-02-09T18:09:35.795Z] ---> 7c6c6c5c3c20 [2021-02-09T18:09:35.795Z] Step 6/21 : COPY go.mod . [2021-02-09T18:09:36.394Z] ---> 417f7a669169 [2021-02-09T18:09:36.395Z] Step 7/30 : RUN go mod download [2021-02-09T18:09:36.671Z] ---> Running in d39591f9687a [2021-02-09T18:09:36.671Z] ---> e867deb0df45 [2021-02-09T18:09:36.671Z] Step 7/22 : RUN go mod download [2021-02-09T18:09:36.671Z] ---> e85d6261d9f4 [2021-02-09T18:09:36.671Z] Step 7/23 : RUN go mod download [2021-02-09T18:09:36.950Z] ---> defbfdc569d6 [2021-02-09T18:09:36.950Z] Step 7/21 : RUN go mod download [2021-02-09T18:09:36.950Z] ---> Running in d9ae757f4e6c [2021-02-09T18:09:36.950Z] ---> Running in 4103a1886544 [2021-02-09T18:09:37.240Z] ---> a1aafda49386 [2021-02-09T18:09:37.240Z] Step 7/24 : RUN go mod download [2021-02-09T18:09:37.240Z] ---> Running in b463d8842ead [2021-02-09T18:09:37.521Z] ---> Running in a8f57152b557 [2021-02-09T18:09:38.049Z] core18 20210128 from Canonical* installed [2021-02-09T18:09:38.049Z] "core18" switched to the "latest/stable" channel [2021-02-09T18:09:38.049Z] [2021-02-09T18:09:41.876Z] Removing intermediate container d39591f9687a [2021-02-09T18:09:41.876Z] ---> 8f6529761ea1 [2021-02-09T18:09:41.876Z] Step 8/30 : COPY . . [2021-02-09T18:09:41.876Z] Removing intermediate container d9ae757f4e6c [2021-02-09T18:09:41.876Z] ---> bb03d30f3de3 [2021-02-09T18:09:41.876Z] Step 8/22 : COPY . . [2021-02-09T18:09:42.479Z] Removing intermediate container 4103a1886544 [2021-02-09T18:09:42.479Z] ---> 546b88651d8f [2021-02-09T18:09:42.479Z] Step 8/23 : COPY . . [2021-02-09T18:09:43.080Z] Removing intermediate container a8f57152b557 [2021-02-09T18:09:43.080Z] ---> e50abe71e1cb [2021-02-09T18:09:43.080Z] Removing intermediate container b463d8842ead [2021-02-09T18:09:43.080Z] ---> 863f92246db2 [2021-02-09T18:09:43.080Z] Step 8/21 : COPY . . [2021-02-09T18:09:43.080Z] Step 8/24 : COPY . . [2021-02-09T18:09:44.649Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T18:09:44.650Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T18:09:44.650Z] [2021-02-09T18:09:47.205Z] 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-09T18:09:47.205Z] - README.md [2021-02-09T18:09:47.205Z] - snapcraft.yaml.orig [2021-02-09T18:09:47.205Z] [2021-02-09T18:09:47.205Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T18:09:53.813Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:09:53.813Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:09:54.093Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:09:54.093Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:09:55.483Z] Reading package lists... [2021-02-09T18:09:55.747Z] 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-09T18:10:02.331Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:10:02.331Z] Reading package lists... [2021-02-09T18:10:02.331Z] Building dependency tree... [2021-02-09T18:10:02.331Z] Reading state information... [2021-02-09T18:10:02.331Z] Suggested packages: [2021-02-09T18:10:02.331Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T18:10:02.331Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T18:10:02.331Z] Recommended packages: [2021-02-09T18:10:02.331Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T18:10:02.331Z] The following NEW packages will be installed: [2021-02-09T18:10:02.331Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T18:10:02.331Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T18:10:02.331Z] pkg-config zip [2021-02-09T18:10:02.598Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T18:10:02.598Z] Need to get 7655 kB of archives. [2021-02-09T18:10:02.598Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T18:10:02.598Z] 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-09T18:10:02.598Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T18:10:02.598Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T18:10:02.598Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T18:10:02.864Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T18:10:02.864Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T18:10:03.124Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T18:10:03.385Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T18:10:03.385Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T18:10:03.385Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T18:10:03.385Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T18:10:03.647Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T18:10:03.647Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T18:10:03.647Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T18:10:03.647Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T18:10:03.908Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T18:10:03.908Z] Fetched 7655 kB in 1s (6126 kB/s) [2021-02-09T18:10:03.908Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T18:10:03.908Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T18:10:03.908Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T18:10:03.908Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T18:10:04.167Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T18:10:04.167Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T18:10:04.167Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T18:10:04.167Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T18:10:04.167Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T18:10:04.167Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T18:10:04.428Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T18:10:04.428Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T18:10:04.428Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T18:10:04.428Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T18:10:04.428Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T18:10:04.428Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T18:10:04.689Z] Selecting previously unselected package liberror-perl. [2021-02-09T18:10:04.689Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T18:10:04.689Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T18:10:04.689Z] Selecting previously unselected package git-man. [2021-02-09T18:10:04.689Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T18:10:04.689Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:10:04.949Z] Selecting previously unselected package git. [2021-02-09T18:10:04.949Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T18:10:04.949Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:10:05.892Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T18:10:05.892Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T18:10:05.892Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T18:10:05.892Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T18:10:05.892Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T18:10:05.892Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T18:10:05.892Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T18:10:05.892Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T18:10:05.892Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T18:10:05.892Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T18:10:05.892Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T18:10:06.153Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:10:06.153Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T18:10:06.153Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T18:10:06.153Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:10:06.413Z] Selecting previously unselected package pkg-config. [2021-02-09T18:10:06.413Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T18:10:06.413Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T18:10:06.413Z] Selecting previously unselected package zip. [2021-02-09T18:10:06.413Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T18:10:06.413Z] Unpacking zip (3.0-11build1) ... [2021-02-09T18:10:06.413Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T18:10:06.413Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:10:06.413Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T18:10:06.674Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T18:10:06.674Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T18:10:06.674Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T18:10:06.674Z] No schema files found: doing nothing. [2021-02-09T18:10:06.674Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T18:10:06.674Z] Setting up zip (3.0-11build1) ... [2021-02-09T18:10:06.674Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T18:10:06.674Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T18:10:06.674Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T18:10:06.935Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:10:06.935Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T18:10:06.935Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T18:10:06.935Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T18:10:06.935Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T18:10:09.916Z] ---> 83607ee347d7 [2021-02-09T18:10:09.916Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T18:10:09.916Z] ---> 7291ef3c3ee5 [2021-02-09T18:10:09.916Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T18:10:09.916Z] ---> c6398c9bad45 [2021-02-09T18:10:09.916Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T18:10:09.916Z] ---> 3a85724c741e [2021-02-09T18:10:09.916Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T18:10:09.916Z] ---> edd7c7c423bc [2021-02-09T18:10:09.916Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T18:10:09.916Z] ---> Running in 63a73b7faab9 [2021-02-09T18:10:09.916Z] ---> Running in a352c7f551a0 [2021-02-09T18:10:09.916Z] ---> Running in aed3a21aa087 [2021-02-09T18:10:09.916Z] ---> Running in 58a7b47f90c2 [2021-02-09T18:10:09.916Z] ---> Running in 2f67bf504f40 [2021-02-09T18:10:09.916Z] 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-09T18:10:09.916Z] 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-09T18:10:09.916Z] 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-09T18:10:09.917Z] 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-09T18:10:09.917Z] 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-09T18:10:13.521Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:10:14.092Z] git set to automatically installed. [2021-02-09T18:10:14.092Z] git-man set to automatically installed. [2021-02-09T18:10:14.092Z] libcurl3-gnutls set to automatically installed. [2021-02-09T18:10:14.092Z] liberror-perl set to automatically installed. [2021-02-09T18:10:14.092Z] libglib2.0-0 set to automatically installed. [2021-02-09T18:10:14.092Z] libnghttp2-14 set to automatically installed. [2021-02-09T18:10:14.092Z] libnorm1 set to automatically installed. [2021-02-09T18:10:14.092Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T18:10:14.092Z] libpsl5 set to automatically installed. [2021-02-09T18:10:14.092Z] librtmp1 set to automatically installed. [2021-02-09T18:10:14.092Z] libsodium23 set to automatically installed. [2021-02-09T18:10:14.092Z] libzmq3-dev set to automatically installed. [2021-02-09T18:10:14.092Z] libzmq5 set to automatically installed. [2021-02-09T18:10:14.092Z] pkg-config set to automatically installed. [2021-02-09T18:10:14.092Z] zip set to automatically installed. [2021-02-09T18:10:16.053Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T18:10:22.754Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T18:10:22.754Z] snap "core18" has no updates available [2021-02-09T18:10:23.327Z] Pulling config-common [2021-02-09T18:10:23.327Z] + snapcraftctl pull [2021-02-09T18:10:24.277Z] Pulling go-build-helper [2021-02-09T18:10:24.277Z] + snapcraftctl pull [2021-02-09T18:10:50.877Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T18:10:50.877Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T18:10:50.877Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T18:10:50.877Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T18:10:50.877Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T18:10:50.877Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T18:10:50.877Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T18:10:50.877Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T18:10:50.877Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T18:10:50.877Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T18:10:50.877Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T18:10:50.877Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T18:10:50.877Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T18:10:50.877Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T18:10:50.877Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T18:10:50.877Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T18:10:50.877Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T18:10:50.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T18:10:50.877Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T18:10:50.877Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T18:10:50.877Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T18:10:50.877Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T18:10:50.877Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T18:10:50.877Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T18:10:50.877Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T18:10:50.878Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T18:10:50.878Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T18:10:50.878Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T18:10:50.878Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T18:10:50.878Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T18:10:50.878Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T18:10:50.878Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T18:10:50.878Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T18:10:50.878Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T18:10:50.878Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T18:10:50.878Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T18:10:50.878Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T18:10:50.878Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T18:10:50.878Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T18:10:50.878Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T18:10:50.878Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T18:10:50.878Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T18:10:50.878Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T18:10:50.878Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T18:10:50.878Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T18:10:50.878Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T18:10:50.878Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T18:10:50.878Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T18:10:50.878Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T18:10:50.878Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T18:10:50.878Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T18:10:50.878Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T18:10:50.878Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T18:10:50.878Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T18:10:50.878Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T18:10:50.878Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T18:10:50.878Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T18:10:50.878Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T18:10:50.878Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T18:10:50.878Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T18:10:50.878Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T18:10:50.878Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T18:10:50.878Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T18:10:50.878Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T18:10:50.878Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T18:10:50.878Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T18:10:50.878Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T18:10:50.878Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T18:10:50.878Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T18:10:50.878Z] Pulling static-packages [2021-02-09T18:10:50.878Z] + snapcraftctl pull [2021-02-09T18:10:52.274Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T18:10:52.274Z] Skipping pull go-build-helper (already ran) [2021-02-09T18:10:52.274Z] Skipping pull static-packages (already ran) [2021-02-09T18:10:52.274Z] Building go-build-helper [2021-02-09T18:10:52.274Z] + snapcraftctl build [2021-02-09T18:10:56.484Z] Building static-packages [2021-02-09T18:10:56.484Z] + snapcraftctl build [2021-02-09T18:10:59.034Z] Staging go-build-helper [2021-02-09T18:10:59.034Z] + snapcraftctl stage [2021-02-09T18:10:59.979Z] Staging static-packages [2021-02-09T18:10:59.979Z] + snapcraftctl stage [2021-02-09T18:11:01.371Z] Pulling go115 [2021-02-09T18:11:01.371Z] + snapcraftctl pull [2021-02-09T18:11:02.322Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T18:11:02.322Z] Skipping pull go115 (already ran) [2021-02-09T18:11:02.322Z] Building go115 [2021-02-09T18:11:02.322Z] + dpkg --print-architecture [2021-02-09T18:11:02.322Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-09T18:11:02.322Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-09T18:11:02.322Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-09T18:11:02.322Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T18:11:02.322Z] Dload Upload Total Spent Left Speed [2021-02-09T18:11:05.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.9M 0 0 29.6M 0 0:00:03 --:--:-- 0:00:03 29.6M 55 115M 55 63.9M 0 0 33.8M 0 0:00:03 0:00:01 0:00:02 33.8M 91 115M 91 106M 0 0 36.8M 0 0:00:03 0:00:02 0:00:01 36.8M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M [2021-02-09T18:11:05.539Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-09T18:11:05.539Z] + sha256sum -c sha256 [2021-02-09T18:11:05.539Z] + grep OK [2021-02-09T18:11:06.480Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T18:11:06.480Z] + mkdir -p /root/stage/go1.15 [2021-02-09T18:11:06.480Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-09T18:11:11.771Z] Staging go115 [2021-02-09T18:11:11.771Z] + snapcraftctl stage [2021-02-09T18:11:18.380Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T18:11:18.380Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T18:11:18.380Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T18:11:18.380Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T18:11:18.380Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T18:11:18.380Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T18:11:18.380Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T18:11:18.380Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T18:11:18.380Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T18:11:18.380Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T18:11:18.380Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T18:11:18.380Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T18:11:18.380Z] Pulling edgex-go [2021-02-09T18:11:18.380Z] + snapcraftctl pull [2021-02-09T18:11:19.772Z] Pulling version [2021-02-09T18:11:19.772Z] + cd /root/project [2021-02-09T18:11:19.772Z] + [ -f VERSION ] [2021-02-09T18:11:19.772Z] + PROJECT_VERSION=local-dev [2021-02-09T18:11:19.772Z] + git rev-parse --short HEAD [2021-02-09T18:11:19.772Z] + GIT_REVISION=4556c254 [2021-02-09T18:11:19.772Z] + snapcraftctl set-version local-dev [2021-02-09T18:11:21.160Z] Building config-common [2021-02-09T18:11:21.160Z] + snapcraftctl build [2021-02-09T18:11:23.714Z] Skipping build go-build-helper (already ran) [2021-02-09T18:11:23.714Z] Skipping build static-packages (already ran) [2021-02-09T18:11:23.714Z] Skipping build go115 (already ran) [2021-02-09T18:11:23.714Z] Building edgex-go [2021-02-09T18:11:25.119Z] + 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-09T18:11:25.119Z] + cd /root/parts/edgex-go/src [2021-02-09T18:11:25.119Z] + make build [2021-02-09T18:11:25.119Z] 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-09T18:11:26.508Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T18:11:26.508Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T18:11:26.508Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 [2021-02-09T18:11:26.508Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T18:11:26.508Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T18:11:26.508Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T18:11:26.508Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T18:11:26.508Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T18:11:26.508Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T18:11:26.508Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T18:11:26.774Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T18:11:26.774Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T18:11:26.774Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T18:11:26.774Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T18:11:26.774Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T18:11:26.774Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T18:11:26.774Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T18:11:26.774Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T18:11:26.774Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T18:11:26.774Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T18:11:26.774Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T18:11:26.774Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T18:11:26.774Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T18:11:26.774Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T18:11:26.774Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T18:11:27.041Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T18:11:27.041Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T18:11:27.041Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T18:11:27.041Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T18:11:27.303Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T18:11:27.303Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T18:11:35.458Z] 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-09T18:11:35.458Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T18:11:40.753Z] 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-09T18:11:41.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T18:11:43.089Z] 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-09T18:11:43.351Z] 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-09T18:11:43.351Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T18:11:43.616Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T18:11:43.616Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T18:11:43.616Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T18:11:45.533Z] 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-09T18:11:45.533Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T18:11:45.533Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T18:11:46.726Z] 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-09T18:11:46.726Z] 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-09T18:11:46.920Z] 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-09T18:11:47.491Z] 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-09T18:11:47.491Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T18:11:48.878Z] 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-09T18:11:49.883Z] 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-09T18:11:49.883Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T18:11:51.290Z] 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-09T18:11:51.290Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-09T18:11:53.210Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-09T18:11:53.210Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-09T18:11:53.210Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-09T18:11:53.210Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-09T18:11:53.210Z] + 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-09T18:11:53.210Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-09T18:11:53.210Z] + 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-09T18:11:53.210Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-09T18:11:53.210Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-09T18:11:53.210Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-09T18:11:53.210Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-09T18:11:53.210Z] + 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-09T18:11:55.066Z] Removing intermediate container 63a73b7faab9 [2021-02-09T18:11:55.066Z] ---> 894bb15c9f1b [2021-02-09T18:11:55.066Z] [2021-02-09T18:11:55.066Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T18:11:55.066Z] 3.12: Pulling from library/alpine [2021-02-09T18:11:55.147Z] Building version [2021-02-09T18:11:55.147Z] + snapcraftctl build [2021-02-09T18:11:57.069Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T18:11:57.069Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T18:11:57.069Z] ---> afeebe901d6b [2021-02-09T18:11:57.069Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T18:11:57.347Z] ---> Running in a9f4c64158f7 [2021-02-09T18:11:58.514Z] Staging config-common [2021-02-09T18:11:58.514Z] + snapcraftctl stage [2021-02-09T18:11:58.821Z] Removing intermediate container 58a7b47f90c2 [2021-02-09T18:11:58.822Z] ---> 7129b3520ed7 [2021-02-09T18:11:58.822Z] [2021-02-09T18:11:58.822Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T18:11:58.822Z] ---> afeebe901d6b [2021-02-09T18:11:58.822Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T18:11:58.822Z] Removing intermediate container a9f4c64158f7 [2021-02-09T18:11:58.822Z] ---> c2f66b89e0c1 [2021-02-09T18:11:58.822Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T18:11:58.822Z] ---> Running in f68206dd6a6c [2021-02-09T18:11:59.086Z] Skipping stage go-build-helper (already ran) [2021-02-09T18:11:59.086Z] Skipping stage static-packages (already ran) [2021-02-09T18:11:59.086Z] Skipping stage go115 (already ran) [2021-02-09T18:11:59.086Z] Staging edgex-go [2021-02-09T18:11:59.086Z] + snapcraftctl stage [2021-02-09T18:11:59.098Z] ---> Running in fa37dbe8311f [2021-02-09T18:12:00.472Z] Staging version [2021-02-09T18:12:00.472Z] + snapcraftctl stage [2021-02-09T18:12:00.540Z] Removing intermediate container 2f67bf504f40 [2021-02-09T18:12:00.540Z] ---> 81a2ac7b0924 [2021-02-09T18:12:00.540Z] [2021-02-09T18:12:00.540Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T18:12:00.540Z] ---> afeebe901d6b [2021-02-09T18:12:00.540Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T18:12:01.010Z] ---> Running in 17a0ed2b4e4c [2021-02-09T18:12:01.415Z] Priming config-common [2021-02-09T18:12:01.415Z] + snapcraftctl prime [2021-02-09T18:12:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:02.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:02.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:02.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:02.355Z] Priming go-build-helper [2021-02-09T18:12:02.355Z] + snapcraftctl prime [2021-02-09T18:12:03.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:03.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:03.740Z] Priming static-packages [2021-02-09T18:12:03.740Z] + snapcraftctl prime [2021-02-09T18:12:04.007Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:12:04.007Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T18:12:04.007Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:12:04.007Z] OK: 5 MiB in 16 packages [2021-02-09T18:12:04.007Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T18:12:04.282Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:12:04.282Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T18:12:04.282Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T18:12:04.282Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T18:12:04.282Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:12:04.282Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:12:04.571Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T18:12:04.571Z] OK: 7 MiB in 19 packages [2021-02-09T18:12:04.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:12:04.571Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T18:12:04.870Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T18:12:04.870Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:12:04.870Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:12:05.143Z] OK: 7 MiB in 18 packages [2021-02-09T18:12:06.436Z] Priming go115 [2021-02-09T18:12:06.436Z] + snapcraftctl prime [2021-02-09T18:12:06.598Z] Removing intermediate container fa37dbe8311f [2021-02-09T18:12:06.598Z] ---> 78b73fc9aa96 [2021-02-09T18:12:06.598Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T18:12:07.212Z] ---> Running in 35d97135a2dd [2021-02-09T18:12:07.416Z] Priming edgex-go [2021-02-09T18:12:07.416Z] + snapcraftctl prime [2021-02-09T18:12:07.497Z] Removing intermediate container f68206dd6a6c [2021-02-09T18:12:07.497Z] ---> d6edcd4eea8a [2021-02-09T18:12:07.497Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:12:08.101Z] ---> Running in 9ad9e2655cdc [2021-02-09T18:12:08.101Z] Removing intermediate container 35d97135a2dd [2021-02-09T18:12:08.101Z] ---> 5a9837ceae89 [2021-02-09T18:12:08.101Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T18:12:08.379Z] Removing intermediate container 17a0ed2b4e4c [2021-02-09T18:12:08.379Z] ---> 76fa9e13b137 [2021-02-09T18:12:08.379Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T18:12:08.379Z] ---> Running in 755f082670ff [2021-02-09T18:12:08.662Z] ---> Running in 08ba3210b60d [2021-02-09T18:12:08.804Z] Priming version [2021-02-09T18:12:08.805Z] + snapcraftctl prime [2021-02-09T18:12:08.938Z] Removing intermediate container 9ad9e2655cdc [2021-02-09T18:12:08.938Z] ---> 39cf14344c8a [2021-02-09T18:12:08.938Z] Step 13/24 : WORKDIR / [2021-02-09T18:12:09.211Z] Removing intermediate container 755f082670ff [2021-02-09T18:12:09.211Z] ---> 25611c7b8f6e [2021-02-09T18:12:09.211Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T18:12:09.482Z] ---> Running in 57c8a19c6b6c [2021-02-09T18:12:09.752Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-09T18:12:09.756Z] Removing intermediate container 08ba3210b60d [2021-02-09T18:12:09.756Z] ---> 5f899ae7889b [2021-02-09T18:12:09.756Z] Step 13/21 : WORKDIR /edgex [2021-02-09T18:12:09.756Z] ---> Running in 330a5a1dd194 [2021-02-09T18:12:10.036Z] ---> Running in 2303f50bfed0 [2021-02-09T18:12:10.640Z] Removing intermediate container 57c8a19c6b6c [2021-02-09T18:12:10.640Z] ---> 3f2acdb29a53 [2021-02-09T18:12:10.640Z] 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-09T18:12:11.251Z] Removing intermediate container 2303f50bfed0 [2021-02-09T18:12:11.251Z] ---> 706fb7d047bc [2021-02-09T18:12:11.251Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-09T18:12:11.857Z] Removing intermediate container a352c7f551a0 [2021-02-09T18:12:11.857Z] ---> 3c18435d9ca9 [2021-02-09T18:12:11.857Z] [2021-02-09T18:12:11.857Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:12:11.857Z] ---> afeebe901d6b [2021-02-09T18:12:11.857Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-09T18:12:12.129Z] ---> Running in 9ec4566c901c [2021-02-09T18:12:12.129Z] ---> d3d8db97d9c8 [2021-02-09T18:12:12.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 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-09T18:12:12.403Z] ---> bf1e83394683 [2021-02-09T18:12:12.403Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] // stage [Pipeline] } [2021-02-09T18:12:13.406Z] ---> 753f0fd58655 [2021-02-09T18:12:13.406Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T18:12:13.683Z] Removing intermediate container 330a5a1dd194 [2021-02-09T18:12:13.683Z] ---> abb20a6ee4b4 [2021-02-09T18:12:13.683Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T18:12:13.961Z] ---> Running in 5773f0f18d5f [2021-02-09T18:12:13.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:14.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:12:14.522Z] ---> 824bfd132868 [2021-02-09T18:12:14.522Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T18:12:14.797Z] Removing intermediate container 5773f0f18d5f [2021-02-09T18:12:14.797Z] ---> 97df25f548fd [2021-02-09T18:12:14.797Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T18:12:14.797Z] ---> f4749527fd13 [2021-02-09T18:12:14.797Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T18:12:15.075Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:12:15.075Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:12:15.075Z] OK: 5 MiB in 15 packages [2021-02-09T18:12:16.517Z] ---> cc880fc08c1b [2021-02-09T18:12:16.517Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T18:12:16.517Z] ---> 58005ff64ed7 [2021-02-09T18:12:16.517Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T18:12:16.517Z] ---> 97fb815affce [2021-02-09T18:12:16.517Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T18:12:16.517Z] ---> Running in 30924c684df5 [2021-02-09T18:12:16.791Z] ---> Running in e8d7fb016303 [2021-02-09T18:12:17.088Z] Removing intermediate container 9ec4566c901c [2021-02-09T18:12:17.088Z] ---> 2e615a9098dc [2021-02-09T18:12:17.088Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:12:17.698Z] ---> Running in 13fac9e40dad [2021-02-09T18:12:18.300Z] Removing intermediate container e8d7fb016303 [2021-02-09T18:12:18.300Z] ---> 7321912ea4bb [2021-02-09T18:12:18.300Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T18:12:18.906Z] ---> Running in c5674cfab746 [2021-02-09T18:12:19.193Z] Removing intermediate container 13fac9e40dad [2021-02-09T18:12:19.193Z] ---> 7cb75e979b17 [2021-02-09T18:12:19.193Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T18:12:19.193Z] ---> dec1958a1857 [2021-02-09T18:12:19.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T18:12:19.465Z] ---> Running in 19a9a0cd9603 [2021-02-09T18:12:20.063Z] Removing intermediate container c5674cfab746 [2021-02-09T18:12:20.063Z] ---> 638c0937072e [2021-02-09T18:12:20.063Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T18:12:20.338Z] ---> Running in 2da3b6725ccc [2021-02-09T18:12:20.615Z] Removing intermediate container 19a9a0cd9603 [2021-02-09T18:12:20.615Z] ---> 961bd97529b5 [2021-02-09T18:12:20.615Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:12:20.615Z] ---> 86cc35781ec5 [2021-02-09T18:12:20.615Z] 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-09T18:12:20.894Z] ---> Running in ec20b44ec69c [2021-02-09T18:12:21.167Z] Removing intermediate container aed3a21aa087 [2021-02-09T18:12:21.167Z] ---> f77b859cc459 [2021-02-09T18:12:21.167Z] [2021-02-09T18:12:21.167Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:12:21.167Z] ---> afeebe901d6b [2021-02-09T18:12:21.167Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:12:21.167Z] ---> Using cache [2021-02-09T18:12:21.167Z] ---> 2e615a9098dc [2021-02-09T18:12:21.168Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:12:21.168Z] ---> Using cache [2021-02-09T18:12:21.168Z] ---> 7cb75e979b17 [2021-02-09T18:12:21.168Z] Step 13/23 : ENV APP_PORT=48081 ---> Running in 31b73a59bba4 [2021-02-09T18:12:21.168Z] [2021-02-09T18:12:21.442Z] Removing intermediate container 30924c684df5 [2021-02-09T18:12:21.442Z] ---> 41532d51cf5f [2021-02-09T18:12:21.442Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:12:21.442Z] ---> Running in ef821049213d [2021-02-09T18:12:21.442Z] Removing intermediate container 2da3b6725ccc [2021-02-09T18:12:21.442Z] ---> 535bb11f172c [2021-02-09T18:12:21.442Z] Step 20/21 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:12:21.711Z] Removing intermediate container ec20b44ec69c [2021-02-09T18:12:21.711Z] ---> edc6b7d3e9cd [2021-02-09T18:12:21.711Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:12:21.711Z] ---> Running in f55d348ac074 [2021-02-09T18:12:22.321Z] Removing intermediate container ef821049213d [2021-02-09T18:12:22.321Z] ---> 0234f5b33f3c [2021-02-09T18:12:22.321Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:12:22.321Z] ---> Running in cb5aa0ffb46d [2021-02-09T18:12:22.602Z] ---> e520dbd0fae6 [2021-02-09T18:12:22.602Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T18:12:22.602Z] Removing intermediate container f55d348ac074 [2021-02-09T18:12:22.602Z] ---> 94374bd97305 [2021-02-09T18:12:22.602Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T18:12:22.879Z] ---> Running in 70b3f57cbd13 [2021-02-09T18:12:23.153Z] ---> 1fdb378df140 [2021-02-09T18:12:23.153Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T18:12:23.429Z] Removing intermediate container cb5aa0ffb46d [2021-02-09T18:12:23.429Z] ---> f2f26b3b8268 [2021-02-09T18:12:23.429Z] Step 15/23 : WORKDIR / [2021-02-09T18:12:24.025Z] ---> Running in 6f95759e9f11 [2021-02-09T18:12:24.025Z] Removing intermediate container 70b3f57cbd13 [2021-02-09T18:12:24.025Z] ---> 29601c0490f9 [2021-02-09T18:12:24.025Z] [2021-02-09T18:12:24.620Z] Successfully built 29601c0490f9 [2021-02-09T18:12:24.620Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T18:12:24.620Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T18:12:24.898Z] ---> 1cffa5b33076 [2021-02-09T18:12:24.898Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T18:12:24.898Z] Removing intermediate container 6f95759e9f11 [2021-02-09T18:12:24.898Z] Removing intermediate container 31b73a59bba4 [2021-02-09T18:12:24.898Z] ---> f235c054e1aa [2021-02-09T18:12:24.898Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T18:12:24.898Z] ---> cc7c91231f7b [2021-02-09T18:12:24.898Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:12:25.174Z] ---> c3d33d183b7d [2021-02-09T18:12:25.174Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T18:12:25.174Z] ---> Running in 3084475d3231 [2021-02-09T18:12:25.780Z] ---> 2d2604f697f6 [2021-02-09T18:12:25.781Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T18:12:26.060Z] Removing intermediate container 3084475d3231 [2021-02-09T18:12:26.060Z] ---> c6939e047699 [2021-02-09T18:12:26.060Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T18:12:26.344Z] ---> df24d5704d1f [2021-02-09T18:12:26.344Z] ---> Running in 3639788179b9 [2021-02-09T18:12:26.344Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T18:12:26.344Z] ---> 1ab68318e674 [2021-02-09T18:12:26.344Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T18:12:27.353Z] ---> Running in 7606cc5440f9 [2021-02-09T18:12:28.382Z] Removing intermediate container 3639788179b9 [2021-02-09T18:12:28.382Z] ---> c6bdd2a5dd93 [2021-02-09T18:12:28.382Z] Step 23/24 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:12:28.992Z] ---> dfe61c663cc1 [2021-02-09T18:12:28.992Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T18:12:28.992Z] ---> Running in e7db6fee16f2 [2021-02-09T18:12:28.992Z] Removing intermediate container 7606cc5440f9 [2021-02-09T18:12:28.992Z] ---> ed1b70207cb0 [2021-02-09T18:12:28.992Z] ---> df4925b799a2 [2021-02-09T18:12:28.992Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T18:12:29.271Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:12:29.548Z] ---> Running in e45d4a6a7224 [2021-02-09T18:12:30.150Z] ---> Running in 90f6e4856e9e [2021-02-09T18:12:30.424Z] Removing intermediate container e7db6fee16f2 [2021-02-09T18:12:30.424Z] ---> 7e13db0b1c2f [2021-02-09T18:12:30.424Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T18:12:31.021Z] ---> 7ab92591a602 [2021-02-09T18:12:31.021Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T18:12:31.318Z] Removing intermediate container e45d4a6a7224 [2021-02-09T18:12:31.318Z] ---> 2d5c42e20cfd [2021-02-09T18:12:31.318Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T18:12:31.318Z] ---> Running in c1c2e6088eb1 [2021-02-09T18:12:31.318Z] Removing intermediate container 90f6e4856e9e [2021-02-09T18:12:31.318Z] ---> 82eda753d70d [2021-02-09T18:12:31.318Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T18:12:31.318Z] ---> Running in 3cb0daad8a2e [2021-02-09T18:12:31.592Z] ---> Running in 8becd2c2c23a [2021-02-09T18:12:32.190Z] Removing intermediate container c1c2e6088eb1 [2021-02-09T18:12:32.190Z] ---> 1e4d4e2c3d9a [2021-02-09T18:12:32.190Z] [2021-02-09T18:12:32.465Z] Removing intermediate container 3cb0daad8a2e [2021-02-09T18:12:32.465Z] ---> 6a155bb464e4 [2021-02-09T18:12:32.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:12:32.735Z] Successfully built 1e4d4e2c3d9a [2021-02-09T18:12:32.735Z] ---> Running in 3f923fb14017 [2021-02-09T18:12:32.735Z] Removing intermediate container 8becd2c2c23a [2021-02-09T18:12:32.735Z] ---> 0c6e34eab199 [2021-02-09T18:12:32.735Z] Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:12:32.735Z] ---> ce9388afea4b [2021-02-09T18:12:32.735Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T18:12:32.735Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T18:12:32.735Z] Building docker-support-notifications-go [2021-02-09T18:12:33.005Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c929b24d04cd [2021-02-09T18:12:33.287Z] ---> Running in 097bbfb996a5 [2021-02-09T18:12:33.562Z] Removing intermediate container 3f923fb14017 [2021-02-09T18:12:33.562Z] ---> f898fa60f15e [2021-02-09T18:12:33.562Z] Step 21/23 : LABEL arch=arm64Removing intermediate container c929b24d04cd [2021-02-09T18:12:33.562Z] [2021-02-09T18:12:33.562Z] ---> ee2843140696 [2021-02-09T18:12:33.562Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:12:33.847Z] ---> Running in a1d5d021d7c1 [2021-02-09T18:12:33.848Z] ---> Running in a916547424af [2021-02-09T18:12:34.837Z] Removing intermediate container a916547424af [2021-02-09T18:12:34.838Z] Removing intermediate container a1d5d021d7c1 [2021-02-09T18:12:34.838Z] ---> cb246386d39b [2021-02-09T18:12:34.838Z] [2021-02-09T18:12:34.838Z] ---> c1a6da198a98 [2021-02-09T18:12:34.838Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:12:35.112Z] ---> Running in c819cdb9d32f [2021-02-09T18:12:35.389Z] Successfully built cb246386d39b [2021-02-09T18:12:35.389Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T18:12:35.389Z] Building docker-core-command-go [2021-02-09T18:12:36.379Z]  Building docker-support-scheduler-go ... done Removing intermediate container c819cdb9d32f [2021-02-09T18:12:36.379Z] ---> 7c161e03b98d [2021-02-09T18:12:36.379Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:12:36.657Z] ---> Running in 598916af7ec3 [2021-02-09T18:12:37.269Z] Removing intermediate container 097bbfb996a5 [2021-02-09T18:12:37.269Z] ---> 3f8322182ce6 [2021-02-09T18:12:37.269Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T18:12:37.547Z] Removing intermediate container 598916af7ec3 [2021-02-09T18:12:37.547Z] ---> 16723837f840 [2021-02-09T18:12:37.547Z] [2021-02-09T18:12:38.149Z] ---> Running in dc7d985c94ac [2021-02-09T18:12:38.425Z] Successfully built 16723837f840 [2021-02-09T18:12:38.425Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T18:12:38.425Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-09T18:12:39.411Z] Removing intermediate container dc7d985c94ac [2021-02-09T18:12:39.411Z] ---> 8315b873ac1d [2021-02-09T18:12:39.411Z] Step 27/30 : CMD ["gate"] [2021-02-09T18:12:39.684Z] ---> Running in 089e3eb07b82 [2021-02-09T18:12:40.297Z] Removing intermediate container 089e3eb07b82 [2021-02-09T18:12:40.582Z] ---> 958cc5396457 [2021-02-09T18:12:40.582Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T18:12:40.865Z] ---> Running in 9908ae513b51 [2021-02-09T18:12:42.315Z] Removing intermediate container 9908ae513b51 [2021-02-09T18:12:42.315Z] ---> 90c6f0d1dc52 [2021-02-09T18:12:42.315Z] Step 29/30 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:12:43.305Z] ---> Running in 84251517a4fc [2021-02-09T18:12:44.749Z] Removing intermediate container 84251517a4fc [2021-02-09T18:12:44.749Z] ---> dfc50a6916a7 [2021-02-09T18:12:44.749Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T18:12:46.217Z] ---> Running in b1c35a22b647 [2021-02-09T18:12:47.197Z] Removing intermediate container b1c35a22b647 [2021-02-09T18:12:47.197Z] ---> 06434e4ba1fa [2021-02-09T18:12:47.197Z] [2021-02-09T18:12:47.468Z] Successfully built 06434e4ba1fa [2021-02-09T18:12:47.468Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T18:13:19.807Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:13:19.807Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:13:19.807Z] ---> 8038654e62e6 [2021-02-09T18:13:19.807Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T18:13:19.807Z] ---> Using cache [2021-02-09T18:13:19.807Z] ---> c07263ce96e0 [2021-02-09T18:13:19.807Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:13:19.807Z] ---> Using cache [2021-02-09T18:13:19.807Z] ---> 29bc6916d9f3 [2021-02-09T18:13:19.807Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T18:13:22.424Z] ---> Running in 14ec5d05e1f7 [2021-02-09T18:13:23.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:24.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:25.035Z] OK: 217 MiB in 51 packages [2021-02-09T18:13:26.569Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:13:26.569Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:13:26.569Z] ---> 8038654e62e6 [2021-02-09T18:13:26.569Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:13:26.569Z] ---> Using cache [2021-02-09T18:13:26.569Z] ---> c07263ce96e0 [2021-02-09T18:13:26.569Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:13:26.569Z] ---> Using cache [2021-02-09T18:13:26.569Z] ---> 29bc6916d9f3 [2021-02-09T18:13:26.569Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T18:13:26.844Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:13:26.844Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:13:26.844Z] ---> 8038654e62e6 [2021-02-09T18:13:26.844Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:13:26.844Z] ---> Using cache [2021-02-09T18:13:26.844Z] ---> c07263ce96e0 [2021-02-09T18:13:26.844Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:13:26.844Z] ---> Using cache [2021-02-09T18:13:26.844Z] ---> 29bc6916d9f3 [2021-02-09T18:13:26.844Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:13:26.844Z] ---> Using cache [2021-02-09T18:13:26.844Z] ---> 7c6c6c5c3c20 [2021-02-09T18:13:26.844Z] Step 6/23 : COPY go.mod . [2021-02-09T18:13:26.844Z] ---> Using cache [2021-02-09T18:13:26.844Z] ---> defbfdc569d6 [2021-02-09T18:13:26.844Z] Step 7/23 : RUN go mod download [2021-02-09T18:13:26.844Z] ---> Using cache [2021-02-09T18:13:26.844Z] ---> 863f92246db2 [2021-02-09T18:13:26.844Z] Step 8/23 : COPY . . [2021-02-09T18:13:27.116Z] ---> Using cache [2021-02-09T18:13:27.116Z] ---> c6398c9bad45 [2021-02-09T18:13:27.116Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T18:13:27.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:13:27.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:13:27.707Z] ---> 8038654e62e6 [2021-02-09T18:13:27.707Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:13:27.707Z] ---> Using cache [2021-02-09T18:13:27.707Z] ---> c07263ce96e0 [2021-02-09T18:13:27.707Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:13:27.707Z] ---> Using cache [2021-02-09T18:13:27.707Z] ---> 29bc6916d9f3 [2021-02-09T18:13:27.707Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T18:13:27.707Z] ---> Running in bf2c85e0cad9 [2021-02-09T18:13:27.707Z] ---> Running in bc6b79e892a1 [2021-02-09T18:13:27.707Z] ---> Running in 69cdb5d23f91 [2021-02-09T18:13:28.304Z] Removing intermediate container 14ec5d05e1f7 [2021-02-09T18:13:28.304Z] ---> a19eeecae8aa [2021-02-09T18:13:28.304Z] Step 6/26 : COPY go.mod . [2021-02-09T18:13:29.298Z] ---> 3f4b85c154e6 [2021-02-09T18:13:29.298Z] Step 7/26 : RUN go mod download [2021-02-09T18:13:29.298Z] 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-09T18:13:29.582Z] ---> Running in c6c60a99c96d [2021-02-09T18:13:29.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:29.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:30.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:30.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:13:31.165Z] OK: 217 MiB in 51 packages [2021-02-09T18:13:31.165Z] OK: 217 MiB in 51 packages [2021-02-09T18:13:33.177Z] Removing intermediate container bc6b79e892a1 [2021-02-09T18:13:33.177Z] ---> e14dce71586c [2021-02-09T18:13:33.177Z] Step 6/23 : COPY go.mod . [2021-02-09T18:13:33.177Z] Removing intermediate container 69cdb5d23f91 [2021-02-09T18:13:33.177Z] ---> 25d5ce0d7f42 [2021-02-09T18:13:33.177Z] Step 6/22 : COPY go.mod . [2021-02-09T18:13:33.455Z] Removing intermediate container c6c60a99c96d [2021-02-09T18:13:33.455Z] ---> bfc0a08a08e0 [2021-02-09T18:13:33.455Z] Step 8/26 : COPY . . [2021-02-09T18:13:34.059Z] ---> 799476ff6436 [2021-02-09T18:13:34.059Z] Step 7/23 : RUN go mod download [2021-02-09T18:13:34.656Z] ---> Running in cc2a7532190f [2021-02-09T18:13:34.656Z] ---> 151ed525e2e8 [2021-02-09T18:13:34.656Z] Step 7/22 : RUN go mod download [2021-02-09T18:13:35.254Z] ---> Running in 588fa2a338d1 [2021-02-09T18:13:42.014Z] Removing intermediate container cc2a7532190f [2021-02-09T18:13:42.014Z] ---> eccee666ef37 [2021-02-09T18:13:42.014Z] Step 8/23 : COPY . . [2021-02-09T18:13:42.014Z] Removing intermediate container 588fa2a338d1 [2021-02-09T18:13:42.014Z] ---> f4e1ed61a667 [2021-02-09T18:13:42.014Z] Step 8/22 : COPY . . [2021-02-09T18:14:04.197Z] ---> 8ca6c2c142fd [2021-02-09T18:14:04.197Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T18:14:04.197Z] ---> Running in 9251bc82e08f [2021-02-09T18:14:05.634Z] 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-09T18:14:07.620Z] ---> 5cb91794cb2b [2021-02-09T18:14:07.620Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T18:14:07.894Z] ---> Running in dfa07912293b [2021-02-09T18:14:08.498Z] ---> 3bb0332229c9 [2021-02-09T18:14:08.498Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T18:14:08.498Z] ---> Running in 9e65fe237cea [2021-02-09T18:14:10.480Z] 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-09T18:14:10.755Z] 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-09T18:14:17.502Z] Removing intermediate container bf2c85e0cad9 [2021-02-09T18:14:17.502Z] ---> ec22f8c90c55 [2021-02-09T18:14:17.502Z] [2021-02-09T18:14:17.502Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:14:17.502Z] ---> afeebe901d6b [2021-02-09T18:14:17.502Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:14:17.502Z] ---> Using cache [2021-02-09T18:14:17.502Z] ---> 2e615a9098dc [2021-02-09T18:14:17.502Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:14:17.502Z] ---> Using cache [2021-02-09T18:14:17.502Z] ---> 7cb75e979b17 [2021-02-09T18:14:17.502Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T18:14:17.502Z] ---> Running in bdebf7f312c5 [2021-02-09T18:14:18.492Z] Removing intermediate container bdebf7f312c5 [2021-02-09T18:14:18.492Z] ---> 63321186ce1f [2021-02-09T18:14:18.492Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:14:18.769Z] ---> Running in 33b5207f0597 [2021-02-09T18:14:19.378Z] Removing intermediate container 33b5207f0597 [2021-02-09T18:14:19.378Z] ---> 7141812fd740 [2021-02-09T18:14:19.378Z] Step 15/23 : WORKDIR / [2021-02-09T18:14:19.676Z] ---> Running in 9b7d0e6f079e [2021-02-09T18:14:20.279Z] Removing intermediate container 9b7d0e6f079e [2021-02-09T18:14:20.571Z] ---> b121b8ee71da [2021-02-09T18:14:20.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:14:22.069Z] ---> d3fabea68209 [2021-02-09T18:14:22.069Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T18:14:24.085Z] ---> 56ddfb44f3b7 [2021-02-09T18:14:24.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T18:14:25.581Z] ---> 91ad4f7bd28d [2021-02-09T18:14:25.581Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T18:14:25.581Z] ---> Running in 0414d2a88c47 [2021-02-09T18:14:26.184Z] Removing intermediate container 0414d2a88c47 [2021-02-09T18:14:26.184Z] ---> dff41eee3a7c [2021-02-09T18:14:26.184Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:14:26.462Z] ---> Running in b82e4f4b1aa0 [2021-02-09T18:14:27.107Z] Removing intermediate container b82e4f4b1aa0 [2021-02-09T18:14:27.107Z] ---> bce6f6fdb1bb [2021-02-09T18:14:27.107Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T18:14:27.399Z] ---> Running in c63147e8cecb [2021-02-09T18:14:28.428Z] Removing intermediate container c63147e8cecb [2021-02-09T18:14:28.428Z] ---> 548d9afed902 [2021-02-09T18:14:28.428Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:14:28.428Z] ---> Running in 6ba655c17bfd [2021-02-09T18:14:29.041Z] Removing intermediate container 6ba655c17bfd [2021-02-09T18:14:29.041Z] ---> 781af9fe97ba [2021-02-09T18:14:29.041Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:14:29.041Z] ---> Running in 32417341b42a [2021-02-09T18:14:30.060Z] Removing intermediate container 32417341b42a [2021-02-09T18:14:30.060Z] ---> 284175e71fba [2021-02-09T18:14:30.060Z] [2021-02-09T18:14:30.684Z] Successfully built 284175e71fba [2021-02-09T18:14:30.684Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T18:15:39.564Z]  Building docker-core-command-go ... done Removing intermediate container 9251bc82e08f [2021-02-09T18:15:39.564Z] ---> 45c3644832d0 [2021-02-09T18:15:39.564Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T18:15:39.564Z] ---> Running in cafb59cda535 [2021-02-09T18:15:39.564Z] 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-09T18:15:43.929Z] Removing intermediate container cafb59cda535 [2021-02-09T18:15:43.929Z] ---> a41812d5ed3b [2021-02-09T18:15:43.929Z] [2021-02-09T18:15:43.929Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T18:15:43.929Z] 20.10.0: Pulling from library/docker [2021-02-09T18:15:54.257Z] Removing intermediate container 9e65fe237cea [2021-02-09T18:15:54.257Z] ---> fa4ba793f9a8 [2021-02-09T18:15:54.257Z] [2021-02-09T18:15:54.257Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:15:54.257Z] ---> afeebe901d6b [2021-02-09T18:15:54.257Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T18:15:54.257Z] ---> Running in a585882792f5 [2021-02-09T18:15:54.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:15:55.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:15:56.141Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T18:15:56.141Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:15:56.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:15:56.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:15:56.422Z] OK: 6 MiB in 16 packages [2021-02-09T18:15:59.838Z] Removing intermediate container a585882792f5 [2021-02-09T18:15:59.838Z] ---> 1a32c41afd69 [2021-02-09T18:15:59.838Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:16:00.114Z] ---> Running in 6af7ae35995a [2021-02-09T18:16:00.393Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T18:16:00.393Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T18:16:00.393Z] ---> eeaf43b92773 [2021-02-09T18:16:00.393Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T18:16:00.668Z] ---> Running in 64ecf15288d2 [2021-02-09T18:16:00.944Z] Removing intermediate container 6af7ae35995a [2021-02-09T18:16:00.944Z] ---> c2bc3a035915 [2021-02-09T18:16:00.944Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T18:16:00.944Z] ---> Running in fc99b7f9e1c1 [2021-02-09T18:16:01.539Z] Removing intermediate container fc99b7f9e1c1 [2021-02-09T18:16:01.539Z] ---> eca8bee5254d [2021-02-09T18:16:01.539Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:16:01.814Z] ---> Running in 6bfc1bbf4e20 [2021-02-09T18:16:02.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:02.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:02.959Z] Removing intermediate container 6bfc1bbf4e20 [2021-02-09T18:16:02.959Z] ---> 4a5e28a63f6e [2021-02-09T18:16:02.959Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:16:03.565Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T18:16:03.565Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T18:16:03.565Z] Executing bash-5.0.17-r0.post-install [2021-02-09T18:16:03.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:16:03.565Z] OK: 12 MiB in 22 packages [2021-02-09T18:16:04.552Z] Removing intermediate container dfa07912293b [2021-02-09T18:16:04.552Z] ---> 13b32874f73c [2021-02-09T18:16:04.552Z] [2021-02-09T18:16:04.552Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:16:04.552Z] ---> afeebe901d6b [2021-02-09T18:16:04.552Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T18:16:04.827Z] ---> 3c23bc90b444 [2021-02-09T18:16:04.827Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T18:16:04.827Z] ---> Running in 706146a56068 [2021-02-09T18:16:05.810Z] Removing intermediate container 706146a56068 [2021-02-09T18:16:05.810Z] ---> 75c7246c05b5 [2021-02-09T18:16:05.810Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T18:16:05.810Z] Removing intermediate container 64ecf15288d2 [2021-02-09T18:16:05.810Z] ---> 96f42b3eba66 [2021-02-09T18:16:05.810Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T18:16:05.810Z] ---> Running in e4fe1c27c56c [2021-02-09T18:16:05.810Z] ---> Running in 8dcd86307618 [2021-02-09T18:16:06.791Z] ---> 95ca0d6defea [2021-02-09T18:16:06.791Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T18:16:06.791Z] Removing intermediate container e4fe1c27c56c [2021-02-09T18:16:06.791Z] ---> 4a17768b6e88 [2021-02-09T18:16:06.791Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T18:16:06.791Z] Removing intermediate container 8dcd86307618 [2021-02-09T18:16:06.791Z] ---> 54be5ba47aed [2021-02-09T18:16:06.791Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T18:16:06.791Z] ---> Running in 939e7915d81a [2021-02-09T18:16:06.791Z] ---> Running in 61af8aab2eb3 [2021-02-09T18:16:07.775Z] Removing intermediate container 939e7915d81a [2021-02-09T18:16:07.775Z] ---> 12fe157e7375 [2021-02-09T18:16:07.775Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T18:16:07.775Z] Removing intermediate container 61af8aab2eb3 [2021-02-09T18:16:07.775Z] ---> c9242514ab8d [2021-02-09T18:16:07.775Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:16:07.775Z] ---> bee1eaa208e0 [2021-02-09T18:16:07.775Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T18:16:07.775Z] ---> Running in 0e6db5c09d38 [2021-02-09T18:16:07.775Z] ---> Running in d057d1816074 [2021-02-09T18:16:07.775Z] ---> Running in b79f4567a314 [2021-02-09T18:16:08.382Z] Removing intermediate container 0e6db5c09d38 [2021-02-09T18:16:08.382Z] ---> 6a41d9f54e3c [2021-02-09T18:16:08.382Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T18:16:08.675Z] Removing intermediate container b79f4567a314 [2021-02-09T18:16:08.675Z] ---> 73a7948d177d [2021-02-09T18:16:08.675Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:16:08.675Z] ---> Running in 848ed0b1c335 [2021-02-09T18:16:09.665Z] Removing intermediate container 848ed0b1c335 [2021-02-09T18:16:09.665Z] ---> 197560f0044e [2021-02-09T18:16:09.665Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T18:16:09.941Z] ---> Running in 81f1103f9aef [2021-02-09T18:16:10.225Z] ---> 035187c583b1 [2021-02-09T18:16:10.225Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T18:16:10.501Z] Removing intermediate container 81f1103f9aef [2021-02-09T18:16:10.501Z] ---> e916d7a58f02 [2021-02-09T18:16:10.501Z] Step 21/22 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:16:10.781Z] ---> Running in 53b682047008 [2021-02-09T18:16:11.056Z] Removing intermediate container d057d1816074 [2021-02-09T18:16:11.056Z] ---> 92d0f1cba061 [2021-02-09T18:16:11.056Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T18:16:11.326Z] ---> c8fb2d380662 [2021-02-09T18:16:11.326Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T18:16:11.326Z] ---> Running in baf569b7ddbe [2021-02-09T18:16:11.326Z] Removing intermediate container 53b682047008 [2021-02-09T18:16:11.326Z] ---> 7897976d8e63 [2021-02-09T18:16:11.326Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:16:11.595Z] ---> Running in 65b9f3d7c68d [2021-02-09T18:16:12.195Z] Removing intermediate container 65b9f3d7c68d [2021-02-09T18:16:12.195Z] ---> 37578788ae86 [2021-02-09T18:16:12.195Z] [2021-02-09T18:16:12.475Z] ---> 41ca10ee7652 [2021-02-09T18:16:12.475Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T18:16:12.752Z] ---> Running in 2552e66a6b0f [2021-02-09T18:16:13.027Z] Successfully built 37578788ae86 [2021-02-09T18:16:13.027Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T18:16:13.027Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:14.003Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:14.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:14.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:16:14.879Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T18:16:15.151Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T18:16:15.152Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T18:16:15.152Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T18:16:15.152Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T18:16:15.152Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T18:16:15.152Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T18:16:15.152Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T18:16:15.152Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T18:16:15.152Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T18:16:15.423Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T18:16:15.695Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T18:16:15.695Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T18:16:15.695Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:16:15.971Z] OK: 8 MiB in 20 packages [2021-02-09T18:16:17.413Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T18:16:17.413Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T18:16:17.413Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T18:16:17.690Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T18:16:17.690Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T18:16:17.690Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T18:16:17.690Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T18:16:17.690Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T18:16:17.965Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T18:16:17.965Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T18:16:17.965Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T18:16:17.965Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T18:16:17.965Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T18:16:17.965Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T18:16:17.965Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T18:16:17.965Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T18:16:18.240Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T18:16:18.240Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T18:16:18.240Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T18:16:18.240Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T18:16:18.240Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T18:16:18.240Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T18:16:18.240Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T18:16:18.240Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T18:16:18.240Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T18:16:18.240Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T18:16:18.522Z] Removing intermediate container baf569b7ddbe [2021-02-09T18:16:18.522Z] ---> 672034881e34 [2021-02-09T18:16:18.522Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:16:18.522Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:16:18.799Z] OK: 71 MiB in 55 packages [2021-02-09T18:16:19.800Z] ---> 1b6ec619b031 [2021-02-09T18:16:19.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T18:16:22.442Z] ---> 7c6ed964c117 [2021-02-09T18:16:22.442Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T18:16:23.436Z] ---> 04c6e6ce150b [2021-02-09T18:16:23.437Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T18:16:23.713Z] ---> Running in f5aeaf2a32fb [2021-02-09T18:16:24.315Z] Removing intermediate container f5aeaf2a32fb [2021-02-09T18:16:24.315Z] ---> 907598a03623 [2021-02-09T18:16:24.315Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:16:24.593Z] ---> Running in 4eb32affedb6 [2021-02-09T18:16:25.580Z] Removing intermediate container 4eb32affedb6 [2021-02-09T18:16:25.581Z] ---> 5d1be117243a [2021-02-09T18:16:25.581Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T18:16:25.581Z] ---> Running in f31529f7c04a [2021-02-09T18:16:26.179Z] Removing intermediate container 2552e66a6b0f [2021-02-09T18:16:26.179Z] ---> 1ee9c8fed35c [2021-02-09T18:16:26.179Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T18:16:26.475Z] ---> Running in 8940d108b20c [2021-02-09T18:16:26.475Z] Removing intermediate container f31529f7c04a [2021-02-09T18:16:26.475Z] ---> 13f96f8b7871 [2021-02-09T18:16:26.475Z] Step 22/23 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:16:26.749Z] ---> Running in b4d865958273 [2021-02-09T18:16:27.345Z] Removing intermediate container b4d865958273 [2021-02-09T18:16:27.345Z] ---> e1ea18a3ebbb [2021-02-09T18:16:27.345Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:16:27.632Z] ---> Running in 39b1ee889b2e [2021-02-09T18:16:28.231Z] Removing intermediate container 39b1ee889b2e [2021-02-09T18:16:28.231Z] ---> 9e23f37bccdb [2021-02-09T18:16:28.231Z] [2021-02-09T18:16:28.822Z] Successfully built 9e23f37bccdb [2021-02-09T18:16:28.822Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T18:16:35.510Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-09T18:16:35.510Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T18:16:36.098Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T18:16:36.367Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T18:16:39.743Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T18:16:39.743Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T18:16:39.743Z] 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-09T18:16:39.743Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T18:16:39.743Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T18:16:43.130Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T18:16:43.130Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T18:16:45.748Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T18:16:45.748Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T18:16:47.717Z] Collecting PyYAML<4,>=3.10 [2021-02-09T18:16:47.991Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T18:16:54.719Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T18:16:54.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T18:16:56.218Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T18:16:56.508Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T18:16:57.984Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T18:16:57.984Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T18:17:01.388Z] 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-09T18:17:01.388Z] Collecting idna<2.8,>=2.5 [2021-02-09T18:17:01.668Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T18:17:01.668Z] 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-09T18:17:03.114Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T18:17:03.114Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T18:17:03.710Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T18:17:03.984Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T18:17:04.260Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T18:17:04.260Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T18:17:04.260Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T18:17:04.260Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T18:17:06.243Z] Installing collected packages: dockerpty, jsonschema, docopt, cached-property, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, docker-compose [2021-02-09T18:17:06.243Z] Running setup.py install for dockerpty: started [2021-02-09T18:17:09.635Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T18:17:09.909Z] Running setup.py install for docopt: started [2021-02-09T18:17:14.217Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T18:17:14.217Z] Attempting uninstall: idna [2021-02-09T18:17:14.217Z] Found existing installation: idna 2.9 [2021-02-09T18:17:14.217Z] Uninstalling idna-2.9: [2021-02-09T18:17:14.217Z] Successfully uninstalled idna-2.9 [2021-02-09T18:17:14.814Z] Attempting uninstall: urllib3 [2021-02-09T18:17:14.814Z] Found existing installation: urllib3 1.25.9 [2021-02-09T18:17:14.814Z] Uninstalling urllib3-1.25.9: [2021-02-09T18:17:15.087Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T18:17:16.067Z] Attempting uninstall: requests [2021-02-09T18:17:16.067Z] Found existing installation: requests 2.23.0 [2021-02-09T18:17:16.067Z] Uninstalling requests-2.23.0: [2021-02-09T18:17:16.344Z] Successfully uninstalled requests-2.23.0 [2021-02-09T18:17:16.941Z] Running setup.py install for PyYAML: started [2021-02-09T18:17:21.259Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T18:17:22.707Z] Running setup.py install for texttable: started [2021-02-09T18:17:27.020Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T18:17:28.002Z] 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-09T18:17:33.413Z] Removing intermediate container 8940d108b20c [2021-02-09T18:17:33.413Z] ---> a5cc3df40721 [2021-02-09T18:17:33.413Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T18:17:33.413Z] ---> Running in ccbd61899bde [2021-02-09T18:17:34.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:17:35.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:17:36.108Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T18:17:36.108Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T18:17:36.108Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T18:17:36.108Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:17:36.108Z] OK: 71 MiB in 58 packages [2021-02-09T18:17:37.545Z] Removing intermediate container ccbd61899bde [2021-02-09T18:17:37.545Z] ---> 98a16ed8d6c1 [2021-02-09T18:17:37.545Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T18:17:37.818Z] ---> Running in bab00fb3f31d [2021-02-09T18:17:38.419Z] Removing intermediate container bab00fb3f31d [2021-02-09T18:17:38.419Z] ---> fc6cf90f6a7f [2021-02-09T18:17:38.419Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:17:38.419Z] ---> Running in e9850575b74c [2021-02-09T18:17:39.015Z] Removing intermediate container e9850575b74c [2021-02-09T18:17:39.015Z] ---> f19aef0228f8 [2021-02-09T18:17:39.015Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T18:17:39.291Z] ---> Running in ca098f27e90f [2021-02-09T18:17:39.891Z] Removing intermediate container ca098f27e90f [2021-02-09T18:17:39.891Z] ---> 4a3c24ab5e6f [2021-02-09T18:17:39.891Z] Step 25/26 : LABEL git_sha=4556c254a4adfc3c3cef9be3cad24762ea1c30fb [2021-02-09T18:17:39.891Z] ---> Running in 23de6b12004c [2021-02-09T18:17:40.493Z] Removing intermediate container 23de6b12004c [2021-02-09T18:17:40.493Z] ---> 93a0f169eb23 [2021-02-09T18:17:40.493Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T18:17:40.769Z] ---> Running in 6bad0090a92a [2021-02-09T18:17:41.365Z] Removing intermediate container 6bad0090a92a [2021-02-09T18:17:41.365Z] ---> 5bc8f1ba527c [2021-02-09T18:17:41.365Z] [2021-02-09T18:17:41.635Z] Successfully built 5bc8f1ba527c [2021-02-09T18:17:41.635Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T18:17:41.924Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T18:17:41.948Z] $ docker stop --time=1 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 [2021-02-09T18:17:43.917Z] $ docker rm -f 99e50a60149d89b938d55b0b80ee76833d39b9971ca609553e5650646b2eb868 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:17:44.705Z] + grep docker [2021-02-09T18:17:44.705Z] + docker images [2021-02-09T18:17:44.980Z] docker-sys-mgmt-agent-go-arm64 latest 5bc8f1ba527c 3 seconds ago 300MB [2021-02-09T18:17:44.980Z] docker-core-data-go-arm64 latest 9e23f37bccdb About a minute ago 21MB [2021-02-09T18:17:44.980Z] docker-support-notifications-go-arm64 latest 37578788ae86 About a minute ago 16.7MB [2021-02-09T18:17:44.980Z] docker-core-command-go-arm64 latest 284175e71fba 3 minutes ago 16MB [2021-02-09T18:17:44.980Z] docker-security-bootstrapper-go-arm64 latest 06434e4ba1fa 4 minutes ago 17MB [2021-02-09T18:17:44.980Z] docker-core-metadata-go-arm64 latest 16723837f840 5 minutes ago 17.8MB [2021-02-09T18:17:44.980Z] docker-support-scheduler-go-arm64 latest cb246386d39b 5 minutes ago 16.1MB [2021-02-09T18:17:44.980Z] docker-security-secretstore-setup-go-arm64 latest 1e4d4e2c3d9a 5 minutes ago 23.4MB [2021-02-09T18:17:44.980Z] docker-security-proxy-setup-go-arm64 latest 29601c0490f9 5 minutes ago 23.2MB [2021-02-09T18:17:44.980Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T18:17:46.652Z] provisioning config files... [2021-02-09T18:17:46.667Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config6907301208351000509tmp [Pipeline] { [Pipeline] sh [2021-02-09T18:17:47.052Z] + set +x [2021-02-09T18:17:47.052Z] + curl -s https://codecov.io/bash [2021-02-09T18:17:47.052Z] + bash -s -- [2021-02-09T18:17:47.630Z] [2021-02-09T18:17:47.631Z] _____ _ [2021-02-09T18:17:47.631Z] / ____| | | [2021-02-09T18:17:47.631Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T18:17:47.631Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T18:17:47.631Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T18:17:47.631Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T18:17:47.631Z] Bash-20210129-7c25fce [2021-02-09T18:17:47.631Z] [2021-02-09T18:17:47.631Z] [2021-02-09T18:17:47.631Z] ==> git version 2.24.3 found [2021-02-09T18:17:47.631Z] ==> 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-09T18:17:47.631Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T18:17:47.631Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T18:17:47.631Z] ==> Jenkins CI detected. [2021-02-09T18:17:47.631Z] project root: . [2021-02-09T18:17:47.631Z] --> token set from env [2021-02-09T18:17:47.631Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T18:17:47.631Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T18:17:47.631Z] ==> Python coveragepy not found [2021-02-09T18:17:47.631Z] ==> Searching for coverage reports in: [2021-02-09T18:17:47.631Z] + . [2021-02-09T18:17:47.631Z] -> Found 1 reports [2021-02-09T18:17:47.631Z] ==> Detecting git/mercurial file structure [2021-02-09T18:17:47.894Z] ==> Reading reports [2021-02-09T18:17:47.894Z] + ./coverage.out bytes=592672 [2021-02-09T18:17:47.894Z] ==> Appending adjustments [2021-02-09T18:17:47.894Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T18:17:52.136Z] + Found adjustments [2021-02-09T18:17:52.136Z] ==> Gzipping contents [2021-02-09T18:17:52.136Z] 88K /tmp/codecov.Oqe1R0.gz [2021-02-09T18:17:52.136Z] ==> Uploading reports [2021-02-09T18:17:52.136Z] url: https://codecov.io [2021-02-09T18:17:52.136Z] query: branch=PR-3034&commit=4556c254a4adfc3c3cef9be3cad24762ea1c30fb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-09T18:17:52.136Z] -> Pinging Codecov [2021-02-09T18:17:52.136Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=4556c254a4adfc3c3cef9be3cad24762ea1c30fb&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-02-09T18:17:52.136Z] -> Uploading to [2021-02-09T18:17:52.136Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/4556c254a4adfc3c3cef9be3cad24762ea1c30fb/c4f1b6f6-052b-40ae-9756-f70127431f66.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T181751Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=de870ff1f5b525c3d592ff327e750f606ff6058a293167d9d29a656c4d9f79de [2021-02-09T18:17:52.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T18:17:52.136Z] Dload Upload Total Spent Left Speed [2021-02-09T18:17:52.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88980 0 0 100 88980 0 135k --:--:-- --:--:-- --:--:-- 135k [2021-02-09T18:17:52.710Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4556c254a4adfc3c3cef9be3cad24762ea1c30fb [Pipeline] } [2021-02-09T18:17:52.723Z] 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-09T18:17:54.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:17:55.573Z] ---> package-listing.sh [2021-02-09T18:17:55.573Z] ++ facter osfamily [2021-02-09T18:17:55.573Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T18:17:55.573Z] + OS_FAMILY=redhat [2021-02-09T18:17:55.573Z] + workspace=/w/workspace/edgex-go/22 [2021-02-09T18:17:55.573Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T18:17:55.573Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T18:17:55.573Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T18:17:55.573Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T18:17:55.573Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-09T18:17:55.573Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T18:17:55.573Z] + case "${OS_FAMILY}" in [2021-02-09T18:17:55.573Z] + rpm -qa [2021-02-09T18:17:55.573Z] + sort [2021-02-09T18:18:00.898Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T18:18:00.898Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T18:18:00.898Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T18:18:00.898Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-09T18:18:00.898Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2021-02-09T18:18:00.898Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo [2021-02-09T18:18:00.913Z] 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T18:18:01.227Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:18:01.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:18:02.071Z] [2021-02-09T18:18:02.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:18:02.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:18:02.446Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T18:18:02.446Z] df20fa9351a1: Pulling fs layer [2021-02-09T18:18:02.446Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T18:18:02.446Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T18:18:02.446Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T18:18:02.446Z] 93b61091891f: Pulling fs layer [2021-02-09T18:18:02.446Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T18:18:02.446Z] 5e14af77c1be: Pulling fs layer [2021-02-09T18:18:02.446Z] 01666e4c0597: Pulling fs layer [2021-02-09T18:18:02.446Z] aa168da1d23b: Pulling fs layer [2021-02-09T18:18:02.446Z] 46f8f816bc3b: Waiting [2021-02-09T18:18:02.446Z] 93b61091891f: Waiting [2021-02-09T18:18:02.446Z] 93b9cdb0e59b: Waiting [2021-02-09T18:18:02.446Z] 5e14af77c1be: Waiting [2021-02-09T18:18:02.446Z] 01666e4c0597: Waiting [2021-02-09T18:18:02.446Z] aa168da1d23b: Waiting [2021-02-09T18:18:02.446Z] 36b3adc4ff6f: Download complete [2021-02-09T18:18:02.446Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T18:18:02.446Z] 46f8f816bc3b: Download complete [2021-02-09T18:18:02.713Z] df20fa9351a1: Verifying Checksum [2021-02-09T18:18:02.713Z] df20fa9351a1: Download complete [2021-02-09T18:18:02.713Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T18:18:02.713Z] 93b9cdb0e59b: Download complete [2021-02-09T18:18:02.713Z] 93b61091891f: Download complete [2021-02-09T18:18:02.713Z] 5e14af77c1be: Download complete [2021-02-09T18:18:02.713Z] 01666e4c0597: Verifying Checksum [2021-02-09T18:18:02.713Z] 01666e4c0597: Download complete [2021-02-09T18:18:02.983Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T18:18:02.983Z] 8ad3a11d3b57: Download complete [2021-02-09T18:18:02.983Z] df20fa9351a1: Pull complete [2021-02-09T18:18:03.249Z] 36b3adc4ff6f: Pull complete [2021-02-09T18:18:04.226Z] 8ad3a11d3b57: Pull complete [2021-02-09T18:18:05.175Z] aa168da1d23b: Verifying Checksum [2021-02-09T18:18:05.175Z] aa168da1d23b: Download complete [2021-02-09T18:18:05.750Z] 46f8f816bc3b: Pull complete [2021-02-09T18:18:06.699Z] 93b61091891f: Pull complete [2021-02-09T18:18:06.964Z] 93b9cdb0e59b: Pull complete [2021-02-09T18:18:06.964Z] 5e14af77c1be: Pull complete [2021-02-09T18:18:07.234Z] 01666e4c0597: Pull complete [2021-02-09T18:18:17.305Z] aa168da1d23b: Pull complete [2021-02-09T18:18:17.305Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T18:18:17.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T18:18:17.305Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T18:18:17.511Z] prd-centos7-docker-4c-2g-25810 does not seem to be running inside a container [2021-02-09T18:18:17.564Z] $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T18:18:21.719Z] $ docker top 66eb125033d11bd312469196b91f6cebd75303e3150f4d4e3341176eae5a38ff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:18:22.305Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T18:18:22.620Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T18:18:22.924Z] + ls /var/log/sa-host [2021-02-09T18:18:22.924Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T18:18:22.924Z] file_magic: OK [2021-02-09T18:18:22.924Z] HZ: Using current value: 100 [2021-02-09T18:18:22.924Z] file_header: OK [2021-02-09T18:18:22.924Z] 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-09T18:18:22.924Z] Statistics: [2021-02-09T18:18:22.924Z] 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... [2021-02-09T18:18:22.924Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T18:18:22.924Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T18:18:22.924Z] file_magic: OK [2021-02-09T18:18:22.924Z] HZ: Using current value: 100 [2021-02-09T18:18:22.924Z] file_header: OK [2021-02-09T18:18:22.924Z] 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-09T18:18:22.924Z] Statistics: [2021-02-09T18:18:22.924Z] Hnuu...uuuununununu... [2021-02-09T18:18:22.924Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T18:18:23.557Z] provisioning config files... [2021-02-09T18:18:23.579Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config4613556926588411808tmp [Pipeline] { [Pipeline] echo [2021-02-09T18:18:23.645Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:18:23.950Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T18:18:23.962Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T18:18:24.052Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:18:24.406Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T18:18:24.434Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:18:24.755Z] ---> sudo-logs.sh [2021-02-09T18:18:24.755Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T18:18:24.767Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:18:25.067Z] ---> job-cost.sh [2021-02-09T18:18:25.067Z] lf-activate-venv: SKIPPING [2021-02-09T18:18:25.067Z] INFO: No Stack... [2021-02-09T18:18:26.014Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T18:18:26.588Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T18:18:26.602Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:18:26.905Z] ---> logs-deploy.sh [2021-02-09T18:18:26.905Z] lf-activate-venv: SKIPPING [2021-02-09T18:18:26.905Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/22 [2021-02-09T18:18:26.905Z] INFO: archiving workspace using pattern(s): [2021-02-09T18:18:28.831Z] Archives upload complete. [2021-02-09T18:18:28.831Z] INFO: archiving logs to Nexus [2021-02-09T18:18:29.777Z] ---> uname -a: [2021-02-09T18:18:29.777Z] Linux prd-centos7-docker-4c-2g-25810.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] ---> lscpu: [2021-02-09T18:18:29.777Z] Architecture: x86_64 [2021-02-09T18:18:29.777Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T18:18:29.777Z] Byte Order: Little Endian [2021-02-09T18:18:29.777Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T18:18:29.777Z] CPU(s): 4 [2021-02-09T18:18:29.777Z] On-line CPU(s) list: 0-3 [2021-02-09T18:18:29.777Z] Thread(s) per core: 1 [2021-02-09T18:18:29.777Z] Core(s) per socket: 1 [2021-02-09T18:18:29.777Z] Socket(s): 4 [2021-02-09T18:18:29.777Z] NUMA node(s): 1 [2021-02-09T18:18:29.777Z] Vendor ID: GenuineIntel [2021-02-09T18:18:29.777Z] CPU family: 6 [2021-02-09T18:18:29.777Z] Model: 44 [2021-02-09T18:18:29.777Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T18:18:29.777Z] Stepping: 1 [2021-02-09T18:18:29.777Z] CPU MHz: 2933.438 [2021-02-09T18:18:29.777Z] BogoMIPS: 5866.87 [2021-02-09T18:18:29.777Z] Virtualization: VT-x [2021-02-09T18:18:29.777Z] Hypervisor vendor: KVM [2021-02-09T18:18:29.777Z] Virtualization type: full [2021-02-09T18:18:29.777Z] L1d cache: 128 KiB [2021-02-09T18:18:29.777Z] L1i cache: 128 KiB [2021-02-09T18:18:29.777Z] L2 cache: 16 MiB [2021-02-09T18:18:29.777Z] L3 cache: 64 MiB [2021-02-09T18:18:29.777Z] NUMA node0 CPU(s): 0-3 [2021-02-09T18:18:29.777Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T18:18:29.777Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T18:18:29.777Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T18:18:29.777Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T18:18:29.777Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T18:18:29.777Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T18:18:29.777Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T18:18:29.777Z] Vulnerability Srbds: Not affected [2021-02-09T18:18:29.777Z] Vulnerability Tsx async abort: Not affected [2021-02-09T18:18:29.777Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] ---> nproc: [2021-02-09T18:18:29.777Z] 4 [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] ---> df -h: [2021-02-09T18:18:29.777Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T18:18:29.777Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-09T18:18:29.777Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T18:18:29.777Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T18:18:29.777Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22@tmp [2021-02-09T18:18:29.777Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22 [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] [2021-02-09T18:18:29.777Z] ---> free -m: [2021-02-09T18:18:29.778Z] total used free shared buff/cache available [2021-02-09T18:18:29.778Z] Mem: 1837 720 125 0 991 1033 [2021-02-09T18:18:29.778Z] Swap: 1023 62 961 [2021-02-09T18:18:29.778Z] [2021-02-09T18:18:29.778Z] [2021-02-09T18:18:29.778Z] ---> ip addr: [2021-02-09T18:18:29.778Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T18:18:29.778Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T18:18:29.778Z] inet 127.0.0.1/8 scope host lo [2021-02-09T18:18:29.778Z] valid_lft forever preferred_lft forever [2021-02-09T18:18:29.778Z] inet6 ::1/128 scope host [2021-02-09T18:18:29.778Z] valid_lft forever preferred_lft forever [2021-02-09T18:18:29.778Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T18:18:29.778Z] link/ether fa:16:3e:cb:8e:89 brd ff:ff:ff:ff:ff:ff [2021-02-09T18:18:29.778Z] inet 10.30.122.123/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T18:18:29.778Z] valid_lft 85041sec preferred_lft 85041sec [2021-02-09T18:18:29.778Z] inet6 fe80::f816:3eff:fecb:8e89/64 scope link [2021-02-09T18:18:29.778Z] valid_lft forever preferred_lft forever [2021-02-09T18:18:29.778Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T18:18:29.778Z] link/ether 02:42:bb:0a:d1:38 brd ff:ff:ff:ff:ff:ff [2021-02-09T18:18:29.778Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T18:18:29.778Z] valid_lft forever preferred_lft forever [2021-02-09T18:18:29.778Z] inet6 fe80::42:bbff:fe0a:d138/64 scope link [2021-02-09T18:18:29.778Z] valid_lft forever preferred_lft forever [2021-02-09T18:18:29.778Z] [2021-02-09T18:18:29.778Z]