Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23573 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing c457aee85ca4fd5905f0370025df399fa9a3fbc1 Checking out Revision c457aee85ca4fd5905f0370025df399fa9a3fbc1 (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 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c457aee85ca4fd5905f0370025df399fa9a3fbc1 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:35:29.464Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:35:29.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:35:29.774Z] ========================================================= [2021-01-28T00:35:29.774Z] EdgeX Global Pipelines Version Info [2021-01-28T00:35:29.774Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 [2021-01-28T00:35:32.455Z] ------------------- [2021-01-28T00:35:32.455Z] stable info: [2021-01-28T00:35:32.455Z] ------------------- [2021-01-28T00:35:32.455Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:32.455Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:32.455Z] Message: update stable to v1.0.179 [2021-01-28T00:35:33.481Z] ------------------- [2021-01-28T00:35:33.481Z] experimental info: [2021-01-28T00:35:33.481Z] ------------------- [2021-01-28T00:35:33.481Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:35:33.481Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:35:33.481Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:35:33.763Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:35:33.886Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:35:33.993Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:35:34.072Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:35:34.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:35:34.231Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:35:34.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:35:34.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:35:34.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:35:34.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:35:34.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:35:34.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:35:34.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:35:34.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:35:35.069Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:35.181Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:35:35.283Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:35:35.413Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:35:35.522Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:35:35.621Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:35:35.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:35:35.848Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:35:35.945Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:35:36.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-28T00:35:36.137Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-28T00:35:36.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-28T00:35:36.306Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c457aee85ca4fd5905f0370025df399fa9a3fbc1 [Pipeline] echo [2021-01-28T00:35:36.416Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c457aee [Pipeline] echo [2021-01-28T00:35:36.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:35:36.769Z] provisioning config files... [2021-01-28T00:35:37.070Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config3185660723515255314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:35:37.614Z] ---> docker-login.sh [2021-01-28T00:35:37.615Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:35:38.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:38.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:38.665Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:38.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:38.665Z] [2021-01-28T00:35:38.665Z] Login Succeeded [2021-01-28T00:35:38.665Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:35:38.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:39.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:39.258Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:39.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:39.258Z] [2021-01-28T00:35:39.258Z] Login Succeeded [2021-01-28T00:35:39.258Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:35:39.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:39.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:39.895Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:39.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:39.895Z] [2021-01-28T00:35:39.895Z] Login Succeeded [2021-01-28T00:35:39.895Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:35:41.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:41.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:41.633Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:41.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:41.633Z] [2021-01-28T00:35:41.633Z] Login Succeeded [2021-01-28T00:35:41.633Z] docker.io [2021-01-28T00:35:42.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:35:42.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:35:42.369Z] Configure a credential helper to remove this warning. See [2021-01-28T00:35:42.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:35:42.369Z] [2021-01-28T00:35:42.369Z] Login Succeeded [2021-01-28T00:35:42.369Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:35:42.503Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:35:43.106Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:35:43.106Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:35:43.106Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:35:43.106Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:35:43.106Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:35:43.106Z] ++ cut -d/ -f2 [2021-01-28T00:35:43.106Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:35:43.403Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:44.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:44.645Z] [2021-01-28T00:35:44.645Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:45.288Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:45.803Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:35:45.803Z] 31603596830f: Pulling fs layer [2021-01-28T00:35:45.803Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:35:45.803Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:35:45.803Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:35:45.803Z] ecc8261a40a4: Waiting [2021-01-28T00:35:45.803Z] 2a8b12db71e7: Download complete [2021-01-28T00:35:46.129Z] 31603596830f: Verifying Checksum [2021-01-28T00:35:46.129Z] 31603596830f: Download complete [2021-01-28T00:35:46.978Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:35:46.978Z] ecc8261a40a4: Download complete [2021-01-28T00:35:47.418Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:35:47.418Z] 6ca5941a6612: Download complete [2021-01-28T00:35:48.054Z] 31603596830f: Pull complete [2021-01-28T00:35:48.054Z] 2a8b12db71e7: Pull complete [2021-01-28T00:35:49.625Z] 6ca5941a6612: Pull complete [2021-01-28T00:35:50.240Z] ecc8261a40a4: Pull complete [2021-01-28T00:35:50.240Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:35:50.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:35:50.240Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:35:50.452Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T00:35:50.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T00:35:53.471Z] $ docker top 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:35:53.932Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:35:53.932Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:35:54.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:35:54.787Z] $ docker exec 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent [2021-01-28T00:35:55.158Z] SSH_AUTH_SOCK=/tmp/ssh-4IIKtK6D5zvq/agent.12 [2021-01-28T00:35:55.158Z] SSH_AGENT_PID=17 [2021-01-28T00:35:55.172Z] Running ssh-add (command line suppressed) [2021-01-28T00:35:55.374Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_8651648074843376179.key (/w/workspace/edgex-go/11@tmp/private_key_8651648074843376179.key) [2021-01-28T00:35:55.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:35:56.343Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:35:56.418Z] $ docker exec --env ******** --env ******** 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent -k [2021-01-28T00:35:56.783Z] unset SSH_AUTH_SOCK; [2021-01-28T00:35:56.783Z] unset SSH_AGENT_PID; [2021-01-28T00:35:56.783Z] echo Agent pid 17 killed; [2021-01-28T00:35:57.074Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:35:57.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:35:57.344Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:35:58.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:35:58.052Z] $ docker exec 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent [2021-01-28T00:35:58.488Z] SSH_AUTH_SOCK=/tmp/ssh-xzepCLgMsWK6/agent.45 [2021-01-28T00:35:58.488Z] SSH_AGENT_PID=50 [2021-01-28T00:35:58.498Z] Running ssh-add (command line suppressed) [2021-01-28T00:35:58.827Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_303927173256751033.key (/w/workspace/edgex-go/11@tmp/private_key_303927173256751033.key) [2021-01-28T00:35:58.914Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:35:59.744Z] + git semver init [2021-01-28T00:35:59.744Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:35:59.744Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-01-28T00:35:59.744Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-01-28T00:35:59.744Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:35:59.744Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:35:59.744Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:35:59.744Z] # $SEMVER_BRANCH = PR-3034 [2021-01-28T00:35:59.744Z] # $SEMVER_TEMP = /tmp/semver-866646438 [2021-01-28T00:35:59.744Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:37:08.757Z] # '/tmp/semver-866646438' -> '/w/workspace/edgex-go/11/.semver' [2021-01-28T00:37:08.757Z] # -> Force: false [2021-01-28T00:37:08.757Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-01-28T00:37:08.801Z] $ docker exec --env ******** --env ******** 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 ssh-agent -k [2021-01-28T00:37:09.433Z] unset SSH_AUTH_SOCK; [2021-01-28T00:37:09.433Z] unset SSH_AGENT_PID; [2021-01-28T00:37:09.433Z] echo Agent pid 50 killed; [2021-01-28T00:37:09.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:37:10.317Z] + git semver [Pipeline] } [2021-01-28T00:37:10.389Z] $ docker stop --time=1 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 [2021-01-28T00:37:12.743Z] $ docker rm -f 0a1c859ef984686e4d90ea1bfc01f0357644c7169135cf48498d26abef04cb62 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:37:13.714Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:37:15.354Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:37:15.357Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:37:16.402Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:37:16.779Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:37:17.128Z] + sudo service docker restart [2021-01-28T00:37:17.128Z] + true [2021-01-28T00:37:17.128Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:37:18.640Z] ========================================================= [2021-01-28T00:37:18.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:37:18.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:37:19.111Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T00:37:29.613Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:37:29.613Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:29.613Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:37:29.613Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:37:29.613Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:37:29.613Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:37:29.613Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:37:29.613Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:37:29.613Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:37:29.613Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:37:29.613Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:37:29.613Z] bca2f99d35d6: Waiting [2021-01-28T00:37:29.613Z] 93359f2a8cfa: Waiting [2021-01-28T00:37:29.613Z] 7c6f9722023f: Waiting [2021-01-28T00:37:29.613Z] a35cf1a2eb13: Waiting [2021-01-28T00:37:29.613Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:37:29.613Z] de9db76c5a1d: Download complete [2021-01-28T00:37:29.613Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:37:29.613Z] 0ef7d3d256c8: Download complete [2021-01-28T00:37:29.613Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:37:29.613Z] 93359f2a8cfa: Download complete [2021-01-28T00:37:29.613Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:37:29.613Z] 7c6f9722023f: Download complete [2021-01-28T00:37:29.919Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:37:29.919Z] 188c0c94c7c5: Download complete [2021-01-28T00:37:30.713Z] Still waiting to schedule task [2021-01-28T00:37:30.713Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:37:31.026Z] 188c0c94c7c5: Pull complete [2021-01-28T00:37:31.310Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:37:31.583Z] de9db76c5a1d: Pull complete [2021-01-28T00:37:40.088Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:37:40.088Z] a35cf1a2eb13: Download complete [2021-01-28T00:37:41.588Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:37:41.588Z] bca2f99d35d6: Download complete [2021-01-28T00:37:56.871Z] bca2f99d35d6: Pull complete [2021-01-28T00:37:57.214Z] 93359f2a8cfa: Pull complete [2021-01-28T00:37:57.488Z] 7c6f9722023f: Pull complete [2021-01-28T00:38:07.937Z] a35cf1a2eb13: Pull complete [2021-01-28T00:38:07.937Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:38:07.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:38:07.937Z] ---> a62c8e92a672 [2021-01-28T00:38:07.937Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T00:38:07.937Z] ---> Running in b6ae1dcef0e4 [2021-01-28T00:38:08.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:38:09.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:38:09.835Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:38:10.123Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:38:10.123Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:38:10.123Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:38:15.666Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:38:15.666Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:38:15.666Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:38:15.667Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:38:15.667Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:38:15.667Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:38:15.667Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:38:15.966Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:38:15.966Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:38:15.966Z] OK: 233 MiB in 51 packages [2021-01-28T00:38:21.428Z] Removing intermediate container b6ae1dcef0e4 [2021-01-28T00:38:21.428Z] ---> df7dd74cf9b3 [2021-01-28T00:38:21.428Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:38:21.428Z] ---> Running in 457b28dea695 [2021-01-28T00:38:21.428Z] Removing intermediate container 457b28dea695 [2021-01-28T00:38:21.428Z] ---> 47870f36d2c8 [2021-01-28T00:38:21.428Z] Step 5/6 : COPY go.mod . [2021-01-28T00:38:22.127Z] ---> bd4148d98d67 [2021-01-28T00:38:22.127Z] Step 6/6 : RUN go mod download [2021-01-28T00:38:22.463Z] ---> Running in c89d522001e1 [2021-01-28T00:39:01.997Z] Removing intermediate container c89d522001e1 [2021-01-28T00:39:01.997Z] ---> 7021f2cd70d5 [2021-01-28T00:39:01.997Z] Successfully built 7021f2cd70d5 [2021-01-28T00:39:01.997Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:02.390Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:39:02.677Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:02.952Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T00:39:03.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-x86_64 cat [2021-01-28T00:39:04.805Z] $ docker top f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:39:06.107Z] + go version [2021-01-28T00:39:06.108Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:39:06.149Z] $ docker stop --time=1 f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf [2021-01-28T00:39:08.051Z] $ docker rm -f f4e57c9dfa61212cd70ce81bb2500e18695def8a49c5b5dcbeb91b37664d96bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:39:09.150Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:39:09.453Z] . [Pipeline] withDockerContainer [2021-01-28T00:39:10.100Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T00:39:10.247Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-x86_64 cat [2021-01-28T00:39:11.940Z] $ docker top f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:39:12.378Z] ========================================================= [2021-01-28T00:39:12.378Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:39:12.378Z] ========================================================= [Pipeline] sh [2021-01-28T00:39:13.174Z] + make test [2021-01-28T00:39:13.174Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:39:40.681Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:40:20.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:40:35.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:40:36.780Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23583 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-28T00:40:36.860Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-01-28T00:40:40.546Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:40:40.546Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:40:40.546Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:40:43.136Z] using credential edgex-jenkins-ssh [2021-01-28T00:40:43.195Z] Cloning the remote Git repository [2021-01-28T00:40:43.280Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:40:43.410Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-01-28T00:40:43.503Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:40:43.504Z] > git --version # timeout=10 [2021-01-28T00:40:43.530Z] > git --version # 'git version 2.17.1' [2021-01-28T00:40:43.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:40:43.628Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:40:48.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:40:48.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:40:48.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:40:48.182Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:40:48.182Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:40:48.508Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:40:55.782Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:40:55.782Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:40:55.782Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:41:00.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.218s coverage: 46.8% of statements [2021-01-28T00:41:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:41:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:41:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:41:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:41:00.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.645s coverage: 27.1% of statements [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.111s coverage: 100.0% of statements [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.398s coverage: 65.8% of statements [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:41:07.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.311s coverage: 82.3% of statements [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:41:07.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:41:08.373Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:41:08.394Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:41:08.427Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:41:09.457Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-28T00:41:10.758Z] Merge succeeded, producing 935afc26c64b564c126742442a4244913fe49f36 [2021-01-28T00:41:10.759Z] Checking out Revision 935afc26c64b564c126742442a4244913fe49f36 (PR-3034) [2021-01-28T00:41:08.475Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:41:08.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:08.494Z] > 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-01-28T00:41:09.489Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:09.506Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-28T00:41:09.893Z] > git remote # timeout=10 [2021-01-28T00:41:09.913Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:41:09.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:41:09.953Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:41:10.743Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:41:10.774Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:41:10.790Z] > git checkout -f 935afc26c64b564c126742442a4244913fe49f36 # timeout=10 [2021-01-28T00:41:15.607Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:41:15.641Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:41:15.623Z] > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 [2021-01-28T00:41:17.188Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:17.631Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:41:17.978Z] + sudo service docker restart [2021-01-28T00:41:17.978Z] + true [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.875s coverage: 28.6% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.666s coverage: 86.7% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.737s coverage: 97.5% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:41:18.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:41:18.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:41:20.046Z] provisioning config files... [2021-01-28T00:41:20.089Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config6662560023190670306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:41:20.533Z] ---> docker-login.sh [2021-01-28T00:41:20.533Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:41:21.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:22.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:22.126Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:22.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:22.126Z] [2021-01-28T00:41:22.126Z] Login Succeeded [2021-01-28T00:41:22.126Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:41:22.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:22.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:22.727Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:22.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:22.727Z] [2021-01-28T00:41:22.727Z] Login Succeeded [2021-01-28T00:41:22.727Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:41:23.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:23.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:23.272Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:23.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:23.272Z] [2021-01-28T00:41:23.272Z] Login Succeeded [2021-01-28T00:41:23.272Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:41:23.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:23.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:23.827Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:23.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:23.827Z] [2021-01-28T00:41:23.827Z] Login Succeeded [2021-01-28T00:41:24.110Z] docker.io [2021-01-28T00:41:24.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:41:24.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:41:24.664Z] Configure a credential helper to remove this warning. See [2021-01-28T00:41:24.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:41:24.664Z] [2021-01-28T00:41:24.664Z] Login Succeeded [2021-01-28T00:41:24.664Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:41:24.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:41:25.252Z] ========================================================= [2021-01-28T00:41:25.252Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:41:25.252Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:41:25.706Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.077s coverage: 92.8% of statements [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:41:28.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.150s coverage: 43.8% of statements [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.402s coverage: 79.5% of statements [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.093s coverage: 94.1% of statements [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.128s coverage: 96.3% of statements [2021-01-28T00:41:28.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-01-28T00:41:28.361Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:41:28.361Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:41:28.361Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:41:28.361Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:41:28.361Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:41:28.361Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:41:28.361Z] 18c013af1878: Pulling fs layer [2021-01-28T00:41:28.361Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:41:28.361Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:41:28.361Z] b116817d02f9: Pulling fs layer [2021-01-28T00:41:28.361Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:41:28.361Z] 00ac8860ef70: Waiting [2021-01-28T00:41:28.361Z] 63d7cb157983: Waiting [2021-01-28T00:41:28.361Z] b116817d02f9: Waiting [2021-01-28T00:41:28.361Z] 745a02a5169b: Waiting [2021-01-28T00:41:28.361Z] 18c013af1878: Download complete [2021-01-28T00:41:28.361Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:41:28.361Z] a4357932f1b6: Download complete [2021-01-28T00:41:28.361Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:41:28.361Z] 63d7cb157983: Download complete [2021-01-28T00:41:28.361Z] b116817d02f9: Verifying Checksum [2021-01-28T00:41:28.361Z] b116817d02f9: Download complete [2021-01-28T00:41:28.960Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:41:28.960Z] 5f621e34cdf4: Download complete [2021-01-28T00:41:29.564Z] 5f621e34cdf4: Pull complete [2021-01-28T00:41:30.172Z] a4357932f1b6: Pull complete [2021-01-28T00:41:30.778Z] 18c013af1878: Pull complete [2021-01-28T00:41:31.387Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:41:31.387Z] 745a02a5169b: Download complete [2021-01-28T00:41:32.830Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:41:32.830Z] 00ac8860ef70: Download complete [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.149s coverage: 94.4% of statements [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.186s coverage: 87.2% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.105s coverage: 84.2% of statements [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.516s coverage: 91.4% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:41:41.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.511s coverage: 63.5% of statements [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:41:41.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:41:42.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.365s coverage: 100.0% of statements [2021-01-28T00:41:43.710Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.302s coverage: 91.3% of statements [2021-01-28T00:41:44.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-01-28T00:41:44.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.202s coverage: 73.7% of statements [2021-01-28T00:41:45.292Z] 00ac8860ef70: Pull complete [2021-01-28T00:41:45.292Z] 63d7cb157983: Pull complete [2021-01-28T00:41:45.292Z] b116817d02f9: Pull complete [2021-01-28T00:41:45.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.162s coverage: 100.0% of statements [2021-01-28T00:41:48.732Z] 745a02a5169b: Pull complete [2021-01-28T00:41:48.732Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:41:48.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:41:48.732Z] ---> b7e6874047d6 [2021-01-28T00:41:48.732Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T00:41:48.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.380s coverage: 68.9% of statements [2021-01-28T00:41:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:41:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:41:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:41:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:41:48.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:41:51.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements [2021-01-28T00:41:51.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:41:51.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:41:51.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.455s coverage: 84.0% of statements [2021-01-28T00:41:51.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-01-28T00:41:52.224Z] ---> Running in 0b1e7cc4d0a7 [2021-01-28T00:41:53.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:41:55.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:41:57.765Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:41:58.363Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:41:58.363Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:41:58.363Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:41:59.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.678s coverage: 47.1% of statements [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:41:59.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.296s coverage: 100.0% of statements [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:41:59.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.166s coverage: 100.0% of statements [2021-01-28T00:41:59.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.692s coverage: 29.1% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.271s coverage: 99.0% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.086s coverage: 0.0% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.162s coverage: 100.0% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.163s coverage: 87.9% of statements [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:42:04.094Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.138s coverage: 100.0% of statements [2021-01-28T00:42:04.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-28T00:42:04.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements [2021-01-28T00:42:05.748Z] GO111MODULE=on go vet ./... [2021-01-28T00:42:16.685Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:42:16.686Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:42:16.686Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:42:16.686Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:42:16.686Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:42:16.686Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:42:16.686Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:42:16.686Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:42:16.686Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:42:16.686Z] OK: 217 MiB in 51 packages [2021-01-28T00:42:20.085Z] Removing intermediate container 0b1e7cc4d0a7 [2021-01-28T00:42:20.085Z] ---> 9f54a810b4f6 [2021-01-28T00:42:20.085Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:42:20.085Z] ---> Running in ceb07faea5da [2021-01-28T00:42:20.085Z] Removing intermediate container ceb07faea5da [2021-01-28T00:42:20.085Z] ---> dd41dc28256b [2021-01-28T00:42:20.085Z] Step 5/6 : COPY go.mod . [2021-01-28T00:42:20.680Z] ---> 77c201a904d5 [2021-01-28T00:42:20.680Z] Step 6/6 : RUN go mod download [2021-01-28T00:42:20.952Z] ---> Running in 057f02cd5ec6 [2021-01-28T00:42:47.751Z] Removing intermediate container 057f02cd5ec6 [2021-01-28T00:42:47.751Z] ---> c5e1602aaa63 [2021-01-28T00:42:48.023Z] Successfully built c5e1602aaa63 [2021-01-28T00:42:48.023Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:42:48.370Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:42:48.370Z] . [Pipeline] withDockerContainer [2021-01-28T00:42:48.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container [2021-01-28T00:42:48.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:42:50.355Z] $ docker top d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:42:51.390Z] + go version [2021-01-28T00:42:51.390Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:42:51.421Z] $ docker stop --time=1 d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 [2021-01-28T00:42:53.374Z] $ docker rm -f d23de806dd0db903f264125c2975a7321544eb97aec4a1cbc1400978143295d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:42:54.355Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:42:54.355Z] . [Pipeline] withDockerContainer [2021-01-28T00:42:54.610Z] prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container [2021-01-28T00:42:54.704Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:42:56.140Z] $ docker top f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:42:56.520Z] ========================================================= [2021-01-28T00:42:56.520Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:42:56.520Z] ========================================================= [Pipeline] sh [2021-01-28T00:42:57.171Z] + make test [2021-01-28T00:42:57.171Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:43:14.727Z] gofmt -l . [2021-01-28T00:43:14.727Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:43:15.418Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:43:17.517Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:43:19.721Z] + ls -al . [2021-01-28T00:43:19.722Z] total 668 [2021-01-28T00:43:19.722Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:43 . [2021-01-28T00:43:19.722Z] drwxr-xr-x 4 root root 30 Jan 28 00:39 .. [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:35 .dockerignore [2021-01-28T00:43:19.722Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:35 .git [2021-01-28T00:43:19.722Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:35 .github [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:35 .gitignore [2021-01-28T00:43:19.722Z] drwx------ 3 1001 1001 60 Jan 28 00:37 .semver [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:35 .sonarcloud.properties [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:35 Attribution.txt [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:35 CONTRIBUTING.md [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:35 Dockerfile.build [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:35 Jenkinsfile [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:35 LICENSE [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:35 Makefile [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:35 README.md [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:35 SECURITY.md [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:35 ZMQWindows.md [2021-01-28T00:43:19.722Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:35 bin [2021-01-28T00:43:19.722Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:35 cmd [2021-01-28T00:43:19.722Z] -rw-r--r-- 1 root root 564700 Jan 28 00:42 coverage.out [2021-01-28T00:43:19.722Z] -rw-r--r-- 1 root root 1053 Jan 28 00:43 go.mod [2021-01-28T00:43:19.722Z] -rw-r--r-- 1 root root 19080 Jan 28 00:43 go.sum [2021-01-28T00:43:19.722Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:35 internal [2021-01-28T00:43:19.722Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:35 openapi [2021-01-28T00:43:19.722Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:35 snap [2021-01-28T00:43:19.722Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:35 version.go [Pipeline] sh [2021-01-28T00:43:20.101Z] + '[' -e coverage.out ] [2021-01-28T00:43:20.101Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:43:20.764Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:43:21.905Z] + make build [2021-01-28T00:43:21.905Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:43:23.984Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:43:32.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:44:02.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:44:04.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:44:10.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:44:11.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:44:16.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:44:20.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:44:20.804Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:44:24.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:44:28.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:44:29.169Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:44:31.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:44:34.649Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:44:34.650Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:44:34.650Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:44:35.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:44:40.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:44:43.014Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:44:43.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:44:43.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:44:43.015Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:44:43.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:44:43.015Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-01-28T00:44:45.940Z] $ docker stop --time=1 f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f [2021-01-28T00:44:49.280Z] $ docker rm -f f1dd111ef99c8bdd2b3a1ba6a23bdf4a5a039c88f765f50cb00a3efbe5b29c2f [2021-01-28T00:44:49.605Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:44:49.605Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:44:49.605Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:52.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:44:52.639Z] [2021-01-28T00:44:52.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:44:53.143Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:44:53.465Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:44:53.465Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:44:53.465Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:44:53.465Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:44:54.174Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T00:44:54.174Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:44:55.903Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:44:55.903Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:44:55.903Z] ca9280d653b3: Download complete [2021-01-28T00:44:56.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.346s coverage: 46.8% of statements [2021-01-28T00:44:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:44:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:44:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:44:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:44:56.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:45:00.465Z] ca9280d653b3: Pull complete [2021-01-28T00:45:01.090Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T00:45:01.090Z] 7e9c9ca2126c: Download complete [2021-01-28T00:45:04.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.688s coverage: 27.1% of statements [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:45:04.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.100s coverage: 100.0% of statements [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:45:04.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:45:04.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 65.8% of statements [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:45:04.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:45:04.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.260s coverage: 28.6% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:45:14.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:45:14.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:45:16.719Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:45:16.719Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:45:16.719Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:45:16.719Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:45:17.154Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T00:45:17.284Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-01-28T00:45:19.231Z] $ docker top 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:45:19.907Z] + docker-compose build --help [2021-01-28T00:45:19.907Z] + grep parallel [2021-01-28T00:45:22.534Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:45:22.555Z] $ docker stop --time=1 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b [2021-01-28T00:45:24.660Z] $ docker rm -f 92fc0cdc856ec6d9042c6711b8bb48b3563cd3069e0eca738ba829a02518e80b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.440s coverage: 92.8% of statements [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:45:25.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.095s coverage: 79.5% of statements [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-01-28T00:45:25.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:45:25.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:45:25.540Z] . [Pipeline] withDockerContainer [2021-01-28T00:45:25.877Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T00:45:25.982Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T00:45:27.796Z] $ docker top abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:45:28.913Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:45:30.467Z] Building docker-core-command-go ... [2021-01-28T00:45:30.467Z] Building docker-core-data-go ... [2021-01-28T00:45:30.467Z] Building docker-core-metadata-go ... [2021-01-28T00:45:30.467Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:45:30.467Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:45:30.467Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:45:30.467Z] Building docker-support-notifications-go ... [2021-01-28T00:45:30.467Z] Building docker-support-scheduler-go ... [2021-01-28T00:45:30.467Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:45:30.467Z] Building docker-security-proxy-setup-go [2021-01-28T00:45:30.467Z] Building docker-core-metadata-go [2021-01-28T00:45:30.468Z] Building docker-support-scheduler-go [2021-01-28T00:45:30.468Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:45:30.468Z] Building docker-core-data-go [2021-01-28T00:45:37.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements [2021-01-28T00:45:37.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-01-28T00:45:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:45:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:45:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:45:37.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-01-28T00:45:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:45:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-01-28T00:45:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements [2021-01-28T00:45:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-01-28T00:45:37.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements [2021-01-28T00:45:37.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:45:39.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.683s coverage: 63.5% of statements [2021-01-28T00:45:39.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:45:39.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:45:39.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-28T00:45:39.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.133s coverage: 91.3% of statements [2021-01-28T00:45:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements [2021-01-28T00:45:41.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-28T00:45:41.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-01-28T00:45:46.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.894s coverage: 68.9% of statements [2021-01-28T00:45:46.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:45:46.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:45:46.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:45:46.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:45:46.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:45:47.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 37.0% of statements [2021-01-28T00:45:47.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:45:47.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:45:47.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.752s coverage: 84.0% of statements [2021-01-28T00:45:47.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2021-01-28T00:45:55.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.1% of statements [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:45:55.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:45:55.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-28T00:45:55.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.235s coverage: 29.1% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:45:58.836Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:45:58.836Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:45:59.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-28T00:46:00.034Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-01-28T00:46:01.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-28T00:46:01.993Z] GO111MODULE=on go vet ./... [2021-01-28T00:47:09.126Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:09.126Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:09.126Z] ---> 7021f2cd70d5 [2021-01-28T00:47:09.126Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:47:09.126Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:09.126Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:09.126Z] ---> 7021f2cd70d5 [2021-01-28T00:47:09.126Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:47:09.126Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:09.126Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:09.126Z] ---> 7021f2cd70d5 [2021-01-28T00:47:09.126Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:47:09.126Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:09.126Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:09.126Z] ---> 7021f2cd70d5 [2021-01-28T00:47:09.126Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:47:09.126Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:47:09.126Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:47:09.126Z] ---> 7021f2cd70d5 [2021-01-28T00:47:09.126Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:47:09.126Z] ---> Running in 2c959ef51779 [2021-01-28T00:47:09.126Z] ---> Running in 299eac9675c7 [2021-01-28T00:47:09.126Z] ---> Running in 1a9100823b82 [2021-01-28T00:47:09.126Z] ---> Running in b2ede3c6315c [2021-01-28T00:47:09.126Z] ---> Running in 0ed37d201fd3 [2021-01-28T00:47:09.126Z] Removing intermediate container 2c959ef51779 [2021-01-28T00:47:09.126Z] ---> fed53275ba0c [2021-01-28T00:47:09.126Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:09.126Z] Removing intermediate container 299eac9675c7 [2021-01-28T00:47:09.126Z] ---> 32a3a02408ab [2021-01-28T00:47:09.126Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:09.126Z] Removing intermediate container 1a9100823b82 [2021-01-28T00:47:09.126Z] ---> f645d7331aaa [2021-01-28T00:47:09.126Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:09.126Z] Removing intermediate container 0ed37d201fd3 [2021-01-28T00:47:09.126Z] ---> c76c3d36609f [2021-01-28T00:47:09.126Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:09.126Z] Removing intermediate container b2ede3c6315c [2021-01-28T00:47:09.126Z] ---> e83fd5d8eb7f [2021-01-28T00:47:09.126Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:47:09.126Z] ---> Running in 44abe19c8e14 [2021-01-28T00:47:09.126Z] ---> Running in 3d12c527c26d [2021-01-28T00:47:09.126Z] ---> Running in c2ba065c8b81 [2021-01-28T00:47:09.126Z] ---> Running in 86181578bdc4 [2021-01-28T00:47:09.126Z] ---> Running in 7b1bb76f4c56 [2021-01-28T00:47:09.126Z] Removing intermediate container 7b1bb76f4c56 [2021-01-28T00:47:09.126Z] ---> e1612f6518f5 [2021-01-28T00:47:09.126Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:47:09.126Z] Removing intermediate container c2ba065c8b81 [2021-01-28T00:47:09.126Z] ---> 41603d984632 [2021-01-28T00:47:09.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:47:09.126Z] Removing intermediate container 3d12c527c26d [2021-01-28T00:47:09.126Z] ---> ad9815d8e397 [2021-01-28T00:47:09.126Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:47:09.126Z] ---> Running in c64524bc62c7 [2021-01-28T00:47:09.126Z] Removing intermediate container 44abe19c8e14 [2021-01-28T00:47:09.126Z] ---> 6fd0e0cb4035 [2021-01-28T00:47:09.126Z] ---> Running in 16bfc73c2a9b [2021-01-28T00:47:09.126Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:47:09.126Z] ---> Running in 2087921f7656 [2021-01-28T00:47:09.126Z] ---> Running in 86975d501ceb [2021-01-28T00:47:09.126Z] Removing intermediate container 86181578bdc4 [2021-01-28T00:47:09.126Z] ---> 5693d882a4b9 [2021-01-28T00:47:09.126Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:47:09.126Z] ---> Running in 9cfd73bf2ff9 [2021-01-28T00:47:10.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:10.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:10.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:11.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:11.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:11.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:11.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:11.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:12.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:12.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:47:12.326Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:12.646Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:12.646Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:12.972Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:13.311Z] OK: 233 MiB in 51 packages [2021-01-28T00:47:14.353Z] Removing intermediate container c64524bc62c7 [2021-01-28T00:47:14.353Z] ---> 84ada7b478f4 [2021-01-28T00:47:14.353Z] Step 6/21 : COPY go.mod . [2021-01-28T00:47:14.353Z] Removing intermediate container 16bfc73c2a9b [2021-01-28T00:47:14.353Z] ---> 50cfc7f19974 [2021-01-28T00:47:14.353Z] Step 6/22 : COPY go.mod . [2021-01-28T00:47:14.650Z] Removing intermediate container 2087921f7656 [2021-01-28T00:47:14.650Z] ---> 3cb6c80528fa [2021-01-28T00:47:14.650Z] Step 6/23 : COPY go.mod . [2021-01-28T00:47:14.650Z] Removing intermediate container 9cfd73bf2ff9 [2021-01-28T00:47:14.650Z] ---> e27b538e5ac5 [2021-01-28T00:47:14.650Z] Step 6/23 : COPY go.mod . [2021-01-28T00:47:14.959Z] Removing intermediate container 86975d501ceb [2021-01-28T00:47:14.959Z] ---> 447f6c34a9ea [2021-01-28T00:47:14.959Z] Step 6/26 : COPY go.mod . [2021-01-28T00:47:15.265Z] ---> ed18b2ca6220 [2021-01-28T00:47:15.265Z] Step 7/22 : RUN go mod download [2021-01-28T00:47:15.265Z] ---> 7d2843e87971 [2021-01-28T00:47:15.265Z] Step 7/21 : RUN go mod download [2021-01-28T00:47:15.575Z] ---> 3a9573cf7bbc [2021-01-28T00:47:15.575Z] Step 7/23 : RUN go mod download [2021-01-28T00:47:15.575Z] ---> Running in cdf2b0cd8df8 [2021-01-28T00:47:15.575Z] ---> Running in 88d4b6f0499e [2021-01-28T00:47:15.575Z] ---> b612eb085e22 [2021-01-28T00:47:15.575Z] Step 7/26 : RUN go mod download [2021-01-28T00:47:15.923Z] ---> Running in e2ed64431258 [2021-01-28T00:47:15.923Z] ---> 00249eb24a76 [2021-01-28T00:47:15.923Z] Step 7/23 : RUN go mod download [2021-01-28T00:47:16.249Z] ---> Running in 1146be15e630 [2021-01-28T00:47:16.249Z] ---> Running in 34746d75d40d [2021-01-28T00:47:23.243Z] Removing intermediate container cdf2b0cd8df8 [2021-01-28T00:47:23.243Z] ---> 7a3011993d6f [2021-01-28T00:47:23.243Z] Step 8/22 : COPY . . [2021-01-28T00:47:23.549Z] Removing intermediate container 88d4b6f0499e [2021-01-28T00:47:23.549Z] ---> 5de5ad3b0b31 [2021-01-28T00:47:23.549Z] Step 8/21 : COPY . . [2021-01-28T00:47:23.549Z] Removing intermediate container e2ed64431258 [2021-01-28T00:47:23.549Z] ---> 3c04c0cf0c2b [2021-01-28T00:47:23.549Z] Step 8/23 : COPY . . [2021-01-28T00:47:23.549Z] Removing intermediate container 1146be15e630 [2021-01-28T00:47:23.549Z] ---> a19225eae994 [2021-01-28T00:47:23.549Z] Step 8/26 : COPY . . [2021-01-28T00:47:23.859Z] gofmt -l . [2021-01-28T00:47:23.859Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:47:23.859Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:47:23.859Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:47:23.904Z] Removing intermediate container 34746d75d40d [2021-01-28T00:47:23.904Z] ---> c429a7ec125a [2021-01-28T00:47:23.904Z] Step 8/23 : COPY . . [2021-01-28T00:47:24.589Z] + ls -al . [2021-01-28T00:47:24.589Z] total 696 [2021-01-28T00:47:24.589Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:47 . [2021-01-28T00:47:24.589Z] drwxr-xr-x 4 root root 4096 Jan 28 00:42 .. [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:41 .dockerignore [2021-01-28T00:47:24.589Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 .git [2021-01-28T00:47:24.589Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:41 .github [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:41 .gitignore [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:41 .sonarcloud.properties [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:41 Attribution.txt [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:41 CONTRIBUTING.md [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:41 Dockerfile.build [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:41 Jenkinsfile [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:41 LICENSE [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:41 Makefile [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:41 README.md [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:41 SECURITY.md [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:37 VERSION [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:41 ZMQWindows.md [2021-01-28T00:47:24.589Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:41 bin [2021-01-28T00:47:24.589Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:41 cmd [2021-01-28T00:47:24.589Z] -rw-r--r-- 1 root root 564700 Jan 28 00:46 coverage.out [2021-01-28T00:47:24.589Z] -rw-r--r-- 1 root root 1053 Jan 28 00:47 go.mod [2021-01-28T00:47:24.589Z] -rw-r--r-- 1 root root 19080 Jan 28 00:47 go.sum [2021-01-28T00:47:24.589Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:41 internal [2021-01-28T00:47:24.589Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 openapi [2021-01-28T00:47:24.589Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:41 snap [2021-01-28T00:47:24.589Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:41 version.go [Pipeline] sh [2021-01-28T00:47:25.306Z] + '[' -e coverage.out ] [2021-01-28T00:47:25.306Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:47:25.369Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:47:26.651Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:47:27.298Z] + make build [2021-01-28T00:47:27.298Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:47:37.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:47:59.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:48:03.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:48:09.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:48:10.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:48:15.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:48:19.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:48:23.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:48:27.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:48:30.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:48:35.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:48:39.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:48:44.462Z] $ docker stop --time=1 f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 [2021-01-28T00:48:47.033Z] $ docker rm -f f095039d4964cc9249250701d09910dae6c5dcd2bfccad3317bedb1fd15ffdd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:48:49.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:48:49.065Z] [2021-01-28T00:48:49.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:48:49.452Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:48:49.736Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:48:49.736Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:48:49.736Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:48:49.736Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:48:50.334Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:48:50.334Z] 29e5d40040c1: Download complete [2021-01-28T00:48:50.930Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:48:50.930Z] 1ce36da41761: Download complete [2021-01-28T00:48:50.930Z] 29e5d40040c1: Pull complete [2021-01-28T00:48:52.388Z] 1ce36da41761: Pull complete [2021-01-28T00:48:52.659Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:48:52.659Z] 25b303627fd3: Download complete [2021-01-28T00:49:01.609Z] ---> e49193c47a1a [2021-01-28T00:49:01.609Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:49:01.609Z] ---> ff734800d074 [2021-01-28T00:49:01.609Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:49:01.609Z] ---> 0bd3b64da2b7 [2021-01-28T00:49:01.609Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:49:01.609Z] ---> 88505db534ef [2021-01-28T00:49:01.609Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:49:01.609Z] ---> 44e9a33612d8 [2021-01-28T00:49:01.609Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:49:01.609Z] ---> Running in 59d2c3e41303 [2021-01-28T00:49:01.609Z] ---> Running in 933d2e5bcdfd [2021-01-28T00:49:01.609Z] ---> Running in d8fc6cb1a1a8 [2021-01-28T00:49:01.609Z] ---> Running in f5cb753f1d0d [2021-01-28T00:49:01.609Z] ---> Running in 822f96516a5c [2021-01-28T00:49:01.609Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:49:01.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:49:01.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:49:01.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:49:01.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:49:02.797Z] 25b303627fd3: Pull complete [2021-01-28T00:49:02.797Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:49:02.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:49:02.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:49:03.062Z] prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container [2021-01-28T00:49:03.152Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:49:06.919Z] $ docker top 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:49:07.922Z] + docker-compose build --help [2021-01-28T00:49:07.922Z] + grep parallel [2021-01-28T00:49:11.301Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:49:11.603Z] $ docker stop --time=1 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f [2021-01-28T00:49:13.525Z] $ docker rm -f 13adccd0dc93540fde5897643e8edccae5c9001851bf9f4d123f68c4fbd09d2f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:49:14.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:49:14.320Z] . [Pipeline] withDockerContainer [2021-01-28T00:49:14.582Z] prd-ubuntu18.04-docker-arm64-4c-16g-23583 does not seem to be running inside a container [2021-01-28T00:49:14.670Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T00:49:16.108Z] $ docker top ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:49:17.195Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:49:21.491Z] Building docker-core-command-go ... [2021-01-28T00:49:21.491Z] Building docker-core-data-go ... [2021-01-28T00:49:21.491Z] Building docker-core-metadata-go ... [2021-01-28T00:49:21.491Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:49:21.491Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:49:21.491Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:49:21.491Z] Building docker-support-notifications-go ... [2021-01-28T00:49:21.491Z] Building docker-support-scheduler-go ... [2021-01-28T00:49:21.491Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:49:21.491Z] Building docker-support-notifications-go [2021-01-28T00:49:21.491Z] Building docker-core-metadata-go [2021-01-28T00:49:21.491Z] Building docker-security-secretstore-setup-go [2021-01-28T00:49:21.491Z] Building docker-security-proxy-setup-go [2021-01-28T00:49:21.491Z] Building docker-security-bootstrapper-go [2021-01-28T00:49:49.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:50:03.264Z] Removing intermediate container f5cb753f1d0d [2021-01-28T00:50:03.264Z] ---> 443e0e3da43c [2021-01-28T00:50:03.264Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:50:03.264Z] Removing intermediate container d8fc6cb1a1a8 [2021-01-28T00:50:03.264Z] ---> 8050cfa1c21d [2021-01-28T00:50:03.264Z] [2021-01-28T00:50:03.264Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:50:03.264Z] 3.12: Pulling from library/alpine [2021-01-28T00:50:03.264Z] ---> Running in 6a97a9c2dd6d [2021-01-28T00:50:05.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:50:06.291Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:50:06.675Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:50:06.675Z] ---> 389fef711851 [2021-01-28T00:50:06.675Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:50:07.009Z] ---> Running in 92c524326bf4 [2021-01-28T00:50:09.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:09.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:09.419Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:09.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:09.722Z] OK: 6 MiB in 15 packages [2021-01-28T00:50:14.311Z] Removing intermediate container 6a97a9c2dd6d [2021-01-28T00:50:14.311Z] ---> 4574313b6819 [2021-01-28T00:50:14.311Z] [2021-01-28T00:50:14.311Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:50:14.311Z] 20.10.0: Pulling from library/docker [2021-01-28T00:50:14.311Z] Removing intermediate container 59d2c3e41303 [2021-01-28T00:50:14.311Z] ---> 0d733479a7d4 [2021-01-28T00:50:14.311Z] [2021-01-28T00:50:14.311Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:50:14.311Z] ---> 389fef711851 [2021-01-28T00:50:14.311Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:50:14.311Z] Removing intermediate container 822f96516a5c [2021-01-28T00:50:14.311Z] ---> 0a1adcff5587 [2021-01-28T00:50:14.311Z] [2021-01-28T00:50:14.311Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:50:14.311Z] ---> 389fef711851 [2021-01-28T00:50:14.311Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:50:14.311Z] ---> Using cache [2021-01-28T00:50:14.311Z] ---> 3ce23fc44d3c [2021-01-28T00:50:14.311Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:14.311Z] Removing intermediate container 92c524326bf4 [2021-01-28T00:50:14.311Z] ---> 3ce23fc44d3c [2021-01-28T00:50:14.311Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:50:14.311Z] ---> Running in 156340f0fb7f [2021-01-28T00:50:14.311Z] ---> Running in a207865853ba [2021-01-28T00:50:14.311Z] Removing intermediate container 933d2e5bcdfd [2021-01-28T00:50:14.311Z] ---> 7c69a72e8340 [2021-01-28T00:50:14.311Z] [2021-01-28T00:50:14.311Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:50:14.311Z] ---> 389fef711851 [2021-01-28T00:50:14.311Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:50:14.626Z] ---> Running in 6d1db50499a8 [2021-01-28T00:50:14.626Z] ---> Running in 92f753ac7d1f [2021-01-28T00:50:14.626Z] Removing intermediate container a207865853ba [2021-01-28T00:50:14.626Z] ---> 358927d62ed8 [2021-01-28T00:50:14.626Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:50:16.246Z] ---> Running in 8de21b4d7309 [2021-01-28T00:50:16.246Z] Removing intermediate container 6d1db50499a8 [2021-01-28T00:50:16.246Z] ---> d3b4a07c570a [2021-01-28T00:50:16.246Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:50:16.585Z] Removing intermediate container 92f753ac7d1f [2021-01-28T00:50:16.585Z] ---> f770a3fa0400 [2021-01-28T00:50:16.585Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:50:16.585Z] ---> Running in 6c85f7a918d4 [2021-01-28T00:50:16.895Z] ---> Running in 9ab41ec2001b [2021-01-28T00:50:17.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:17.200Z] Removing intermediate container 8de21b4d7309 [2021-01-28T00:50:17.200Z] ---> aba69a3e5463 [2021-01-28T00:50:17.200Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:50:17.528Z] Removing intermediate container 6c85f7a918d4 [2021-01-28T00:50:17.528Z] ---> 8e444c505491 [2021-01-28T00:50:17.528Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:50:17.528Z] ---> Running in c8c591d33a01 [2021-01-28T00:50:17.528Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:50:17.528Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:50:17.528Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:50:17.528Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:50:17.528Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:17.819Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:50:17.819Z] Removing intermediate container 9ab41ec2001b [2021-01-28T00:50:17.819Z] ---> 0195528074eb [2021-01-28T00:50:17.819Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:50:17.819Z] OK: 7 MiB in 18 packages [2021-01-28T00:50:17.819Z] ---> Running in 361296db7642 [2021-01-28T00:50:18.114Z] ---> Running in 8ca87bb73d01 [2021-01-28T00:50:18.114Z] Removing intermediate container c8c591d33a01 [2021-01-28T00:50:18.114Z] ---> 72d4d1079ca2 [2021-01-28T00:50:18.114Z] Step 15/23 : WORKDIR / [2021-01-28T00:50:18.425Z] ---> Running in 393139e96644 [2021-01-28T00:50:19.024Z] Removing intermediate container 361296db7642 [2021-01-28T00:50:19.024Z] ---> 66c435769b0a [2021-01-28T00:50:19.024Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:19.024Z] Removing intermediate container 8ca87bb73d01 [2021-01-28T00:50:19.024Z] ---> e663257535d7 [2021-01-28T00:50:19.024Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:19.303Z] ---> Running in 8e3eb9e12fe3 [2021-01-28T00:50:19.303Z] Removing intermediate container 393139e96644 [2021-01-28T00:50:19.303Z] ---> f45dfcd72f41 [2021-01-28T00:50:19.303Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:19.947Z] ---> ba808a41dc93 [2021-01-28T00:50:19.947Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:50:19.947Z] Removing intermediate container 156340f0fb7f [2021-01-28T00:50:19.947Z] ---> d0dd3257bb59 [2021-01-28T00:50:19.947Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:50:20.272Z] ---> Running in 2293b3958332 [2021-01-28T00:50:20.272Z] ---> a3ee8d22079a [2021-01-28T00:50:20.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:50:21.370Z] Removing intermediate container 2293b3958332 [2021-01-28T00:50:21.370Z] ---> ba568486e73a [2021-01-28T00:50:21.370Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:50:21.729Z] ---> 70b22a8961ee [2021-01-28T00:50:21.729Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:22.042Z] ---> Running in a9b79146f3a4 [2021-01-28T00:50:23.556Z] ---> c270401ee305 [2021-01-28T00:50:23.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:23.911Z] ---> 10d32b17060a [2021-01-28T00:50:23.911Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:50:24.266Z] Removing intermediate container a9b79146f3a4 [2021-01-28T00:50:24.266Z] ---> 99a4b5edb00f [2021-01-28T00:50:24.266Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:50:24.603Z] ---> Running in ab396263b6b7 [2021-01-28T00:50:24.603Z] Removing intermediate container 8e3eb9e12fe3 [2021-01-28T00:50:24.603Z] ---> 2a03b8f5d04c [2021-01-28T00:50:24.603Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:50:24.900Z] ---> b61d6e087a73 [2021-01-28T00:50:24.900Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:50:25.309Z] ---> Running in a65b1aa3521d [2021-01-28T00:50:25.309Z] ---> dbf348d69d43 [2021-01-28T00:50:25.309Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:50:25.309Z] ---> Running in 9cc60e4c1342 [2021-01-28T00:50:25.668Z] Removing intermediate container ab396263b6b7 [2021-01-28T00:50:25.668Z] ---> b21239ae5d5e [2021-01-28T00:50:25.668Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:26.058Z] ---> Running in 6aef937f26d0 [2021-01-28T00:50:26.058Z] Removing intermediate container 9cc60e4c1342 [2021-01-28T00:50:26.058Z] ---> 341e54f2c3fe [2021-01-28T00:50:26.058Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:26.373Z] ---> Running in c1e90719e252 [2021-01-28T00:50:26.681Z] Removing intermediate container 6aef937f26d0 [2021-01-28T00:50:26.681Z] ---> 3ec27ab9d080 [2021-01-28T00:50:26.681Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:50:26.681Z] ---> 1f627ebb72b1 [2021-01-28T00:50:26.681Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:50:26.998Z] ---> Running in 9a4ea86c772c [2021-01-28T00:50:26.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:27.344Z] Removing intermediate container c1e90719e252 [2021-01-28T00:50:27.344Z] ---> 06cbc9777626 [2021-01-28T00:50:27.344Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:50:27.344Z] Removing intermediate container 9a4ea86c772c [2021-01-28T00:50:27.344Z] ---> 1a38950bb95a [2021-01-28T00:50:27.344Z] Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:50:27.680Z] ---> Running in 0338d2537457 [2021-01-28T00:50:27.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:27.680Z] ---> Running in def05361de9c [2021-01-28T00:50:27.962Z] ---> 1558ced25984 [2021-01-28T00:50:27.962Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:50:27.962Z] Removing intermediate container 0338d2537457 [2021-01-28T00:50:27.962Z] ---> 5d0989ec78d2 [2021-01-28T00:50:27.962Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:50:28.265Z] ---> Running in ef7a1a3d0295 [2021-01-28T00:50:28.265Z] ---> Running in 5b15f311caa5 [2021-01-28T00:50:28.265Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:50:28.265Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:50:28.577Z] Removing intermediate container def05361de9c [2021-01-28T00:50:28.577Z] ---> adf5617e721c [2021-01-28T00:50:28.577Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:50:28.577Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:50:28.577Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:50:28.577Z] ---> Running in 6e4d439dec2d [2021-01-28T00:50:28.879Z] Removing intermediate container 5b15f311caa5 [2021-01-28T00:50:28.879Z] ---> 7d5bd985d277 [2021-01-28T00:50:28.879Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:50:28.879Z] Removing intermediate container ef7a1a3d0295 [2021-01-28T00:50:28.879Z] ---> bf07f33a321c [2021-01-28T00:50:28.879Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:50:28.879Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:50:28.879Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:50:28.879Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:28.879Z] OK: 8 MiB in 20 packages [2021-01-28T00:50:29.191Z] ---> Running in 36540ede2fcf [2021-01-28T00:50:29.191Z] ---> Running in 051b36da14b1 [2021-01-28T00:50:29.829Z] Removing intermediate container 6e4d439dec2d [2021-01-28T00:50:29.829Z] ---> 39645834e263 [2021-01-28T00:50:29.829Z] [2021-01-28T00:50:30.124Z] Removing intermediate container 36540ede2fcf [2021-01-28T00:50:30.124Z] ---> f5dbc8af8537 [2021-01-28T00:50:30.124Z] [2021-01-28T00:50:30.124Z] Removing intermediate container 051b36da14b1 [2021-01-28T00:50:30.124Z] ---> d262edae13a2 [2021-01-28T00:50:30.124Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:50:30.124Z] ---> Running in 7ea56ef2bcbc [2021-01-28T00:50:30.441Z] Successfully built 39645834e263 [2021-01-28T00:50:30.750Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:50:30.750Z] Building docker-core-command-go [2021-01-28T00:50:30.750Z]  Building docker-support-scheduler-go ... done Successfully built f5dbc8af8537 [2021-01-28T00:50:30.750Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:50:31.039Z] Building docker-support-notifications-go [2021-01-28T00:50:31.039Z]  Building docker-core-metadata-go ... done Removing intermediate container a65b1aa3521d [2021-01-28T00:50:31.039Z] ---> 3508991f6d1e [2021-01-28T00:50:31.039Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:50:31.039Z] Removing intermediate container 7ea56ef2bcbc [2021-01-28T00:50:31.039Z] ---> b9fedfc65462 [2021-01-28T00:50:31.039Z] Step 20/21 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:50:31.335Z] ---> Running in 9edd9095278b [2021-01-28T00:50:31.627Z] ---> 50e286054fed [2021-01-28T00:50:31.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:50:31.922Z] Removing intermediate container 9edd9095278b [2021-01-28T00:50:31.922Z] ---> 53236f5c66c9 [2021-01-28T00:50:31.922Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:50:31.922Z] ---> Running in 0433ae37cd39 [2021-01-28T00:50:32.965Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:50:33.747Z] Removing intermediate container 0433ae37cd39 [2021-01-28T00:50:33.747Z] ---> a8ffc205a745 [2021-01-28T00:50:33.747Z] [2021-01-28T00:50:33.747Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:50:33.747Z] ---> aefe523efa57 [2021-01-28T00:50:33.747Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:50:35.317Z] Successfully built a8ffc205a745 [2021-01-28T00:50:35.589Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:50:35.589Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-28T00:50:36.576Z] ---> cee1c2774dc8 [2021-01-28T00:50:36.576Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:36.927Z] ---> Running in e85210065ced [2021-01-28T00:50:38.610Z] ---> 581427b643fc [2021-01-28T00:50:38.610Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:50:39.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:39.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:50:39.674Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:50:39.977Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:50:39.977Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:50:39.977Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:50:39.977Z] OK: 12 MiB in 22 packages [2021-01-28T00:50:39.977Z] ---> Running in e3dc2c181946 [2021-01-28T00:50:41.013Z] Removing intermediate container e3dc2c181946 [2021-01-28T00:50:41.013Z] ---> 43a9e178e79b [2021-01-28T00:50:41.013Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:50:41.313Z] ---> Running in f7465f3edfd3 [2021-01-28T00:50:42.396Z] Removing intermediate container f7465f3edfd3 [2021-01-28T00:50:42.396Z] ---> 09420c2c89fc [2021-01-28T00:50:42.396Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:50:43.096Z] Removing intermediate container e85210065ced [2021-01-28T00:50:43.096Z] ---> 45d854f9e302 [2021-01-28T00:50:43.096Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:50:43.401Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:43.401Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:43.401Z] ---> c5e1602aaa63 [2021-01-28T00:50:43.401Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:50:43.401Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:43.401Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:43.401Z] ---> c5e1602aaa63 [2021-01-28T00:50:43.401Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:50:43.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:43.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:43.401Z] ---> c5e1602aaa63 [2021-01-28T00:50:43.401Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:50:43.401Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:43.401Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:43.401Z] ---> c5e1602aaa63 [2021-01-28T00:50:43.401Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:50:43.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:50:43.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:50:43.401Z] ---> c5e1602aaa63 [2021-01-28T00:50:43.401Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:50:43.401Z] ---> Running in 863cd8623639 [2021-01-28T00:50:43.401Z] ---> Running in 99ac5db84aff [2021-01-28T00:50:43.401Z] ---> Running in 2ce2d023bf7e [2021-01-28T00:50:43.401Z] ---> Running in 259f13f766c7 [2021-01-28T00:50:43.401Z] ---> Running in 68de5e923902 [2021-01-28T00:50:43.401Z] Removing intermediate container 99ac5db84aff [2021-01-28T00:50:43.401Z] ---> 71fc35417620 [2021-01-28T00:50:43.401Z] Removing intermediate container 2ce2d023bf7e [2021-01-28T00:50:43.401Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 7c2bb0c66160 [2021-01-28T00:50:43.401Z] [2021-01-28T00:50:43.401Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:43.401Z] Removing intermediate container 259f13f766c7 [2021-01-28T00:50:43.401Z] ---> 7be66cd3610d [2021-01-28T00:50:43.401Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:43.401Z] Removing intermediate container 863cd8623639 [2021-01-28T00:50:43.401Z] ---> fa1c543f511c [2021-01-28T00:50:43.401Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:43.401Z] Removing intermediate container 68de5e923902 [2021-01-28T00:50:43.401Z] ---> ac1d072b456f [2021-01-28T00:50:43.401Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:50:43.401Z] ---> Running in 25b3ed64d54e [2021-01-28T00:50:43.401Z] ---> Running in 7f6d8aca62d6 [2021-01-28T00:50:43.401Z] ---> Running in d55394f94b36 [2021-01-28T00:50:43.401Z] ---> Running in d1756cd28db2 [2021-01-28T00:50:43.401Z] ---> Running in 5875c9e5751d [2021-01-28T00:50:43.401Z] Removing intermediate container 7f6d8aca62d6 [2021-01-28T00:50:43.401Z] ---> d6d91c800221 [2021-01-28T00:50:43.401Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:50:43.401Z] ---> Running in b14e91a16e49 [2021-01-28T00:50:43.401Z] Removing intermediate container d55394f94b36 [2021-01-28T00:50:43.401Z] ---> 9852862a378b [2021-01-28T00:50:43.401Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:50:43.401Z] Removing intermediate container 5875c9e5751d [2021-01-28T00:50:43.401Z] ---> 3adee30233dc [2021-01-28T00:50:43.401Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:50:43.401Z] ---> Running in 069eb032df5f [2021-01-28T00:50:43.401Z] Removing intermediate container 25b3ed64d54e [2021-01-28T00:50:43.401Z] ---> c2c8963662a8 [2021-01-28T00:50:43.401Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:50:43.401Z] ---> Running in 24d90ec8053b [2021-01-28T00:50:43.401Z] Removing intermediate container d1756cd28db2 [2021-01-28T00:50:43.401Z] ---> 036a5d9cc628 [2021-01-28T00:50:43.401Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:50:43.401Z] ---> Running in 40f6fb7c690b [2021-01-28T00:50:43.401Z] ---> Running in 36ac30d4d9f6 [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:50:43.435Z] ---> Running in 9e3bb3f76173 [2021-01-28T00:50:43.691Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:43.691Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:43.964Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:44.112Z] ---> Running in 6de5b3caecd9 [2021-01-28T00:50:44.236Z] Removing intermediate container b14e91a16e49 [2021-01-28T00:50:44.236Z] ---> 293fca29c699 [2021-01-28T00:50:44.236Z] Step 6/23 : COPY go.mod . [2021-01-28T00:50:44.236Z] OK: 217 MiB in 51 packages [2021-01-28T00:50:44.729Z] Removing intermediate container 9e3bb3f76173 [2021-01-28T00:50:44.730Z] ---> 7bf9ababf189 [2021-01-28T00:50:44.730Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:50:45.237Z] ---> fb7729370dc0 [2021-01-28T00:50:45.237Z] Step 7/23 : RUN go mod download [2021-01-28T00:50:45.359Z] Removing intermediate container 6de5b3caecd9 [2021-01-28T00:50:45.359Z] ---> 154b668b2570 [2021-01-28T00:50:45.359Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:50:45.521Z] Removing intermediate container 069eb032df5f [2021-01-28T00:50:45.521Z] ---> 51ff7a19057c [2021-01-28T00:50:45.521Z] Step 6/22 : COPY go.mod . [2021-01-28T00:50:45.521Z] ---> Running in 0cf76ef5c815 [2021-01-28T00:50:45.698Z] ---> Running in b9e1604bde64 [2021-01-28T00:50:45.698Z] ---> Running in 7dea16734a26 [2021-01-28T00:50:45.799Z] Removing intermediate container 24d90ec8053b [2021-01-28T00:50:45.799Z] ---> 04339f8d4107 [2021-01-28T00:50:45.799Z] Step 6/21 : COPY go.mod . [2021-01-28T00:50:45.799Z] Removing intermediate container 40f6fb7c690b [2021-01-28T00:50:45.799Z] ---> 94d443a19222 [2021-01-28T00:50:45.799Z] Step 6/24 : COPY go.mod . [2021-01-28T00:50:46.080Z] Removing intermediate container 36ac30d4d9f6 [2021-01-28T00:50:46.080Z] ---> f34ee2ee6871 [2021-01-28T00:50:46.080Z] Step 6/34 : COPY go.mod . [2021-01-28T00:50:46.394Z] Removing intermediate container b9e1604bde64 [2021-01-28T00:50:46.394Z] ---> 47031be57420 [2021-01-28T00:50:46.394Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:50:46.394Z] Removing intermediate container 7dea16734a26 [2021-01-28T00:50:46.394Z] ---> ada504f94eb8 [2021-01-28T00:50:46.394Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:50:46.394Z] ---> Running in 299cb664ef2d [2021-01-28T00:50:46.394Z] ---> Running in a7798455793d [2021-01-28T00:50:46.688Z] ---> c3025ad82145 [2021-01-28T00:50:46.688Z] Step 7/22 : RUN go mod download [2021-01-28T00:50:46.688Z] ---> d67b32ff9aac [2021-01-28T00:50:46.688Z] Step 7/21 : RUN go mod download [2021-01-28T00:50:46.688Z] ---> Running in f035d163eb91 [2021-01-28T00:50:46.693Z] Removing intermediate container 299cb664ef2d [2021-01-28T00:50:46.693Z] ---> fcb9c495ac01 [2021-01-28T00:50:46.693Z] [2021-01-28T00:50:46.693Z] Removing intermediate container a7798455793d [2021-01-28T00:50:46.693Z] ---> dec692e7014d [2021-01-28T00:50:46.693Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:50:46.974Z] ---> 1f0d94867b9a [2021-01-28T00:50:46.974Z] Step 7/24 : RUN go mod download [2021-01-28T00:50:46.974Z] ---> Running in c9366e6a4cb3 [2021-01-28T00:50:47.254Z] ---> 6a813e1a73c7 [2021-01-28T00:50:47.254Z] Step 7/34 : RUN go mod download [2021-01-28T00:50:47.254Z] ---> Running in 3361eed520ca [2021-01-28T00:50:47.483Z] Successfully built fcb9c495ac01 [2021-01-28T00:50:47.483Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:50:47.483Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2021-01-28T00:50:47.532Z] ---> Running in 050a4ab1bdb4 [2021-01-28T00:50:48.215Z] ---> 8b092deeed6a [2021-01-28T00:50:48.215Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:50:50.072Z] ---> 831e6f9b9b70 [2021-01-28T00:50:50.072Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:50:50.160Z] Removing intermediate container 0cf76ef5c815 [2021-01-28T00:50:50.160Z] ---> 25bbf6252c06 [2021-01-28T00:50:50.160Z] Step 8/23 : COPY . . [2021-01-28T00:50:51.602Z] Removing intermediate container f035d163eb91 [2021-01-28T00:50:51.602Z] ---> a650954b7a68 [2021-01-28T00:50:51.602Z] Step 8/22 : COPY . . [2021-01-28T00:50:52.198Z] Removing intermediate container c9366e6a4cb3 [2021-01-28T00:50:52.198Z] ---> f948de7db74a [2021-01-28T00:50:52.198Z] Step 8/21 : COPY . . [2021-01-28T00:50:53.012Z] ---> 7cc70c53c87d [2021-01-28T00:50:53.012Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:50:53.202Z] Removing intermediate container 050a4ab1bdb4 [2021-01-28T00:50:53.202Z] ---> 0987ece2a13c [2021-01-28T00:50:53.202Z] Step 8/34 : COPY . . [2021-01-28T00:50:53.202Z] Removing intermediate container 3361eed520ca [2021-01-28T00:50:53.202Z] ---> 3ba57e2287f7 [2021-01-28T00:50:53.202Z] Step 8/24 : COPY . . [2021-01-28T00:50:54.108Z] ---> Running in 1d11f2d9b686 [2021-01-28T00:51:00.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:00.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:00.422Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:51:00.423Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:51:00.423Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:51:00.423Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:51:00.423Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:51:00.423Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:51:00.423Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:51:07.045Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:51:07.045Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:51:07.045Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:51:07.045Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:51:07.390Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:51:07.390Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:51:07.677Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:51:08.818Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:51:08.818Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:51:08.818Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:51:09.108Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:51:09.108Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:51:09.108Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:51:09.108Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:51:09.439Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:51:09.439Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:51:09.439Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:51:09.439Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:51:09.439Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:51:09.797Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:51:09.797Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:51:09.797Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:51:09.797Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:51:09.797Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:51:10.162Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:51:10.162Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:51:11.334Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:51:11.633Z] OK: 71 MiB in 55 packages [2021-01-28T00:51:20.011Z] ---> c5d60584918a [2021-01-28T00:51:20.011Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:51:20.011Z] ---> b2a49d941a56 [2021-01-28T00:51:20.011Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:51:20.011Z] ---> e444b7ac3683 [2021-01-28T00:51:20.011Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:51:20.011Z] ---> d34179aebfef [2021-01-28T00:51:20.011Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:51:20.011Z] ---> d341d53beed5 [2021-01-28T00:51:20.011Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:51:20.011Z] ---> Running in 3b5641dd9419 [2021-01-28T00:51:20.011Z] ---> Running in a4bc944d7a94 [2021-01-28T00:51:20.011Z] ---> Running in 409e0e618373 [2021-01-28T00:51:20.011Z] ---> Running in 288360e4ab90 [2021-01-28T00:51:20.011Z] ---> Running in ca6c25404ed9 [2021-01-28T00:51:20.011Z] Removing intermediate container ca6c25404ed9 [2021-01-28T00:51:20.011Z] ---> 00edb6d824ff [2021-01-28T00:51:20.011Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:51:20.011Z] ---> Running in ae830773b630 [2021-01-28T00:51:20.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:51:20.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:51:20.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:51:20.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:51:20.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:51:30.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:30.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:30.591Z] ---> 7021f2cd70d5 [2021-01-28T00:51:30.591Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:51:30.591Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:30.591Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:30.591Z] ---> 7021f2cd70d5 [2021-01-28T00:51:30.591Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e83fd5d8eb7f [2021-01-28T00:51:30.591Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e83fd5d8eb7f [2021-01-28T00:51:30.591Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e1612f6518f5 [2021-01-28T00:51:30.591Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e1612f6518f5 [2021-01-28T00:51:30.591Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 84ada7b478f4 [2021-01-28T00:51:30.591Z] Step 6/23 : COPY go.mod . [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 7d2843e87971 [2021-01-28T00:51:30.591Z] Step 7/23 : RUN go mod download [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 5de5ad3b0b31 [2021-01-28T00:51:30.591Z] Step 8/23 : COPY . . [2021-01-28T00:51:30.591Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:30.591Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:30.591Z] ---> 7021f2cd70d5 [2021-01-28T00:51:30.591Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e83fd5d8eb7f [2021-01-28T00:51:30.591Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> e1612f6518f5 [2021-01-28T00:51:30.591Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 84ada7b478f4 [2021-01-28T00:51:30.591Z] Step 6/34 : COPY go.mod . [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 7d2843e87971 [2021-01-28T00:51:30.591Z] Step 7/34 : RUN go mod download [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> 5de5ad3b0b31 [2021-01-28T00:51:30.591Z] Step 8/34 : COPY . . [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> ff734800d074 [2021-01-28T00:51:30.591Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:51:30.591Z] ---> Using cache [2021-01-28T00:51:30.591Z] ---> ff734800d074 [2021-01-28T00:51:30.591Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:51:30.591Z] ---> Running in 5da2944420a7 [2021-01-28T00:51:30.591Z] ---> Running in 70a176acdbba [2021-01-28T00:51:30.591Z] ---> Running in 10b2912ef5ff [2021-01-28T00:51:33.319Z] Removing intermediate container 70a176acdbba [2021-01-28T00:51:33.319Z] ---> 24eaa150acf8 [2021-01-28T00:51:33.319Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:51:34.080Z] ---> Running in d280506e41bf [2021-01-28T00:51:37.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:51:37.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:37.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:51:37.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:51:38.050Z] OK: 233 MiB in 51 packages [2021-01-28T00:51:41.188Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:51:41.188Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:51:41.188Z] ---> 7021f2cd70d5 [2021-01-28T00:51:41.188Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:51:41.188Z] ---> Using cache [2021-01-28T00:51:41.188Z] ---> e83fd5d8eb7f [2021-01-28T00:51:41.188Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:51:41.188Z] ---> Using cache [2021-01-28T00:51:41.188Z] ---> e1612f6518f5 [2021-01-28T00:51:41.188Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:51:41.188Z] ---> Using cache [2021-01-28T00:51:41.188Z] ---> 84ada7b478f4 [2021-01-28T00:51:41.188Z] Step 6/24 : COPY go.mod . [2021-01-28T00:51:41.188Z] ---> Using cache [2021-01-28T00:51:41.188Z] ---> 7d2843e87971 [2021-01-28T00:51:41.188Z] Step 7/24 : RUN go mod download [2021-01-28T00:51:41.188Z] ---> Using cache [2021-01-28T00:51:41.188Z] ---> 5de5ad3b0b31 [2021-01-28T00:51:41.188Z] Step 8/24 : COPY . . [2021-01-28T00:51:41.486Z] ---> Using cache [2021-01-28T00:51:41.486Z] ---> ff734800d074 [2021-01-28T00:51:41.486Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:51:42.544Z] Removing intermediate container 10b2912ef5ff [2021-01-28T00:51:42.544Z] ---> af23c2001db5 [2021-01-28T00:51:42.544Z] Step 6/22 : COPY go.mod . [2021-01-28T00:51:42.544Z] ---> Running in 4b1332264917 [2021-01-28T00:51:44.023Z] ---> 876e949cebf2 [2021-01-28T00:51:44.024Z] Step 7/22 : RUN go mod download [2021-01-28T00:51:44.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:51:44.024Z] ---> Running in 604b0a00e251 [2021-01-28T00:51:52.796Z] Removing intermediate container 604b0a00e251 [2021-01-28T00:51:52.796Z] ---> 30e8c7c7f2df [2021-01-28T00:51:52.796Z] Step 8/22 : COPY . . [2021-01-28T00:52:15.926Z] Removing intermediate container 1d11f2d9b686 [2021-01-28T00:52:15.926Z] ---> 12e6998a109a [2021-01-28T00:52:15.926Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:52:16.277Z] ---> Running in 750fc12fca39 [2021-01-28T00:52:21.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:52:21.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:52:37.514Z] Removing intermediate container 5da2944420a7 [2021-01-28T00:52:37.515Z] ---> 8e0c647e77bd [2021-01-28T00:52:37.515Z] [2021-01-28T00:52:37.515Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:52:37.515Z] ---> 389fef711851 [2021-01-28T00:52:37.515Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:52:37.515Z] ---> Using cache [2021-01-28T00:52:37.515Z] ---> 3ce23fc44d3c [2021-01-28T00:52:37.515Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:52:37.515Z] ---> Using cache [2021-01-28T00:52:37.515Z] ---> f770a3fa0400 [2021-01-28T00:52:37.515Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:52:37.515Z] ---> Running in 3e0d446ec217 [2021-01-28T00:52:38.290Z] Collecting docker-compose==1.23.2 [2021-01-28T00:52:38.605Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:52:39.245Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:52:39.245Z] + cd /tmp/build/dist/linux [2021-01-28T00:52:39.245Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:52:39.697Z] Cloning into '.'... [2021-01-28T00:52:39.697Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:52:39.697Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:52:40.685Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:52:40.685Z] Removing intermediate container 3e0d446ec217 [2021-01-28T00:52:40.685Z] ---> bc4050b2da8c [2021-01-28T00:52:40.685Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:52:40.685Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:52:41.744Z] ---> Running in bc87ea60e9ba [2021-01-28T00:52:41.744Z] + go get github.com/robfig/glock [2021-01-28T00:52:42.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:52:42.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:52:42.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:52:43.834Z] Removing intermediate container bc87ea60e9ba [2021-01-28T00:52:43.835Z] ---> b0dc577938fb [2021-01-28T00:52:43.835Z] Step 15/23 : WORKDIR / [2021-01-28T00:52:44.119Z] ---> Running in 922e37852ee3 [2021-01-28T00:52:45.110Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:52:45.110Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:52:45.395Z] Removing intermediate container 922e37852ee3 [2021-01-28T00:52:45.395Z] ---> fc0262ee3f4e [2021-01-28T00:52:45.395Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:52:46.433Z] Removing intermediate container 4b1332264917 [2021-01-28T00:52:46.433Z] ---> ab01075d9dd3 [2021-01-28T00:52:46.433Z] [2021-01-28T00:52:46.433Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:52:46.433Z] ---> 389fef711851 [2021-01-28T00:52:46.433Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:52:47.145Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:52:47.145Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:52:47.145Z] ---> 297728c6b232 [2021-01-28T00:52:47.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:52:47.447Z] ---> Running in fb1d6ed3c4e9 [2021-01-28T00:52:47.725Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:52:47.725Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:52:48.093Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:52:48.514Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:52:48.514Z] ---> a20aa5651e6f [2021-01-28T00:52:48.514Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:52:49.213Z] ---> Running in 36f4b8534912 [2021-01-28T00:52:49.213Z] ---> c89fe5b8f85b [2021-01-28T00:52:49.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:52:49.213Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T00:52:49.521Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:52:49.521Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:52:50.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:52:50.259Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:52:50.259Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:52:50.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:52:50.687Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:52:50.687Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:52:50.687Z] ---> 70a20aa7dac2 [2021-01-28T00:52:50.687Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:52:50.687Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:51.080Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:52:51.080Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:52:51.080Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:52:51.080Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:51.080Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:51.080Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:52:51.391Z] ---> Running in 4ac0ac0192b5 [2021-01-28T00:52:51.391Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:51.769Z] OK: 7 MiB in 19 packages [2021-01-28T00:52:52.172Z] Removing intermediate container 4ac0ac0192b5 [2021-01-28T00:52:52.172Z] ---> d23ff1ebb65b [2021-01-28T00:52:52.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:52:52.523Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:52:52.523Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:52:52.523Z] ---> Running in 31bb7319dd14 [2021-01-28T00:52:52.523Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T00:52:52.523Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T00:52:52.871Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:52:52.871Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:52:53.566Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:52:53.566Z] Removing intermediate container 31bb7319dd14 [2021-01-28T00:52:53.566Z] ---> f587bd658574 [2021-01-28T00:52:53.566Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:52:53.566Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:52:53.566Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:52:53.566Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:52:53.566Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:52:53.566Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:52:53.566Z] ---> Running in 01c7e8d38042 [2021-01-28T00:52:53.849Z] Installing collected packages: websocket-client, dockerpty, PyYAML, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, cached-property, docopt, docker-compose [2021-01-28T00:52:55.108Z] Removing intermediate container 288360e4ab90 [2021-01-28T00:52:55.108Z] ---> 74d6ad498640 [2021-01-28T00:52:55.108Z] [2021-01-28T00:52:55.108Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:52:55.108Z] 3.12: Pulling from library/alpine [2021-01-28T00:52:55.108Z] Removing intermediate container 409e0e618373 [2021-01-28T00:52:55.108Z] ---> a82369ed5993 [2021-01-28T00:52:55.108Z] [2021-01-28T00:52:55.108Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:52:55.108Z] 3.12: Pulling from library/alpine [2021-01-28T00:52:55.108Z] Removing intermediate container 3b5641dd9419 [2021-01-28T00:52:55.108Z] ---> c1e620c95b59 [2021-01-28T00:52:55.108Z] [2021-01-28T00:52:55.108Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:52:55.108Z] 3.12: Pulling from library/alpine [2021-01-28T00:52:55.386Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:52:55.386Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:52:55.386Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:52:55.386Z] ---> afeebe901d6b [2021-01-28T00:52:55.386Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:52:55.386Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:52:55.386Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:52:55.386Z] ---> afeebe901d6b [2021-01-28T00:52:55.386Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:52:55.386Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:52:55.386Z] ---> afeebe901d6b [2021-01-28T00:52:55.387Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:52:55.927Z] Running setup.py install for dockerpty: started [2021-01-28T00:52:55.927Z] Removing intermediate container 01c7e8d38042 [2021-01-28T00:52:55.927Z] ---> 02b4d0407a53 [2021-01-28T00:52:55.927Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:52:55.996Z] ---> Running in 8bb9b3c949f9 [2021-01-28T00:52:55.996Z] ---> Running in a21a0a04c2eb [2021-01-28T00:52:55.996Z] ---> Running in 6b6ab7f26f47 [2021-01-28T00:52:56.559Z] Removing intermediate container fb1d6ed3c4e9 [2021-01-28T00:52:56.559Z] ---> 00134efc753f [2021-01-28T00:52:56.559Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:52:56.559Z] ---> Running in 9a153117f8a9 [2021-01-28T00:52:56.559Z] ---> Running in 03b845a1d07e [2021-01-28T00:52:57.740Z] Removing intermediate container 03b845a1d07e [2021-01-28T00:52:57.740Z] ---> 1b575731ffee [2021-01-28T00:52:57.740Z] Step 13/24 : WORKDIR / [2021-01-28T00:52:57.740Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:52:57.740Z] Running setup.py install for PyYAML: started [2021-01-28T00:52:58.550Z] Removing intermediate container 9a153117f8a9 [2021-01-28T00:52:58.550Z] ---> a784f487afee [2021-01-28T00:52:58.550Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:58.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:52:59.236Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:59.236Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:59.236Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:52:59.236Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:52:59.236Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:59.236Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:52:59.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:59.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:52:59.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:59.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:59.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:59.236Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:52:59.512Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:52:59.512Z] + cd /tmp/build/dist/linux [2021-01-28T00:52:59.512Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:52:59.512Z] Cloning into '.'... [2021-01-28T00:52:59.512Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:52:59.512Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:52:59.512Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:52:59.512Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:52:59.512Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:52:59.512Z] OK: 6 MiB in 16 packages [2021-01-28T00:52:59.512Z] OK: 7 MiB in 19 packages [2021-01-28T00:52:59.659Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:52:59.659Z] Attempting uninstall: idna [2021-01-28T00:52:59.659Z] Found existing installation: idna 2.9 [2021-01-28T00:52:59.795Z] OK: 7 MiB in 18 packages [2021-01-28T00:53:00.020Z] Uninstalling idna-2.9: [2021-01-28T00:53:00.072Z] + go get github.com/robfig/glock [2021-01-28T00:53:00.364Z] Successfully uninstalled idna-2.9 [2021-01-28T00:53:00.364Z] ---> Running in 65916cdedccc [2021-01-28T00:53:00.364Z] ---> Running in e41f966cb782 [2021-01-28T00:53:01.102Z] Attempting uninstall: urllib3 [2021-01-28T00:53:01.102Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:53:01.102Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:53:01.418Z] Removing intermediate container 65916cdedccc [2021-01-28T00:53:01.418Z] ---> e5d7d44ac992 [2021-01-28T00:53:01.418Z] [2021-01-28T00:53:01.418Z] Removing intermediate container e41f966cb782 [2021-01-28T00:53:01.418Z] ---> 2c99fad73def [2021-01-28T00:53:01.418Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T00:53:01.957Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:53:02.269Z] Attempting uninstall: requests [2021-01-28T00:53:02.269Z] Found existing installation: requests 2.23.0 [2021-01-28T00:53:02.269Z] Uninstalling requests-2.23.0: [2021-01-28T00:53:02.574Z] Successfully built e5d7d44ac992 [2021-01-28T00:53:02.574Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:53:02.933Z]  Building docker-core-command-go ... done  Successfully uninstalled requests-2.23.0 [2021-01-28T00:53:03.279Z] ---> 6a7777856e2f [2021-01-28T00:53:03.280Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T00:53:03.475Z] Removing intermediate container a21a0a04c2eb [2021-01-28T00:53:03.475Z] ---> c169f1b5adea [2021-01-28T00:53:03.476Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:53:03.476Z] Removing intermediate container 6b6ab7f26f47 [2021-01-28T00:53:03.476Z] ---> 1bd388eebab5 [2021-01-28T00:53:03.476Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:53:03.476Z] ---> Running in 01b4a16a26ae [2021-01-28T00:53:03.476Z] Removing intermediate container 8bb9b3c949f9 [2021-01-28T00:53:03.476Z] ---> 42274ac9b5ad [2021-01-28T00:53:03.476Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:53:03.476Z] ---> Running in 3343beb790dd [2021-01-28T00:53:03.476Z] ---> Running in 4b3d41414fed [2021-01-28T00:53:03.749Z] Removing intermediate container 01b4a16a26ae [2021-01-28T00:53:03.749Z] ---> 9803d422d556 [2021-01-28T00:53:03.749Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:53:03.969Z] Running setup.py install for texttable: started [2021-01-28T00:53:04.024Z] ---> Running in 03ee38adfa87 [2021-01-28T00:53:04.024Z] Removing intermediate container 3343beb790dd [2021-01-28T00:53:04.024Z] ---> 393404eb89f4 [2021-01-28T00:53:04.024Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:53:04.309Z] Removing intermediate container 4b3d41414fed [2021-01-28T00:53:04.309Z] ---> 145af8e70b95 [2021-01-28T00:53:04.309Z] Step 13/24 : WORKDIR / [2021-01-28T00:53:04.309Z] ---> Running in f5a19b3b594c [2021-01-28T00:53:04.316Z] ---> b9762ee1df8b [2021-01-28T00:53:04.316Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:04.598Z] ---> Running in ade0c4e77bff [2021-01-28T00:53:04.880Z] Removing intermediate container 03ee38adfa87 [2021-01-28T00:53:04.880Z] ---> d9902ac23919 [2021-01-28T00:53:04.880Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:53:04.997Z] + glock sync -n [2021-01-28T00:53:04.997Z]  Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:53:05.154Z] ---> Running in 261d4a9e0378 [2021-01-28T00:53:05.154Z] Removing intermediate container f5a19b3b594c [2021-01-28T00:53:05.154Z] ---> 51feb1020711 [2021-01-28T00:53:05.154Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:53:05.438Z] Removing intermediate container ade0c4e77bff [2021-01-28T00:53:05.438Z] ---> 1e0b5c751aea [2021-01-28T00:53:05.438Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T00:53:05.788Z] ---> 512ca620e883 [2021-01-28T00:53:05.788Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:53:06.040Z] Removing intermediate container 261d4a9e0378 [2021-01-28T00:53:06.040Z] ---> c15e03decb8f [2021-01-28T00:53:06.040Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:06.192Z] Running setup.py install for docopt: started [2021-01-28T00:53:06.319Z] ---> 96d5ee0fe0aa [2021-01-28T00:53:06.320Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:53:06.595Z] ---> d67d76de8d5d [2021-01-28T00:53:06.595Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T00:53:07.200Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:53:08.032Z] ---> 8e7d598e9476 [2021-01-28T00:53:08.032Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:53:08.307Z] ---> d20f41decd3a [2021-01-28T00:53:08.307Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:08.307Z] ---> 175e01e8411f [2021-01-28T00:53:08.307Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:53:08.790Z] ---> a2598aeba89d [2021-01-28T00:53:08.790Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:53:09.481Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T00:53:10.297Z] ---> 9298190b763f [2021-01-28T00:53:10.297Z] ---> 1f2810029752 [2021-01-28T00:53:10.297Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:10.297Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:53:10.900Z] ---> 4503f2c6cf60 [2021-01-28T00:53:10.900Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:53:11.175Z] ---> Running in d59105575514 [2021-01-28T00:53:11.605Z] ---> 6efccb255c8a [2021-01-28T00:53:11.605Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:53:12.174Z] ---> a41a7e2abc01 [2021-01-28T00:53:12.174Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:53:12.174Z] Removing intermediate container d59105575514 [2021-01-28T00:53:12.174Z] ---> 23f71f70e560 [2021-01-28T00:53:12.174Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:53:12.453Z] ---> Running in 1051eb35894e [2021-01-28T00:53:12.732Z] ---> Running in 78390fa4126a [2021-01-28T00:53:13.007Z] ---> f5661ff23af3 [2021-01-28T00:53:13.007Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:53:13.265Z] ---> 438069d9c076 [2021-01-28T00:53:13.265Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T00:53:13.280Z] Removing intermediate container 1051eb35894e [2021-01-28T00:53:13.280Z] ---> 9f9d9570676d [2021-01-28T00:53:13.280Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:13.570Z] ---> Running in 962fe374c5b3 [2021-01-28T00:53:13.892Z] Removing intermediate container a4bc944d7a94 [2021-01-28T00:53:13.892Z] ---> a16a6af50678 [2021-01-28T00:53:13.892Z] [2021-01-28T00:53:13.892Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:53:13.892Z] ---> afeebe901d6b [2021-01-28T00:53:13.892Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:53:13.892Z] Removing intermediate container 78390fa4126a [2021-01-28T00:53:13.892Z] ---> 2c4b08d53187 [2021-01-28T00:53:13.892Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:53:13.892Z] ---> Running in bd720fd6d6ee [2021-01-28T00:53:14.172Z] ---> Running in f92290490905 [2021-01-28T00:53:14.172Z] ---> Running in c641f139dfcb [2021-01-28T00:53:15.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:15.629Z] ---> 2b61c3739ef6 [2021-01-28T00:53:15.629Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:53:15.861Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:53:15.861Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:53:15.861Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:53:15.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:15.917Z] Removing intermediate container bd720fd6d6ee [2021-01-28T00:53:15.917Z] ---> 1ff228d675ab [2021-01-28T00:53:15.917Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:53:15.917Z] Removing intermediate container c641f139dfcb [2021-01-28T00:53:15.917Z] ---> 3bb2f3b6e33e [2021-01-28T00:53:15.917Z] Step 20/21 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:16.190Z] ---> Running in 7764c72b28a9 [2021-01-28T00:53:16.190Z] ---> Running in c166cfa90be0 [2021-01-28T00:53:16.464Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:53:16.599Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:53:16.599Z] + git describe '--abbrev=0' --tags [2021-01-28T00:53:16.599Z] + TAG=v0.6.1 [2021-01-28T00:53:16.599Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:53:16.599Z] + apk --print-arch [2021-01-28T00:53:16.599Z] + arch=x86_64 [2021-01-28T00:53:16.599Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:53:16.599Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T00:53:16.599Z] building [dockerize] for amd64 ... [2021-01-28T00:53:16.599Z] Removing intermediate container 750fc12fca39 [2021-01-28T00:53:16.599Z] ---> abb736ffc540 [2021-01-28T00:53:16.599Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:53:16.747Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:16.747Z] OK: 5 MiB in 15 packages [2021-01-28T00:53:17.125Z] ---> 6fecc76b67ab [2021-01-28T00:53:17.125Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T00:53:17.125Z] Removing intermediate container 7764c72b28a9 [2021-01-28T00:53:17.125Z] ---> 43a1ef3d1d0c [2021-01-28T00:53:17.125Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:53:17.125Z] Removing intermediate container c166cfa90be0 [2021-01-28T00:53:17.125Z] ---> 28dd89ea8b45 [2021-01-28T00:53:17.125Z] Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:17.478Z] ---> Running in cc417d43c0e0 [2021-01-28T00:53:17.478Z] ---> Running in c4d6b45c4e83 [2021-01-28T00:53:17.478Z] ---> Running in 487f836df294 [2021-01-28T00:53:17.673Z] ---> Running in 4b09b8602119 [2021-01-28T00:53:18.546Z] Removing intermediate container c4d6b45c4e83 [2021-01-28T00:53:18.546Z] ---> 4403316c4c54 [2021-01-28T00:53:18.546Z] [2021-01-28T00:53:18.708Z] Removing intermediate container 962fe374c5b3 [2021-01-28T00:53:18.708Z] ---> ee7fbf305ce3 [2021-01-28T00:53:18.708Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:53:18.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:19.235Z] Removing intermediate container 487f836df294 [2021-01-28T00:53:19.235Z] ---> ac1bb65e57bb [2021-01-28T00:53:19.235Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:53:19.235Z] Removing intermediate container f92290490905 [2021-01-28T00:53:19.235Z] ---> 8dedfa768234 [2021-01-28T00:53:19.235Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:53:19.340Z] ---> Running in 84ffab42856b [2021-01-28T00:53:19.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:19.567Z] ---> Running in c7eb2f12fd91 [2021-01-28T00:53:19.567Z] Successfully built 4403316c4c54 [2021-01-28T00:53:19.567Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:53:19.567Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T00:53:19.651Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:53:19.651Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:53:19.651Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:53:19.651Z] Removing intermediate container 84ffab42856b [2021-01-28T00:53:19.651Z] ---> 77fc90038a11 [2021-01-28T00:53:19.651Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:53:19.651Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:19.848Z] ---> Running in 3c20a9e35af1 [2021-01-28T00:53:20.025Z] OK: 72 MiB in 58 packages [2021-01-28T00:53:20.025Z] ---> Running in 73d7d090a312 [2021-01-28T00:53:20.128Z] Removing intermediate container c7eb2f12fd91 [2021-01-28T00:53:20.128Z] ---> 8b1d91426d3b [2021-01-28T00:53:20.128Z] [2021-01-28T00:53:20.731Z] Removing intermediate container 3c20a9e35af1 [2021-01-28T00:53:20.731Z] ---> 0ec3b3c08196 [2021-01-28T00:53:20.731Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:53:20.731Z] Successfully built 8b1d91426d3b [2021-01-28T00:53:20.731Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:53:20.731Z] Building docker-core-command-go [2021-01-28T00:53:21.004Z]  Building docker-support-notifications-go ... done  ---> Running in fe47512e9cd7 [2021-01-28T00:53:21.282Z] Removing intermediate container cc417d43c0e0 [2021-01-28T00:53:21.282Z] ---> ec66cee04da9 [2021-01-28T00:53:21.282Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:53:21.885Z] ---> Running in 3499fbc87cb8 [2021-01-28T00:53:21.885Z] Removing intermediate container fe47512e9cd7 [2021-01-28T00:53:21.885Z] ---> b5875206ce94 [2021-01-28T00:53:21.885Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:53:22.140Z] Removing intermediate container 73d7d090a312 [2021-01-28T00:53:22.141Z] ---> 172e28bcc97f [2021-01-28T00:53:22.141Z] Step 23/24 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:22.141Z] ---> Running in 2d1cd4dd6401 [2021-01-28T00:53:22.162Z] + glock sync -n [2021-01-28T00:53:22.437Z]  ---> Running in c2cd5bfb82e4 [2021-01-28T00:53:22.857Z] Removing intermediate container 2d1cd4dd6401 [2021-01-28T00:53:22.857Z] ---> 9fa718c25f21 [2021-01-28T00:53:22.857Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:53:23.182Z] ---> Running in a463f4fd91a1 [2021-01-28T00:53:23.182Z] Removing intermediate container 4b09b8602119 [2021-01-28T00:53:23.182Z] ---> 3071ec2b8409 [2021-01-28T00:53:23.182Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:53:23.432Z] Removing intermediate container 3499fbc87cb8 [2021-01-28T00:53:23.432Z] ---> ccd49eedfb02 [2021-01-28T00:53:23.432Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:53:23.803Z] ---> Running in cedc8e185de1 [2021-01-28T00:53:23.803Z] Removing intermediate container a463f4fd91a1 [2021-01-28T00:53:23.803Z] ---> 6486a71043b7 [2021-01-28T00:53:23.803Z] [2021-01-28T00:53:24.030Z] Removing intermediate container c2cd5bfb82e4 [2021-01-28T00:53:24.030Z] ---> a8af180dec0e [2021-01-28T00:53:24.030Z] Step 15/23 : WORKDIR / [2021-01-28T00:53:25.015Z] ---> Running in e9af93eec33c [2021-01-28T00:53:25.301Z] ---> Running in 0afc8931ecfb [2021-01-28T00:53:25.906Z] Removing intermediate container e9af93eec33c [2021-01-28T00:53:25.906Z] ---> bd3d503c3f8b [2021-01-28T00:53:25.906Z] Step 23/24 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:25.992Z] Removing intermediate container cedc8e185de1 [2021-01-28T00:53:25.992Z] ---> abf993e2716f [2021-01-28T00:53:25.992Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:25.992Z] Successfully built 6486a71043b7 [2021-01-28T00:53:26.191Z] Removing intermediate container 0afc8931ecfb [2021-01-28T00:53:26.191Z] ---> 6108a796d142 [2021-01-28T00:53:26.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:26.329Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:53:26.471Z] ---> Running in cce4dc0635fe [2021-01-28T00:53:27.078Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in a78d38fe6e15 [2021-01-28T00:53:27.452Z] Removing intermediate container cce4dc0635fe [2021-01-28T00:53:27.452Z] ---> a3f9cf304a20 [2021-01-28T00:53:27.452Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:53:27.472Z] Removing intermediate container 36f4b8534912 [2021-01-28T00:53:27.472Z] ---> 461a1d24be68 [2021-01-28T00:53:27.472Z] [2021-01-28T00:53:27.472Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:53:27.472Z] ---> 389fef711851 [2021-01-28T00:53:27.472Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:53:27.853Z] ---> Running in 9afac4f025c8 [2021-01-28T00:53:27.853Z] Removing intermediate container a78d38fe6e15 [2021-01-28T00:53:27.853Z] ---> 0d27deb96c7e [2021-01-28T00:53:27.853Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:53:28.047Z] ---> 5302f61bbeec [2021-01-28T00:53:28.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:53:28.446Z] ---> Running in 5aa7233d4c84 [2021-01-28T00:53:28.659Z] ---> Running in 456aa8d18246 [2021-01-28T00:53:29.593Z] Removing intermediate container 5aa7233d4c84 [2021-01-28T00:53:29.593Z] ---> d15a19036134 [2021-01-28T00:53:29.593Z] Step 25/26 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:29.657Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:53:29.658Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:53:29.658Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:53:29.937Z] Removing intermediate container 456aa8d18246 [2021-01-28T00:53:29.937Z] ---> ce5c8cad767b [2021-01-28T00:53:29.937Z] [2021-01-28T00:53:29.937Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:53:29.937Z] + git describe '--abbrev=0' --tags [2021-01-28T00:53:29.937Z] + TAG=v0.6.1 [2021-01-28T00:53:29.937Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:53:29.937Z] + apk --print-arch [2021-01-28T00:53:29.937Z] building [dockerize] for arm64 ... [2021-01-28T00:53:29.937Z] + arch=aarch64 [2021-01-28T00:53:29.937Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:53:29.937Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:53:30.225Z] Successfully built ce5c8cad767b [2021-01-28T00:53:30.225Z] ---> 433b9ac019ad [2021-01-28T00:53:30.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:30.355Z] ---> Running in 85247fc497ed [2021-01-28T00:53:30.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:30.502Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:53:30.502Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-28T00:53:30.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:53:31.485Z] ---> 5e8059434ae3 [2021-01-28T00:53:31.485Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:53:31.485Z] ---> Running in e639ae85bf5f [2021-01-28T00:53:31.667Z] Removing intermediate container 85247fc497ed [2021-01-28T00:53:31.667Z] ---> 9eea87b30973 [2021-01-28T00:53:31.667Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:53:31.667Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:53:31.999Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:53:31.999Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:31.999Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:53:31.999Z] ---> Running in 468b1f17b98a [2021-01-28T00:53:32.086Z] Removing intermediate container e639ae85bf5f [2021-01-28T00:53:32.086Z] ---> 0a47b8a7b479 [2021-01-28T00:53:32.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:32.298Z] OK: 6 MiB in 16 packages [2021-01-28T00:53:32.360Z] ---> Running in ff031443e169 [2021-01-28T00:53:32.625Z] Removing intermediate container 468b1f17b98a [2021-01-28T00:53:32.625Z] ---> 3c75c3430db6 [2021-01-28T00:53:32.625Z] [2021-01-28T00:53:32.956Z] Removing intermediate container ff031443e169 [2021-01-28T00:53:32.956Z] ---> dbf7ef38bdc5 [2021-01-28T00:53:32.956Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:53:32.956Z] ---> Running in b9496eca98c2 [2021-01-28T00:53:33.829Z] Successfully built 3c75c3430db6 [2021-01-28T00:53:33.829Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:53:33.940Z] Removing intermediate container b9496eca98c2 [2021-01-28T00:53:33.940Z] ---> 6d5023ab121d [2021-01-28T00:53:33.940Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:34.217Z] ---> Running in d93600092971 [2021-01-28T00:53:34.853Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9afac4f025c8 [2021-01-28T00:53:34.854Z] ---> ae70bd27df56 [2021-01-28T00:53:34.854Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:53:35.191Z] ---> Running in 305e406bc8b4 [2021-01-28T00:53:35.217Z] + date [2021-01-28T00:53:35.217Z] Thu Jan 28 00:53:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:53:35.218Z] + echo 'Thu Jan 28 00:53:34 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:53:35.218Z] Removing intermediate container d93600092971 [2021-01-28T00:53:35.218Z] ---> c41d27148bde [2021-01-28T00:53:35.218Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:53:35.828Z] ---> Running in fa68b0f651b7 [2021-01-28T00:53:35.923Z] Removing intermediate container 305e406bc8b4 [2021-01-28T00:53:35.923Z] ---> af5b70306e2d [2021-01-28T00:53:35.923Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:53:35.923Z] ---> Running in 2878c3008066 [2021-01-28T00:53:36.665Z] Removing intermediate container 2878c3008066 [2021-01-28T00:53:36.665Z] ---> fa9c41bf1ab5 [2021-01-28T00:53:36.665Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:53:36.974Z] ---> Running in 048133bd92f2 [2021-01-28T00:53:37.272Z] Removing intermediate container fa68b0f651b7 [2021-01-28T00:53:37.272Z] ---> e846707a6399 [2021-01-28T00:53:37.272Z] [2021-01-28T00:53:37.549Z] Successfully built e846707a6399 [2021-01-28T00:53:37.741Z] Removing intermediate container 048133bd92f2 [2021-01-28T00:53:37.741Z] ---> 960519b9028c [2021-01-28T00:53:37.741Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:53:37.824Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:53:37.824Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-28T00:53:39.431Z] ---> 89e09bb7c489 [2021-01-28T00:53:39.431Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:53:41.930Z] ---> 97c3997fe497 [2021-01-28T00:53:41.930Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:53:42.752Z] ---> 4cb29baa0494 [2021-01-28T00:53:42.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:53:43.539Z] ---> Running in b0d8c91609b2 [2021-01-28T00:53:44.773Z] Removing intermediate container b0d8c91609b2 [2021-01-28T00:53:44.773Z] ---> b720b40f524f [2021-01-28T00:53:44.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:53:44.773Z] ---> Running in e1731a8fe596 [2021-01-28T00:53:45.509Z] Removing intermediate container e1731a8fe596 [2021-01-28T00:53:45.509Z] ---> ce3a4ac85196 [2021-01-28T00:53:45.509Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:53:46.122Z] Removing intermediate container ae830773b630 [2021-01-28T00:53:46.122Z] ---> a13881f60232 [2021-01-28T00:53:46.122Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:53:46.680Z] ---> Running in 42c029d3950b [2021-01-28T00:53:47.011Z] Removing intermediate container 42c029d3950b [2021-01-28T00:53:47.011Z] ---> 98297b0592ed [2021-01-28T00:53:47.011Z] Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:53:47.011Z] ---> Running in 57a47bc0a1ce [2021-01-28T00:53:47.291Z] Removing intermediate container 57a47bc0a1ce [2021-01-28T00:53:47.291Z] ---> 1e5b9eccb26c [2021-01-28T00:53:47.291Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:53:47.562Z] ---> Running in 9f3209e293be [2021-01-28T00:53:47.601Z] ---> Running in 0796955fdd7a [2021-01-28T00:53:48.416Z] Removing intermediate container 0796955fdd7a [2021-01-28T00:53:48.416Z] ---> 0c6c951963dc [2021-01-28T00:53:48.416Z] [2021-01-28T00:53:48.874Z] Successfully built 0c6c951963dc [2021-01-28T00:53:49.013Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:53:49.013Z] statically linked [2021-01-28T00:53:49.297Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:53:51.765Z] Removing intermediate container 9f3209e293be [2021-01-28T00:53:51.765Z] ---> cd0537a18dac [2021-01-28T00:53:51.765Z] [2021-01-28T00:53:51.765Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:53:51.765Z] ---> afeebe901d6b [2021-01-28T00:53:51.765Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:53:51.765Z] ---> Running in 8b3c48272e0e [2021-01-28T00:53:52.357Z] Removing intermediate container 8b3c48272e0e [2021-01-28T00:53:52.357Z] ---> 3474f2fb2942 [2021-01-28T00:53:52.358Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:53:52.635Z] ---> Running in 30c49a17dbe2 [2021-01-28T00:53:53.133Z]  Building docker-support-notifications-go ... done + date [2021-01-28T00:53:53.133Z] + echo 'Thu Jan 28 00:53:52 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:53:53.133Z] Thu Jan 28 00:53:52 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:53:54.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:54.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:53:54.666Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:53:54.666Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:53:54.666Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:53:54.666Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:53:54.666Z] OK: 6 MiB in 17 packages [2021-01-28T00:53:58.044Z] Removing intermediate container 30c49a17dbe2 [2021-01-28T00:53:58.044Z] ---> 7c7bfe66080b [2021-01-28T00:53:58.044Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:53:58.044Z] ---> Running in 44249b93dcf4 [2021-01-28T00:53:59.027Z] Removing intermediate container 44249b93dcf4 [2021-01-28T00:53:59.027Z] ---> d4e7c7fb4645 [2021-01-28T00:53:59.027Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:53:59.302Z] ---> Running in f752e346bb3e [2021-01-28T00:53:59.892Z] Removing intermediate container f752e346bb3e [2021-01-28T00:53:59.892Z] ---> 372eff652746 [2021-01-28T00:53:59.892Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:54:00.163Z] ---> Running in b7f47c4e7152 [2021-01-28T00:54:01.610Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:01.610Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:01.610Z] ---> c5e1602aaa63 [2021-01-28T00:54:01.610Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:54:01.610Z] ---> Using cache [2021-01-28T00:54:01.610Z] ---> ac1d072b456f [2021-01-28T00:54:01.610Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:01.610Z] ---> Using cache [2021-01-28T00:54:01.610Z] ---> 3adee30233dc [2021-01-28T00:54:01.610Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:54:02.211Z] ---> Running in fab9c795c60b [2021-01-28T00:54:03.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:03.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:03.081Z] ---> c5e1602aaa63 [2021-01-28T00:54:03.081Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:54:03.081Z] ---> Using cache [2021-01-28T00:54:03.081Z] ---> ac1d072b456f [2021-01-28T00:54:03.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:03.081Z] ---> Using cache [2021-01-28T00:54:03.081Z] ---> 3adee30233dc [2021-01-28T00:54:03.081Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:54:03.081Z] ---> Using cache [2021-01-28T00:54:03.081Z] ---> 04339f8d4107 [2021-01-28T00:54:03.081Z] Step 6/23 : COPY go.mod . [2021-01-28T00:54:03.081Z] ---> Using cache [2021-01-28T00:54:03.081Z] ---> d67b32ff9aac [2021-01-28T00:54:03.081Z] Step 7/23 : RUN go mod download [2021-01-28T00:54:03.081Z] ---> Using cache [2021-01-28T00:54:03.081Z] ---> f948de7db74a [2021-01-28T00:54:03.081Z] Step 8/23 : COPY . . [2021-01-28T00:54:03.352Z] ---> Using cache [2021-01-28T00:54:03.352Z] ---> e444b7ac3683 [2021-01-28T00:54:03.352Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:54:03.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:04.221Z] Removing intermediate container b7f47c4e7152 [2021-01-28T00:54:04.221Z] ---> fce9d585f821 [2021-01-28T00:54:04.221Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:54:04.221Z] ---> Running in 83a353b955f0 [2021-01-28T00:54:04.814Z] ---> Running in 269bb9b0a57f [2021-01-28T00:54:04.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:05.791Z] OK: 217 MiB in 51 packages [2021-01-28T00:54:06.407Z] Removing intermediate container 269bb9b0a57f [2021-01-28T00:54:06.408Z] ---> 5d6efda4fb59 [2021-01-28T00:54:06.408Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:54:06.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:54:07.857Z] Removing intermediate container fab9c795c60b [2021-01-28T00:54:07.857Z] ---> 8e1256b2af8e [2021-01-28T00:54:07.857Z] Step 6/26 : COPY go.mod . [2021-01-28T00:54:09.314Z] ---> fa711714f769 [2021-01-28T00:54:09.314Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:54:09.593Z] ---> 551a0f2efeb8 [2021-01-28T00:54:09.593Z] Step 7/26 : RUN go mod download [2021-01-28T00:54:10.205Z] ---> Running in 1d2470a0cd22 [2021-01-28T00:54:10.817Z] ---> 1e4347baca61 [2021-01-28T00:54:10.817Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:54:11.410Z] ---> Running in 822a650209d3 [2021-01-28T00:54:12.172Z] Removing intermediate container d280506e41bf [2021-01-28T00:54:12.172Z] ---> 1293dfda98eb [2021-01-28T00:54:12.172Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:54:12.172Z] ---> Running in 9f6e9a6e412c [2021-01-28T00:54:12.172Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:54:12.172Z] statically linked [2021-01-28T00:54:12.172Z] Removing intermediate container 9f6e9a6e412c [2021-01-28T00:54:12.172Z] ---> b54ef570caf9 [2021-01-28T00:54:12.172Z] [2021-01-28T00:54:12.172Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:54:12.172Z] ---> 389fef711851 [2021-01-28T00:54:12.172Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:54:12.172Z] ---> Running in f43666696f9c [2021-01-28T00:54:12.172Z] Removing intermediate container f43666696f9c [2021-01-28T00:54:12.172Z] ---> 44b3a9581cf6 [2021-01-28T00:54:12.172Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:54:12.172Z] ---> Running in 60a699027b9f [2021-01-28T00:54:13.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:13.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:54:13.606Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:54:13.606Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:54:13.606Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:54:13.606Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:54:13.606Z] OK: 6 MiB in 17 packages [2021-01-28T00:54:14.800Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:14.800Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:14.800Z] ---> c5e1602aaa63 [2021-01-28T00:54:14.800Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:54:14.800Z] ---> Using cache [2021-01-28T00:54:14.800Z] ---> ac1d072b456f [2021-01-28T00:54:14.800Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:14.800Z] ---> Using cache [2021-01-28T00:54:14.800Z] ---> 3adee30233dc [2021-01-28T00:54:14.800Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:54:15.165Z] Removing intermediate container 60a699027b9f [2021-01-28T00:54:15.165Z] ---> e712ec3f76ef [2021-01-28T00:54:15.165Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:54:15.465Z] ---> Running in f7ee1c471125 [2021-01-28T00:54:15.848Z] Removing intermediate container f7ee1c471125 [2021-01-28T00:54:15.848Z] ---> 92f84ad2927b [2021-01-28T00:54:15.848Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:54:16.130Z] ---> Running in 791d4c4f4a29 [2021-01-28T00:54:16.257Z] ---> Running in 5fa6e38b5806 [2021-01-28T00:54:16.449Z] Removing intermediate container 791d4c4f4a29 [2021-01-28T00:54:16.449Z] ---> 0caa3fc302fd [2021-01-28T00:54:16.449Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:54:16.790Z] ---> Running in fc38c3b37fc7 [2021-01-28T00:54:17.720Z] Removing intermediate container 822a650209d3 [2021-01-28T00:54:17.721Z] ---> 1e2416611a06 [2021-01-28T00:54:17.721Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:17.721Z] Removing intermediate container 1d2470a0cd22 [2021-01-28T00:54:17.721Z] ---> fb1615aed5dd [2021-01-28T00:54:17.721Z] Step 8/26 : COPY . . [2021-01-28T00:54:18.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:19.331Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:54:19.331Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:54:19.331Z] ---> c5e1602aaa63 [2021-01-28T00:54:19.331Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:54:19.331Z] ---> Using cache [2021-01-28T00:54:19.331Z] ---> ac1d072b456f [2021-01-28T00:54:19.331Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:54:19.331Z] ---> Using cache [2021-01-28T00:54:19.331Z] ---> 3adee30233dc [2021-01-28T00:54:19.331Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:54:19.331Z] ---> Using cache [2021-01-28T00:54:19.331Z] ---> 04339f8d4107 [2021-01-28T00:54:19.331Z] Step 6/22 : COPY go.mod . [2021-01-28T00:54:19.331Z] ---> Using cache [2021-01-28T00:54:19.331Z] ---> d67b32ff9aac [2021-01-28T00:54:19.331Z] Step 7/22 : RUN go mod download [2021-01-28T00:54:19.331Z] ---> Using cache [2021-01-28T00:54:19.331Z] ---> f948de7db74a [2021-01-28T00:54:19.331Z] Step 8/22 : COPY . . [2021-01-28T00:54:19.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:54:19.331Z] ---> 8bc045539848 [2021-01-28T00:54:19.331Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:54:19.490Z] Removing intermediate container fc38c3b37fc7 [2021-01-28T00:54:19.490Z] ---> 35cf6ab3510d [2021-01-28T00:54:19.490Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:54:19.606Z] ---> Using cache [2021-01-28T00:54:19.606Z] ---> e444b7ac3683 [2021-01-28T00:54:19.606Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:54:19.774Z] ---> Running in 392c5eff2ec3 [2021-01-28T00:54:20.207Z] ---> Running in 46eb8b492bf0 [2021-01-28T00:54:20.207Z] OK: 217 MiB in 51 packages [2021-01-28T00:54:20.511Z] Removing intermediate container 392c5eff2ec3 [2021-01-28T00:54:20.511Z] ---> e2ebc6e2bd50 [2021-01-28T00:54:20.511Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:54:22.007Z] ---> bf73e49d8bf2 [2021-01-28T00:54:22.007Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:54:22.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:54:22.987Z] ---> df22d55ef67e [2021-01-28T00:54:22.987Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:54:22.987Z] Removing intermediate container 5fa6e38b5806 [2021-01-28T00:54:22.987Z] ---> 5b1db463d2e9 [2021-01-28T00:54:22.987Z] Step 6/23 : COPY go.mod . [2021-01-28T00:54:23.012Z] ---> 0bdf2a20b6a6 [2021-01-28T00:54:23.012Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:54:23.012Z] ---> Running in 23bbab7388b5 [2021-01-28T00:54:24.550Z] ---> 34e64e2a2207 [2021-01-28T00:54:24.550Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:54:24.828Z] ---> 09b820fafcf7 [2021-01-28T00:54:24.828Z] Step 7/23 : RUN go mod download [2021-01-28T00:54:25.105Z] ---> Running in 4c1dd996195f [2021-01-28T00:54:27.649Z] Removing intermediate container 23bbab7388b5 [2021-01-28T00:54:27.649Z] ---> 3271b827518b [2021-01-28T00:54:27.649Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:54:27.788Z] ---> 4a7306050ccf [2021-01-28T00:54:27.788Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:54:28.208Z] ---> 32ed586adcea [2021-01-28T00:54:28.208Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:54:29.765Z] ---> 15a507d3a8a2 [2021-01-28T00:54:29.765Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:54:29.859Z] ---> 2ca63e0e395a [2021-01-28T00:54:29.859Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:54:30.153Z] Removing intermediate container 4c1dd996195f [2021-01-28T00:54:30.153Z] ---> 0ec919a5efeb [2021-01-28T00:54:30.153Z] Step 8/23 : COPY . . [2021-01-28T00:54:30.410Z] ---> 91af057bf196 [2021-01-28T00:54:30.410Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:54:30.445Z] ---> Running in 4af6d6b81ef9 [2021-01-28T00:54:31.441Z] Removing intermediate container 4af6d6b81ef9 [2021-01-28T00:54:31.441Z] ---> eabd6afbbd19 [2021-01-28T00:54:31.441Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:54:31.563Z] ---> bd97d78b346f [2021-01-28T00:54:31.563Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:54:32.640Z] ---> db042913176b [2021-01-28T00:54:32.640Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:54:32.939Z] ---> Running in 0f361460601d [2021-01-28T00:54:33.244Z] Removing intermediate container 0f361460601d [2021-01-28T00:54:33.244Z] ---> 8bbd0dee8425 [2021-01-28T00:54:33.244Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:54:33.432Z] ---> 75143f500113 [2021-01-28T00:54:33.711Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:54:34.331Z] ---> 9f54a4ba0324 [2021-01-28T00:54:34.331Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:54:34.331Z] ---> Running in fa05abb3a781 [2021-01-28T00:54:34.721Z] ---> Running in a69ffb323476 [2021-01-28T00:54:36.556Z] Removing intermediate container fa05abb3a781 [2021-01-28T00:54:36.556Z] ---> 6bc50a583e8e [2021-01-28T00:54:36.556Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:54:36.874Z] ---> Running in b7a112607bcc [2021-01-28T00:54:37.601Z] Removing intermediate container b7a112607bcc [2021-01-28T00:54:37.601Z] ---> 4851904c55bd [2021-01-28T00:54:37.601Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:54:37.933Z] ---> Running in fad255da821f [2021-01-28T00:54:38.207Z] Removing intermediate container fad255da821f [2021-01-28T00:54:38.207Z] ---> 275ed6e2a1fd [2021-01-28T00:54:38.207Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:54:38.480Z] ---> Running in c9c61ecd6e11 [2021-01-28T00:54:38.774Z] Removing intermediate container c9c61ecd6e11 [2021-01-28T00:54:38.774Z] ---> bc62da9e6623 [2021-01-28T00:54:38.774Z] Step 33/34 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:54:39.073Z] ---> Running in 066e63d9e9a7 [2021-01-28T00:54:39.359Z] Removing intermediate container 066e63d9e9a7 [2021-01-28T00:54:39.359Z] ---> 5843bda8cd4c [2021-01-28T00:54:39.359Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:54:39.668Z] ---> Running in f1683879950f [2021-01-28T00:54:40.221Z] Removing intermediate container a69ffb323476 [2021-01-28T00:54:40.221Z] ---> 32f2e4e88728 [2021-01-28T00:54:40.221Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:54:40.703Z] Removing intermediate container f1683879950f [2021-01-28T00:54:40.703Z] ---> a08a9b4be027 [2021-01-28T00:54:40.703Z] [2021-01-28T00:54:40.997Z] Successfully built a08a9b4be027 [2021-01-28T00:54:40.997Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:54:41.653Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T00:54:41.682Z] $ docker stop --time=1 abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 [2021-01-28T00:54:42.249Z] ---> Running in f8e46ad3db78 [2021-01-28T00:54:43.783Z] Removing intermediate container f8e46ad3db78 [2021-01-28T00:54:43.783Z] ---> 95c6bbac210b [2021-01-28T00:54:43.783Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:54:44.473Z] $ docker rm -f abda420b58c618f64acf0592f0dc796d28efc6f1bf35c52c005055cae67c16b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:54:45.309Z] ---> Running in a84c6ad5037b [2021-01-28T00:54:45.314Z] + docker images [2021-01-28T00:54:45.314Z] + grep docker [2021-01-28T00:54:45.983Z] docker-security-bootstrapper-go latest a08a9b4be027 5 seconds ago 33.5MB [2021-01-28T00:54:45.984Z] docker-support-notifications-go latest 0c6c951963dc 57 seconds ago 16.9MB [2021-01-28T00:54:45.984Z] docker-sys-mgmt-agent-go latest 3c75c3430db6 About a minute ago 313MB [2021-01-28T00:54:45.984Z] docker-security-secretstore-setup-go latest 6486a71043b7 About a minute ago 24.6MB [2021-01-28T00:54:45.984Z] docker-core-command-go latest e5d7d44ac992 About a minute ago 16.3MB [2021-01-28T00:54:45.984Z] docker-core-data-go latest fcb9c495ac01 3 minutes ago 22.3MB [2021-01-28T00:54:45.984Z] docker-security-proxy-setup-go latest a8ffc205a745 4 minutes ago 24.4MB [2021-01-28T00:54:45.984Z] docker-core-metadata-go latest f5dbc8af8537 4 minutes ago 18.8MB [2021-01-28T00:54:45.984Z] docker-support-scheduler-go latest 39645834e263 4 minutes ago 16.4MB [2021-01-28T00:54:45.984Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-01-28T00:54:46.813Z] Removing intermediate container a84c6ad5037b [2021-01-28T00:54:46.814Z] ---> 01f6f179d878 [2021-01-28T00:54:46.814Z] Step 32/34 : LABEL arch=arm64 [Pipeline] node [2021-01-28T00:54:47.833Z] ---> Running in 1ff201ffa676 [2021-01-28T00:54:48.837Z] Removing intermediate container 1ff201ffa676 [2021-01-28T00:54:48.837Z] ---> 9fcd7d93da7c [2021-01-28T00:54:48.837Z] Step 33/34 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:54:49.124Z] ---> 9be23e057f00 [2021-01-28T00:54:49.124Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:54:49.734Z] ---> Running in afd601948ed0 [2021-01-28T00:54:50.010Z] ---> Running in 48682755554e [2021-01-28T00:54:51.467Z] Removing intermediate container 48682755554e [2021-01-28T00:54:51.467Z] ---> 9ca04f3c24cb [2021-01-28T00:54:51.467Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:54:52.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:54:53.099Z] ---> Running in b596e2e5b29f [2021-01-28T00:54:54.097Z] Removing intermediate container b596e2e5b29f [2021-01-28T00:54:54.097Z] ---> fdb93c05c368 [2021-01-28T00:54:54.097Z] [2021-01-28T00:54:55.117Z] Successfully built fdb93c05c368 [2021-01-28T00:54:55.117Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:55:01.108Z]  Building docker-security-bootstrapper-go ... done  ---> cf1e8630c064 [2021-01-28T00:55:01.108Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:55:01.108Z] ---> Running in df7336633a15 [2021-01-28T00:55:01.836Z] Still waiting to schedule task [2021-01-28T00:55:01.836Z] ‘prd-ubuntu18.04-docker-8c-8g-23598’ is offline [2021-01-28T00:55:03.113Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:55:11.465Z] Removing intermediate container 83a353b955f0 [2021-01-28T00:55:11.465Z] ---> fa4e3ce69d46 [2021-01-28T00:55:11.465Z] [2021-01-28T00:55:11.465Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:55:11.465Z] ---> afeebe901d6b [2021-01-28T00:55:11.465Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:55:11.465Z] ---> Using cache [2021-01-28T00:55:11.465Z] ---> 8dedfa768234 [2021-01-28T00:55:11.465Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:55:11.465Z] ---> Using cache [2021-01-28T00:55:11.465Z] ---> 0ec3b3c08196 [2021-01-28T00:55:11.465Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:55:11.744Z] ---> Running in 5f07314a964d [2021-01-28T00:55:12.362Z] Removing intermediate container 5f07314a964d [2021-01-28T00:55:12.362Z] ---> 5e37f08054fb [2021-01-28T00:55:12.362Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:55:12.641Z] ---> Running in f175ed27e9fd [2021-01-28T00:55:13.256Z] Removing intermediate container f175ed27e9fd [2021-01-28T00:55:13.256Z] ---> 8c7d4b6543f4 [2021-01-28T00:55:13.256Z] Step 15/23 : WORKDIR / [2021-01-28T00:55:13.256Z] ---> Running in 66f3d41cbbb1 [2021-01-28T00:55:13.867Z] Removing intermediate container 66f3d41cbbb1 [2021-01-28T00:55:13.867Z] ---> bbab89451f20 [2021-01-28T00:55:13.867Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:55:15.315Z] ---> a4f25922c321 [2021-01-28T00:55:15.315Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:55:16.774Z] ---> 80d44bc6f605 [2021-01-28T00:55:16.774Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:55:17.760Z] ---> 39a5c598bc7b [2021-01-28T00:55:17.760Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:55:18.042Z] ---> Running in 819f18c6beab [2021-01-28T00:55:18.656Z] Removing intermediate container 819f18c6beab [2021-01-28T00:55:18.656Z] ---> 045b761f8137 [2021-01-28T00:55:18.656Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:18.949Z] ---> Running in 6618b7f38826 [2021-01-28T00:55:19.554Z] Removing intermediate container 6618b7f38826 [2021-01-28T00:55:19.554Z] ---> 44701db07d40 [2021-01-28T00:55:19.554Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:55:19.555Z] ---> Running in 4a945b056728 [2021-01-28T00:55:20.163Z] Removing intermediate container 4a945b056728 [2021-01-28T00:55:20.163Z] ---> f144a486fd88 [2021-01-28T00:55:20.163Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:55:20.440Z] ---> Running in f0b2b69bd45d [2021-01-28T00:55:21.055Z] Removing intermediate container f0b2b69bd45d [2021-01-28T00:55:21.055Z] ---> a10f0aad0cdc [2021-01-28T00:55:21.055Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:55:21.330Z] ---> Running in 6594096d02b1 [2021-01-28T00:55:21.951Z] Removing intermediate container 6594096d02b1 [2021-01-28T00:55:21.951Z] ---> 471e5f309825 [2021-01-28T00:55:21.951Z] [2021-01-28T00:55:22.555Z] Successfully built 471e5f309825 [2021-01-28T00:55:22.555Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:55:37.749Z]  Building docker-core-command-go ... done Removing intermediate container 46eb8b492bf0 [2021-01-28T00:55:37.749Z] ---> c81a56cbd557 [2021-01-28T00:55:37.749Z] [2021-01-28T00:55:37.749Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:55:37.749Z] ---> afeebe901d6b [2021-01-28T00:55:37.749Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:55:37.749Z] ---> Using cache [2021-01-28T00:55:37.749Z] ---> 8dedfa768234 [2021-01-28T00:55:37.749Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:55:37.749Z] ---> Using cache [2021-01-28T00:55:37.749Z] ---> 0ec3b3c08196 [2021-01-28T00:55:37.749Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:55:37.749Z] ---> Running in 2db73ef73231 [2021-01-28T00:55:37.749Z] Removing intermediate container 2db73ef73231 [2021-01-28T00:55:37.749Z] ---> 12110b8f4178 [2021-01-28T00:55:37.749Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:55:37.749Z] ---> Running in 367b0320c286 [2021-01-28T00:55:37.749Z] Removing intermediate container 367b0320c286 [2021-01-28T00:55:37.749Z] ---> 14678e837f15 [2021-01-28T00:55:37.749Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:55:38.036Z] ---> 0ec994ada598 [2021-01-28T00:55:38.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:55:40.049Z] ---> 6a0ba95e1c2f [2021-01-28T00:55:40.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:55:41.104Z] ---> 6595d7982a0b [2021-01-28T00:55:41.104Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:55:41.104Z] ---> Running in 08b875662ce5 [2021-01-28T00:55:41.916Z] Removing intermediate container 08b875662ce5 [2021-01-28T00:55:41.916Z] ---> 76771501e356 [2021-01-28T00:55:41.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:55:41.916Z] ---> Running in bbd887ed13a3 [2021-01-28T00:55:42.942Z] Removing intermediate container bbd887ed13a3 [2021-01-28T00:55:42.942Z] ---> 86cf0ea69d8a [2021-01-28T00:55:42.942Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:55:42.942Z] ---> Running in d7cc383fe3b2 [2021-01-28T00:55:43.559Z] Removing intermediate container d7cc383fe3b2 [2021-01-28T00:55:43.559Z] ---> 3f49a2446309 [2021-01-28T00:55:43.559Z] Step 21/22 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:55:43.842Z] ---> Running in 2331b79778dc [2021-01-28T00:55:44.461Z] Removing intermediate container 2331b79778dc [2021-01-28T00:55:44.461Z] ---> e32585833b36 [2021-01-28T00:55:44.461Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:55:44.741Z] ---> Running in 552ee6a5c1eb [2021-01-28T00:55:45.354Z] Removing intermediate container 552ee6a5c1eb [2021-01-28T00:55:45.354Z] ---> ac1eaf7bdcdc [2021-01-28T00:55:45.354Z] [2021-01-28T00:55:45.959Z] Successfully built ac1eaf7bdcdc [2021-01-28T00:55:45.959Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:55:53.471Z] Running on prd-ubuntu18.04-docker-8c-8g-23615 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-28T00:55:53.535Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-01-28T00:55:56.293Z] using credential edgex-jenkins-ssh [2021-01-28T00:55:56.478Z] Cloning the remote Git repository [2021-01-28T00:55:56.498Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:55:56.584Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-01-28T00:55:56.632Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:55:56.632Z] > git --version # timeout=10 [2021-01-28T00:55:56.647Z] > git --version # 'git version 2.17.1' [2021-01-28T00:55:56.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:55:56.679Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:55:58.505Z]  Building docker-support-scheduler-go ... done Removing intermediate container afd601948ed0 [2021-01-28T00:55:58.505Z] ---> 1a87762e8502 [2021-01-28T00:55:58.505Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:55:58.505Z] ---> Running in 19a40034a6f5 [2021-01-28T00:55:59.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:56:02.674Z] Removing intermediate container 19a40034a6f5 [2021-01-28T00:56:02.674Z] ---> 276e16ec12d9 [2021-01-28T00:56:02.674Z] [2021-01-28T00:56:02.674Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:56:02.674Z] 20.10.0: Pulling from library/docker [2021-01-28T00:56:02.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:56:02.827Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:56:02.838Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:56:02.847Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:56:02.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:56:02.852Z] > 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-01-28T00:56:04.033Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-28T00:56:04.273Z] Merge succeeded, producing 17b8577bc60e79c6ce225a7917ac5874b6a6b29d [2021-01-28T00:56:04.274Z] Checking out Revision 17b8577bc60e79c6ce225a7917ac5874b6a6b29d (PR-3034) [2021-01-28T00:56:04.039Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:56:04.044Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-28T00:56:04.123Z] > git remote # timeout=10 [2021-01-28T00:56:04.129Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:56:04.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:56:04.137Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:56:04.264Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:56:04.275Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:56:04.279Z] > git checkout -f 17b8577bc60e79c6ce225a7917ac5874b6a6b29d # timeout=10 [2021-01-28T00:56:07.941Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:56:07.950Z] First time build. Skipping changelog. [2021-01-28T00:56:07.942Z] > git rev-list --no-walk 40109873e19de7e856760f01e62c8d63838aaf45 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:08.978Z] + echo snap-build.sh [2021-01-28T00:56:08.978Z] snap-build.sh [2021-01-28T00:56:08.978Z] + SNAP_BASE_DIR=. [2021-01-28T00:56:08.978Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-01-28T00:56:08.978Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-01-28T00:56:08.978Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-01-28T00:56:08.978Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-01-28T00:56:08.978Z] + cd /w/workspace/edgex-go/11 [2021-01-28T00:56:08.978Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:56:08.978Z] Reading package lists... [2021-01-28T00:56:08.978Z] Building dependency tree... [2021-01-28T00:56:08.978Z] Reading state information... [2021-01-28T00:56:09.241Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:56:09.241Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:56:09.241Z] uidmap xdelta3 [2021-01-28T00:56:09.241Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:56:09.241Z] The following packages will be REMOVED: [2021-01-28T00:56:09.241Z] lxd* lxd-client* [2021-01-28T00:56:09.504Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:56:09.504Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:56:10.559Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-28T00:56:10.560Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:56:11.002Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:56:11.003Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:56:11.003Z] ---> eeaf43b92773 [2021-01-28T00:56:11.003Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:56:11.502Z] Removing lxd dnsmasq configuration [2021-01-28T00:56:11.502Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:56:11.502Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:56:11.974Z] ---> Running in f4eb2eb84f34 [2021-01-28T00:56:12.444Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:56:12.710Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-28T00:56:12.710Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:56:12.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:13.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:13.828Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:56:13.828Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:56:14.099Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:56:14.099Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:56:14.099Z] OK: 12 MiB in 22 packages [2021-01-28T00:56:14.104Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:56:14.104Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:56:14.381Z] Removing intermediate container df7336633a15 [2021-01-28T00:56:14.381Z] ---> 33acb1655da6 [2021-01-28T00:56:14.381Z] [2021-01-28T00:56:14.381Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:56:14.381Z] ---> afeebe901d6b [2021-01-28T00:56:14.381Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:56:14.653Z] ---> Running in 1f5e81d970f2 [2021-01-28T00:56:15.048Z] + sudo snap remove --purge lxd [2021-01-28T00:56:15.249Z] Removing intermediate container 1f5e81d970f2 [2021-01-28T00:56:15.249Z] ---> 840ebf7add41 [2021-01-28T00:56:15.249Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:56:15.249Z] Removing intermediate container f4eb2eb84f34 [2021-01-28T00:56:15.249Z] ---> 19217d5c7fd6 [2021-01-28T00:56:15.249Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:56:15.316Z] snap "lxd" is not installed [2021-01-28T00:56:15.317Z] + sudo groupadd --force --system lxd [2021-01-28T00:56:15.317Z] ++ whoami [2021-01-28T00:56:15.317Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:56:15.317Z] + newgrp - lxd [2021-01-28T00:56:15.317Z] + sudo snap install lxd [2021-01-28T00:56:15.539Z] ---> Running in 985faf7d7b5b [2021-01-28T00:56:15.539Z] ---> Running in 9ab2858782c2 [2021-01-28T00:56:15.812Z] Removing intermediate container 985faf7d7b5b [2021-01-28T00:56:15.812Z] ---> 4b4b5dc4a2b2 [2021-01-28T00:56:15.812Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:56:16.088Z] Removing intermediate container 9ab2858782c2 [2021-01-28T00:56:16.088Z] ---> 857e4d363189 [2021-01-28T00:56:16.088Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:56:16.088Z] ---> Running in f4d023834af5 [2021-01-28T00:56:16.088Z] ---> Running in 3a55858b489c [2021-01-28T00:56:16.685Z] Removing intermediate container f4d023834af5 [2021-01-28T00:56:16.685Z] ---> 99edd2b8f0bc [2021-01-28T00:56:16.685Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:56:16.685Z] Removing intermediate container 3a55858b489c [2021-01-28T00:56:16.685Z] ---> 0d683a94742b [2021-01-28T00:56:16.685Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:56:16.685Z] ---> Running in 383906a28b94 [2021-01-28T00:56:16.970Z] ---> Running in 7e4903306231 [2021-01-28T00:56:17.255Z] Removing intermediate container 7e4903306231 [2021-01-28T00:56:17.255Z] ---> c8e66c2f5b0c [2021-01-28T00:56:17.255Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:56:18.727Z] ---> 58f8dc3c1555 [2021-01-28T00:56:18.727Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:56:19.324Z] ---> a4bcbee15857 [2021-01-28T00:56:19.324Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:56:19.324Z] Removing intermediate container 383906a28b94 [2021-01-28T00:56:19.324Z] ---> b97f26329784 [2021-01-28T00:56:19.324Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:56:19.324Z] ---> Running in 7664cee7adf5 [2021-01-28T00:56:20.307Z] ---> ee7b59f8ea87 [2021-01-28T00:56:20.307Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:56:20.307Z] ---> Running in 2112798c44bd [2021-01-28T00:56:20.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:21.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:21.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:21.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:56:22.157Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:56:22.157Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:56:22.157Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:56:22.157Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:56:22.157Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:56:22.157Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:56:22.157Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:56:23.511Z] 2021-01-28T00:56:20Z INFO Waiting for automatic snapd restart... [2021-01-28T00:56:24.779Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:56:24.779Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:56:24.779Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:56:25.057Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:56:26.496Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:56:26.496Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:56:26.496Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:56:26.496Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:56:26.496Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:56:26.496Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:56:26.496Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:56:26.496Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:56:26.768Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:56:26.768Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:56:26.768Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:56:26.768Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:56:26.768Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:56:27.044Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:56:27.044Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:56:27.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:56:27.044Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:56:27.044Z] OK: 8 MiB in 20 packages [2021-01-28T00:56:27.044Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:56:27.044Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:56:27.044Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:56:27.044Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:56:27.323Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:56:27.323Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:56:27.323Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:56:27.323Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:56:27.323Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:56:27.323Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:56:27.323Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:56:27.323Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:56:27.603Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:56:27.603Z] OK: 71 MiB in 55 packages [2021-01-28T00:56:29.594Z] Removing intermediate container 7664cee7adf5 [2021-01-28T00:56:29.594Z] ---> 2a1be25a2892 [2021-01-28T00:56:29.594Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:56:30.589Z] ---> 7b13e55974ea [2021-01-28T00:56:30.589Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:56:32.580Z] ---> d65cf7becdf9 [2021-01-28T00:56:32.580Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:56:33.178Z] ---> 5f96dfd83d34 [2021-01-28T00:56:33.178Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:56:33.451Z] ---> Running in 022c0a528c9b [2021-01-28T00:56:34.048Z] Removing intermediate container 022c0a528c9b [2021-01-28T00:56:34.048Z] ---> 4fed885479c3 [2021-01-28T00:56:34.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:56:34.326Z] Removing intermediate container 2112798c44bd [2021-01-28T00:56:34.326Z] ---> a291f8e79aa6 [2021-01-28T00:56:34.326Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:56:34.326Z] ---> Running in a1564ec0110e [2021-01-28T00:56:34.326Z] ---> Running in 36b53e471110 [2021-01-28T00:56:34.937Z] Removing intermediate container a1564ec0110e [2021-01-28T00:56:34.937Z] ---> 4487b48e15f8 [2021-01-28T00:56:34.937Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:56:35.209Z] ---> Running in 1ad0f2f80c2d [2021-01-28T00:56:35.483Z] Removing intermediate container 1ad0f2f80c2d [2021-01-28T00:56:35.760Z] ---> 7d0113e0413e [2021-01-28T00:56:35.760Z] Step 22/23 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:56:35.760Z] ---> Running in 0664a6b30a95 [2021-01-28T00:56:36.370Z] Removing intermediate container 0664a6b30a95 [2021-01-28T00:56:36.370Z] ---> 8d08ca6ef770 [2021-01-28T00:56:36.370Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:56:36.370Z] ---> Running in ee56327bd585 [2021-01-28T00:56:36.974Z] Removing intermediate container ee56327bd585 [2021-01-28T00:56:36.974Z] ---> cbbb45b27609 [2021-01-28T00:56:36.974Z] [2021-01-28T00:56:37.571Z] Successfully built cbbb45b27609 [2021-01-28T00:56:37.571Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:56:38.429Z] lxd 4.10 from Canonical* installed [2021-01-28T00:56:38.429Z] + sudo lxd init --auto [2021-01-28T00:56:41.886Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-28T00:56:41.886Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:56:42.485Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:56:42.485Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:56:43.469Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:56:43.469Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:56:44.896Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:56:44.896Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:56:45.168Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:56:45.168Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:56:46.579Z] + sudo snap install --classic snapcraft [2021-01-28T00:56:48.550Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:56:48.550Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:56:53.226Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:56:53.226Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:56:53.226Z] + patch --verbose -p1 [2021-01-28T00:56:53.226Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:56:53.226Z] The text leading up to this was: [2021-01-28T00:56:53.226Z] -------------------------- [2021-01-28T00:56:53.226Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:56:53.226Z] |From: Tony Espy [2021-01-28T00:56:53.226Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:56:53.226Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:56:53.226Z] | [2021-01-28T00:56:53.226Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:56:53.226Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:56:53.226Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:56:53.226Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:56:53.226Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:56:53.226Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:56:53.226Z] | [2021-01-28T00:56:53.226Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:56:53.226Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:56:53.226Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:56:53.226Z] |pull request. [2021-01-28T00:56:53.226Z] | [2021-01-28T00:56:53.226Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:56:53.226Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:56:53.226Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:56:53.226Z] |work with the patch applied). This further reduces the build [2021-01-28T00:56:53.226Z] |time. [2021-01-28T00:56:53.226Z] |--- [2021-01-28T00:56:53.226Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:56:53.226Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:56:53.226Z] | [2021-01-28T00:56:53.226Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:56:53.226Z] |index 1e537489..faf42425 100644 [2021-01-28T00:56:53.226Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:56:53.226Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:56:53.226Z] -------------------------- [2021-01-28T00:56:53.226Z] patching file snap/snapcraft.yaml [2021-01-28T00:56:53.226Z] Using Plan A... [2021-01-28T00:56:53.226Z] Hunk #1 succeeded at 73. [2021-01-28T00:56:53.226Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:56:53.226Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:56:53.226Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T00:56:53.226Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T00:56:53.226Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T00:56:53.226Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T00:56:53.226Z] Hunk #8 succeeded at 342. [2021-01-28T00:56:53.226Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:56:53.226Z] done [2021-01-28T00:56:53.226Z] + sudo snapcraft prime --use-lxd [2021-01-28T00:56:54.180Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T00:56:54.180Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T00:56:54.180Z] - README.md [2021-01-28T00:56:54.180Z] - snapcraft.yaml.orig [2021-01-28T00:56:54.180Z] [2021-01-28T00:56:54.180Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:56:55.126Z] Launching a container. [2021-01-28T00:56:55.348Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:56:55.348Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:56:55.348Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:56:55.348Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:56:58.741Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:56:58.741Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:56:58.741Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T00:56:58.741Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:56:58.741Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:57:02.140Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:57:02.140Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:57:02.420Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:57:02.420Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:57:02.694Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T00:57:02.694Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T00:57:03.679Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:57:03.679Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:57:03.679Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:57:03.679Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:57:03.679Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:57:03.679Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:57:05.116Z] Installing collected packages: jsonschema, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, dockerpty, cached-property, docopt, docker-compose [2021-01-28T00:57:05.389Z] Attempting uninstall: idna [2021-01-28T00:57:05.389Z] Found existing installation: idna 2.9 [2021-01-28T00:57:05.389Z] Uninstalling idna-2.9: [2021-01-28T00:57:05.663Z] Successfully uninstalled idna-2.9 [2021-01-28T00:57:06.652Z] Attempting uninstall: urllib3 [2021-01-28T00:57:06.652Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:57:06.652Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:57:06.927Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:57:07.368Z] Waiting for container to be ready [2021-01-28T00:57:07.530Z] Attempting uninstall: requests [2021-01-28T00:57:07.530Z] Found existing installation: requests 2.23.0 [2021-01-28T00:57:07.530Z] Uninstalling requests-2.23.0: [2021-01-28T00:57:07.628Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T00:57:07.628Z] [2021-01-28T00:57:07.802Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:57:10.435Z] Running setup.py install for texttable: started [2021-01-28T00:57:10.977Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T00:57:11.553Z] Waiting for network to be ready... [2021-01-28T00:57:12.124Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:57:12.124Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:57:12.703Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:57:12.703Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:57:12.703Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:57:12.966Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:57:12.966Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:57:12.966Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:57:12.966Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:57:12.966Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:57:12.966Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:57:12.966Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:57:12.966Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:57:12.966Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:57:12.966Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:57:12.966Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:57:12.966Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:57:13.065Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:57:13.066Z] Running setup.py install for PyYAML: started [2021-01-28T00:57:13.230Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:57:13.493Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:57:13.759Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:57:13.759Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:57:13.759Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:57:13.759Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:57:13.759Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:57:13.759Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:57:13.759Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:57:14.024Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:57:16.447Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:57:16.447Z] Running setup.py install for dockerpty: started [2021-01-28T00:57:16.572Z] Fetched 23.8 MB in 4s (5530 kB/s) [2021-01-28T00:57:17.143Z] Reading package lists... [2021-01-28T00:57:17.143Z] Reading package lists... [2021-01-28T00:57:17.405Z] Building dependency tree... [2021-01-28T00:57:17.405Z] Reading state information... [2021-01-28T00:57:17.405Z] The following additional packages will be installed: [2021-01-28T00:57:17.405Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:57:17.405Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:57:17.405Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:57:17.405Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T00:57:17.405Z] Suggested packages: [2021-01-28T00:57:17.405Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T00:57:17.405Z] Recommended packages: [2021-01-28T00:57:17.405Z] gnupg libsasl2-modules [2021-01-28T00:57:17.405Z] The following NEW packages will be installed: [2021-01-28T00:57:17.405Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:57:17.405Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:57:17.405Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:57:17.405Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T00:57:17.405Z] The following packages will be upgraded: [2021-01-28T00:57:17.405Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T00:57:17.670Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T00:57:17.670Z] Need to get 3533 kB of archives. [2021-01-28T00:57:17.670Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T00:57:17.670Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T00:57:17.670Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T00:57:17.931Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T00:57:18.193Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T00:57:18.193Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T00:57:18.193Z] 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-01-28T00:57:18.193Z] 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-01-28T00:57:18.193Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T00:57:18.193Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T00:57:18.193Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T00:57:18.193Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T00:57:18.414Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:57:18.455Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T00:57:18.455Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T00:57:18.455Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T00:57:18.455Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T00:57:18.455Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T00:57:18.455Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T00:57:18.455Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T00:57:18.455Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T00:57:18.455Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T00:57:18.455Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T00:57:18.455Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T00:57:18.688Z] Running setup.py install for docopt: started [2021-01-28T00:57:18.716Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:57:18.716Z] Fetched 3533 kB in 1s (3483 kB/s) [2021-01-28T00:57:18.716Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:57:18.716Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:57:18.716Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:57:18.716Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:57:18.977Z] Selecting previously unselected package udev. [2021-01-28T00:57:18.977Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:57:18.977Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:57:18.977Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T00:57:19.243Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T00:57:19.243Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:57:19.243Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:57:19.243Z] Selecting previously unselected package fuse. [2021-01-28T00:57:19.243Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:57:19.243Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:57:19.505Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:19.505Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:57:19.505Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:19.505Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:57:19.767Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:19.767Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:57:19.767Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T00:57:19.767Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T00:57:19.767Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:57:20.033Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T00:57:20.033Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.033Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.033Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T00:57:20.033Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.033Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.033Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T00:57:20.033Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.033Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.300Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T00:57:20.300Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.300Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.300Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T00:57:20.300Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.300Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.300Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T00:57:20.300Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.300Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.578Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T00:57:20.578Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.578Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.578Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T00:57:20.578Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.578Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.857Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T00:57:20.857Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:57:20.857Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:20.857Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T00:57:20.857Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:57:20.857Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:57:20.857Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T00:57:20.857Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:57:20.857Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:57:21.118Z] Selecting previously unselected package libldap-common. [2021-01-28T00:57:21.118Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T00:57:21.118Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:57:21.118Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T00:57:21.118Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T00:57:21.118Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:57:21.325Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:57:21.378Z] Selecting previously unselected package dirmngr. [2021-01-28T00:57:21.378Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:21.378Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:57:21.378Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:57:21.378Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T00:57:21.378Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:57:21.638Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:57:21.639Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:57:21.639Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T00:57:21.639Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:21.639Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:57:21.639Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:57:21.639Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T00:57:22.211Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T00:57:22.211Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.211Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T00:57:22.211Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:57:22.473Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T00:57:22.473Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:57:22.473Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:57:22.473Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:57:22.762Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:57:22.775Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T00:57:23.037Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T00:57:23.038Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T00:57:23.038Z] This means they are not meant to be enabled using systemctl. [2021-01-28T00:57:23.038Z] Possible reasons for having this kind of units are: [2021-01-28T00:57:23.038Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T00:57:23.038Z] .wants/ or .requires/ directory. [2021-01-28T00:57:23.038Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T00:57:23.038Z] a requirement dependency on it. [2021-01-28T00:57:23.038Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T00:57:23.038Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T00:57:23.038Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T00:57:23.038Z] instance name specified. [2021-01-28T00:57:23.310Z] Reading package lists... [2021-01-28T00:57:23.572Z] Building dependency tree... [2021-01-28T00:57:23.572Z] Reading state information... [2021-01-28T00:57:23.572Z] The following additional packages will be installed: [2021-01-28T00:57:23.572Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T00:57:23.572Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T00:57:23.572Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T00:57:23.572Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T00:57:23.572Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T00:57:23.572Z] Suggested packages: [2021-01-28T00:57:23.572Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T00:57:23.572Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T00:57:23.572Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T00:57:23.572Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T00:57:23.572Z] systemd-container policykit-1 [2021-01-28T00:57:23.572Z] Recommended packages: [2021-01-28T00:57:23.572Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T00:57:23.572Z] The following NEW packages will be installed: [2021-01-28T00:57:23.572Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T00:57:23.572Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T00:57:23.572Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T00:57:23.572Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T00:57:23.572Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T00:57:23.572Z] The following packages will be upgraded: [2021-01-28T00:57:23.572Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T00:57:23.572Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T00:57:23.572Z] Need to get 35.2 MB of archives. [2021-01-28T00:57:23.572Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T00:57:23.572Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T00:57:23.843Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T00:57:23.843Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T00:57:23.843Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T00:57:23.843Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T00:57:23.843Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T00:57:23.844Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T00:57:24.103Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T00:57:24.103Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T00:57:24.103Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T00:57:24.103Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T00:57:24.103Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T00:57:24.103Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T00:57:24.103Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T00:57:24.103Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T00:57:24.103Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T00:57:24.103Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T00:57:24.103Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T00:57:24.674Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T00:57:24.674Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T00:57:24.674Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T00:57:24.674Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T00:57:24.674Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T00:57:24.674Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T00:57:24.674Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T00:57:24.674Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T00:57:24.674Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T00:57:24.674Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T00:57:24.934Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T00:57:24.934Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T00:57:26.318Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:57:26.318Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2021-01-28T00:57:26.318Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:57:26.318Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:57:26.579Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:57:27.152Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:57:27.152Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:57:27.152Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:57:27.414Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:57:27.414Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:57:27.414Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:57:27.676Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T00:57:27.676Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:57:27.676Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:57:27.937Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:57:28.208Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T00:57:28.208Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T00:57:28.220Z] Removing intermediate container 36b53e471110 [2021-01-28T00:57:28.220Z] ---> 7dbcdfbff60a [2021-01-28T00:57:28.220Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:57:28.220Z] ---> Running in 99088a51dc87 [2021-01-28T00:57:28.471Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T00:57:28.471Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T00:57:28.471Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:57:28.733Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:57:28.734Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T00:57:28.734Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:57:28.734Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:28.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:57:28.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:57:28.995Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T00:57:28.995Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T00:57:28.995Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:57:28.995Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T00:57:28.995Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:57:29.259Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:29.259Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:57:29.519Z] Checking for services that may need to be restarted...done. [2021-01-28T00:57:29.519Z] Checking for services that may need to be restarted...done. [2021-01-28T00:57:29.519Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:29.519Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:57:29.519Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:29.796Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:57:29.796Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:57:29.796Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:57:29.796Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:57:29.796Z] OK: 71 MiB in 58 packages [2021-01-28T00:57:30.090Z] Selecting previously unselected package python3-minimal. [2021-01-28T00:57:30.091Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T00:57:30.091Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:57:30.091Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:57:30.091Z] Selecting previously unselected package mime-support. [2021-01-28T00:57:30.091Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T00:57:30.091Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T00:57:30.350Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T00:57:30.350Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T00:57:30.350Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:57:30.350Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T00:57:30.350Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:57:30.350Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:30.611Z] Selecting previously unselected package python3.6. [2021-01-28T00:57:30.611Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:57:30.611Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:30.611Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T00:57:30.611Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:57:30.611Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:57:30.872Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:57:31.135Z] Selecting previously unselected package python3. [2021-01-28T00:57:31.135Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T00:57:31.135Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:57:31.135Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T00:57:31.135Z] Selecting previously unselected package multiarch-support. [2021-01-28T00:57:31.135Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:31.135Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:57:31.135Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:57:31.396Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T00:57:31.396Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T00:57:31.396Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T00:57:31.396Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:57:31.396Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T00:57:31.396Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T00:57:31.396Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:57:31.396Z] Selecting previously unselected package sudo. [2021-01-28T00:57:31.396Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:31.396Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:57:31.656Z] Selecting previously unselected package apparmor. [2021-01-28T00:57:31.656Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:57:31.656Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:57:31.766Z] Removing intermediate container 99088a51dc87 [2021-01-28T00:57:31.766Z] ---> c5085cd5409a [2021-01-28T00:57:31.766Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:57:31.766Z] ---> Running in fd24d9e93cb8 [2021-01-28T00:57:31.918Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T00:57:31.918Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T00:57:31.918Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:57:31.918Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T00:57:31.918Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:57:31.918Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:31.918Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T00:57:31.918Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:57:31.918Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:32.179Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T00:57:32.179Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T00:57:32.179Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:57:32.179Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T00:57:32.179Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:57:32.179Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:32.360Z] Removing intermediate container fd24d9e93cb8 [2021-01-28T00:57:32.360Z] ---> 3091d7b17ec1 [2021-01-28T00:57:32.360Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:57:32.360Z] ---> Running in 4a9707748b7c [2021-01-28T00:57:32.439Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T00:57:32.440Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:57:32.440Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:32.440Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T00:57:32.440Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T00:57:32.440Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:57:32.700Z] Selecting previously unselected package openssh-client. [2021-01-28T00:57:32.700Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T00:57:32.700Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:57:32.700Z] Selecting previously unselected package squashfs-tools. [2021-01-28T00:57:32.700Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:57:32.700Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:57:32.960Z] Selecting previously unselected package snapd. [2021-01-28T00:57:32.960Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T00:57:32.960Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T00:57:33.338Z] Removing intermediate container 4a9707748b7c [2021-01-28T00:57:33.338Z] ---> 1d58e230b96e [2021-01-28T00:57:33.338Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:57:33.338Z] ---> Running in f356fc0a5547 [2021-01-28T00:57:33.933Z] Removing intermediate container f356fc0a5547 [2021-01-28T00:57:33.933Z] ---> 909eaed94014 [2021-01-28T00:57:33.933Z] Step 25/26 : LABEL git_sha=c457aee85ca4fd5905f0370025df399fa9a3fbc1 [2021-01-28T00:57:34.208Z] ---> Running in 2d0e56828122 [2021-01-28T00:57:34.807Z] Removing intermediate container 2d0e56828122 [2021-01-28T00:57:34.807Z] ---> 01ffbe74f3c5 [2021-01-28T00:57:34.807Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:57:34.877Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:57:34.877Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:57:34.877Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T00:57:34.877Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:57:34.877Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:57:35.081Z] ---> Running in bb1b843f7a29 [2021-01-28T00:57:35.138Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:35.138Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:57:35.138Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T00:57:35.138Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T00:57:35.677Z] Removing intermediate container bb1b843f7a29 [2021-01-28T00:57:35.677Z] ---> c315fd63b3e9 [2021-01-28T00:57:35.677Z] [2021-01-28T00:57:36.082Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:57:36.082Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:57:36.082Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:57:36.082Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:36.082Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:36.082Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:57:36.271Z] Successfully built c315fd63b3e9 [2021-01-28T00:57:36.271Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:57:36.558Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:57:36.579Z] $ docker stop --time=1 ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 [2021-01-28T00:57:36.652Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:57:36.652Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:36.652Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:57:36.652Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T00:57:36.652Z] running python rtupdate hooks for python3.6... [2021-01-28T00:57:36.652Z] running python post-rtupdate hooks for python3.6... [2021-01-28T00:57:36.914Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:57:38.829Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T00:57:38.946Z] $ docker rm -f ea34a6e894a2d20057864b3d92967bc303dc3cdcf77db6bc7a3a1bd69c731f71 [2021-01-28T00:57:39.090Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:57:39.090Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:57:39.090Z] Setting up snapd (2.48+18.04) ... [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:57:39.666Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T00:57:39.667Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T00:57:39.698Z] + + grepdocker docker images [2021-01-28T00:57:39.698Z] [2021-01-28T00:57:39.927Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T00:57:39.974Z] docker-sys-mgmt-agent-go-arm64 latest c315fd63b3e9 4 seconds ago 300MB [2021-01-28T00:57:39.974Z] docker-core-data-go-arm64 latest cbbb45b27609 About a minute ago 21MB [2021-01-28T00:57:39.974Z] docker-support-scheduler-go-arm64 latest ac1eaf7bdcdc About a minute ago 15.5MB [2021-01-28T00:57:39.974Z] docker-core-command-go-arm64 latest 471e5f309825 2 minutes ago 15.4MB [2021-01-28T00:57:39.974Z] docker-security-bootstrapper-go-arm64 latest fdb93c05c368 2 minutes ago 31.9MB [2021-01-28T00:57:39.974Z] docker-core-metadata-go-arm64 latest e846707a6399 4 minutes ago 17.7MB [2021-01-28T00:57:39.974Z] docker-security-secretstore-setup-go-arm64 latest ce5c8cad767b 4 minutes ago 23.4MB [2021-01-28T00:57:39.974Z] docker-support-notifications-go-arm64 latest 8b1d91426d3b 4 minutes ago 16MB [2021-01-28T00:57:39.974Z] docker-security-proxy-setup-go-arm64 latest 4403316c4c54 4 minutes ago 23.2MB [2021-01-28T00:57:39.974Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-28T00:57:40.190Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T00:57:40.190Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:57:40.190Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-28T00:57:40.452Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-01-28T00:57:40.713Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T00:57:40.713Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-28T00:57:40.975Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:57:41.241Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-28T00:57:41.241Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:57:41.241Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:57:42.192Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:57:42.192Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:57:42.192Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:57:43.397Z] Reading package lists... [2021-01-28T00:57:43.670Z] Reading package lists... [2021-01-28T00:57:43.670Z] Building dependency tree... [2021-01-28T00:57:43.670Z] Reading state information... [2021-01-28T00:57:43.934Z] Calculating upgrade... [2021-01-28T00:57:43.934Z] The following packages will be upgraded: [2021-01-28T00:57:43.934Z] advancecomp base-files bash binutils binutils-common [2021-01-28T00:57:43.934Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T00:57:43.934Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T00:57:43.934Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T00:57:43.934Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T00:57:43.934Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T00:57:43.934Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T00:57:43.934Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T00:57:43.934Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T00:57:43.934Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T00:57:43.934Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T00:57:43.934Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T00:57:43.934Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T00:57:43.934Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T00:57:43.934Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T00:57:43.934Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:57:43.935Z] Need to get 63.8 MB of archives. [2021-01-28T00:57:43.935Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T00:57:43.935Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T00:57:44.194Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T00:57:44.194Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T00:57:44.194Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T00:57:44.194Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T00:57:44.194Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T00:57:44.194Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T00:57:44.194Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T00:57:44.194Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T00:57:44.194Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T00:57:44.194Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T00:57:44.194Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T00:57:44.194Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T00:57:44.194Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T00:57:44.194Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T00:57:44.194Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T00:57:44.194Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T00:57:44.195Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T00:57:44.195Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T00:57:44.195Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T00:57:44.454Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T00:57:44.454Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T00:57:44.454Z] 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-01-28T00:57:44.454Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T00:57:44.454Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T00:57:44.454Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T00:57:44.454Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T00:57:44.454Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T00:57:44.454Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T00:57:44.454Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T00:57:44.454Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T00:57:44.454Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T00:57:44.454Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T00:57:44.454Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T00:57:44.454Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T00:57:44.454Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T00:57:44.454Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T00:57:44.454Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T00:57:44.454Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T00:57:44.454Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T00:57:44.454Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T00:57:44.454Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T00:57:44.454Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T00:57:44.454Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T00:57:44.454Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T00:57:44.454Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T00:57:44.454Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T00:57:44.454Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T00:57:44.454Z] 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-01-28T00:57:44.454Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T00:57:44.454Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T00:57:44.454Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T00:57:44.717Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T00:57:44.717Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T00:57:44.717Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T00:57:44.717Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T00:57:44.717Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T00:57:44.980Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T00:57:44.980Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T00:57:44.980Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T00:57:45.242Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T00:57:45.242Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T00:57:45.242Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T00:57:45.242Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T00:57:45.242Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T00:57:45.242Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T00:57:45.242Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T00:57:45.242Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T00:57:45.242Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T00:57:45.242Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T00:57:45.509Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T00:57:45.510Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T00:57:45.510Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T00:57:45.510Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T00:57:45.510Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T00:57:45.510Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T00:57:45.510Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T00:57:45.510Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T00:57:45.510Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T00:57:45.510Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T00:57:45.510Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T00:57:45.510Z] 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-01-28T00:57:45.510Z] 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-01-28T00:57:45.510Z] 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-01-28T00:57:45.510Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T00:57:45.510Z] 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-01-28T00:57:45.510Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T00:57:45.510Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T00:57:45.510Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T00:57:45.789Z] 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-01-28T00:57:45.789Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T00:57:45.789Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T00:57:45.789Z] 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-01-28T00:57:45.789Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T00:57:45.789Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T00:57:45.789Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T00:57:45.789Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T00:57:45.789Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T00:57:45.789Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T00:57:46.064Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:57:46.064Z] Fetched 63.8 MB in 2s (33.9 MB/s) [2021-01-28T00:57:46.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:46.064Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:46.064Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:57:46.637Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:46.637Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:57:46.897Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T00:57:46.897Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T00:57:47.839Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:47.839Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:47.839Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:47.839Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:47.839Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.099Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.099Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.099Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.099Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.358Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.358Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.358Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.358Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.619Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.619Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:57:48.619Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:57:48.619Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:48.619Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T00:57:48.878Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:57:49.138Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:57:49.138Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:49.138Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:49.138Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:49.138Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:49.401Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:57:49.401Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:57:49.661Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:57:49.661Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:57:49.661Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:49.922Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:57:50.182Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:57:50.442Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:57:50.442Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T00:57:50.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T00:57:50.442Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T00:57:50.442Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T00:57:50.702Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T00:57:50.702Z] Installing new version of config file /etc/issue ... [2021-01-28T00:57:50.702Z] Installing new version of config file /etc/issue.net ... [2021-01-28T00:57:50.702Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T00:57:50.961Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T00:57:50.961Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T00:57:51.221Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T00:57:51.221Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T00:57:51.221Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:51.221Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T00:57:51.221Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T00:57:51.481Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T00:57:51.481Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-28T00:57:51.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:51.742Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:51.742Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:51.742Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:51.742Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:51.742Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T00:57:51.742Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T00:57:52.002Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T00:57:52.263Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:52.263Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T00:57:52.263Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:57:52.263Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T00:57:52.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:52.524Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:52.524Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:57:52.785Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:57:52.785Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:52.785Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:57:52.785Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:57:53.050Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T00:57:53.050Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:53.050Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T00:57:53.050Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T00:57:53.312Z] Setting up grep (3.1-2build1) ... [2021-01-28T00:57:53.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:53.312Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:57:53.312Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:57:53.575Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T00:57:53.575Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:53.575Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:57:53.575Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:57:53.835Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T00:57:53.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:53.835Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:57:53.835Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:57:54.403Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:57:54.403Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:57:54.403Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:57:54.403Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:57:54.976Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T00:57:55.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:55.237Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T00:57:55.237Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:57:56.180Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:57:56.180Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:57:56.180Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:57:56.180Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:57:56.442Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:57:56.442Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:56.442Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T00:57:56.442Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T00:57:56.702Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T00:57:56.702Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:56.702Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:56.702Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:56.962Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:56.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:56.962Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:56.962Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:56.962Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:57.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:57.222Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:57.222Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:57.222Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:57.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:57.487Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:57.487Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:57.487Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:57.487Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:57.487Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:57:57.487Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:57:57.747Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:57:57.747Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:57:57.747Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:57:58.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:58.008Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:57:58.008Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:57:58.008Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:57:58.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:58.008Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:58.008Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:58.268Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:58.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:58.268Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:58.268Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:58.268Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:58.530Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:58.530Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:57:58.530Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:57:59.102Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:57:59.361Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T00:57:59.620Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T00:57:59.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:57:59.620Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:57:59.620Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:57:59.879Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:58:00.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:58:00.139Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T00:58:00.139Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:58:00.139Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T00:58:00.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:00.399Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T00:58:00.399Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T00:58:00.399Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T00:58:00.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:00.661Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T00:58:00.661Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:58:00.661Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:58:00.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:00.922Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T00:58:00.922Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:58:00.923Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:58:01.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:01.182Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:58:01.182Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:58:01.182Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:58:01.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:01.441Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:58:01.441Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:58:01.441Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:58:01.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:01.702Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:58:01.702Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:58:01.702Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:58:01.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:01.969Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:58:01.969Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:58:02.236Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:58:02.236Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:58:02.236Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:58:02.236Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:58:02.495Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:58:02.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:02.495Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T00:58:02.495Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T00:58:02.756Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T00:58:02.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:02.756Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T00:58:02.756Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:58:02.756Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:58:03.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:03.018Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:58:03.018Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:58:03.018Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:58:03.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:03.322Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T00:58:03.322Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T00:58:03.322Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T00:58:03.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:03.611Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:58:03.611Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:58:03.874Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T00:58:04.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:04.137Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:58:04.137Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:58:04.137Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T00:58:04.137Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:04.137Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T00:58:04.137Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T00:58:04.396Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T00:58:04.396Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:04.396Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T00:58:04.396Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T00:58:04.668Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T00:58:04.668Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:04.668Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T00:58:04.668Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T00:58:04.929Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T00:58:05.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:05.190Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T00:58:05.190Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T00:58:05.190Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T00:58:05.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:05.454Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:58:05.454Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T00:58:05.454Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T00:58:05.713Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:58:05.713Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T00:58:05.713Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T00:58:05.713Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T00:58:05.978Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T00:58:05.978Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:58:05.978Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:58:05.978Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:58:05.978Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:58:06.239Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:58:06.239Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:58:06.500Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T00:58:06.500Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T00:58:06.769Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:58:06.769Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T00:58:06.769Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:58:06.769Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T00:58:06.769Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T00:58:07.030Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T00:58:07.030Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T00:58:07.030Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T00:58:07.030Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T00:58:07.294Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T00:58:07.294Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T00:58:07.294Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T00:58:07.294Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T00:58:07.556Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T00:58:07.556Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T00:58:07.556Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T00:58:08.497Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T00:58:08.497Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T00:58:08.497Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:58:08.497Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T00:58:08.758Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:58:08.758Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:58:09.019Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:58:09.019Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:58:09.280Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:58:09.280Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:58:09.280Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:58:09.540Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:58:09.957Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:10.218Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:10.218Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:10.218Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:10.479Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:10.479Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:10.479Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:10.479Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:11.418Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:11.418Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:12.472Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:12.472Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:13.163Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:13.458Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:13.851Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:13.851Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:14.452Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:58:14.452Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:58:14.715Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:58:14.715Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:58:14.715Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:58:14.976Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:58:14.976Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:58:15.236Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:58:15.237Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T00:58:15.237Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T00:58:15.503Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:58:15.503Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:58:15.503Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:58:15.503Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:58:15.764Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T00:58:15.764Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T00:58:16.025Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.025Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:58:16.025Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.025Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.025Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.025Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T00:58:16.286Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T00:58:16.286Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T00:58:16.286Z] [2021-01-28T00:58:16.286Z] Current default time zone: 'Etc/UTC' [2021-01-28T00:58:16.286Z] Local time is now: Thu Jan 28 00:58:16 UTC 2021. [2021-01-28T00:58:16.286Z] Universal Time is now: Thu Jan 28 00:58:16 UTC 2021. [2021-01-28T00:58:16.286Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T00:58:16.286Z] [2021-01-28T00:58:16.286Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T00:58:16.286Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.286Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T00:58:16.547Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:58:16.547Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T00:58:16.547Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T00:58:16.547Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:58:16.547Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:58:16.547Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T00:58:16.547Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:58:16.547Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:16.547Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:58:16.830Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:16.830Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:58:17.090Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:17.090Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T00:58:17.090Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:58:17.090Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T00:58:17.090Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:58:17.090Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T00:58:17.090Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T00:58:17.090Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:58:17.090Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:58:19.001Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:58:19.992Z] 22 added, 17 removed; done. [2021-01-28T00:58:19.992Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:58:19.992Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:58:19.992Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T00:58:19.992Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T00:58:19.992Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T00:58:20.253Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:58:20.253Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.253Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T00:58:20.513Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:58:20.513Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:58:20.513Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T00:58:20.513Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:58:20.513Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.513Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:58:20.513Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:58:20.775Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T00:58:20.775Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:58:20.775Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:58:20.775Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:58:21.036Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T00:58:21.036Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:58:21.036Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:58:21.609Z] 0 added, 0 removed; done. [2021-01-28T00:58:21.609Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T00:58:21.609Z] done. [2021-01-28T00:58:21.870Z] Reading package lists... [2021-01-28T00:58:22.131Z] Building dependency tree... [2021-01-28T00:58:22.131Z] Reading state information... [2021-01-28T00:58:22.392Z] The following NEW packages will be installed: [2021-01-28T00:58:22.392Z] apt-transport-https [2021-01-28T00:58:22.392Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:58:22.392Z] Need to get 1696 B of archives. [2021-01-28T00:58:22.392Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T00:58:22.392Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T00:58:22.392Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:58:22.392Z] Fetched 1696 B in 0s (27.0 kB/s) [2021-01-28T00:58:22.392Z] Selecting previously unselected package apt-transport-https. [2021-01-28T00:58:22.392Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T00:58:22.392Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T00:58:22.392Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:58:22.657Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:58:22.930Z] Waiting for network to be ready... [2021-01-28T00:58:28.305Z] 2021-01-28T00:58:25Z INFO Waiting for automatic snapd restart... [2021-01-28T00:58:28.568Z] snapd 2.48.2 from Canonical* installed [2021-01-28T00:58:29.538Z] "snapd" switched to the "latest/stable" channel [2021-01-28T00:58:29.538Z] [2021-01-28T00:58:32.861Z] core18 20201210 from Canonical* installed [2021-01-28T00:58:32.861Z] "core18" switched to the "latest/stable" channel [2021-01-28T00:58:32.861Z] [2021-01-28T00:58:36.168Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:58:36.168Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T00:58:36.168Z] [2021-01-28T00:58:39.465Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T00:58:39.465Z] - README.md [2021-01-28T00:58:39.465Z] - snapcraft.yaml.orig [2021-01-28T00:58:39.465Z] [2021-01-28T00:58:39.465Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:58:46.048Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:58:46.048Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:58:46.048Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:58:46.309Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:58:47.521Z] Reading package lists... [2021-01-28T00:58:47.780Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-28T00:58:54.375Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:58:54.375Z] Reading package lists... [2021-01-28T00:58:54.375Z] Building dependency tree... [2021-01-28T00:58:54.375Z] Reading state information... [2021-01-28T00:58:54.375Z] Suggested packages: [2021-01-28T00:58:54.375Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T00:58:54.375Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T00:58:54.375Z] Recommended packages: [2021-01-28T00:58:54.375Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T00:58:54.375Z] The following NEW packages will be installed: [2021-01-28T00:58:54.375Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T00:58:54.375Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T00:58:54.375Z] pkg-config zip [2021-01-28T00:58:54.375Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:58:54.375Z] Need to get 7655 kB of archives. [2021-01-28T00:58:54.375Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T00:58:54.375Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T00:58:54.634Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T00:58:54.634Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T00:58:54.634Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T00:58:54.634Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T00:58:54.634Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T00:58:54.634Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T00:58:54.899Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T00:58:54.899Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T00:58:55.160Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T00:58:55.160Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T00:58:55.160Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T00:58:55.160Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T00:58:55.160Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T00:58:55.160Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T00:58:55.429Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:58:55.429Z] Fetched 7655 kB in 1s (9033 kB/s) [2021-01-28T00:58:55.429Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T00:58:55.429Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T00:58:55.429Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T00:58:55.429Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:58:55.689Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T00:58:55.689Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T00:58:55.689Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:58:56.259Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T00:58:56.259Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T00:58:56.259Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:58:56.520Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T00:58:56.520Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T00:58:56.520Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:58:56.520Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T00:58:56.520Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T00:58:56.520Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:58:56.781Z] Selecting previously unselected package liberror-perl. [2021-01-28T00:58:56.781Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T00:58:56.781Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T00:58:56.781Z] Selecting previously unselected package git-man. [2021-01-28T00:58:56.781Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T00:58:56.781Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:58:57.050Z] Selecting previously unselected package git. [2021-01-28T00:58:57.050Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T00:58:57.050Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:58:57.650Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T00:58:57.650Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T00:58:57.650Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:58:57.910Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T00:58:57.910Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T00:58:57.910Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:58:57.910Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T00:58:57.910Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T00:58:57.910Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:58:57.910Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T00:58:57.910Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:58:57.910Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:58:58.171Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T00:58:58.171Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:58:58.171Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:58:58.171Z] Selecting previously unselected package pkg-config. [2021-01-28T00:58:58.171Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T00:58:58.171Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:58:58.171Z] Selecting previously unselected package zip. [2021-01-28T00:58:58.171Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T00:58:58.171Z] Unpacking zip (3.0-11build1) ... [2021-01-28T00:58:58.452Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:58:58.452Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:58:58.452Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:58:58.452Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T00:58:58.452Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:58:58.452Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:58:58.452Z] No schema files found: doing nothing. [2021-01-28T00:58:58.452Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:58:58.452Z] Setting up zip (3.0-11build1) ... [2021-01-28T00:58:58.452Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:58:58.452Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:58:58.718Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:58:58.719Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:58:58.719Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:58:58.719Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:58:58.719Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:58:58.719Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:59:05.318Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:59:05.318Z] git set to automatically installed. [2021-01-28T00:59:05.318Z] git-man set to automatically installed. [2021-01-28T00:59:05.318Z] libcurl3-gnutls set to automatically installed. [2021-01-28T00:59:05.318Z] liberror-perl set to automatically installed. [2021-01-28T00:59:05.318Z] libglib2.0-0 set to automatically installed. [2021-01-28T00:59:05.318Z] libnghttp2-14 set to automatically installed. [2021-01-28T00:59:05.318Z] libnorm1 set to automatically installed. [2021-01-28T00:59:05.318Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T00:59:05.318Z] libpsl5 set to automatically installed. [2021-01-28T00:59:05.318Z] librtmp1 set to automatically installed. [2021-01-28T00:59:05.318Z] libsodium23 set to automatically installed. [2021-01-28T00:59:05.318Z] libzmq3-dev set to automatically installed. [2021-01-28T00:59:05.318Z] libzmq5 set to automatically installed. [2021-01-28T00:59:05.318Z] pkg-config set to automatically installed. [2021-01-28T00:59:05.318Z] zip set to automatically installed. [2021-01-28T00:59:07.863Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T00:59:14.465Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:59:14.465Z] snap "core18" has no updates available [2021-01-28T00:59:15.411Z] Pulling config-common [2021-01-28T00:59:16.365Z] Pulling go-build-helper [2021-01-28T00:59:43.072Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:59:43.072Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:59:43.072Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:59:43.072Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:59:43.072Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:59:43.072Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:59:43.072Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:59:43.072Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:59:43.072Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:59:43.072Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:59:43.072Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:59:43.072Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:59:43.072Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:59:43.072Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:59:43.072Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:59:43.072Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:59:43.072Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:59:43.072Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:59:43.072Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:59:43.072Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:59:43.072Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:59:43.072Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:59:43.072Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:59:43.072Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:59:43.072Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:59:43.072Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:59:43.072Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:59:43.072Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T00:59:43.072Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T00:59:43.072Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T00:59:43.072Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T00:59:43.072Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T00:59:43.072Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T00:59:43.072Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T00:59:43.072Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T00:59:43.072Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T00:59:43.072Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T00:59:43.072Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T00:59:43.072Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T00:59:43.072Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T00:59:43.072Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T00:59:43.072Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T00:59:43.072Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T00:59:43.072Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T00:59:43.072Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T00:59:43.072Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T00:59:43.072Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T00:59:43.072Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T00:59:43.072Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T00:59:43.072Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T00:59:43.072Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T00:59:43.072Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T00:59:43.072Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T00:59:43.072Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T00:59:43.072Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T00:59:43.072Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T00:59:43.072Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T00:59:43.072Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T00:59:43.072Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T00:59:43.072Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T00:59:43.072Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T00:59:43.072Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T00:59:43.072Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T00:59:43.073Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T00:59:43.073Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T00:59:43.073Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T00:59:43.073Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T00:59:43.073Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T00:59:43.073Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T00:59:43.073Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T00:59:43.073Z] Pulling static-packages [2021-01-28T00:59:43.751Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-28T00:59:43.751Z] Skipping pull go-build-helper (already ran) [2021-01-28T00:59:43.751Z] Skipping pull static-packages (already ran) [2021-01-28T00:59:43.751Z] Building go-build-helper [2021-01-28T00:59:47.325Z] Building static-packages [2021-01-28T00:59:49.241Z] Staging go-build-helper [2021-01-28T00:59:49.816Z] Staging static-packages [2021-01-28T00:59:51.203Z] Pulling go115 [2021-01-28T00:59:51.777Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T00:59:51.777Z] Skipping pull go115 (already ran) [2021-01-28T00:59:51.777Z] Building go115 [2021-01-28T00:59:51.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:59:51.777Z] Dload Upload Total Spent Left Speed [2021-01-28T00:59:54.248Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 32 115M 32 37.4M 0 0 34.5M 0 0:00:03 0:00:01 0:00:02 34.4M 85 115M 85 99.2M 0 0 47.8M 0 0:00:02 0:00:02 --:--:-- 47.8M 100 115M 100 115M 0 0 48.8M 0 0:00:02 0:00:02 --:--:-- 48.8M [2021-01-28T00:59:54.818Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T00:59:59.093Z] Staging go115 [2021-01-28T01:00:11.367Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:00:11.367Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:00:11.367Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:00:11.367Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T01:00:11.367Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T01:00:11.367Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T01:00:11.367Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T01:00:11.367Z] Fetched 157 kB in 6s (0 B/s) [2021-01-28T01:00:11.367Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T01:00:11.367Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T01:00:11.367Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T01:00:11.367Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T01:00:11.367Z] Pulling edgex-go [2021-01-28T01:00:12.311Z] Pulling version [2021-01-28T01:00:13.256Z] Building config-common [2021-01-28T01:00:15.188Z] Skipping build go-build-helper (already ran) [2021-01-28T01:00:15.188Z] Skipping build static-packages (already ran) [2021-01-28T01:00:15.188Z] Skipping build go115 (already ran) [2021-01-28T01:00:15.449Z] Building edgex-go [2021-01-28T01:00:15.449Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T01:00:16.855Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T01:00:16.855Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T01:00:16.855Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T01:00:16.855Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T01:00:16.855Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T01:00:16.855Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T01:00:16.855Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T01:00:16.855Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T01:00:16.855Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T01:00:16.855Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T01:00:16.855Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T01:00:16.855Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T01:00:16.855Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T01:00:16.855Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T01:00:16.855Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T01:00:16.855Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T01:00:16.855Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T01:00:17.120Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T01:00:17.120Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T01:00:17.120Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T01:00:17.120Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T01:00:17.120Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T01:00:17.120Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T01:00:17.120Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T01:00:17.120Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T01:00:17.120Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T01:00:17.402Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T01:00:17.402Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T01:00:24.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T01:00:28.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T01:00:29.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T01:00:30.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T01:00:30.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T01:00:30.864Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T01:00:30.864Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T01:00:30.864Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T01:00:30.864Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T01:00:32.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T01:00:32.809Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T01:00:32.809Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T01:00:33.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T01:00:34.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T01:00:34.319Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T01:00:35.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T01:00:36.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:00:37.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T01:00:37.601Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T01:00:38.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T01:00:38.541Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T01:00:41.084Z] Building version [2021-01-28T01:00:43.015Z] Staging config-common [2021-01-28T01:00:43.960Z] Skipping stage go-build-helper (already ran) [2021-01-28T01:00:43.960Z] Skipping stage static-packages (already ran) [2021-01-28T01:00:43.960Z] Skipping stage go115 (already ran) [2021-01-28T01:00:43.960Z] Staging edgex-go [2021-01-28T01:00:44.905Z] Staging version [2021-01-28T01:00:45.849Z] Priming config-common [2021-01-28T01:00:46.804Z] Priming go-build-helper [2021-01-28T01:00:47.756Z] Priming static-packages [2021-01-28T01:00:50.302Z] Priming go115 [2021-01-28T01:00:50.872Z] Priming edgex-go [2021-01-28T01:00:51.812Z] Priming version [2021-01-28T01:00:53.197Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T01:00:56.110Z] provisioning config files... [2021-01-28T01:00:56.127Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config7168908996391992262tmp [Pipeline] { [Pipeline] sh [2021-01-28T01:00:56.647Z] + set +x [2021-01-28T01:00:56.647Z] + bash -s -- [2021-01-28T01:00:56.647Z] + curl -s https://codecov.io/bash [2021-01-28T01:00:57.282Z] [2021-01-28T01:00:57.282Z] _____ _ [2021-01-28T01:00:57.282Z] / ____| | | [2021-01-28T01:00:57.282Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T01:00:57.282Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T01:00:57.282Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T01:00:57.282Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T01:00:57.282Z] Bash-20210128-d4071a2 [2021-01-28T01:00:57.282Z] [2021-01-28T01:00:57.282Z] [2021-01-28T01:00:57.282Z] ==> git version 2.24.3 found [2021-01-28T01:00:57.282Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-28T01:00:57.282Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T01:00:57.282Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T01:00:57.282Z] ==> Jenkins CI detected. [2021-01-28T01:00:57.282Z] project root: . [2021-01-28T01:00:57.282Z] --> token set from env [2021-01-28T01:00:57.570Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T01:00:57.570Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T01:00:57.570Z] ==> Python coveragepy not found [2021-01-28T01:00:57.570Z] ==> Searching for coverage reports in: [2021-01-28T01:00:57.570Z] + . [2021-01-28T01:00:57.843Z] -> Found 1 reports [2021-01-28T01:00:57.843Z] ==> Detecting git/mercurial file structure [2021-01-28T01:00:57.843Z] ==> Reading reports [2021-01-28T01:00:57.843Z] + ./coverage.out bytes=564700 [2021-01-28T01:00:57.843Z] ==> Appending adjustments [2021-01-28T01:00:57.843Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T01:01:08.497Z] + Found adjustments [2021-01-28T01:01:08.497Z] ==> Gzipping contents [2021-01-28T01:01:08.497Z] 84K /tmp/codecov.Ndw3Is.gz [2021-01-28T01:01:08.497Z] ==> Uploading reports [2021-01-28T01:01:08.497Z] url: https://codecov.io [2021-01-28T01:01:08.497Z] query: branch=PR-3034&commit=c457aee85ca4fd5905f0370025df399fa9a3fbc1&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-28T01:01:08.497Z] -> Pinging Codecov [2021-01-28T01:01:08.497Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3034&commit=c457aee85ca4fd5905f0370025df399fa9a3fbc1&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-28T01:01:08.497Z] -> Uploading to [2021-01-28T01:01:08.497Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/c457aee85ca4fd5905f0370025df399fa9a3fbc1/70eaa32c-16ca-4c05-a61d-b08a3035c276.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T010107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=973578629e200df747b96c30a979aa3e2b82396469f729d0a22ec7aef807eaf1 [2021-01-28T01:01:08.497Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:01:08.497Z] Dload Upload Total Spent Left Speed [2021-01-28T01:01:08.497Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85569 0 0 100 85569 0 153k --:--:-- --:--:-- --:--:-- 154k [2021-01-28T01:01:08.497Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c457aee85ca4fd5905f0370025df399fa9a3fbc1 [Pipeline] } [2021-01-28T01:01:08.527Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:10.453Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:11.774Z] ---> package-listing.sh [2021-01-28T01:01:11.774Z] ++ facter osfamily [2021-01-28T01:01:11.774Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T01:01:12.046Z] + OS_FAMILY=redhat [2021-01-28T01:01:12.046Z] + workspace=/w/workspace/edgex-go/11 [2021-01-28T01:01:12.046Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T01:01:12.046Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T01:01:12.046Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T01:01:12.046Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T01:01:12.046Z] + '[' /w/workspace/edgex-go/11 ']' [2021-01-28T01:01:12.046Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T01:01:12.046Z] + case "${OS_FAMILY}" in [2021-01-28T01:01:12.046Z] + rpm -qa [2021-01-28T01:01:12.046Z] + sort [2021-01-28T01:01:17.433Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T01:01:17.433Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T01:01:17.433Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T01:01:17.433Z] + '[' /w/workspace/edgex-go/11 ']' [2021-01-28T01:01:17.433Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-01-28T01:01:17.433Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-01-28T01:01:17.492Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T01:01:17.917Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:01:18.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:01:18.825Z] [2021-01-28T01:01:18.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:01:19.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:01:19.520Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T01:01:19.520Z] df20fa9351a1: Pulling fs layer [2021-01-28T01:01:19.520Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T01:01:19.520Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T01:01:19.520Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T01:01:19.520Z] 93b61091891f: Pulling fs layer [2021-01-28T01:01:19.520Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T01:01:19.520Z] 5e14af77c1be: Pulling fs layer [2021-01-28T01:01:19.520Z] 01666e4c0597: Pulling fs layer [2021-01-28T01:01:19.520Z] aa168da1d23b: Pulling fs layer [2021-01-28T01:01:19.520Z] 46f8f816bc3b: Waiting [2021-01-28T01:01:19.520Z] 93b61091891f: Waiting [2021-01-28T01:01:19.520Z] 93b9cdb0e59b: Waiting [2021-01-28T01:01:19.520Z] 5e14af77c1be: Waiting [2021-01-28T01:01:19.520Z] 01666e4c0597: Waiting [2021-01-28T01:01:19.520Z] aa168da1d23b: Waiting [2021-01-28T01:01:19.520Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T01:01:19.520Z] 36b3adc4ff6f: Download complete [2021-01-28T01:01:19.520Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T01:01:19.520Z] 46f8f816bc3b: Download complete [2021-01-28T01:01:19.520Z] df20fa9351a1: Verifying Checksum [2021-01-28T01:01:19.520Z] df20fa9351a1: Download complete [2021-01-28T01:01:19.520Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T01:01:19.520Z] 93b9cdb0e59b: Download complete [2021-01-28T01:01:19.791Z] 5e14af77c1be: Download complete [2021-01-28T01:01:19.791Z] 01666e4c0597: Verifying Checksum [2021-01-28T01:01:19.791Z] 01666e4c0597: Download complete [2021-01-28T01:01:19.791Z] 93b61091891f: Verifying Checksum [2021-01-28T01:01:19.791Z] 93b61091891f: Download complete [2021-01-28T01:01:20.102Z] df20fa9351a1: Pull complete [2021-01-28T01:01:20.776Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T01:01:20.776Z] 8ad3a11d3b57: Download complete [2021-01-28T01:01:20.776Z] 36b3adc4ff6f: Pull complete [2021-01-28T01:01:23.627Z] 8ad3a11d3b57: Pull complete [2021-01-28T01:01:23.930Z] 46f8f816bc3b: Pull complete [2021-01-28T01:01:25.424Z] aa168da1d23b: Verifying Checksum [2021-01-28T01:01:25.424Z] aa168da1d23b: Download complete [2021-01-28T01:01:26.468Z] 93b61091891f: Pull complete [2021-01-28T01:01:27.101Z] 93b9cdb0e59b: Pull complete [2021-01-28T01:01:27.385Z] 5e14af77c1be: Pull complete [2021-01-28T01:01:28.047Z] 01666e4c0597: Pull complete [2021-01-28T01:01:43.829Z] aa168da1d23b: Pull complete [2021-01-28T01:01:43.829Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T01:01:43.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:01:43.829Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T01:01:44.259Z] prd-centos7-docker-4c-2g-23573 does not seem to be running inside a container [2021-01-28T01:01:44.457Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-lftools-log-publisher:alpine cat [2021-01-28T01:01:48.264Z] $ docker top 74699220aa16b449ab411dc73c035b14add5c7c86604fd89a44a9cd02d52d07f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:01:49.446Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T01:01:50.153Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T01:01:50.485Z] + ls /var/log/sa-host [2021-01-28T01:01:50.485Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T01:01:50.485Z] file_magic: OK [2021-01-28T01:01:50.485Z] HZ: Using current value: 100 [2021-01-28T01:01:50.485Z] file_header: OK [2021-01-28T01:01:50.485Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T01:01:50.485Z] Statistics: [2021-01-28T01:01:50.485Z] Hnuu...uuuununununu... [2021-01-28T01:01:50.485Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T01:01:50.485Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T01:01:50.485Z] file_magic: OK [2021-01-28T01:01:50.485Z] HZ: Using current value: 100 [2021-01-28T01:01:50.485Z] file_header: OK [2021-01-28T01:01:50.485Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T01:01:50.485Z] Statistics: [2021-01-28T01:01:50.485Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T01:01:50.486Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T01:01:50.746Z] provisioning config files... [2021-01-28T01:01:50.766Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config1585564999852592392tmp [Pipeline] { [Pipeline] echo [2021-01-28T01:01:50.836Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:51.161Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T01:01:51.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T01:01:51.273Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:52.014Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T01:01:52.028Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:52.375Z] ---> sudo-logs.sh [2021-01-28T01:01:52.375Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T01:01:52.660Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:53.348Z] ---> job-cost.sh [2021-01-28T01:01:53.614Z] lf-activate-venv: SKIPPING [2021-01-28T01:01:53.614Z] INFO: No Stack... [2021-01-28T01:01:54.614Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T01:01:55.228Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T01:01:55.260Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:01:55.968Z] ---> logs-deploy.sh [2021-01-28T01:01:55.968Z] lf-activate-venv: SKIPPING [2021-01-28T01:01:55.968Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/11 [2021-01-28T01:01:55.968Z] INFO: archiving workspace using pattern(s): [2021-01-28T01:01:58.664Z] Archives upload complete. [2021-01-28T01:01:58.953Z] INFO: archiving logs to Nexus