Pull request #3061 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 252d90ee886802feae2a22f96d363ec1950d4d35+4a83cd830d92d64e3c8662a0b68849c078e73697 (a0e5ccce562d52639dd91fef5eb2f0455f028947) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23684 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 252d90ee886802feae2a22f96d363ec1950d4d35 Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # 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 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T04:09:16.930Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 1092d2ce9833b5b9c246ac557b9a5b8df95081d4 # timeout=10 [Pipeline] withCredentials [2021-01-28T04:09:17.226Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T04:09:17.350Z] ========================================================= [2021-01-28T04:09:17.350Z] EdgeX Global Pipelines Version Info [2021-01-28T04:09:17.350Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:09:18.890Z] ------------------- [2021-01-28T04:09:18.890Z] stable info: [2021-01-28T04:09:18.890Z] ------------------- [2021-01-28T04:09:18.890Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T04:09:18.890Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T04:09:18.890Z] Message: update stable to v1.0.179 [2021-01-28T04:09:19.844Z] ------------------- [2021-01-28T04:09:19.844Z] experimental info: [2021-01-28T04:09:19.844Z] ------------------- [2021-01-28T04:09:19.844Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T04:09:19.844Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T04:09:19.844Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T04:09:20.160Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T04:09:20.261Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T04:09:20.405Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T04:09:20.522Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T04:09:20.677Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T04:09:20.778Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T04:09:20.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T04:09:20.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T04:09:21.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T04:09:21.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T04:09:21.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T04:09:21.366Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T04:09:21.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T04:09:21.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T04:09:21.678Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T04:09:21.799Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T04:09:21.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T04:09:21.991Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T04:09:22.085Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T04:09:22.186Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T04:09:22.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T04:09:22.376Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T04:09:22.471Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T04:09:22.575Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo [2021-01-28T04:09:22.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo [2021-01-28T04:09:22.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo [2021-01-28T04:09:22.851Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 252d90ee886802feae2a22f96d363ec1950d4d35 [Pipeline] echo [2021-01-28T04:09:22.945Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 252d90e [Pipeline] echo [2021-01-28T04:09:23.043Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:09:23.251Z] provisioning config files... [2021-01-28T04:09:23.344Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4251213880718373924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:09:23.705Z] ---> docker-login.sh [2021-01-28T04:09:23.705Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:09:23.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:09:24.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:09:24.235Z] Configure a credential helper to remove this warning. See [2021-01-28T04:09:24.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:09:24.235Z] [2021-01-28T04:09:24.235Z] Login Succeeded [2021-01-28T04:09:24.235Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:09:24.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:09:24.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:09:24.498Z] Configure a credential helper to remove this warning. See [2021-01-28T04:09:24.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:09:24.498Z] [2021-01-28T04:09:24.498Z] Login Succeeded [2021-01-28T04:09:24.498Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:09:24.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:09:24.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:09:24.498Z] Configure a credential helper to remove this warning. See [2021-01-28T04:09:24.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:09:24.498Z] [2021-01-28T04:09:24.498Z] Login Succeeded [2021-01-28T04:09:24.498Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:09:24.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:09:24.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:09:24.761Z] Configure a credential helper to remove this warning. See [2021-01-28T04:09:24.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:09:24.761Z] [2021-01-28T04:09:24.761Z] Login Succeeded [2021-01-28T04:09:24.761Z] docker.io [2021-01-28T04:09:24.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:09:25.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:09:25.024Z] Configure a credential helper to remove this warning. See [2021-01-28T04:09:25.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:09:25.024Z] [2021-01-28T04:09:25.024Z] Login Succeeded [2021-01-28T04:09:25.024Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:09:25.035Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:09:25.515Z] ++ 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-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T04:09:25.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T04:09:25.515Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T04:09:25.515Z] ++ cut -d/ -f2 [2021-01-28T04:09:25.515Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T04:09:25.593Z] 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-28T04:09:26.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:09:26.843Z] [2021-01-28T04:09:26.843Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:09:27.198Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:09:27.198Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T04:09:27.198Z] 31603596830f: Pulling fs layer [2021-01-28T04:09:27.198Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T04:09:27.198Z] 6ca5941a6612: Pulling fs layer [2021-01-28T04:09:27.198Z] ecc8261a40a4: Pulling fs layer [2021-01-28T04:09:27.198Z] ecc8261a40a4: Waiting [2021-01-28T04:09:27.198Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T04:09:27.198Z] 2a8b12db71e7: Download complete [2021-01-28T04:09:27.464Z] 31603596830f: Verifying Checksum [2021-01-28T04:09:27.464Z] 31603596830f: Download complete [2021-01-28T04:09:27.464Z] ecc8261a40a4: Verifying Checksum [2021-01-28T04:09:27.464Z] ecc8261a40a4: Download complete [2021-01-28T04:09:27.464Z] 6ca5941a6612: Verifying Checksum [2021-01-28T04:09:27.464Z] 6ca5941a6612: Download complete [2021-01-28T04:09:27.728Z] 31603596830f: Pull complete [2021-01-28T04:09:27.991Z] 2a8b12db71e7: Pull complete [2021-01-28T04:09:28.946Z] 6ca5941a6612: Pull complete [2021-01-28T04:09:29.211Z] ecc8261a40a4: Pull complete [2021-01-28T04:09:29.211Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T04:09:29.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:09:29.211Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T04:09:29.328Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:09:29.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:09:31.959Z] $ docker top dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T04:09:32.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:09:32.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:09:32.660Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:09:32.656Z] $ docker exec dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent [2021-01-28T04:09:32.836Z] SSH_AUTH_SOCK=/tmp/ssh-MmPM3LmoQaWa/agent.11 [2021-01-28T04:09:32.836Z] SSH_AGENT_PID=17 [2021-01-28T04:09:32.848Z] Running ssh-add (command line suppressed) [2021-01-28T04:09:32.963Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_488355996955653225.key (/w/workspace/edgex-go/7@tmp/private_key_488355996955653225.key) [2021-01-28T04:09:33.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:09:33.367Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T04:09:33.384Z] $ docker exec --env ******** --env ******** dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent -k [2021-01-28T04:09:33.502Z] unset SSH_AUTH_SOCK; [2021-01-28T04:09:33.503Z] unset SSH_AGENT_PID; [2021-01-28T04:09:33.503Z] echo Agent pid 17 killed; [2021-01-28T04:09:33.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T04:09:33.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:09:33.697Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:09:33.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:09:33.865Z] $ docker exec dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent [2021-01-28T04:09:34.038Z] SSH_AUTH_SOCK=/tmp/ssh-JugN8i2KU4qx/agent.47 [2021-01-28T04:09:34.038Z] SSH_AGENT_PID=53 [2021-01-28T04:09:34.045Z] Running ssh-add (command line suppressed) [2021-01-28T04:09:34.164Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7980439042564586270.key (/w/workspace/edgex-go/7@tmp/private_key_7980439042564586270.key) [2021-01-28T04:09:34.222Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:09:34.553Z] + git semver init [2021-01-28T04:09:34.554Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T04:09:34.554Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-28T04:09:34.554Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-28T04:09:34.554Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T04:09:34.554Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T04:09:34.554Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T04:09:34.554Z] # $SEMVER_BRANCH = PR-3061 [2021-01-28T04:09:34.554Z] # $SEMVER_TEMP = /tmp/semver-499103584 [2021-01-28T04:09:34.554Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T04:09:56.587Z] # '/tmp/semver-499103584' -> '/w/workspace/edgex-go/7/.semver' [2021-01-28T04:09:56.587Z] # -> Force: false [2021-01-28T04:09:56.587Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-28T04:09:56.594Z] $ docker exec --env ******** --env ******** dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 ssh-agent -k [2021-01-28T04:09:56.832Z] unset SSH_AUTH_SOCK; [2021-01-28T04:09:56.833Z] unset SSH_AGENT_PID; [2021-01-28T04:09:56.833Z] echo Agent pid 53 killed; [2021-01-28T04:09:56.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:09:57.410Z] + git semver [Pipeline] } [2021-01-28T04:09:57.422Z] $ docker stop --time=1 dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 [2021-01-28T04:09:59.016Z] $ docker rm -f dda6dcf40f6c94de7efb9ceabdb4ac73a7d065fdcd8de11ae863e34438777899 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:09:59.594Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T04:10:00.138Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T04:10:00.141Z] [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-28T04:10:01.226Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:10:01.529Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:10:01.834Z] + sudo service docker restart [2021-01-28T04:10:01.834Z] + true [2021-01-28T04:10:01.834Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T04:10:02.430Z] ========================================================= [2021-01-28T04:10:02.430Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T04:10:02.430Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:10:02.772Z] + 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-28T04:10:06.088Z] Sending build context to Docker daemon 327.2MB [2021-01-28T04:10:06.088Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:10:06.088Z] Step 2/6 : FROM ${BASE} [2021-01-28T04:10:06.352Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T04:10:06.352Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T04:10:06.352Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T04:10:06.352Z] de9db76c5a1d: Pulling fs layer [2021-01-28T04:10:06.352Z] bca2f99d35d6: Pulling fs layer [2021-01-28T04:10:06.352Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T04:10:06.352Z] 7c6f9722023f: Pulling fs layer [2021-01-28T04:10:06.353Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T04:10:06.353Z] bca2f99d35d6: Waiting [2021-01-28T04:10:06.353Z] 7c6f9722023f: Waiting [2021-01-28T04:10:06.353Z] 93359f2a8cfa: Waiting [2021-01-28T04:10:06.353Z] a35cf1a2eb13: Waiting [2021-01-28T04:10:06.353Z] de9db76c5a1d: Verifying Checksum [2021-01-28T04:10:06.353Z] de9db76c5a1d: Download complete [2021-01-28T04:10:06.353Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T04:10:06.353Z] 0ef7d3d256c8: Download complete [2021-01-28T04:10:06.353Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T04:10:06.353Z] 93359f2a8cfa: Download complete [2021-01-28T04:10:06.353Z] 7c6f9722023f: Verifying Checksum [2021-01-28T04:10:06.353Z] 7c6f9722023f: Download complete [2021-01-28T04:10:06.353Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T04:10:06.353Z] 188c0c94c7c5: Download complete [2021-01-28T04:10:06.931Z] 188c0c94c7c5: Pull complete [2021-01-28T04:10:06.931Z] 0ef7d3d256c8: Pull complete [2021-01-28T04:10:07.193Z] de9db76c5a1d: Pull complete [2021-01-28T04:10:09.133Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T04:10:09.133Z] a35cf1a2eb13: Download complete [2021-01-28T04:10:09.395Z] bca2f99d35d6: Verifying Checksum [2021-01-28T04:10:09.395Z] bca2f99d35d6: Download complete [2021-01-28T04:10:14.714Z] bca2f99d35d6: Pull complete [2021-01-28T04:10:14.980Z] 93359f2a8cfa: Pull complete [2021-01-28T04:10:14.980Z] 7c6f9722023f: Pull complete [2021-01-28T04:10:15.640Z] Still waiting to schedule task [2021-01-28T04:10:15.641Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T04:10:20.302Z] a35cf1a2eb13: Pull complete [2021-01-28T04:10:20.302Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T04:10:20.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T04:10:20.302Z] ---> a62c8e92a672 [2021-01-28T04:10:20.302Z] 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-28T04:10:20.302Z] ---> Running in 5da3c7b42f5a [2021-01-28T04:10:20.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:10:21.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:10:22.422Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T04:10:22.422Z] (2/12) Installing file (5.38-r0) [2021-01-28T04:10:22.684Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T04:10:22.684Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T04:10:29.306Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T04:10:29.306Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T04:10:29.306Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T04:10:29.306Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T04:10:29.306Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T04:10:29.306Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T04:10:29.306Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T04:10:29.306Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T04:10:29.306Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:10:29.306Z] OK: 233 MiB in 51 packages [2021-01-28T04:10:32.646Z] Removing intermediate container 5da3c7b42f5a [2021-01-28T04:10:32.646Z] ---> 778e2b074a67 [2021-01-28T04:10:32.646Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T04:10:32.646Z] ---> Running in 8fe1433bd497 [2021-01-28T04:10:32.909Z] Removing intermediate container 8fe1433bd497 [2021-01-28T04:10:32.909Z] ---> 910765cc3474 [2021-01-28T04:10:32.909Z] Step 5/6 : COPY go.mod . [2021-01-28T04:10:33.174Z] ---> c653450c8cc5 [2021-01-28T04:10:33.174Z] Step 6/6 : RUN go mod download [2021-01-28T04:10:33.174Z] ---> Running in 0bbe5a902ff8 [2021-01-28T04:10:55.214Z] Removing intermediate container 0bbe5a902ff8 [2021-01-28T04:10:55.214Z] ---> 43cfca0055f3 [2021-01-28T04:10:55.214Z] Successfully built 43cfca0055f3 [2021-01-28T04:10:55.214Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:10:55.539Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T04:10:55.539Z] . [Pipeline] withDockerContainer [2021-01-28T04:10:55.645Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:10:55.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:10:56.663Z] $ docker top a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:10:57.177Z] + go version [2021-01-28T04:10:57.177Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T04:10:57.191Z] $ docker stop --time=1 a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 [2021-01-28T04:10:58.553Z] $ docker rm -f a1bbeb7649471aaf9ebc2045465707fbdc2ef6a2fbae53d1d53913750d6bfeb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:10:59.451Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T04:10:59.451Z] . [Pipeline] withDockerContainer [2021-01-28T04:10:59.547Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:10:59.597Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:11:00.314Z] $ docker top 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T04:11:00.564Z] ========================================================= [2021-01-28T04:11:00.564Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T04:11:00.564Z] ========================================================= [Pipeline] sh [2021-01-28T04:11:00.875Z] + make test [2021-01-28T04:11:00.875Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T04:11:10.947Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T04:11:26.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T04:11:31.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T04:11:31.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T04:11:31.401Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T04:11:31.401Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T04:11:34.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T04:11:34.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T04:11:34.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T04:11:34.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T04:11:34.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T04:11:34.299Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T04:11:36.883Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T04:11:36.883Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T04:11:36.883Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T04:11:38.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.0% of statements [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T04:11:38.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T04:11:38.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements [2021-01-28T04:11:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.1% of statements [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T04:11:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T04:11:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T04:11:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 65.8% of statements [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T04:11:41.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T04:11:42.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.3% of statements [2021-01-28T04:11:42.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T04:11:42.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T04:11:42.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T04:11:42.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T04:11:43.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T04:11:43.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T04:11:43.850Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-28T04:11:43.850Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T04:11:44.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-01-28T04:11:44.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T04:11:44.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-28T04:11:44.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T04:11:44.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-28T04:11:44.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T04:11:44.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T04:11:44.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T04:11:44.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T04:11:47.261Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-01-28T04:11:47.261Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-01-28T04:11:59.220Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23685 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-28T04:11:59.308Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.281s coverage: 84.0% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T04:11:59.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-01-28T04:11:59.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T04:11:59.541Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T04:11:59.541Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T04:11:59.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T04:11:59.541Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T04:11:59.810Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-28T04:11:59.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T04:11:59.810Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T04:12:00.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-28T04:12:00.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-28T04:12:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-28T04:12:00.603Z] GO111MODULE=on go vet ./... [2021-01-28T04:12:04.306Z] using credential edgex-jenkins-ssh [2021-01-28T04:12:04.376Z] Cloning the remote Git repository [2021-01-28T04:12:04.436Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:12:04.538Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-28T04:12:04.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:12:04.621Z] > git --version # timeout=10 [2021-01-28T04:12:04.640Z] > git --version # 'git version 2.17.1' [2021-01-28T04:12:04.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:12:04.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:12:20.765Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:12:21.235Z] Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:12:21.236Z] Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) [2021-01-28T04:12:19.853Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T04:12:19.872Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:12:19.898Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T04:12:19.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:12:19.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:12:19.941Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T04:12:20.789Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:12:20.803Z] > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [2021-01-28T04:12:21.108Z] > git remote # timeout=10 [2021-01-28T04:12:21.124Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T04:12:21.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:12:21.198Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T04:12:21.224Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T04:12:21.248Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:12:21.287Z] > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [2021-01-28T04:12:25.605Z] Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T04:12:27.312Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:12:27.614Z] gofmt -l . [2021-01-28T04:12:27.614Z] [ "`gofmt -l .`" = "" ] [2021-01-28T04:12:27.614Z] ./bin/test-go-mod-tidy.sh [2021-01-28T04:12:27.614Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T04:12:27.729Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:12:27.929Z] + ls -al . [2021-01-28T04:12:27.929Z] total 672 [2021-01-28T04:12:27.929Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 04:12 . [2021-01-28T04:12:27.929Z] drwxr-xr-x 4 root root 28 Jan 28 04:10 .. [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 04:09 .dockerignore [2021-01-28T04:12:27.929Z] drwxrwxr-x 8 1001 1001 179 Jan 28 04:09 .git [2021-01-28T04:12:27.929Z] drwxrwxr-x 3 1001 1001 125 Jan 28 04:09 .github [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 04:09 .gitignore [2021-01-28T04:12:27.929Z] drwx------ 3 1001 1001 60 Jan 28 04:09 .semver [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 04:09 .sonarcloud.properties [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 04:09 Attribution.txt [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 04:09 CONTRIBUTING.md [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 04:09 Dockerfile.build [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 04:09 Jenkinsfile [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 04:09 LICENSE [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 04:09 Makefile [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 04:09 README.md [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 04:09 SECURITY.md [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 04:09 VERSION [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 04:09 ZMQWindows.md [2021-01-28T04:12:27.929Z] drwxrwxr-x 2 1001 1001 117 Jan 28 04:09 bin [2021-01-28T04:12:27.929Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 04:09 cmd [2021-01-28T04:12:27.929Z] -rw-r--r-- 1 root root 565356 Jan 28 04:12 coverage.out [2021-01-28T04:12:27.929Z] -rw-r--r-- 1 root root 1054 Jan 28 04:12 go.mod [2021-01-28T04:12:27.929Z] -rw-r--r-- 1 root root 19289 Jan 28 04:12 go.sum [2021-01-28T04:12:27.929Z] drwxrwxr-x 8 1001 1001 127 Jan 28 04:09 internal [2021-01-28T04:12:27.929Z] drwxrwxr-x 4 1001 1001 26 Jan 28 04:09 openapi [2021-01-28T04:12:27.929Z] drwxrwxr-x 4 1001 1001 71 Jan 28 04:09 snap [2021-01-28T04:12:27.929Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 04:09 version.go [Pipeline] sh [2021-01-28T04:12:28.125Z] + sudo service docker restart [2021-01-28T04:12:28.125Z] + true [2021-01-28T04:12:28.236Z] + '[' -e coverage.out ] [2021-01-28T04:12:28.236Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T04:12:28.433Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T04:12:28.735Z] + make build [2021-01-28T04:12:28.735Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:12:30.189Z] provisioning config files... [2021-01-28T04:12:30.236Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5788032702667495849tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:12:30.674Z] ---> docker-login.sh [2021-01-28T04:12:30.674Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:12:31.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:12:31.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:12:31.943Z] Configure a credential helper to remove this warning. See [2021-01-28T04:12:31.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:12:31.943Z] [2021-01-28T04:12:31.943Z] Login Succeeded [2021-01-28T04:12:31.943Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:12:32.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:12:32.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:12:32.492Z] Configure a credential helper to remove this warning. See [2021-01-28T04:12:32.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:12:32.492Z] [2021-01-28T04:12:32.492Z] Login Succeeded [2021-01-28T04:12:32.492Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:12:32.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:12:33.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:12:33.040Z] Configure a credential helper to remove this warning. See [2021-01-28T04:12:33.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:12:33.040Z] [2021-01-28T04:12:33.040Z] Login Succeeded [2021-01-28T04:12:33.040Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:12:33.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:12:33.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:12:33.588Z] Configure a credential helper to remove this warning. See [2021-01-28T04:12:33.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:12:33.588Z] [2021-01-28T04:12:33.588Z] Login Succeeded [2021-01-28T04:12:33.588Z] docker.io [2021-01-28T04:12:33.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:12:34.035Z] 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-28T04:12:34.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:12:34.457Z] Configure a credential helper to remove this warning. See [2021-01-28T04:12:34.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:12:34.457Z] [2021-01-28T04:12:34.457Z] Login Succeeded [2021-01-28T04:12:34.457Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:12:34.476Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T04:12:34.953Z] ========================================================= [2021-01-28T04:12:34.953Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T04:12:34.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:12:35.371Z] + 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-28T04:12:38.007Z] Sending build context to Docker daemon 165.9MB [2021-01-28T04:12:38.007Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:12:38.007Z] Step 2/6 : FROM ${BASE} [2021-01-28T04:12:38.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T04:12:38.007Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T04:12:38.007Z] a4357932f1b6: Pulling fs layer [2021-01-28T04:12:38.007Z] 18c013af1878: Pulling fs layer [2021-01-28T04:12:38.007Z] 00ac8860ef70: Pulling fs layer [2021-01-28T04:12:38.007Z] 63d7cb157983: Pulling fs layer [2021-01-28T04:12:38.007Z] b116817d02f9: Pulling fs layer [2021-01-28T04:12:38.007Z] 745a02a5169b: Pulling fs layer [2021-01-28T04:12:38.007Z] 00ac8860ef70: Waiting [2021-01-28T04:12:38.007Z] 63d7cb157983: Waiting [2021-01-28T04:12:38.007Z] b116817d02f9: Waiting [2021-01-28T04:12:38.007Z] 745a02a5169b: Waiting [2021-01-28T04:12:38.007Z] 18c013af1878: Download complete [2021-01-28T04:12:38.007Z] a4357932f1b6: Verifying Checksum [2021-01-28T04:12:38.007Z] a4357932f1b6: Download complete [2021-01-28T04:12:38.007Z] 63d7cb157983: Download complete [2021-01-28T04:12:38.007Z] b116817d02f9: Verifying Checksum [2021-01-28T04:12:38.007Z] b116817d02f9: Download complete [2021-01-28T04:12:38.286Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T04:12:38.286Z] 5f621e34cdf4: Download complete [2021-01-28T04:12:38.892Z] 5f621e34cdf4: Pull complete [2021-01-28T04:12:39.491Z] a4357932f1b6: Pull complete [2021-01-28T04:12:39.769Z] 18c013af1878: Pull complete [2021-01-28T04:12:40.700Z] 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-28T04:12:41.206Z] 745a02a5169b: Verifying Checksum [2021-01-28T04:12:41.206Z] 745a02a5169b: Download complete [2021-01-28T04:12:41.654Z] 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-28T04:12:42.209Z] 00ac8860ef70: Verifying Checksum [2021-01-28T04:12:42.209Z] 00ac8860ef70: Download complete [2021-01-28T04:12:43.057Z] 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-28T04:12:43.631Z] 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-28T04:12:45.064Z] 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-28T04:12:46.458Z] 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-28T04:12:47.429Z] 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-28T04:12:48.831Z] 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-28T04:12:49.789Z] 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-28T04:12:50.740Z] 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-28T04:12:51.691Z] 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-28T04:12:52.389Z] 00ac8860ef70: Pull complete [2021-01-28T04:12:52.389Z] 63d7cb157983: Pull complete [2021-01-28T04:12:52.661Z] b116817d02f9: Pull complete [Pipeline] } [2021-01-28T04:12:53.641Z] $ docker stop --time=1 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa [2021-01-28T04:12:55.374Z] $ docker rm -f 89df42fe7aa4663aca98cc8aa5ed0053ecb5865e0b4064d2964f03e1ee719efa [Pipeline] // withDockerContainer [Pipeline] } [2021-01-28T04:12:56.047Z] 745a02a5169b: Pull complete [2021-01-28T04:12:56.047Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T04:12:56.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T04:12:56.047Z] ---> b7e6874047d6 [2021-01-28T04:12:56.047Z] 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 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:12:58.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T04:12:58.992Z] [2021-01-28T04:12:58.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:12:59.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T04:12:59.342Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T04:12:59.342Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T04:12:59.342Z] ca9280d653b3: Pulling fs layer [2021-01-28T04:12:59.342Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T04:12:59.437Z] ---> Running in d9e72360db25 [2021-01-28T04:12:59.921Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T04:12:59.921Z] cbdbe7a5bc2a: Download complete [2021-01-28T04:13:00.186Z] ca9280d653b3: Verifying Checksum [2021-01-28T04:13:00.186Z] cbdbe7a5bc2a: Pull complete [2021-01-28T04:13:00.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:13:01.140Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T04:13:01.140Z] 7e9c9ca2126c: Download complete [2021-01-28T04:13:01.140Z] ca9280d653b3: Pull complete [2021-01-28T04:13:01.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:13:02.827Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T04:13:02.827Z] (2/12) Installing file (5.38-r0) [2021-01-28T04:13:03.097Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T04:13:03.097Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T04:13:07.772Z] 7e9c9ca2126c: Pull complete [2021-01-28T04:13:07.772Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T04:13:07.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T04:13:07.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T04:13:07.954Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:13:08.006Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:13:11.051Z] $ docker top 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:13:11.568Z] + docker-compose build --help [2021-01-28T04:13:11.569Z] + grep parallel [2021-01-28T04:13:12.521Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T04:13:12.534Z] $ docker stop --time=1 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 [2021-01-28T04:13:13.228Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T04:13:13.228Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T04:13:13.228Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T04:13:13.228Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T04:13:13.228Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T04:13:13.228Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T04:13:13.228Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T04:13:13.228Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T04:13:13.228Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:13:13.228Z] OK: 217 MiB in 51 packages [2021-01-28T04:13:13.897Z] $ docker rm -f 03e3fd798dcc42024271a79c7fa1f2338647373770e27476ee08ea3c7ba620c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:13:14.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T04:13:14.577Z] . [Pipeline] withDockerContainer [2021-01-28T04:13:14.680Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:13:14.731Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:13:15.480Z] $ docker top 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:13:16.022Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T04:13:16.967Z] Building docker-core-command-go ... [2021-01-28T04:13:16.967Z] Building docker-core-data-go ... [2021-01-28T04:13:16.967Z] Building docker-core-metadata-go ... [2021-01-28T04:13:16.967Z] Building docker-security-bootstrapper-go ... [2021-01-28T04:13:16.967Z] Building docker-security-proxy-setup-go ... [2021-01-28T04:13:16.967Z] Building docker-security-secretstore-setup-go ... [2021-01-28T04:13:16.967Z] Building docker-support-notifications-go ... [2021-01-28T04:13:16.967Z] Building docker-support-scheduler-go ... [2021-01-28T04:13:16.967Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T04:13:16.967Z] Building docker-security-proxy-setup-go [2021-01-28T04:13:16.967Z] Building docker-core-metadata-go [2021-01-28T04:13:16.967Z] Building docker-support-notifications-go [2021-01-28T04:13:16.967Z] Building docker-support-scheduler-go [2021-01-28T04:13:16.967Z] Building docker-security-bootstrapper-go [2021-01-28T04:13:17.525Z] Removing intermediate container d9e72360db25 [2021-01-28T04:13:17.525Z] ---> 97f4db460e6f [2021-01-28T04:13:17.525Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T04:13:17.525Z] ---> Running in 7cdd320b1124 [2021-01-28T04:13:17.525Z] Removing intermediate container 7cdd320b1124 [2021-01-28T04:13:17.525Z] ---> edd17296b369 [2021-01-28T04:13:17.525Z] Step 5/6 : COPY go.mod . [2021-01-28T04:13:18.119Z] ---> 0bb5d023f3c8 [2021-01-28T04:13:18.119Z] Step 6/6 : RUN go mod download [2021-01-28T04:13:18.119Z] ---> Running in 2fe383f5e59d [2021-01-28T04:13:44.918Z] Removing intermediate container 2fe383f5e59d [2021-01-28T04:13:44.918Z] ---> 7092767cac2b [2021-01-28T04:13:44.918Z] Successfully built 7092767cac2b [2021-01-28T04:13:44.918Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:13:45.254Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T04:13:45.254Z] . [Pipeline] withDockerContainer [2021-01-28T04:13:45.482Z] prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container [2021-01-28T04:13:45.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T04:13:46.925Z] $ docker top 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:13:47.920Z] + go version [2021-01-28T04:13:47.920Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T04:13:47.955Z] $ docker stop --time=1 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 [2021-01-28T04:13:49.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:13:49.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:13:49.516Z] ---> 43cfca0055f3 [2021-01-28T04:13:49.516Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:13:49.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:13:49.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:13:49.516Z] ---> 43cfca0055f3 [2021-01-28T04:13:49.516Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T04:13:49.516Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:13:49.516Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:13:49.516Z] ---> 43cfca0055f3 [2021-01-28T04:13:49.516Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T04:13:49.516Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:13:49.516Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:13:49.516Z] ---> 43cfca0055f3 [2021-01-28T04:13:49.516Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T04:13:49.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:13:49.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:13:49.516Z] ---> 43cfca0055f3 [2021-01-28T04:13:49.516Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T04:13:49.516Z] ---> Running in fb34ec02349e [2021-01-28T04:13:49.516Z] ---> Running in ef3f9a9d44f2 [2021-01-28T04:13:49.516Z] ---> Running in 290be530ffcf [2021-01-28T04:13:49.516Z] ---> Running in 2a13826ade2d [2021-01-28T04:13:49.516Z] ---> Running in f9dc45dbe6ff [2021-01-28T04:13:49.821Z] Removing intermediate container f9dc45dbe6ff [2021-01-28T04:13:49.821Z] ---> c5674a0c4ece [2021-01-28T04:13:49.821Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:13:49.821Z] Removing intermediate container fb34ec02349e [2021-01-28T04:13:49.821Z] ---> 577fc0b2b71d [2021-01-28T04:13:49.821Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:13:49.821Z] Removing intermediate container 2a13826ade2d [2021-01-28T04:13:49.821Z] ---> 40a22507be82 [2021-01-28T04:13:49.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:13:49.821Z] Removing intermediate container 290be530ffcf [2021-01-28T04:13:49.821Z] ---> 0b41204db5e3 [2021-01-28T04:13:49.821Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:13:49.821Z] Removing intermediate container ef3f9a9d44f2 [2021-01-28T04:13:49.821Z] ---> db38cd3d0f92 [2021-01-28T04:13:49.821Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:13:49.839Z] $ docker rm -f 41b3e6bc53ccc9f7d3dffd5cad35187bbab55cd8eb0bd557a1be3229a8b78278 [2021-01-28T04:13:50.084Z] ---> Running in 3062e8d90a10 [2021-01-28T04:13:50.085Z] ---> Running in 0541399b5dd9 [2021-01-28T04:13:50.085Z] ---> Running in 01b2b770b7e9 [2021-01-28T04:13:50.085Z] ---> Running in f3d44e60d779 [2021-01-28T04:13:50.085Z] ---> Running in 15316a58596a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:13:50.871Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T04:13:50.871Z] . [Pipeline] withDockerContainer [2021-01-28T04:13:51.134Z] prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container [2021-01-28T04:13:51.230Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T04:13:52.650Z] $ docker top c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T04:13:53.036Z] ========================================================= [2021-01-28T04:13:53.036Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T04:13:53.036Z] ========================================================= [Pipeline] sh [2021-01-28T04:13:53.418Z] Removing intermediate container 01b2b770b7e9 [2021-01-28T04:13:53.418Z] ---> 28b0c61bb0a4 [2021-01-28T04:13:53.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T04:13:53.418Z] ---> Running in e12c84f83baf [2021-01-28T04:13:53.418Z] Removing intermediate container 0541399b5dd9 [2021-01-28T04:13:53.418Z] ---> 7c00e8244663 [2021-01-28T04:13:53.418Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T04:13:53.418Z] Removing intermediate container 3062e8d90a10 [2021-01-28T04:13:53.418Z] ---> 0b5e8d5790b3 [2021-01-28T04:13:53.418Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T04:13:53.418Z] Removing intermediate container f3d44e60d779 [2021-01-28T04:13:53.418Z] ---> 71c42764ce64 [2021-01-28T04:13:53.418Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T04:13:53.418Z] ---> Running in 2c049002b291 [2021-01-28T04:13:53.418Z] ---> Running in 166e77888fe3 [2021-01-28T04:13:53.418Z] Removing intermediate container 15316a58596a [2021-01-28T04:13:53.418Z] ---> 39ac2770fadf [2021-01-28T04:13:53.418Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T04:13:53.685Z] ---> Running in aa40bd5bcdc5 [2021-01-28T04:13:53.685Z] ---> Running in df22f9608110 [2021-01-28T04:13:53.689Z] + make test [2021-01-28T04:13:53.689Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T04:13:54.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:54.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:54.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:54.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:54.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:54.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:55.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:55.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:55.620Z] OK: 233 MiB in 51 packages [2021-01-28T04:13:55.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:55.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:13:55.620Z] OK: 233 MiB in 51 packages [2021-01-28T04:13:56.204Z] Removing intermediate container e12c84f83baf [2021-01-28T04:13:56.204Z] ---> 416d89bafb8c [2021-01-28T04:13:56.204Z] Step 6/23 : COPY go.mod . [2021-01-28T04:13:56.204Z] OK: 233 MiB in 51 packages [2021-01-28T04:13:56.204Z] OK: 233 MiB in 51 packages [2021-01-28T04:13:56.204Z] Removing intermediate container 2c049002b291 [2021-01-28T04:13:56.204Z] ---> e03f349abe0d [2021-01-28T04:13:56.204Z] Step 6/22 : COPY go.mod . [2021-01-28T04:13:56.479Z] ---> 5fd95291c499 [2021-01-28T04:13:56.479Z] Step 7/23 : RUN go mod download [2021-01-28T04:13:56.479Z] ---> Running in 2f096a67f991 [2021-01-28T04:13:56.742Z] OK: 233 MiB in 51 packages [2021-01-28T04:13:56.742Z] ---> 08cc16204305 [2021-01-28T04:13:56.742Z] Step 7/22 : RUN go mod download [2021-01-28T04:13:57.004Z] ---> Running in 678049335fa4 [2021-01-28T04:13:57.268Z] Removing intermediate container aa40bd5bcdc5 [2021-01-28T04:13:57.268Z] ---> c7ef5dc5cd5f [2021-01-28T04:13:57.268Z] Step 6/34 : COPY go.mod . [2021-01-28T04:13:57.532Z] Removing intermediate container 166e77888fe3 [2021-01-28T04:13:57.532Z] ---> 7dff38765d62 [2021-01-28T04:13:57.532Z] Step 6/21 : COPY go.mod . [2021-01-28T04:13:57.532Z] ---> cb619afc819f [2021-01-28T04:13:57.532Z] Step 7/34 : RUN go mod download [2021-01-28T04:13:57.802Z] Removing intermediate container df22f9608110 [2021-01-28T04:13:57.802Z] ---> 71f812dd9995 [2021-01-28T04:13:57.802Z] Step 6/22 : COPY go.mod . [2021-01-28T04:13:57.802Z] ---> Running in 59361619ab9f [2021-01-28T04:13:57.802Z] ---> fba34aff1451 [2021-01-28T04:13:57.802Z] Step 7/21 : RUN go mod download [2021-01-28T04:13:58.064Z] ---> Running in 340d02eed382 [2021-01-28T04:13:58.336Z] ---> 108fe0b4e34f [2021-01-28T04:13:58.336Z] Step 7/22 : RUN go mod download [2021-01-28T04:13:58.336Z] ---> Running in e6806fca57d1 [2021-01-28T04:13:59.309Z] Removing intermediate container 678049335fa4 [2021-01-28T04:13:59.309Z] ---> ee9ae01b6661 [2021-01-28T04:13:59.309Z] Step 8/22 : COPY . . [2021-01-28T04:13:59.309Z] Removing intermediate container 2f096a67f991 [2021-01-28T04:13:59.309Z] ---> ad90d0d4e9b8 [2021-01-28T04:13:59.309Z] Step 8/23 : COPY . . [2021-01-28T04:13:59.309Z] Removing intermediate container 59361619ab9f [2021-01-28T04:13:59.309Z] ---> 24352fad368e [2021-01-28T04:13:59.309Z] Step 8/34 : COPY . . [2021-01-28T04:14:03.574Z] Removing intermediate container e6806fca57d1 [2021-01-28T04:14:03.574Z] ---> 2c563c7c8209 [2021-01-28T04:14:03.574Z] Step 8/22 : COPY . . [2021-01-28T04:14:05.054Z] Removing intermediate container 340d02eed382 [2021-01-28T04:14:05.054Z] ---> c64523750541 [2021-01-28T04:14:05.054Z] Step 8/21 : COPY . . [2021-01-28T04:14:15.885Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T04:14:43.994Z] ---> 0c0a2c545843 [2021-01-28T04:14:43.994Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T04:14:43.994Z] ---> Running in 4325eb10103f [2021-01-28T04:14:43.994Z] ---> fcb3a8c00891 [2021-01-28T04:14:43.994Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T04:14:43.994Z] ---> 343dc51b3af4 [2021-01-28T04:14:43.994Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T04:14:43.994Z] ---> 37ec96961bdd [2021-01-28T04:14:43.994Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T04:14:43.994Z] ---> 46bfc3b9d7d6 [2021-01-28T04:14:43.994Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T04:14:43.994Z] ---> Running in dd18a4725224 [2021-01-28T04:14:43.994Z] ---> Running in ecbcc76a1db6 [2021-01-28T04:14:43.994Z] ---> Running in bad0e84f0419 [2021-01-28T04:14:43.994Z] ---> Running in 9ded9ee347b7 [2021-01-28T04:14:43.994Z] Removing intermediate container ecbcc76a1db6 [2021-01-28T04:14:43.994Z] ---> f4261d8ae09d [2021-01-28T04:14:43.994Z] 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-28T04:14:43.994Z] 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-28T04:14:43.994Z] ---> Running in 229830f2c63e [2021-01-28T04:14:43.994Z] 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-28T04:14:43.994Z] 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-28T04:14:43.994Z] 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-28T04:14:43.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T04:15:02.937Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T04:15:07.503Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T04:15:10.803Z] 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-28T04:15:10.803Z] 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-28T04:15:13.033Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T04:15:13.034Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T04:15:13.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T04:15:15.107Z] Removing intermediate container dd18a4725224 [2021-01-28T04:15:15.107Z] ---> 3aded40ae83a [2021-01-28T04:15:15.107Z] [2021-01-28T04:15:15.107Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T04:15:15.107Z] Removing intermediate container bad0e84f0419 [2021-01-28T04:15:15.107Z] ---> 9327ae3d3c04 [2021-01-28T04:15:15.107Z] [2021-01-28T04:15:15.107Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T04:15:15.107Z] 3.12: Pulling from library/alpine [2021-01-28T04:15:15.107Z] 3.12: Pulling from library/alpine [2021-01-28T04:15:15.372Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T04:15:15.372Z] + cd /tmp/build/dist/linux [2021-01-28T04:15:15.372Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T04:15:15.372Z] Cloning into '.'... [2021-01-28T04:15:15.949Z] + go get github.com/robfig/glock [2021-01-28T04:15:16.211Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:15:17.161Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:15:17.736Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T04:15:17.736Z] ---> 389fef711851 [2021-01-28T04:15:17.736Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T04:15:17.736Z] Status: Image is up to date for alpine:3.12 [2021-01-28T04:15:17.736Z] ---> 389fef711851 [2021-01-28T04:15:17.736Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T04:15:18.312Z] Removing intermediate container 9ded9ee347b7 [2021-01-28T04:15:18.312Z] ---> 6e534066fef1 [2021-01-28T04:15:18.312Z] [2021-01-28T04:15:18.312Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T04:15:18.312Z] ---> 389fef711851 [2021-01-28T04:15:18.313Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T04:15:19.263Z] ---> Running in 169429d833c9 [2021-01-28T04:15:19.263Z] ---> Running in a14e228f1b50 [2021-01-28T04:15:19.263Z] ---> Running in 085dc1821d13 [2021-01-28T04:15:19.535Z] Removing intermediate container 4325eb10103f [2021-01-28T04:15:19.535Z] ---> 3b3d294da83c [2021-01-28T04:15:19.535Z] [2021-01-28T04:15:19.535Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:15:19.535Z] ---> 389fef711851 [2021-01-28T04:15:19.535Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T04:15:19.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T04:15:19.808Z] ---> Running in f84b438d6a00 [2021-01-28T04:15:20.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.687Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T04:15:20.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.687Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T04:15:20.687Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:15:20.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.687Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:15:20.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:15:20.962Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T04:15:20.962Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:15:20.962Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T04:15:20.962Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T04:15:20.962Z] OK: 6 MiB in 16 packages [2021-01-28T04:15:20.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:15:20.962Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:15:20.962Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T04:15:20.962Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T04:15:20.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:15:20.962Z] OK: 6 MiB in 15 packages [2021-01-28T04:15:20.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:15:20.962Z] OK: 6 MiB in 15 packages [2021-01-28T04:15:20.962Z] OK: 7 MiB in 18 packages [2021-01-28T04:15:25.189Z] Removing intermediate container 169429d833c9 [2021-01-28T04:15:25.189Z] ---> 13f249711ce2 [2021-01-28T04:15:25.189Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:15:26.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T04:15:26.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T04:15:26.532Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T04:15:26.581Z] Removing intermediate container a14e228f1b50 [2021-01-28T04:15:26.582Z] ---> 831241d9a688 [2021-01-28T04:15:26.582Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T04:15:26.582Z] ---> Running in 20a93eb77058 [2021-01-28T04:15:26.582Z] Removing intermediate container f84b438d6a00 [2021-01-28T04:15:26.582Z] ---> 875cc15c2009 [2021-01-28T04:15:26.582Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:15:26.582Z] Removing intermediate container 085dc1821d13 [2021-01-28T04:15:26.582Z] ---> da4694ec46c7 [2021-01-28T04:15:26.582Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:15:26.582Z] ---> Running in a8f732b56480 [2021-01-28T04:15:26.846Z] ---> Running in c34a8285f456 [2021-01-28T04:15:26.846Z] ---> Running in 766f7a970826 [2021-01-28T04:15:26.846Z] Removing intermediate container 20a93eb77058 [2021-01-28T04:15:26.846Z] ---> d476a86a6f57 [2021-01-28T04:15:26.846Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T04:15:26.846Z] ---> Running in ee0cb6c46fbc [2021-01-28T04:15:27.109Z] Removing intermediate container a8f732b56480 [2021-01-28T04:15:27.109Z] ---> b9cd5ef85bc7 [2021-01-28T04:15:27.109Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T04:15:27.109Z] Removing intermediate container c34a8285f456 [2021-01-28T04:15:27.109Z] ---> 5d075edb1389 [2021-01-28T04:15:27.109Z] Step 13/21 : WORKDIR /edgex [2021-01-28T04:15:27.109Z] Removing intermediate container 766f7a970826 [2021-01-28T04:15:27.109Z] ---> 81ade312d977 [2021-01-28T04:15:27.109Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T04:15:27.109Z] ---> Running in 8a00920d1e50 [2021-01-28T04:15:27.372Z] ---> Running in 155dec21cbf4 [2021-01-28T04:15:27.372Z] ---> Running in 9b9489431fef [2021-01-28T04:15:27.372Z] Removing intermediate container ee0cb6c46fbc [2021-01-28T04:15:27.372Z] ---> 60ca5d657e25 [2021-01-28T04:15:27.372Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T04:15:27.372Z] + glock sync -n [2021-01-28T04:15:27.635Z]  ---> Running in b3a7cc1aa945 [2021-01-28T04:15:27.635Z] Removing intermediate container 8a00920d1e50 [2021-01-28T04:15:27.635Z] ---> ab603df2b020 [2021-01-28T04:15:27.635Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T04:15:27.635Z] Removing intermediate container 155dec21cbf4 [2021-01-28T04:15:27.635Z] ---> f9f9c510d584 [2021-01-28T04:15:27.635Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T04:15:27.635Z] Removing intermediate container 9b9489431fef [2021-01-28T04:15:27.635Z] ---> e27abfe377ac [2021-01-28T04:15:27.635Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T04:15:27.919Z] ---> Running in 8f01e2f29c2e [2021-01-28T04:15:27.919Z] ---> Running in 32e3e2cff03d [2021-01-28T04:15:28.187Z] Removing intermediate container b3a7cc1aa945 [2021-01-28T04:15:28.187Z] ---> b4444df8f4fe [2021-01-28T04:15:28.187Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:15:28.187Z] ---> 16b9113e4761 [2021-01-28T04:15:28.187Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T04:15:28.187Z] Removing intermediate container 8f01e2f29c2e [2021-01-28T04:15:28.187Z] ---> d6ab1ba95902 [2021-01-28T04:15:28.187Z] Step 15/23 : WORKDIR / [2021-01-28T04:15:28.450Z] Removing intermediate container 32e3e2cff03d [2021-01-28T04:15:28.450Z] ---> 3d663f31b3a2 [2021-01-28T04:15:28.450Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:15:28.713Z] ---> Running in 953b6426675c [2021-01-28T04:15:28.981Z] ---> b2f8a5752c95 [2021-01-28T04:15:28.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T04:15:28.981Z] ---> 6b8c13a70d46 [2021-01-28T04:15:28.981Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T04:15:28.981Z] ---> ed0ecce4c38b [2021-01-28T04:15:28.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T04:15:28.981Z] Removing intermediate container 953b6426675c [2021-01-28T04:15:28.981Z] ---> c6f415678d07 [2021-01-28T04:15:28.981Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:15:29.970Z] ---> 5f669f047b27 [2021-01-28T04:15:29.970Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T04:15:29.970Z] ---> c00eb149e297 [2021-01-28T04:15:29.970Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T04:15:29.970Z] ---> f26bfe4c0a39 [2021-01-28T04:15:29.970Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T04:15:29.970Z] ---> 2918740fe2ac [2021-01-28T04:15:29.970Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T04:15:29.970Z] ---> Running in 4a76731a2fbe [2021-01-28T04:15:30.933Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T04:15:31.195Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T04:15:31.195Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T04:15:31.769Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T04:15:31.769Z] + git describe '--abbrev=0' --tags [2021-01-28T04:15:31.769Z] + TAG=v0.6.1 [2021-01-28T04:15:31.769Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T04:15:31.769Z] + apk --print-arch [2021-01-28T04:15:31.769Z] + arch=x86_64 [2021-01-28T04:15:31.769Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T04:15:31.769Z] + 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-28T04:15:31.769Z] building [dockerize] for amd64 ... [2021-01-28T04:15:31.769Z] Removing intermediate container 4a76731a2fbe [2021-01-28T04:15:31.769Z] ---> dbfe66c66183 [2021-01-28T04:15:31.769Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T04:15:31.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.338s coverage: 46.0% of statements [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T04:15:31.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T04:15:31.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements [2021-01-28T04:15:32.717Z] ---> 1bd5bae437fd [2021-01-28T04:15:32.717Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T04:15:32.717Z] ---> e80736768e7f [2021-01-28T04:15:32.717Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T04:15:32.717Z] ---> Running in 8c050886213a [2021-01-28T04:15:32.994Z] ---> 9dd3a2a9d543 [2021-01-28T04:15:32.994Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T04:15:32.994Z] ---> Running in 0bbb07f356e7 [2021-01-28T04:15:32.994Z] ---> Running in a4d4285e37c5 [2021-01-28T04:15:33.262Z] Removing intermediate container 8c050886213a [2021-01-28T04:15:33.262Z] ---> f364749b1c72 [2021-01-28T04:15:33.262Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T04:15:33.262Z] ---> b08f54bb0b16 [2021-01-28T04:15:33.262Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T04:15:33.534Z] Removing intermediate container 0bbb07f356e7 [2021-01-28T04:15:33.534Z] ---> 313f899c3187 [2021-01-28T04:15:33.534Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:15:33.534Z] ---> Running in e67a1fc6fdc6 [2021-01-28T04:15:33.534Z] Removing intermediate container a4d4285e37c5 [2021-01-28T04:15:33.534Z] ---> a03bf822668a [2021-01-28T04:15:33.534Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:15:33.534Z] ---> Running in fbb4e65045b2 [2021-01-28T04:15:33.534Z] ---> Running in bf18900b64e1 [2021-01-28T04:15:33.534Z] ---> Running in a2e619a68a9f [2021-01-28T04:15:33.820Z] Removing intermediate container e67a1fc6fdc6 [2021-01-28T04:15:33.820Z] ---> e0db2d229f3a [2021-01-28T04:15:33.820Z] Step 20/21 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:15:34.094Z] ---> Running in e64e207a5ba8 [2021-01-28T04:15:34.094Z] Removing intermediate container bf18900b64e1 [2021-01-28T04:15:34.094Z] ---> 4fb5c4e345a0 [2021-01-28T04:15:34.094Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T04:15:34.094Z] Removing intermediate container a2e619a68a9f [2021-01-28T04:15:34.094Z] ---> cea723f0c98d [2021-01-28T04:15:34.094Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T04:15:34.362Z] ---> Running in 9119481e89b0 [2021-01-28T04:15:34.362Z] Removing intermediate container fbb4e65045b2 [2021-01-28T04:15:34.362Z] ---> 12ce95aad06d [2021-01-28T04:15:34.362Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:15:34.362Z] ---> Running in ce4a609d815c [2021-01-28T04:15:34.362Z] Removing intermediate container e64e207a5ba8 [2021-01-28T04:15:34.362Z] ---> 27c7d9ed1648 [2021-01-28T04:15:34.362Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T04:15:34.362Z] ---> Running in 06e9bf0a92b7 [2021-01-28T04:15:34.628Z] ---> Running in 09e4ba62b39b [2021-01-28T04:15:34.628Z] Removing intermediate container 9119481e89b0 [2021-01-28T04:15:34.628Z] ---> 04fb8ed68ddb [2021-01-28T04:15:34.628Z] Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:15:34.628Z] Removing intermediate container ce4a609d815c [2021-01-28T04:15:34.628Z] ---> eb5cdfaa55f8 [2021-01-28T04:15:34.628Z] Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:15:34.894Z] ---> Running in f717b7bdbf9e [2021-01-28T04:15:34.894Z] ---> Running in 1ec7b8d2bcea [2021-01-28T04:15:34.894Z] Removing intermediate container 06e9bf0a92b7 [2021-01-28T04:15:34.894Z] ---> b9f8a3f889e0 [2021-01-28T04:15:34.894Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T04:15:34.894Z] Removing intermediate container 09e4ba62b39b [2021-01-28T04:15:34.894Z] ---> 1104c4861b90 [2021-01-28T04:15:34.894Z] [2021-01-28T04:15:35.164Z] ---> Running in 9b98d4e52554 [2021-01-28T04:15:35.432Z] Removing intermediate container 1ec7b8d2bcea [2021-01-28T04:15:35.432Z] ---> 6d5d195acbcf [2021-01-28T04:15:35.432Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T04:15:35.432Z] Successfully built 1104c4861b90 [2021-01-28T04:15:36.011Z] Removing intermediate container f717b7bdbf9e [2021-01-28T04:15:36.011Z] ---> 5ed6686f7406 [2021-01-28T04:15:36.011Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T04:15:36.011Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T04:15:36.011Z] Building docker-sys-mgmt-agent-go [2021-01-28T04:15:36.011Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 3eb9fba3229d [2021-01-28T04:15:36.011Z] ---> Running in 3c971488f01b [2021-01-28T04:15:36.011Z] Removing intermediate container 9b98d4e52554 [2021-01-28T04:15:36.011Z] ---> 0df4177f4683 [2021-01-28T04:15:36.011Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:15:36.291Z] ---> Running in b9854a4ce613 [2021-01-28T04:15:36.291Z] Removing intermediate container 3eb9fba3229d [2021-01-28T04:15:36.291Z] ---> c66478537ac9 [2021-01-28T04:15:36.291Z] [2021-01-28T04:15:36.566Z] Removing intermediate container 3c971488f01b [2021-01-28T04:15:36.566Z] ---> 5917c63a222f [2021-01-28T04:15:36.566Z] [2021-01-28T04:15:36.566Z] Removing intermediate container b9854a4ce613 [2021-01-28T04:15:36.566Z] ---> 0b1968d89098 [2021-01-28T04:15:36.566Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:15:36.566Z] Successfully built c66478537ac9 [2021-01-28T04:15:36.566Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T04:15:36.566Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-28T04:15:36.833Z] Successfully built 5917c63a222f [2021-01-28T04:15:36.833Z] ---> Running in 930adbc4ef39 [2021-01-28T04:15:36.833Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T04:15:36.833Z] Building docker-core-data-go [2021-01-28T04:15:38.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.519s coverage: 27.1% of statements [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T04:15:38.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T04:15:38.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T04:15:38.737Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T04:15:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 65.8% of statements [2021-01-28T04:15:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T04:15:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T04:15:41.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.637s coverage: 82.3% of statements [2021-01-28T04:15:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T04:15:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T04:15:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T04:15:41.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T04:15:49.244Z]  Building docker-support-scheduler-go ... done Removing intermediate container 930adbc4ef39 [2021-01-28T04:15:49.244Z] ---> 2fd397afd213 [2021-01-28T04:15:49.244Z] [2021-01-28T04:15:49.244Z] Successfully built 2fd397afd213 [2021-01-28T04:15:49.244Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T04:15:49.244Z] Building docker-security-secretstore-setup-go [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.133s coverage: 100.0% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T04:15:49.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T04:15:49.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.168s coverage: 92.8% of statements [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T04:15:59.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 43.8% of statements [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.132s coverage: 79.5% of statements [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-01-28T04:15:59.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-01-28T04:16:04.732Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:16:04.732Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:16:04.732Z] ---> 43cfca0055f3 [2021-01-28T04:16:04.732Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> db38cd3d0f92 [2021-01-28T04:16:04.732Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 39ac2770fadf [2021-01-28T04:16:04.732Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T04:16:04.732Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:16:04.732Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:16:04.732Z] ---> 43cfca0055f3 [2021-01-28T04:16:04.732Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> db38cd3d0f92 [2021-01-28T04:16:04.732Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 39ac2770fadf [2021-01-28T04:16:04.732Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T04:16:04.732Z] [2021-01-28T04:16:04.732Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:16:04.732Z] ---> 43cfca0055f3 [2021-01-28T04:16:04.732Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> db38cd3d0f92 [2021-01-28T04:16:04.732Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 39ac2770fadf [2021-01-28T04:16:04.732Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 71f812dd9995 [2021-01-28T04:16:04.732Z] Step 6/23 : COPY go.mod . [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 108fe0b4e34f [2021-01-28T04:16:04.732Z] Step 7/23 : RUN go mod download [2021-01-28T04:16:04.732Z] ---> Using cache [2021-01-28T04:16:04.732Z] ---> 2c563c7c8209 [2021-01-28T04:16:04.732Z] Step 8/23 : COPY . . [2021-01-28T04:16:05.358Z] ---> Using cache [2021-01-28T04:16:05.358Z] ---> 37ec96961bdd [2021-01-28T04:16:05.358Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T04:16:05.941Z] ---> Running in 1213b3bcc565 [2021-01-28T04:16:05.941Z] ---> Running in 642e49f9c3d5 [2021-01-28T04:16:05.941Z] ---> Running in b6064f624b01 [2021-01-28T04:16:08.553Z] 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-28T04:16:08.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:16:08.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:16:08.553Z] + date [2021-01-28T04:16:08.553Z] + echo 'Thu Jan 28 04:16:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T04:16:08.553Z] Thu Jan 28 04:16:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T04:16:09.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:16:09.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:16:09.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-01-28T04:16:09.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-01-28T04:16:09.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T04:16:09.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T04:16:09.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T04:16:09.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T04:16:09.745Z] OK: 233 MiB in 51 packages [2021-01-28T04:16:10.014Z] OK: 233 MiB in 51 packages [2021-01-28T04:16:11.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T04:16:11.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 63.5% of statements [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T04:16:11.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T04:16:12.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-01-28T04:16:12.671Z] Removing intermediate container b6064f624b01 [2021-01-28T04:16:12.671Z] ---> 1f95c9fed50d [2021-01-28T04:16:12.671Z] Step 6/23 : COPY go.mod . [2021-01-28T04:16:12.671Z] Removing intermediate container 1213b3bcc565 [2021-01-28T04:16:12.671Z] ---> 2fbeb83803b1 [2021-01-28T04:16:12.671Z] Step 6/26 : COPY go.mod . [2021-01-28T04:16:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-01-28T04:16:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-01-28T04:16:13.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-01-28T04:16:14.643Z] ---> c5323ef61030 [2021-01-28T04:16:14.643Z] Step 7/26 : RUN go mod download [2021-01-28T04:16:14.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2021-01-28T04:16:14.920Z] ---> 49b169419786 [2021-01-28T04:16:14.920Z] Step 7/23 : RUN go mod download [2021-01-28T04:16:15.212Z] ---> Running in a5c0519fda47 [2021-01-28T04:16:16.196Z] ---> Running in 8edb1e06a976 [2021-01-28T04:16:16.787Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:16:16.787Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:16:16.787Z] ---> 43cfca0055f3 [2021-01-28T04:16:16.787Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> db38cd3d0f92 [2021-01-28T04:16:16.787Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> 39ac2770fadf [2021-01-28T04:16:16.787Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> 71f812dd9995 [2021-01-28T04:16:16.787Z] Step 6/24 : COPY go.mod . [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> 108fe0b4e34f [2021-01-28T04:16:16.787Z] Step 7/24 : RUN go mod download [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> 2c563c7c8209 [2021-01-28T04:16:16.787Z] Step 8/24 : COPY . . [2021-01-28T04:16:16.787Z] ---> Using cache [2021-01-28T04:16:16.787Z] ---> 37ec96961bdd [2021-01-28T04:16:16.787Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T04:16:17.758Z] ---> Running in ff06658fe0ed [2021-01-28T04:16:18.760Z] 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-28T04:16:19.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.786s coverage: 68.9% of statements [2021-01-28T04:16:19.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T04:16:19.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T04:16:19.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T04:16:19.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T04:16:19.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T04:16:19.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 37.0% of statements [2021-01-28T04:16:19.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T04:16:19.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T04:16:19.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.519s coverage: 84.0% of statements [2021-01-28T04:16:19.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-01-28T04:16:20.725Z] Removing intermediate container a5c0519fda47 [2021-01-28T04:16:20.725Z] ---> 0a2d309fd242 [2021-01-28T04:16:20.725Z] Step 8/26 : COPY . . [2021-01-28T04:16:21.322Z] Removing intermediate container 8edb1e06a976 [2021-01-28T04:16:21.322Z] ---> 93e4f10fa7a2 [2021-01-28T04:16:21.322Z] Step 8/23 : COPY . . [2021-01-28T04:16:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.382s coverage: 47.1% of statements [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T04:16:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T04:16:28.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-01-28T04:16:28.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.004s coverage: 29.1% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T04:16:31.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T04:16:31.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T04:16:31.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.118s coverage: 100.0% of statements [2021-01-28T04:16:32.315Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-28T04:16:32.912Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T04:16:33.891Z] GO111MODULE=on go vet ./... [2021-01-28T04:16:48.824Z] 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-28T04:16:49.785Z] Removing intermediate container 229830f2c63e [2021-01-28T04:16:49.785Z] ---> fc52653a26d6 [2021-01-28T04:16:49.785Z] 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-28T04:16:54.033Z] ---> Running in 7409e53955be [2021-01-28T04:16:55.967Z] ---> cd0779e1ed8a [2021-01-28T04:16:55.967Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T04:16:55.967Z] Removing intermediate container 642e49f9c3d5 [2021-01-28T04:16:55.967Z] ---> b5560d1441cb [2021-01-28T04:16:55.967Z] [2021-01-28T04:16:55.967Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:16:55.967Z] ---> 389fef711851 [2021-01-28T04:16:55.967Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T04:16:55.967Z] ---> Using cache [2021-01-28T04:16:55.967Z] ---> da4694ec46c7 [2021-01-28T04:16:55.967Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:16:55.967Z] ---> Using cache [2021-01-28T04:16:55.967Z] ---> 81ade312d977 [2021-01-28T04:16:55.967Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T04:16:56.242Z] ---> 89f6bdb95eec [2021-01-28T04:16:56.242Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T04:16:56.242Z] ---> Running in 7de00344875e [2021-01-28T04:16:56.242Z] ---> Running in 216545d74fd6 [2021-01-28T04:16:56.242Z] ---> Running in a528246adfec [2021-01-28T04:16:56.834Z] Removing intermediate container 216545d74fd6 [2021-01-28T04:16:56.834Z] ---> c4ddde1037e5 [2021-01-28T04:16:56.834Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T04:16:56.834Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T04:16:56.834Z] statically linked [2021-01-28T04:16:57.108Z] 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-28T04:16:57.384Z] ---> Running in f6766d3a4801 [2021-01-28T04:16:57.384Z] 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-28T04:16:58.834Z] Removing intermediate container f6766d3a4801 [2021-01-28T04:16:58.834Z] ---> 59bcf8b1bedd [2021-01-28T04:16:58.834Z] Step 15/23 : WORKDIR / [2021-01-28T04:16:58.834Z] Removing intermediate container ff06658fe0ed [2021-01-28T04:16:58.834Z] ---> 7395be4b1e60 [2021-01-28T04:16:58.834Z] [2021-01-28T04:16:58.834Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T04:16:58.834Z] ---> 389fef711851 [2021-01-28T04:16:58.834Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T04:16:59.106Z] ---> Running in 60210ce8d75d [2021-01-28T04:16:59.106Z] ---> Running in 8a216f1c39bc [2021-01-28T04:16:59.106Z] Removing intermediate container 7409e53955be [2021-01-28T04:16:59.106Z] ---> 59b0e5b10757 [2021-01-28T04:16:59.106Z] [2021-01-28T04:16:59.106Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T04:16:59.106Z] ---> 389fef711851 [2021-01-28T04:16:59.106Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T04:16:59.373Z] ---> Running in 0817f2527234 [2021-01-28T04:16:59.649Z] Removing intermediate container 60210ce8d75d [2021-01-28T04:16:59.649Z] ---> 144f0dbdf8f0 [2021-01-28T04:16:59.649Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:16:59.649Z] Removing intermediate container 0817f2527234 [2021-01-28T04:16:59.649Z] ---> 97ad7d556819 [2021-01-28T04:16:59.649Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T04:16:59.924Z] ---> Running in c9d6044391d6 [2021-01-28T04:17:01.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:01.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:01.335Z] ---> 3eadc9590051 [2021-01-28T04:17:01.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T04:17:01.622Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T04:17:01.622Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:17:01.622Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T04:17:01.622Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T04:17:01.622Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T04:17:01.622Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:17:01.622Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:17:01.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:01.899Z] OK: 7 MiB in 19 packages [2021-01-28T04:17:01.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:02.174Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T04:17:02.174Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T04:17:02.174Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T04:17:02.174Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:17:02.174Z] OK: 6 MiB in 17 packages [2021-01-28T04:17:04.153Z] ---> 62d45b67f60b [2021-01-28T04:17:04.153Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T04:17:04.153Z] Removing intermediate container 8a216f1c39bc [2021-01-28T04:17:04.153Z] ---> bff8afaaf5a4 [2021-01-28T04:17:04.153Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T04:17:04.431Z] ---> 776d8ed2050a [2021-01-28T04:17:04.431Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T04:17:04.431Z] ---> Running in 1e9818d23574 [2021-01-28T04:17:04.706Z] Removing intermediate container c9d6044391d6 [2021-01-28T04:17:04.706Z] ---> 6732de506bd7 [2021-01-28T04:17:04.706Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T04:17:04.706Z] ---> Running in 0137180f4183 [2021-01-28T04:17:04.706Z] ---> Running in 3ca8add4ea3b [2021-01-28T04:17:04.706Z] Removing intermediate container 1e9818d23574 [2021-01-28T04:17:04.706Z] ---> 5896f9b79f82 [2021-01-28T04:17:04.706Z] Step 13/24 : WORKDIR / [2021-01-28T04:17:05.297Z] ---> Running in 23fa75274d11 [2021-01-28T04:17:05.297Z] Removing intermediate container 0137180f4183 [2021-01-28T04:17:05.297Z] ---> 5c50928c09d1 [2021-01-28T04:17:05.297Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:17:05.572Z] Removing intermediate container 3ca8add4ea3b [2021-01-28T04:17:05.572Z] ---> e3a69ccff273 [2021-01-28T04:17:05.572Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T04:17:05.572Z] ---> Running in 15bdab112c22 [2021-01-28T04:17:05.851Z] ---> Running in fef4899bf929 [2021-01-28T04:17:05.851Z] Removing intermediate container 23fa75274d11 [2021-01-28T04:17:05.851Z] ---> b5c5ac859d72 [2021-01-28T04:17:05.851Z] 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-28T04:17:06.126Z] Removing intermediate container 15bdab112c22 [2021-01-28T04:17:06.126Z] ---> 0433fc2c54d5 [2021-01-28T04:17:06.126Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T04:17:06.126Z] ---> Running in 2e0dd237f46c [2021-01-28T04:17:06.126Z] Removing intermediate container fef4899bf929 [2021-01-28T04:17:06.126Z] ---> 7e4477ab009a [2021-01-28T04:17:06.126Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T04:17:06.397Z] ---> Running in c190f018b213 [2021-01-28T04:17:06.397Z] ---> 450ef4ab3e72 [2021-01-28T04:17:06.397Z] 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-28T04:17:06.671Z] Removing intermediate container 2e0dd237f46c [2021-01-28T04:17:06.671Z] ---> c0439406214c [2021-01-28T04:17:06.671Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:17:07.266Z] ---> Running in 52d49b52b94c [2021-01-28T04:17:07.266Z] ---> 78a9ddb3cae6 [2021-01-28T04:17:07.266Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T04:17:07.546Z] Removing intermediate container 52d49b52b94c [2021-01-28T04:17:07.546Z] ---> 7d84019dfc7f [2021-01-28T04:17:07.546Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:17:09.007Z] ---> 7215e360fe84 [2021-01-28T04:17:09.007Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T04:17:09.007Z] ---> Running in 0ccd35aac801 [2021-01-28T04:17:09.282Z] Removing intermediate container 0ccd35aac801 [2021-01-28T04:17:09.282Z] ---> 15bca0e45dec [2021-01-28T04:17:09.282Z] [2021-01-28T04:17:09.902Z] Successfully built 15bca0e45dec [2021-01-28T04:17:09.902Z] Successfully tagged docker-core-command-go:latest [2021-01-28T04:17:09.902Z] Removing intermediate container c190f018b213 [2021-01-28T04:17:09.902Z] ---> 8a8fd405422b [2021-01-28T04:17:09.902Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T04:17:09.902Z]  Building docker-core-command-go ... done  ---> Running in 79771b7ab2be [2021-01-28T04:17:09.902Z] ---> 9150e1961e06 [2021-01-28T04:17:09.902Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T04:17:10.178Z] Removing intermediate container 79771b7ab2be [2021-01-28T04:17:10.178Z] ---> f14a8e9af358 [2021-01-28T04:17:10.178Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T04:17:10.793Z] ---> a4ba1d6a7ae3 [2021-01-28T04:17:10.793Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T04:17:11.380Z] ---> 4bba4d869186 [2021-01-28T04:17:11.380Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T04:17:11.380Z] ---> 911a75e3b263 [2021-01-28T04:17:11.380Z] 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-28T04:17:11.380Z] ---> Running in efb85896bbbd [2021-01-28T04:17:11.979Z] ---> 5239d3e6ccd9 [2021-01-28T04:17:11.979Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T04:17:12.253Z] ---> Running in 52a339dc22d7 [2021-01-28T04:17:14.225Z] Removing intermediate container efb85896bbbd [2021-01-28T04:17:14.225Z] ---> 1389b7b4fb33 [2021-01-28T04:17:14.225Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T04:17:14.225Z] ---> Running in 644d1bc383a4 [2021-01-28T04:17:14.501Z] Removing intermediate container 644d1bc383a4 [2021-01-28T04:17:14.501Z] ---> ded572479830 [2021-01-28T04:17:14.501Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T04:17:14.771Z] ---> Running in 39771c5cc18f [2021-01-28T04:17:14.771Z] Removing intermediate container 52a339dc22d7 [2021-01-28T04:17:14.771Z] ---> d158400b0999 [2021-01-28T04:17:14.771Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:17:15.039Z] Removing intermediate container 39771c5cc18f [2021-01-28T04:17:15.039Z] ---> 7efdcfc123d3 [2021-01-28T04:17:15.039Z] Step 23/24 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:17:15.318Z] ---> Running in 101a0e34a5ad [2021-01-28T04:17:15.318Z] ---> c627cc0c1fa9 [2021-01-28T04:17:15.318Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T04:17:15.597Z] Removing intermediate container 101a0e34a5ad [2021-01-28T04:17:15.597Z] ---> 4fd9f601054d [2021-01-28T04:17:15.597Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T04:17:15.880Z] ---> Running in 8056cc14c517 [2021-01-28T04:17:16.148Z] Removing intermediate container 8056cc14c517 [2021-01-28T04:17:16.148Z] ---> 4fdedef45d78 [2021-01-28T04:17:16.148Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T04:17:16.148Z] ---> 301fa6170caa [2021-01-28T04:17:16.148Z] [2021-01-28T04:17:16.724Z] Successfully built 301fa6170caa [2021-01-28T04:17:16.724Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T04:17:18.127Z]  Building docker-security-secretstore-setup-go ... done  ---> 3d35b25f8fe9 [2021-01-28T04:17:18.127Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T04:17:18.393Z] Removing intermediate container a528246adfec [2021-01-28T04:17:18.393Z] ---> ca877c960e73 [2021-01-28T04:17:18.393Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T04:17:18.658Z] ---> Running in 9077a62eb6fe [2021-01-28T04:17:20.596Z] ---> a1290407b696 [2021-01-28T04:17:20.597Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T04:17:20.597Z] 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-28T04:17:20.865Z] ---> 42850efe9c39 [2021-01-28T04:17:20.865Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T04:17:21.128Z] ---> Running in 6f65456044b2 [2021-01-28T04:17:22.078Z] Removing intermediate container 6f65456044b2 [2021-01-28T04:17:22.079Z] ---> c8256890aadb [2021-01-28T04:17:22.079Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T04:17:24.636Z] Removing intermediate container 7de00344875e [2021-01-28T04:17:24.636Z] ---> ca433aa00264 [2021-01-28T04:17:24.636Z] [2021-01-28T04:17:24.636Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:17:24.636Z] ---> 389fef711851 [2021-01-28T04:17:24.636Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T04:17:24.636Z] ---> f39b37bb4a18 [2021-01-28T04:17:24.636Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T04:17:24.636Z] ---> Running in ec01ad1e1b51 [2021-01-28T04:17:24.636Z] ---> Running in a6e216cacc56 [2021-01-28T04:17:24.636Z] Removing intermediate container 9077a62eb6fe [2021-01-28T04:17:24.636Z] ---> 2ac0c9245898 [2021-01-28T04:17:24.636Z] [2021-01-28T04:17:24.636Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T04:17:24.636Z] Removing intermediate container ec01ad1e1b51 [2021-01-28T04:17:24.636Z] ---> 8e2517f9a377 [2021-01-28T04:17:24.636Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T04:17:24.636Z] 20.10.0: Pulling from library/docker [2021-01-28T04:17:24.912Z] ---> Running in c545f2423482 [2021-01-28T04:17:25.491Z] Removing intermediate container c545f2423482 [2021-01-28T04:17:25.491Z] ---> a754de7e4e62 [2021-01-28T04:17:25.491Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T04:17:25.760Z] ---> Running in bab6d2171134 [2021-01-28T04:17:26.710Z] Removing intermediate container bab6d2171134 [2021-01-28T04:17:26.710Z] ---> d07d2932bb32 [2021-01-28T04:17:26.710Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:17:26.710Z] ---> Running in c190722dce92 [2021-01-28T04:17:26.975Z] Removing intermediate container a6e216cacc56 [2021-01-28T04:17:26.975Z] ---> 7a9f1fb0b6fe [2021-01-28T04:17:26.975Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T04:17:27.244Z] ---> Running in 9e45e6d17466 [2021-01-28T04:17:27.518Z] Removing intermediate container 9e45e6d17466 [2021-01-28T04:17:27.518Z] ---> c1266701d673 [2021-01-28T04:17:27.518Z] Step 31/34 : CMD ["gate"] [2021-01-28T04:17:27.783Z] ---> Running in b9fcb7c6f990 [2021-01-28T04:17:28.049Z] Removing intermediate container c190722dce92 [2021-01-28T04:17:28.049Z] ---> 3357567c63a1 [2021-01-28T04:17:28.049Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T04:17:28.049Z] Removing intermediate container b9fcb7c6f990 [2021-01-28T04:17:28.049Z] ---> 15a053666c0b [2021-01-28T04:17:28.049Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T04:17:28.318Z] ---> Running in ab9a130ccf82 [2021-01-28T04:17:28.318Z] ---> Running in 77406f9186ea [2021-01-28T04:17:28.581Z] Removing intermediate container 77406f9186ea [2021-01-28T04:17:28.581Z] ---> 90f56286dd26 [2021-01-28T04:17:28.581Z] Step 33/34 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:17:28.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:29.118Z] ---> Running in 8bb8873a015c [2021-01-28T04:17:29.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:30.277Z] Removing intermediate container 8bb8873a015c [2021-01-28T04:17:30.277Z] ---> d9a5efccbb38 [2021-01-28T04:17:30.277Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T04:17:30.539Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T04:17:30.539Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T04:17:30.539Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T04:17:30.802Z] ---> Running in 64476faed598 [2021-01-28T04:17:30.802Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T04:17:30.802Z] Removing intermediate container 64476faed598 [2021-01-28T04:17:30.802Z] ---> 66a2d07e7255 [2021-01-28T04:17:30.802Z] [2021-01-28T04:17:30.802Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T04:17:31.066Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T04:17:31.066Z] ---> aefe523efa57 [2021-01-28T04:17:31.066Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T04:17:31.066Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T04:17:31.066Z] ---> Running in 08979981d83e [2021-01-28T04:17:31.066Z] Successfully built 66a2d07e7255 [2021-01-28T04:17:31.066Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T04:17:31.066Z]  Building docker-security-bootstrapper-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T04:17:31.332Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:17:31.332Z] OK: 8 MiB in 20 packages [2021-01-28T04:17:31.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:31.861Z] Removing intermediate container ab9a130ccf82 [2021-01-28T04:17:31.861Z] ---> 7ce15d56a5d0 [2021-01-28T04:17:31.861Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:17:31.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:32.123Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T04:17:32.123Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T04:17:32.123Z] Executing bash-5.0.17-r0.post-install [2021-01-28T04:17:32.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:17:32.123Z] OK: 12 MiB in 22 packages [2021-01-28T04:17:32.123Z] ---> d488c072f406 [2021-01-28T04:17:32.123Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T04:17:32.715Z] ---> 566852c258f0 [2021-01-28T04:17:32.715Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T04:17:32.715Z] Removing intermediate container 08979981d83e [2021-01-28T04:17:32.715Z] ---> dd74064b772a [2021-01-28T04:17:32.715Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T04:17:32.978Z] ---> Running in 4317e7dde3ce [2021-01-28T04:17:32.978Z] Removing intermediate container 4317e7dde3ce [2021-01-28T04:17:32.978Z] ---> fb64c914beac [2021-01-28T04:17:32.978Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T04:17:32.978Z] ---> 56c0b163d3de [2021-01-28T04:17:32.978Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T04:17:33.241Z] ---> Running in 83e08df32d84 [2021-01-28T04:17:33.241Z] ---> Running in cbf7887cdce4 [2021-01-28T04:17:33.241Z] Removing intermediate container 83e08df32d84 [2021-01-28T04:17:33.241Z] ---> 40f7bf82e2f8 [2021-01-28T04:17:33.241Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T04:17:33.241Z] Removing intermediate container cbf7887cdce4 [2021-01-28T04:17:33.241Z] ---> fc0c40fa52ee [2021-01-28T04:17:33.241Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:17:33.504Z] ---> Running in 9447a4be4c1c [2021-01-28T04:17:33.504Z] ---> Running in 364d5fe4c14d [2021-01-28T04:17:33.504Z] Removing intermediate container 364d5fe4c14d [2021-01-28T04:17:33.504Z] ---> 8c14940fb5af [2021-01-28T04:17:33.504Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T04:17:33.504Z] Removing intermediate container 9447a4be4c1c [2021-01-28T04:17:33.504Z] ---> f3c86f8d3356 [2021-01-28T04:17:33.504Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T04:17:33.765Z] ---> Running in f4905f2f10a8 [2021-01-28T04:17:34.029Z] Removing intermediate container f4905f2f10a8 [2021-01-28T04:17:34.029Z] ---> 0f4751cbf932 [2021-01-28T04:17:34.029Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:17:34.029Z] ---> Running in 581a2976b294 [2021-01-28T04:17:34.029Z] ---> 4c8b5b07434e [2021-01-28T04:17:34.029Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T04:17:34.293Z] Removing intermediate container 581a2976b294 [2021-01-28T04:17:34.293Z] ---> e94d46d9a314 [2021-01-28T04:17:34.293Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:17:34.293Z] ---> Running in ffdd4aa37733 [2021-01-28T04:17:34.293Z] ---> c95e8b5a64ed [2021-01-28T04:17:34.293Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T04:17:34.557Z] Removing intermediate container ffdd4aa37733 [2021-01-28T04:17:34.557Z] ---> 234aa09cc8ec [2021-01-28T04:17:34.557Z] [2021-01-28T04:17:34.557Z] Successfully built 234aa09cc8ec [2021-01-28T04:17:34.557Z] Successfully tagged docker-core-data-go:latest [2021-01-28T04:17:34.847Z]  Building docker-core-data-go ... done  ---> 481fbb1f0a16 [2021-01-28T04:17:34.847Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T04:17:34.847Z] ---> Running in 175ef5c59a67 [2021-01-28T04:17:35.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:35.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:17:35.690Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T04:17:35.690Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T04:17:35.690Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T04:17:35.690Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T04:17:35.690Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T04:17:35.690Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T04:17:35.690Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T04:17:36.637Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T04:17:36.637Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T04:17:36.637Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T04:17:36.637Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T04:17:36.637Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T04:17:36.637Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T04:17:36.637Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T04:17:36.900Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T04:17:36.900Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T04:17:36.900Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T04:17:37.163Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T04:17:37.163Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T04:17:37.163Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T04:17:37.163Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T04:17:37.426Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T04:17:37.426Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T04:17:37.426Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T04:17:37.426Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T04:17:37.426Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T04:17:37.426Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T04:17:37.426Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T04:17:37.426Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T04:17:37.426Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T04:17:37.688Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T04:17:37.688Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T04:17:37.688Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T04:17:37.688Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:17:37.688Z] OK: 71 MiB in 55 packages [2021-01-28T04:17:41.923Z] gofmt -l . [2021-01-28T04:17:43.891Z] [ "`gofmt -l .`" = "" ] [2021-01-28T04:17:46.497Z] ./bin/test-go-mod-tidy.sh [2021-01-28T04:17:46.770Z] ./bin/test-attribution-txt.sh [2021-01-28T04:17:47.723Z] Removing intermediate container 175ef5c59a67 [2021-01-28T04:17:47.723Z] ---> 2ba5a2ae83e1 [2021-01-28T04:17:47.723Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T04:17:47.723Z] ---> Running in ceae6e73c815 [Pipeline] sh [2021-01-28T04:17:48.305Z] Collecting docker-compose==1.23.2 [2021-01-28T04:17:48.566Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T04:17:48.566Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T04:17:48.566Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T04:17:48.829Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T04:17:48.856Z] + ls -al . [2021-01-28T04:17:48.856Z] total 700 [2021-01-28T04:17:48.856Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 04:17 . [2021-01-28T04:17:48.856Z] drwxr-xr-x 4 root root 4096 Jan 28 04:13 .. [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 04:12 .dockerignore [2021-01-28T04:17:48.856Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 04:12 .git [2021-01-28T04:17:48.856Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 04:12 .github [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 04:12 .gitignore [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 04:12 .sonarcloud.properties [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 04:12 Attribution.txt [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 04:12 CONTRIBUTING.md [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 04:12 Dockerfile.build [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 04:12 Jenkinsfile [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 04:12 LICENSE [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 04:12 Makefile [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 04:12 README.md [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 04:12 SECURITY.md [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 04:09 VERSION [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 04:12 ZMQWindows.md [2021-01-28T04:17:48.856Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 04:12 bin [2021-01-28T04:17:48.856Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 04:12 cmd [2021-01-28T04:17:48.856Z] -rw-r--r-- 1 root root 565356 Jan 28 04:16 coverage.out [2021-01-28T04:17:48.856Z] -rw-r--r-- 1 root root 1054 Jan 28 04:17 go.mod [2021-01-28T04:17:48.856Z] -rw-r--r-- 1 root root 19289 Jan 28 04:17 go.sum [2021-01-28T04:17:48.856Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 04:12 internal [2021-01-28T04:17:48.856Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 04:12 openapi [2021-01-28T04:17:48.856Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 04:12 snap [2021-01-28T04:17:48.856Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 04:12 version.go [Pipeline] sh [2021-01-28T04:17:49.090Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T04:17:49.091Z] Collecting PyYAML<4,>=3.10 [2021-01-28T04:17:49.091Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T04:17:49.516Z] + '[' -e coverage.out ] [2021-01-28T04:17:49.516Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T04:17:49.536Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T04:17:50.035Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T04:17:50.035Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T04:17:50.297Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T04:17:50.297Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T04:17:50.836Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T04:17:50.870Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T04:17:50.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T04:17:50.871Z] 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-28T04:17:50.871Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T04:17:50.871Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T04:17:51.444Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T04:17:51.444Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T04:17:51.444Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T04:17:51.444Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T04:17:51.559Z] + make build [2021-01-28T04:17:51.560Z] 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-28T04:17:52.169Z] Collecting idna<2.8,>=2.5 [2021-01-28T04:17:52.169Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T04:17:52.169Z] 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-28T04:17:52.169Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T04:17:52.169Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T04:17:52.169Z] 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-28T04:17:52.169Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T04:17:52.169Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T04:17:52.444Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T04:17:52.444Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T04:17:52.444Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T04:17:52.444Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T04:17:52.444Z] Installing collected packages: websocket-client, idna, urllib3, requests, PyYAML, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, texttable, docker-compose [2021-01-28T04:17:52.765Z] Attempting uninstall: idna [2021-01-28T04:17:52.765Z] Found existing installation: idna 2.9 [2021-01-28T04:17:52.765Z] Uninstalling idna-2.9: [2021-01-28T04:17:52.765Z] Successfully uninstalled idna-2.9 [2021-01-28T04:17:52.765Z] Attempting uninstall: urllib3 [2021-01-28T04:17:52.765Z] Found existing installation: urllib3 1.25.9 [2021-01-28T04:17:52.765Z] Uninstalling urllib3-1.25.9: [2021-01-28T04:17:53.060Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T04:17:53.060Z] Attempting uninstall: requests [2021-01-28T04:17:53.060Z] Found existing installation: requests 2.23.0 [2021-01-28T04:17:53.060Z] Uninstalling requests-2.23.0: [2021-01-28T04:17:53.060Z] Successfully uninstalled requests-2.23.0 [2021-01-28T04:17:54.470Z] Running setup.py install for PyYAML: started [2021-01-28T04:17:54.734Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T04:17:54.996Z] Running setup.py install for dockerpty: started [2021-01-28T04:17:55.572Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T04:17:55.834Z] Running setup.py install for docopt: started [2021-01-28T04:17:56.096Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T04:17:56.096Z] Running setup.py install for texttable: started [2021-01-28T04:17:56.670Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T04:17:56.933Z] 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-28T04:18:00.245Z] Removing intermediate container ceae6e73c815 [2021-01-28T04:18:00.245Z] ---> 936ac6fb4a19 [2021-01-28T04:18:00.245Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T04:18:00.245Z] ---> Running in a0ac1a11c96a [2021-01-28T04:18:00.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:18:00.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:18:00.768Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:18:01.033Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T04:18:01.033Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T04:18:01.033Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:18:01.033Z] OK: 72 MiB in 58 packages [2021-01-28T04:18:01.608Z] Removing intermediate container a0ac1a11c96a [2021-01-28T04:18:01.609Z] ---> 068bbd0cfd16 [2021-01-28T04:18:01.609Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T04:18:01.609Z] ---> Running in eb41d0805e9c [2021-01-28T04:18:01.609Z] Removing intermediate container eb41d0805e9c [2021-01-28T04:18:01.609Z] ---> 119dfd60ca75 [2021-01-28T04:18:01.609Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:18:01.766Z] 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-28T04:18:01.872Z] ---> Running in 806296086f81 [2021-01-28T04:18:01.872Z] Removing intermediate container 806296086f81 [2021-01-28T04:18:01.872Z] ---> ebd7a5a5790b [2021-01-28T04:18:01.872Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T04:18:01.872Z] ---> Running in d156faacd160 [2021-01-28T04:18:02.134Z] Removing intermediate container d156faacd160 [2021-01-28T04:18:02.134Z] ---> e4f4bbb11d56 [2021-01-28T04:18:02.134Z] Step 25/26 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:18:02.134Z] ---> Running in 9c1a8ca88e4e [2021-01-28T04:18:02.403Z] Removing intermediate container 9c1a8ca88e4e [2021-01-28T04:18:02.403Z] ---> 412f1dcd05ba [2021-01-28T04:18:02.403Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T04:18:02.403Z] ---> Running in 82984fe4e21c [2021-01-28T04:18:02.672Z] Removing intermediate container 82984fe4e21c [2021-01-28T04:18:02.672Z] ---> c08be0d28155 [2021-01-28T04:18:02.672Z] [2021-01-28T04:18:02.672Z] Successfully built c08be0d28155 [2021-01-28T04:18:02.934Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T04:18:03.207Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T04:18:03.210Z] $ docker stop --time=1 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f [2021-01-28T04:18:04.918Z] $ docker rm -f 0cbf706b506fbb40719b59f2fc428a9077a667c0f26602ccfed373c1eec9aa9f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:18:05.523Z] + docker images [2021-01-28T04:18:05.523Z] + grep docker [2021-01-28T04:18:05.786Z] docker-sys-mgmt-agent-go latest c08be0d28155 3 seconds ago 313MB [2021-01-28T04:18:05.786Z] docker-core-data-go latest 234aa09cc8ec 31 seconds ago 22.3MB [2021-01-28T04:18:05.786Z] docker-security-bootstrapper-go latest 66a2d07e7255 35 seconds ago 33.5MB [2021-01-28T04:18:05.786Z] docker-security-secretstore-setup-go latest 301fa6170caa 50 seconds ago 24.6MB [2021-01-28T04:18:05.786Z] docker-core-command-go latest 15bca0e45dec 56 seconds ago 16.9MB [2021-01-28T04:18:05.786Z] docker-core-metadata-go latest 2fd397afd213 2 minutes ago 18.8MB [2021-01-28T04:18:05.786Z] docker-support-scheduler-go latest 5917c63a222f 2 minutes ago 16.4MB [2021-01-28T04:18:05.786Z] docker-support-notifications-go latest c66478537ac9 2 minutes ago 16.9MB [2021-01-28T04:18:05.786Z] docker-security-proxy-setup-go latest 1104c4861b90 2 minutes ago 24.4MB [2021-01-28T04:18:05.786Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T04:18:21.481Z] Still waiting to schedule task [2021-01-28T04:18:21.481Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T04:18:23.967Z] 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-28T04:18:27.347Z] 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-28T04:18:31.655Z] 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-28T04:18:32.632Z] 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-28T04:18:38.037Z] 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-28T04:18:42.338Z] 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-28T04:18:45.728Z] 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-28T04:18:50.031Z] 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-28T04:18:54.341Z] 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-28T04:18:56.956Z] 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-28T04:19:01.256Z] 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-28T04:19:05.599Z] $ docker stop --time=1 c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c [2021-01-28T04:19:07.983Z] $ docker rm -f c4cd003254e589999184fbd3a2fcb5c3a5e150f5b3bcaadf55f788cd43ce875c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-28T04:19:09.618Z] Running on prd-ubuntu18.04-docker-8c-8g-23686 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws [2021-01-28T04:19:09.731Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:19:10.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T04:19:10.131Z] [2021-01-28T04:19:10.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:19:10.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T04:19:10.533Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T04:19:10.533Z] 29e5d40040c1: Pulling fs layer [2021-01-28T04:19:10.533Z] 1ce36da41761: Pulling fs layer [2021-01-28T04:19:10.533Z] 25b303627fd3: Pulling fs layer [2021-01-28T04:19:11.139Z] 29e5d40040c1: Verifying Checksum [2021-01-28T04:19:11.139Z] 29e5d40040c1: Download complete [2021-01-28T04:19:11.744Z] 1ce36da41761: Verifying Checksum [2021-01-28T04:19:11.744Z] 1ce36da41761: Download complete [2021-01-28T04:19:11.744Z] 29e5d40040c1: Pull complete [2021-01-28T04:19:11.805Z] using credential edgex-jenkins-ssh [2021-01-28T04:19:11.861Z] Cloning the remote Git repository [2021-01-28T04:19:11.887Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:19:11.958Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-28T04:19:11.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:19:11.986Z] > git --version # timeout=10 [2021-01-28T04:19:11.993Z] > git --version # 'git version 2.17.1' [2021-01-28T04:19:11.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:19:12.025Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:19:13.193Z] 1ce36da41761: Pull complete [2021-01-28T04:19:13.463Z] 25b303627fd3: Verifying Checksum [2021-01-28T04:19:13.463Z] 25b303627fd3: Download complete [2021-01-28T04:19:23.613Z] 25b303627fd3: Pull complete [2021-01-28T04:19:23.613Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T04:19:23.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T04:19:23.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T04:19:23.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container [2021-01-28T04:19:23.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:19:25.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T04:19:25.875Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:19:25.887Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T04:19:25.899Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T04:19:25.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:19:25.904Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T04:19:26.555Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:19:26.679Z] Merge succeeded, producing 252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:19:26.679Z] Checking out Revision 252d90ee886802feae2a22f96d363ec1950d4d35 (PR-3061) [2021-01-28T04:19:26.938Z] $ docker top cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:19:26.569Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:19:26.580Z] > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [2021-01-28T04:19:26.652Z] > git remote # timeout=10 [2021-01-28T04:19:26.660Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T04:19:26.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:19:26.669Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T04:19:26.677Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T04:19:26.685Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:19:26.690Z] > git checkout -f 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [2021-01-28T04:19:27.990Z] + docker-compose build --help [2021-01-28T04:19:27.990Z] + grep parallel [2021-01-28T04:19:30.398Z] Commit message: "feat(command): Implement Command GET /device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:19:31.363Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T04:19:31.460Z] $ docker stop --time=1 cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 [2021-01-28T04:19:31.671Z] + echo snap-build.sh [2021-01-28T04:19:31.671Z] snap-build.sh [2021-01-28T04:19:31.671Z] + SNAP_BASE_DIR=. [2021-01-28T04:19:31.671Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-01-28T04:19:31.671Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-01-28T04:19:31.671Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-01-28T04:19:31.671Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-01-28T04:19:31.671Z] + cd /w/workspace/edgex-go/7 [2021-01-28T04:19:31.671Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T04:19:31.672Z] Reading package lists... [2021-01-28T04:19:31.672Z] Building dependency tree... [2021-01-28T04:19:31.672Z] Reading state information... [2021-01-28T04:19:31.934Z] The following packages were automatically installed and are no longer required: [2021-01-28T04:19:31.934Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T04:19:31.934Z] uidmap xdelta3 [2021-01-28T04:19:31.934Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T04:19:31.934Z] The following packages will be REMOVED: [2021-01-28T04:19:31.934Z] lxd* lxd-client* [2021-01-28T04:19:32.510Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T04:19:32.511Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T04:19:33.415Z] $ docker rm -f cbd8fb62471f1783c7c753353640ec53f0eab9de0ad70f7b60e272822e4d5358 [2021-01-28T04:19:33.560Z] (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-28T04:19:33.560Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:19:34.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T04:19:34.248Z] . [Pipeline] withDockerContainer [2021-01-28T04:19:34.506Z] Removing lxd dnsmasq configuration [2021-01-28T04:19:34.506Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T04:19:34.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-23685 does not seem to be running inside a container [2021-01-28T04:19:34.644Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T04:19:34.769Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T04:19:35.718Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T04:19:35.980Z] (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-28T04:19:35.980Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T04:19:35.986Z] $ docker top 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:19:37.068Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T04:19:37.372Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T04:19:37.372Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T04:19:39.309Z] + sudo snap remove --purge lxd [2021-01-28T04:19:39.572Z] snap "lxd" is not installed [2021-01-28T04:19:39.572Z] + sudo groupadd --force --system lxd [2021-01-28T04:19:39.572Z] ++ whoami [2021-01-28T04:19:39.572Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T04:19:39.572Z] + newgrp - lxd [2021-01-28T04:19:39.572Z] + sudo snap install lxd [2021-01-28T04:19:41.363Z] Building docker-core-command-go ... [2021-01-28T04:19:41.363Z] Building docker-core-data-go ... [2021-01-28T04:19:41.363Z] Building docker-core-metadata-go ... [2021-01-28T04:19:41.363Z] Building docker-security-bootstrapper-go ... [2021-01-28T04:19:41.363Z] Building docker-security-proxy-setup-go ... [2021-01-28T04:19:41.363Z] Building docker-security-secretstore-setup-go ... [2021-01-28T04:19:41.363Z] Building docker-support-notifications-go ... [2021-01-28T04:19:41.363Z] Building docker-support-scheduler-go ... [2021-01-28T04:19:41.363Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T04:19:41.363Z] Building docker-support-scheduler-go [2021-01-28T04:19:41.363Z] Building docker-support-notifications-go [2021-01-28T04:19:41.363Z] Building docker-security-proxy-setup-go [2021-01-28T04:19:41.363Z] Building docker-core-data-go [2021-01-28T04:19:41.363Z] Building docker-security-secretstore-setup-go [2021-01-28T04:19:49.596Z] 2021-01-28T04:19:46Z INFO Waiting for automatic snapd restart... [2021-01-28T04:20:07.761Z] lxd 4.10 from Canonical* installed [2021-01-28T04:20:07.761Z] + sudo lxd init --auto [2021-01-28T04:20:14.355Z] + sudo snap install --classic snapcraft [2021-01-28T04:20:19.678Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T04:20:19.678Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T04:20:19.678Z] + patch --verbose -p1 [2021-01-28T04:20:19.678Z] Hmm... Looks like a unified diff to me... [2021-01-28T04:20:19.678Z] The text leading up to this was: [2021-01-28T04:20:19.678Z] -------------------------- [2021-01-28T04:20:19.678Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T04:20:19.678Z] |From: Tony Espy [2021-01-28T04:20:19.678Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T04:20:19.678Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T04:20:19.678Z] | [2021-01-28T04:20:19.678Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T04:20:19.678Z] |optimize the snap CI check run for pull requests. When [2021-01-28T04:20:19.678Z] |applied, it essentially strips out everything (apps and [2021-01-28T04:20:19.678Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T04:20:19.678Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T04:20:19.678Z] |catch changes to edgex-go that break the snap build. [2021-01-28T04:20:19.678Z] | [2021-01-28T04:20:19.678Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T04:20:19.678Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T04:20:19.678Z] |resulting in a failed snap build CI check in the associated [2021-01-28T04:20:19.678Z] |pull request. [2021-01-28T04:20:19.678Z] | [2021-01-28T04:20:19.678Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T04:20:19.678Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T04:20:19.678Z] |need to build the finally binary .snap file (and it won't [2021-01-28T04:20:19.678Z] |work with the patch applied). This further reduces the build [2021-01-28T04:20:19.678Z] |time. [2021-01-28T04:20:19.678Z] |--- [2021-01-28T04:20:19.678Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T04:20:19.678Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T04:20:19.678Z] | [2021-01-28T04:20:19.678Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T04:20:19.678Z] |index 1e537489..faf42425 100644 [2021-01-28T04:20:19.678Z] |--- a/snap/snapcraft.yaml [2021-01-28T04:20:19.678Z] |+++ b/snap/snapcraft.yaml [2021-01-28T04:20:19.678Z] -------------------------- [2021-01-28T04:20:19.678Z] patching file snap/snapcraft.yaml [2021-01-28T04:20:19.678Z] Using Plan A... [2021-01-28T04:20:19.678Z] Hunk #1 succeeded at 73. [2021-01-28T04:20:19.678Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T04:20:19.678Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T04:20:19.678Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T04:20:19.678Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T04:20:19.678Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T04:20:19.678Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T04:20:19.678Z] Hunk #8 succeeded at 342. [2021-01-28T04:20:19.678Z] Hmm... Ignoring the trailing garbage. [2021-01-28T04:20:19.678Z] done [2021-01-28T04:20:19.678Z] + sudo snapcraft prime --use-lxd [2021-01-28T04:20:21.066Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T04:20:21.066Z] 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-28T04:20:21.066Z] - README.md [2021-01-28T04:20:21.066Z] - snapcraft.yaml.orig [2021-01-28T04:20:21.066Z] [2021-01-28T04:20:21.066Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T04:20:21.640Z] Launching a container. [2021-01-28T04:20:33.897Z] Waiting for container to be ready [2021-01-28T04:20:33.897Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T04:20:33.897Z] [2021-01-28T04:20:36.493Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T04:20:37.066Z] Waiting for network to be ready... [2021-01-28T04:20:37.327Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T04:20:37.327Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T04:20:37.588Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T04:20:37.588Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T04:20:37.588Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T04:20:37.588Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T04:20:37.588Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T04:20:37.588Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T04:20:37.588Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T04:20:37.588Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T04:20:37.849Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T04:20:38.109Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T04:20:38.370Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T04:20:38.370Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T04:20:38.370Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T04:20:38.370Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T04:20:38.370Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T04:20:38.370Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T04:20:38.633Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T04:20:39.208Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T04:20:39.208Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T04:20:39.208Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T04:20:39.208Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T04:20:39.208Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T04:20:39.208Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T04:20:39.208Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T04:20:39.208Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T04:20:41.129Z] Fetched 23.8 MB in 4s (5970 kB/s) [2021-01-28T04:20:42.075Z] Reading package lists... [2021-01-28T04:20:42.336Z] Reading package lists... [2021-01-28T04:20:42.598Z] Building dependency tree... [2021-01-28T04:20:42.598Z] Reading state information... [2021-01-28T04:20:42.598Z] The following additional packages will be installed: [2021-01-28T04:20:42.598Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T04:20:42.598Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T04:20:42.598Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T04:20:42.598Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T04:20:42.598Z] Suggested packages: [2021-01-28T04:20:42.598Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T04:20:42.598Z] Recommended packages: [2021-01-28T04:20:42.598Z] gnupg libsasl2-modules [2021-01-28T04:20:42.598Z] The following NEW packages will be installed: [2021-01-28T04:20:42.598Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T04:20:42.598Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T04:20:42.598Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T04:20:42.598Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T04:20:42.598Z] The following packages will be upgraded: [2021-01-28T04:20:42.598Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T04:20:42.859Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T04:20:42.859Z] Need to get 3533 kB of archives. [2021-01-28T04:20:42.859Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T04:20:42.859Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T04:20:42.859Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T04:20:43.121Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T04:20:43.382Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T04:20:43.382Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T04:20:43.382Z] 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-28T04:20:43.382Z] 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-28T04:20:43.382Z] 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-28T04:20:43.382Z] 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-28T04:20:43.646Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T04:20:43.646Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T04:20:43.646Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T04:20:43.646Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T04:20:43.646Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T04:20:43.646Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T04:20:43.646Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T04:20:43.646Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T04:20:43.646Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T04:20:43.646Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T04:20:43.646Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T04:20:43.646Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T04:20:43.646Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T04:20:43.909Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T04:20:43.910Z] Fetched 3533 kB in 1s (3143 kB/s) [2021-01-28T04:20:43.910Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T04:20:43.910Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T04:20:43.910Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T04:20:44.173Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T04:20:44.173Z] Selecting previously unselected package udev. [2021-01-28T04:20:44.173Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T04:20:44.173Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T04:20:44.173Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T04:20:44.436Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T04:20:44.436Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T04:20:44.436Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T04:20:44.436Z] Selecting previously unselected package fuse. [2021-01-28T04:20:44.436Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T04:20:44.698Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T04:20:44.698Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T04:20:44.698Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T04:20:44.698Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T04:20:44.698Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T04:20:44.960Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T04:20:44.960Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T04:20:44.960Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T04:20:44.960Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T04:20:44.960Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T04:20:45.224Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T04:20:45.224Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.224Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.224Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T04:20:45.224Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.224Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.486Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T04:20:45.486Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.486Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.486Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T04:20:45.486Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.486Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.486Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T04:20:45.486Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.486Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.748Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T04:20:45.748Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.748Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:45.748Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T04:20:45.748Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:45.748Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:46.010Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T04:20:46.010Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:46.010Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:46.010Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T04:20:46.010Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T04:20:46.010Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:46.272Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T04:20:46.272Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T04:20:46.272Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T04:20:46.272Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T04:20:46.272Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T04:20:46.272Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T04:20:46.272Z] Selecting previously unselected package libldap-common. [2021-01-28T04:20:46.272Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T04:20:46.272Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T04:20:46.533Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T04:20:46.533Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T04:20:46.533Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T04:20:46.533Z] Selecting previously unselected package dirmngr. [2021-01-28T04:20:46.533Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T04:20:46.533Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T04:20:46.798Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T04:20:46.798Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T04:20:46.798Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T04:20:46.798Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T04:20:46.798Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T04:20:46.798Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T04:20:47.058Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.058Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T04:20:47.058Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T04:20:47.058Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T04:20:47.320Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T04:20:47.581Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.581Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T04:20:47.581Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T04:20:47.581Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T04:20:47.581Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T04:20:47.843Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T04:20:47.843Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T04:20:48.105Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T04:20:48.367Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T04:20:48.367Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T04:20:48.367Z] This means they are not meant to be enabled using systemctl. [2021-01-28T04:20:48.367Z] Possible reasons for having this kind of units are: [2021-01-28T04:20:48.367Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T04:20:48.367Z] .wants/ or .requires/ directory. [2021-01-28T04:20:48.367Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T04:20:48.367Z] a requirement dependency on it. [2021-01-28T04:20:48.367Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T04:20:48.367Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T04:20:48.367Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T04:20:48.367Z] instance name specified. [2021-01-28T04:20:48.628Z] Reading package lists... [2021-01-28T04:20:48.889Z] Building dependency tree... [2021-01-28T04:20:48.889Z] Reading state information... [2021-01-28T04:20:49.151Z] The following additional packages will be installed: [2021-01-28T04:20:49.151Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T04:20:49.151Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T04:20:49.151Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T04:20:49.151Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T04:20:49.151Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T04:20:49.151Z] Suggested packages: [2021-01-28T04:20:49.151Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T04:20:49.151Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T04:20:49.151Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T04:20:49.151Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T04:20:49.151Z] systemd-container policykit-1 [2021-01-28T04:20:49.151Z] Recommended packages: [2021-01-28T04:20:49.151Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T04:20:49.151Z] The following NEW packages will be installed: [2021-01-28T04:20:49.151Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T04:20:49.151Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T04:20:49.151Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T04:20:49.151Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T04:20:49.151Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T04:20:49.151Z] The following packages will be upgraded: [2021-01-28T04:20:49.151Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T04:20:49.151Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T04:20:49.151Z] Need to get 35.2 MB of archives. [2021-01-28T04:20:49.151Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T04:20:49.151Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T04:20:49.151Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T04:20:49.151Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T04:20:49.151Z] 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-28T04:20:49.413Z] 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-28T04:20:49.413Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T04:20:49.413Z] 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-28T04:20:49.413Z] 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-28T04:20:49.413Z] 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-28T04:20:49.413Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T04:20:49.413Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T04:20:49.413Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T04:20:49.413Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T04:20:49.413Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T04:20:49.413Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T04:20:49.413Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T04:20:49.413Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T04:20:49.413Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T04:20:49.984Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T04:20:49.984Z] 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-28T04:20:49.984Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T04:20:49.984Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T04:20:49.984Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T04:20:49.984Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T04:20:49.984Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T04:20:49.984Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T04:20:49.984Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T04:20:50.245Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T04:20:50.245Z] 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-28T04:20:50.245Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T04:20:51.630Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T04:20:51.630Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-01-28T04:20:51.630Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T04:20:51.630Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T04:20:51.891Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T04:20:52.462Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T04:20:52.462Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T04:20:52.724Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T04:20:52.724Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T04:20:52.724Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T04:20:52.724Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T04:20:52.985Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T04:20:52.985Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T04:20:52.985Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T04:20:52.985Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T04:20:53.246Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T04:20:53.507Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T04:20:53.769Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T04:20:53.769Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T04:20:53.769Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T04:20:54.029Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T04:20:54.029Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T04:20:54.029Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T04:20:54.029Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:54.291Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T04:20:54.291Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T04:20:54.291Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T04:20:54.291Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T04:20:54.291Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T04:20:54.550Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:54.812Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T04:20:54.812Z] Checking for services that may need to be restarted...done. [2021-01-28T04:20:54.812Z] Checking for services that may need to be restarted...done. [2021-01-28T04:20:54.812Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:54.812Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T04:20:55.073Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:55.334Z] Selecting previously unselected package python3-minimal. [2021-01-28T04:20:55.334Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T04:20:55.334Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T04:20:55.334Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T04:20:55.595Z] Selecting previously unselected package mime-support. [2021-01-28T04:20:55.595Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T04:20:55.595Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T04:20:55.595Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T04:20:55.595Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T04:20:55.595Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T04:20:55.855Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T04:20:55.855Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T04:20:55.855Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:56.116Z] Selecting previously unselected package python3.6. [2021-01-28T04:20:56.116Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T04:20:56.116Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:20:56.116Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T04:20:56.116Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T04:20:56.116Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T04:20:56.116Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T04:20:56.376Z] Selecting previously unselected package python3. [2021-01-28T04:20:56.376Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T04:20:56.376Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T04:20:56.376Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T04:20:56.376Z] Selecting previously unselected package multiarch-support. [2021-01-28T04:20:56.376Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T04:20:56.376Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T04:20:56.640Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T04:20:56.640Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T04:20:56.640Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T04:20:56.640Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T04:20:56.640Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T04:20:56.640Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T04:20:56.640Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T04:20:56.640Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T04:20:56.902Z] Selecting previously unselected package sudo. [2021-01-28T04:20:56.902Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T04:20:56.902Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T04:20:56.902Z] Selecting previously unselected package apparmor. [2021-01-28T04:20:56.902Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T04:20:57.162Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T04:20:57.162Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T04:20:57.162Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T04:20:57.162Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T04:20:57.425Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T04:20:57.425Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T04:20:57.425Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:20:57.687Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T04:20:57.687Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T04:20:57.687Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:20:57.687Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T04:20:57.687Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T04:20:57.687Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T04:20:57.949Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T04:20:57.949Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T04:20:57.949Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:20:57.949Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T04:20:57.949Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T04:20:57.949Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:20:58.211Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T04:20:58.211Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T04:20:58.211Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T04:20:58.211Z] Selecting previously unselected package openssh-client. [2021-01-28T04:20:58.211Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T04:20:58.473Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T04:20:58.473Z] Selecting previously unselected package squashfs-tools. [2021-01-28T04:20:58.473Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T04:20:58.473Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T04:20:58.473Z] Selecting previously unselected package snapd. [2021-01-28T04:20:58.473Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T04:20:58.733Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T04:21:00.650Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T04:21:00.650Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T04:21:00.650Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T04:21:00.650Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T04:21:00.650Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T04:21:00.912Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:21:00.912Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T04:21:00.912Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T04:21:00.912Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T04:21:01.857Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T04:21:01.857Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T04:21:01.857Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T04:21:01.857Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:21:01.857Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:21:01.857Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T04:21:02.431Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T04:21:02.431Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:21:02.431Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T04:21:02.431Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T04:21:02.431Z] running python rtupdate hooks for python3.6... [2021-01-28T04:21:02.431Z] running python post-rtupdate hooks for python3.6... [2021-01-28T04:21:02.694Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T04:21:03.135Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:21:03.135Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:21:03.135Z] ---> 7092767cac2b [2021-01-28T04:21:03.135Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T04:21:03.135Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:21:03.135Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:21:03.135Z] ---> 7092767cac2b [2021-01-28T04:21:03.135Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T04:21:03.135Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:21:03.135Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:21:03.135Z] ---> 7092767cac2b [2021-01-28T04:21:03.135Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T04:21:03.135Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:21:03.135Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:21:03.135Z] ---> 7092767cac2b [2021-01-28T04:21:03.135Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:21:03.135Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:21:03.135Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:21:03.135Z] ---> 7092767cac2b [2021-01-28T04:21:03.135Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T04:21:03.135Z] ---> Running in 2807d8d792ec [2021-01-28T04:21:03.135Z] ---> Running in 26a58e7289bd [2021-01-28T04:21:03.135Z] ---> Running in 3d33ec3ae938 [2021-01-28T04:21:03.135Z] ---> Running in fbe338569e1e [2021-01-28T04:21:03.135Z] ---> Running in 6501b7e94041 [2021-01-28T04:21:03.135Z] Removing intermediate container 6501b7e94041 [2021-01-28T04:21:03.135Z] ---> e0563e93b5a2 [2021-01-28T04:21:03.135Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:21:03.135Z] Removing intermediate container 26a58e7289bd [2021-01-28T04:21:03.135Z] ---> ae8538cac3a8 [2021-01-28T04:21:03.135Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:21:03.135Z] Removing intermediate container 2807d8d792ec [2021-01-28T04:21:03.135Z] ---> 64eeea33b211 [2021-01-28T04:21:03.135Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:21:03.135Z] Removing intermediate container fbe338569e1e [2021-01-28T04:21:03.135Z] ---> f5b62f98e03d [2021-01-28T04:21:03.135Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:21:03.135Z] Removing intermediate container 3d33ec3ae938 [2021-01-28T04:21:03.135Z] ---> e52843d9f3f8 [2021-01-28T04:21:03.135Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:21:03.135Z] ---> Running in d3dcf8c57bb0 [2021-01-28T04:21:03.135Z] ---> Running in f7373286350e [2021-01-28T04:21:03.135Z] ---> Running in 67fe0582779b [2021-01-28T04:21:03.135Z] ---> Running in 2fdafdaab1e8 [2021-01-28T04:21:03.135Z] ---> Running in 3b6a94bb2683 [2021-01-28T04:21:03.135Z] Removing intermediate container d3dcf8c57bb0 [2021-01-28T04:21:03.135Z] ---> 01330d37a262 [2021-01-28T04:21:03.135Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T04:21:03.135Z] ---> Running in cd3bc4ed00ae [2021-01-28T04:21:03.135Z] Removing intermediate container 3b6a94bb2683 [2021-01-28T04:21:03.135Z] ---> 095bb5697888 [2021-01-28T04:21:03.135Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T04:21:03.135Z] Removing intermediate container f7373286350e [2021-01-28T04:21:03.135Z] ---> be89f8efffab [2021-01-28T04:21:03.135Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T04:21:03.135Z] ---> Running in 3605f1e833f3 [2021-01-28T04:21:03.135Z] ---> Running in a12a56fcd429 [2021-01-28T04:21:03.135Z] Removing intermediate container 67fe0582779b [2021-01-28T04:21:03.135Z] ---> c0cd83967473 [2021-01-28T04:21:03.135Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T04:21:03.135Z] Removing intermediate container 2fdafdaab1e8 [2021-01-28T04:21:03.135Z] ---> fa77a69da0a8 [2021-01-28T04:21:03.135Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T04:21:03.135Z] ---> Running in 4224751fd210 [2021-01-28T04:21:03.135Z] ---> Running in 84ef62ee5805 [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] OK: 217 MiB in 51 packages [2021-01-28T04:21:03.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:21:03.135Z] OK: 217 MiB in 51 packages [2021-01-28T04:21:03.739Z] OK: 217 MiB in 51 packages [2021-01-28T04:21:04.019Z] OK: 217 MiB in 51 packages [2021-01-28T04:21:04.295Z] OK: 217 MiB in 51 packages [2021-01-28T04:21:04.295Z] Removing intermediate container cd3bc4ed00ae [2021-01-28T04:21:04.295Z] ---> 58b57f25b936 [2021-01-28T04:21:04.295Z] Step 6/22 : COPY go.mod . [2021-01-28T04:21:04.893Z] Removing intermediate container a12a56fcd429 [2021-01-28T04:21:04.894Z] ---> 95d7950f0105 [2021-01-28T04:21:04.894Z] Step 6/21 : COPY go.mod . [2021-01-28T04:21:05.248Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T04:21:05.248Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T04:21:05.248Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T04:21:05.248Z] Setting up snapd (2.48+18.04) ... [2021-01-28T04:21:05.502Z] ---> 84ad6f2c9e36 [2021-01-28T04:21:05.502Z] Step 7/22 : RUN go mod download [2021-01-28T04:21:05.502Z] Removing intermediate container 4224751fd210 [2021-01-28T04:21:05.502Z] ---> 12d0eac2e319 [2021-01-28T04:21:05.502Z] Step 6/23 : COPY go.mod . [2021-01-28T04:21:05.506Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T04:21:05.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T04:21:05.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T04:21:05.778Z] Removing intermediate container 84ef62ee5805 [2021-01-28T04:21:05.778Z] ---> e853c3a8ee1c [2021-01-28T04:21:05.778Z] Step 6/22 : COPY go.mod . [2021-01-28T04:21:05.778Z] ---> Running in 66a3abc3940a [2021-01-28T04:21:06.034Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T04:21:06.058Z] Removing intermediate container 3605f1e833f3 [2021-01-28T04:21:06.058Z] ---> c52479de9c5d [2021-01-28T04:21:06.058Z] Step 6/24 : COPY go.mod . [2021-01-28T04:21:06.058Z] ---> 641e27bbe015 [2021-01-28T04:21:06.058Z] Step 7/21 : RUN go mod download [2021-01-28T04:21:06.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T04:21:06.294Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T04:21:06.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T04:21:06.337Z] ---> Running in 758345672f84 [2021-01-28T04:21:06.553Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T04:21:06.813Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T04:21:06.813Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T04:21:06.939Z] ---> 3346a75694c7 [2021-01-28T04:21:06.939Z] Step 7/23 : RUN go mod download [2021-01-28T04:21:06.939Z] ---> 79ec0b10358d [2021-01-28T04:21:06.939Z] Step 7/22 : RUN go mod download [2021-01-28T04:21:07.075Z] /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-28T04:21:07.075Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T04:21:07.075Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T04:21:07.214Z] ---> Running in 796f3b2e3e39 [2021-01-28T04:21:07.214Z] ---> Running in 89b58afb4f2b [2021-01-28T04:21:07.214Z] ---> ce8bb28948ee [2021-01-28T04:21:07.214Z] Step 7/24 : RUN go mod download [2021-01-28T04:21:07.488Z] ---> Running in 4a9305198465 [2021-01-28T04:21:08.018Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T04:21:08.018Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T04:21:08.278Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T04:21:09.487Z] Reading package lists... [2021-01-28T04:21:09.487Z] Reading package lists... [2021-01-28T04:21:09.494Z] Removing intermediate container 66a3abc3940a [2021-01-28T04:21:09.494Z] ---> 6d1fa3beeabb [2021-01-28T04:21:09.494Z] Step 8/22 : COPY . . [2021-01-28T04:21:09.746Z] Building dependency tree... [2021-01-28T04:21:09.746Z] Reading state information... [2021-01-28T04:21:09.746Z] Calculating upgrade... [2021-01-28T04:21:10.006Z] The following packages will be upgraded: [2021-01-28T04:21:10.006Z] advancecomp base-files bash binutils binutils-common [2021-01-28T04:21:10.006Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T04:21:10.006Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T04:21:10.006Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T04:21:10.006Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T04:21:10.006Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T04:21:10.006Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T04:21:10.006Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T04:21:10.006Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T04:21:10.006Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T04:21:10.006Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T04:21:10.006Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T04:21:10.006Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T04:21:10.006Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T04:21:10.006Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T04:21:10.006Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T04:21:10.006Z] Need to get 63.8 MB of archives. [2021-01-28T04:21:10.006Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T04:21:10.006Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T04:21:10.006Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T04:21:10.006Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T04:21:10.006Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T04:21:10.006Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T04:21:10.006Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T04:21:10.006Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T04:21:10.006Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T04:21:10.006Z] 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-28T04:21:10.006Z] 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-28T04:21:10.006Z] 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-28T04:21:10.006Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T04:21:10.006Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T04:21:10.006Z] 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-28T04:21:10.006Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T04:21:10.095Z] Removing intermediate container 758345672f84 [2021-01-28T04:21:10.095Z] ---> 9801b68b1b13 [2021-01-28T04:21:10.095Z] Step 8/21 : COPY . . [2021-01-28T04:21:10.269Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T04:21:10.269Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T04:21:10.269Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T04:21:10.269Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T04:21:10.269Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T04:21:10.269Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T04:21:10.269Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T04:21:10.269Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T04:21:10.269Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T04:21:10.269Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T04:21:10.269Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T04:21:10.269Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T04:21:10.269Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T04:21:10.269Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T04:21:10.269Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T04:21:10.269Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T04:21:10.269Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T04:21:10.269Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T04:21:10.269Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T04:21:10.269Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.269Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T04:21:10.269Z] 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-28T04:21:10.529Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T04:21:10.529Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T04:21:10.529Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T04:21:10.529Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T04:21:10.529Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T04:21:10.529Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T04:21:10.529Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T04:21:10.529Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T04:21:10.789Z] 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-28T04:21:10.789Z] 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-28T04:21:10.789Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T04:21:11.049Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T04:21:11.049Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T04:21:11.049Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T04:21:11.049Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T04:21:11.049Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T04:21:11.310Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T04:21:11.310Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T04:21:11.310Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T04:21:11.310Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T04:21:11.310Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T04:21:11.310Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T04:21:11.310Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T04:21:11.310Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T04:21:11.310Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T04:21:11.570Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T04:21:11.570Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T04:21:11.571Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T04:21:11.571Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T04:21:11.571Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T04:21:11.571Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T04:21:11.571Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T04:21:11.571Z] 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-28T04:21:11.571Z] 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-28T04:21:11.571Z] 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-28T04:21:11.831Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T04:21:11.831Z] 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-28T04:21:11.831Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T04:21:11.831Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T04:21:11.831Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T04:21:12.092Z] 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-28T04:21:12.092Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T04:21:12.092Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T04:21:12.092Z] 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-28T04:21:12.092Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T04:21:12.092Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T04:21:12.092Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T04:21:12.092Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T04:21:12.092Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T04:21:12.092Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T04:21:12.353Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T04:21:12.353Z] Fetched 63.8 MB in 2s (28.8 MB/s) [2021-01-28T04:21:12.353Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:12.353Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T04:21:12.353Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T04:21:12.926Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T04:21:12.926Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T04:21:13.188Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T04:21:13.188Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T04:21:13.524Z] Removing intermediate container 796f3b2e3e39 [2021-01-28T04:21:13.524Z] ---> 0d2d78246655 [2021-01-28T04:21:13.524Z] Step 8/23 : COPY . . [2021-01-28T04:21:13.524Z] Removing intermediate container 4a9305198465 [2021-01-28T04:21:13.524Z] ---> dbab5c31bf49 [2021-01-28T04:21:13.524Z] Step 8/24 : COPY . . [2021-01-28T04:21:14.133Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.133Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.134Z] Removing intermediate container 89b58afb4f2b [2021-01-28T04:21:14.134Z] ---> 8d27fe3e81ab [2021-01-28T04:21:14.134Z] Step 8/22 : COPY . . [2021-01-28T04:21:14.396Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.396Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.396Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.396Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.658Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.658Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.658Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.658Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.918Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.918Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:14.918Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:14.918Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:15.181Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:15.181Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T04:21:15.181Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:15.181Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T04:21:15.442Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:15.442Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T04:21:15.442Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:15.442Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:15.703Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:15.703Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:15.703Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:15.703Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T04:21:15.964Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:16.225Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T04:21:16.225Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T04:21:16.489Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T04:21:16.751Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T04:21:17.014Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T04:21:17.014Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T04:21:17.014Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T04:21:17.014Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T04:21:17.014Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T04:21:17.590Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T04:21:17.590Z] Installing new version of config file /etc/issue ... [2021-01-28T04:21:17.590Z] Installing new version of config file /etc/issue.net ... [2021-01-28T04:21:17.590Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T04:21:17.590Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T04:21:17.853Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T04:21:17.853Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T04:21:17.853Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T04:21:17.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:17.853Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T04:21:18.114Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T04:21:18.114Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T04:21:18.376Z] 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-28T04:21:18.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:18.376Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:18.376Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:18.376Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:18.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:18.636Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T04:21:18.636Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T04:21:18.636Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T04:21:18.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:18.898Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T04:21:18.898Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T04:21:19.161Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T04:21:19.424Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:19.424Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T04:21:19.424Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T04:21:19.424Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T04:21:19.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:19.685Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T04:21:19.685Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T04:21:19.685Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T04:21:19.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:19.947Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T04:21:19.947Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T04:21:19.947Z] Setting up grep (3.1-2build1) ... [2021-01-28T04:21:19.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:19.947Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T04:21:19.947Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T04:21:20.209Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T04:21:20.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:20.209Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T04:21:20.209Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T04:21:20.470Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T04:21:20.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:20.470Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T04:21:20.470Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T04:21:21.044Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T04:21:21.044Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T04:21:21.307Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T04:21:21.307Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T04:21:21.882Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T04:21:21.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:21.882Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T04:21:21.882Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T04:21:22.835Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T04:21:22.835Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T04:21:23.099Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T04:21:23.099Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T04:21:23.099Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T04:21:23.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:23.371Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T04:21:23.371Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T04:21:23.371Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T04:21:23.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:23.632Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:23.632Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:23.632Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:23.896Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:23.896Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:23.896Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:23.896Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:24.159Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:24.159Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:24.159Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:24.159Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:24.431Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:24.431Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:24.431Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:24.431Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:24.694Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:24.694Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T04:21:24.694Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T04:21:24.694Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T04:21:24.956Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T04:21:24.956Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T04:21:24.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:24.956Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T04:21:24.956Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T04:21:25.216Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T04:21:25.216Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:25.216Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:25.216Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:25.476Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:25.476Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:25.476Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:25.476Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:25.738Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:25.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:25.738Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:25.738Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:26.310Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:26.571Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T04:21:26.835Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T04:21:26.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:26.835Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T04:21:26.835Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T04:21:27.102Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T04:21:27.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T04:21:27.363Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T04:21:27.363Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T04:21:27.363Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T04:21:27.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:27.624Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T04:21:27.624Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T04:21:27.624Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T04:21:27.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:27.886Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T04:21:27.886Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T04:21:28.153Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T04:21:28.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:28.153Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T04:21:28.153Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T04:21:28.416Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T04:21:28.416Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:28.416Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T04:21:28.416Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T04:21:28.416Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T04:21:28.677Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:28.677Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T04:21:28.677Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T04:21:28.938Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T04:21:28.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:28.938Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T04:21:29.210Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T04:21:29.210Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T04:21:29.474Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:29.474Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T04:21:29.474Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T04:21:29.474Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T04:21:29.737Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T04:21:29.737Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T04:21:29.737Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T04:21:29.999Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T04:21:29.999Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:29.999Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T04:21:29.999Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T04:21:30.265Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T04:21:30.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:30.528Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T04:21:30.528Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T04:21:30.528Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T04:21:30.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:30.801Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T04:21:30.801Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T04:21:31.075Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T04:21:31.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:31.075Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T04:21:31.075Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T04:21:31.337Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T04:21:31.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:31.337Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T04:21:31.602Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T04:21:31.864Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T04:21:32.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:32.124Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T04:21:32.124Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T04:21:32.124Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T04:21:32.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:32.124Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T04:21:32.386Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T04:21:32.386Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T04:21:32.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:32.386Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T04:21:32.386Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T04:21:32.669Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T04:21:32.669Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:32.669Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T04:21:32.669Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T04:21:32.931Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T04:21:32.931Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:32.931Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T04:21:32.931Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T04:21:33.193Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T04:21:33.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:33.193Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T04:21:33.453Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T04:21:33.453Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T04:21:33.453Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T04:21:33.453Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T04:21:33.714Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T04:21:33.714Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T04:21:33.714Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T04:21:33.714Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T04:21:33.714Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T04:21:33.974Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T04:21:33.974Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T04:21:33.974Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T04:21:33.974Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T04:21:34.235Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T04:21:34.235Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T04:21:34.497Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T04:21:34.497Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T04:21:34.497Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T04:21:34.497Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T04:21:34.758Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T04:21:34.758Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T04:21:35.331Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T04:21:35.331Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T04:21:35.331Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T04:21:35.331Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T04:21:35.592Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T04:21:35.592Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T04:21:35.592Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T04:21:35.592Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T04:21:35.853Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T04:21:35.853Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T04:21:36.373Z] ---> d39c5cb740c5 [2021-01-28T04:21:36.374Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T04:21:36.374Z] ---> 46394cebaab3 [2021-01-28T04:21:36.374Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T04:21:36.374Z] ---> eb2ddb38392a [2021-01-28T04:21:36.374Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T04:21:36.374Z] ---> Running in 1376fd6b0210 [2021-01-28T04:21:36.645Z] ---> Running in 8b851e727717 [2021-01-28T04:21:36.645Z] ---> ef7f7b42dc23 [2021-01-28T04:21:36.645Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T04:21:36.645Z] ---> b7d120049363 [2021-01-28T04:21:36.645Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T04:21:36.797Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T04:21:36.797Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T04:21:36.797Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T04:21:36.798Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T04:21:36.925Z] ---> Running in 0c418c8a97de [2021-01-28T04:21:36.925Z] ---> Running in 5e50190c5bb5 [2021-01-28T04:21:36.925Z] ---> Running in c05404d57a1e [2021-01-28T04:21:37.062Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T04:21:37.062Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T04:21:37.324Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T04:21:37.324Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T04:21:37.584Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T04:21:37.584Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T04:21:37.847Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T04:21:37.847Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T04:21:37.847Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:37.847Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:38.115Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:38.115Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:38.375Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:38.375Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:38.375Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:38.375Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:38.914Z] 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-28T04:21:38.915Z] 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-28T04:21:38.915Z] 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-28T04:21:39.196Z] 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-28T04:21:39.196Z] 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-28T04:21:39.321Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:39.321Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:40.715Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:40.715Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:41.287Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:41.287Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:41.552Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:41.552Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:42.494Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T04:21:42.494Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T04:21:42.494Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T04:21:42.494Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T04:21:42.494Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T04:21:42.494Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T04:21:42.761Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T04:21:42.761Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T04:21:43.022Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T04:21:43.022Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T04:21:43.022Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T04:21:43.022Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T04:21:43.283Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T04:21:43.283Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T04:21:43.283Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T04:21:43.283Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T04:21:43.545Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:43.545Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T04:21:43.545Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:43.545Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:43.545Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:43.545Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T04:21:43.545Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T04:21:43.806Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T04:21:43.806Z] [2021-01-28T04:21:43.806Z] Current default time zone: 'Etc/UTC' [2021-01-28T04:21:43.806Z] Local time is now: Thu Jan 28 04:21:43 UTC 2021. [2021-01-28T04:21:43.806Z] Universal Time is now: Thu Jan 28 04:21:43 UTC 2021. [2021-01-28T04:21:43.806Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T04:21:43.806Z] [2021-01-28T04:21:43.806Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T04:21:43.806Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:43.806Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T04:21:43.806Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T04:21:44.068Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T04:21:44.068Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T04:21:44.068Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T04:21:44.068Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T04:21:44.068Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T04:21:44.068Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T04:21:44.068Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:44.068Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T04:21:44.331Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:44.331Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T04:21:44.331Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:44.591Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T04:21:44.591Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T04:21:44.591Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T04:21:44.591Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T04:21:44.591Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T04:21:44.591Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T04:21:44.591Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T04:21:44.591Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T04:21:46.509Z] Updating certificates in /etc/ssl/certs... [2021-01-28T04:21:47.451Z] 22 added, 17 removed; done. [2021-01-28T04:21:47.451Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T04:21:47.451Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T04:21:47.451Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T04:21:47.451Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T04:21:47.451Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T04:21:47.712Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T04:21:47.712Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.712Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T04:21:47.712Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T04:21:47.974Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T04:21:47.974Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T04:21:47.974Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T04:21:47.974Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.974Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T04:21:47.974Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T04:21:47.974Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T04:21:48.235Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T04:21:48.235Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T04:21:48.235Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T04:21:48.235Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T04:21:48.235Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T04:21:48.235Z] Updating certificates in /etc/ssl/certs... [2021-01-28T04:21:49.185Z] 0 added, 0 removed; done. [2021-01-28T04:21:49.185Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T04:21:49.185Z] done. [2021-01-28T04:21:49.445Z] Reading package lists... [2021-01-28T04:21:49.445Z] Building dependency tree... [2021-01-28T04:21:49.445Z] Reading state information... [2021-01-28T04:21:49.706Z] The following NEW packages will be installed: [2021-01-28T04:21:49.706Z] apt-transport-https [2021-01-28T04:21:49.706Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T04:21:49.706Z] Need to get 1696 B of archives. [2021-01-28T04:21:49.706Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T04:21:49.706Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T04:21:49.706Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T04:21:49.970Z] Fetched 1696 B in 0s (29.7 kB/s) [2021-01-28T04:21:49.970Z] Selecting previously unselected package apt-transport-https. [2021-01-28T04:21:49.970Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T04:21:49.970Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T04:21:49.970Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T04:21:49.970Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T04:21:50.231Z] Waiting for network to be ready... [2021-01-28T04:21:56.819Z] 2021-01-28T04:21:53Z INFO Waiting for automatic snapd restart... [2021-01-28T04:21:56.819Z] snapd 2.48.2 from Canonical* installed [2021-01-28T04:21:57.759Z] "snapd" switched to the "latest/stable" channel [2021-01-28T04:21:57.759Z] [2021-01-28T04:22:00.305Z] core18 20201210 from Canonical* installed [2021-01-28T04:22:00.305Z] "core18" switched to the "latest/stable" channel [2021-01-28T04:22:00.305Z] [2021-01-28T04:22:03.615Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T04:22:03.615Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T04:22:03.615Z] [2021-01-28T04:22:06.924Z] 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-28T04:22:06.924Z] - README.md [2021-01-28T04:22:06.924Z] - snapcraft.yaml.orig [2021-01-28T04:22:06.924Z] [2021-01-28T04:22:06.924Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T04:22:13.517Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T04:22:13.517Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T04:22:13.777Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T04:22:13.777Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T04:22:14.981Z] Reading package lists... [2021-01-28T04:22:15.242Z] 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-28T04:22:21.836Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T04:22:21.836Z] Reading package lists... [2021-01-28T04:22:21.836Z] Building dependency tree... [2021-01-28T04:22:21.836Z] Reading state information... [2021-01-28T04:22:21.836Z] Suggested packages: [2021-01-28T04:22:21.836Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T04:22:21.836Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T04:22:21.836Z] Recommended packages: [2021-01-28T04:22:21.836Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T04:22:21.836Z] The following NEW packages will be installed: [2021-01-28T04:22:21.836Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T04:22:21.836Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T04:22:21.836Z] pkg-config zip [2021-01-28T04:22:21.836Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T04:22:21.836Z] Need to get 7655 kB of archives. [2021-01-28T04:22:21.836Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T04:22:21.836Z] 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-28T04:22:21.836Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T04:22:21.836Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T04:22:21.836Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T04:22:21.836Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T04:22:21.836Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T04:22:21.836Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T04:22:21.836Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T04:22:22.097Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T04:22:22.097Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T04:22:22.097Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T04:22:22.097Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T04:22:22.097Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T04:22:22.359Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T04:22:22.359Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T04:22:22.359Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T04:22:22.359Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-28T04:22:22.359Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T04:22:22.359Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T04:22:22.359Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T04:22:22.359Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T04:22:22.620Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T04:22:22.620Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T04:22:22.620Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T04:22:22.620Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T04:22:22.620Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T04:22:22.620Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T04:22:22.881Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T04:22:22.881Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T04:22:22.881Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T04:22:22.881Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T04:22:22.881Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T04:22:22.881Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T04:22:23.142Z] Selecting previously unselected package liberror-perl. [2021-01-28T04:22:23.142Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T04:22:23.142Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T04:22:23.142Z] Selecting previously unselected package git-man. [2021-01-28T04:22:23.142Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T04:22:23.142Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T04:22:23.142Z] Selecting previously unselected package git. [2021-01-28T04:22:23.142Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T04:22:23.403Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T04:22:23.974Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T04:22:23.974Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T04:22:23.974Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T04:22:24.235Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T04:22:24.235Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T04:22:24.235Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T04:22:24.235Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T04:22:24.235Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T04:22:24.235Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T04:22:24.498Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T04:22:24.498Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T04:22:24.498Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T04:22:24.498Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T04:22:24.498Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T04:22:24.498Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T04:22:24.759Z] Selecting previously unselected package pkg-config. [2021-01-28T04:22:24.759Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T04:22:24.759Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T04:22:24.759Z] Selecting previously unselected package zip. [2021-01-28T04:22:24.759Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T04:22:24.759Z] Unpacking zip (3.0-11build1) ... [2021-01-28T04:22:24.759Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T04:22:25.021Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T04:22:25.021Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T04:22:25.021Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T04:22:25.021Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T04:22:25.021Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T04:22:25.021Z] No schema files found: doing nothing. [2021-01-28T04:22:25.021Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T04:22:25.021Z] Setting up zip (3.0-11build1) ... [2021-01-28T04:22:25.021Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T04:22:25.284Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T04:22:25.284Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T04:22:25.284Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T04:22:25.284Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T04:22:25.284Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T04:22:25.284Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T04:22:25.547Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T04:22:32.141Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T04:22:32.141Z] git set to automatically installed. [2021-01-28T04:22:32.141Z] git-man set to automatically installed. [2021-01-28T04:22:32.141Z] libcurl3-gnutls set to automatically installed. [2021-01-28T04:22:32.141Z] liberror-perl set to automatically installed. [2021-01-28T04:22:32.141Z] libglib2.0-0 set to automatically installed. [2021-01-28T04:22:32.141Z] libnghttp2-14 set to automatically installed. [2021-01-28T04:22:32.141Z] libnorm1 set to automatically installed. [2021-01-28T04:22:32.141Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T04:22:32.141Z] libpsl5 set to automatically installed. [2021-01-28T04:22:32.141Z] librtmp1 set to automatically installed. [2021-01-28T04:22:32.141Z] libsodium23 set to automatically installed. [2021-01-28T04:22:32.141Z] libzmq3-dev set to automatically installed. [2021-01-28T04:22:32.141Z] libzmq5 set to automatically installed. [2021-01-28T04:22:32.141Z] pkg-config set to automatically installed. [2021-01-28T04:22:32.141Z] zip set to automatically installed. [2021-01-28T04:22:33.528Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T04:22:40.125Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T04:22:40.699Z] snap "core18" has no updates available [2021-01-28T04:22:42.088Z] Pulling config-common [2021-01-28T04:22:43.033Z] Pulling go-build-helper [2021-01-28T04:23:01.088Z] 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-28T04:23:01.088Z] 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-28T04:23:05.014Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T04:23:05.014Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T04:23:05.014Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T04:23:05.014Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T04:23:05.014Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T04:23:05.014Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T04:23:05.014Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T04:23:05.014Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T04:23:05.014Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T04:23:05.014Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T04:23:05.014Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T04:23:05.014Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T04:23:05.014Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T04:23:05.014Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T04:23:05.014Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T04:23:05.014Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T04:23:05.014Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T04:23:05.014Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T04:23:05.015Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T04:23:05.015Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T04:23:05.015Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T04:23:05.015Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T04:23:05.015Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T04:23:05.015Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T04:23:05.015Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T04:23:05.015Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T04:23:05.015Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T04:23:05.015Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T04:23:05.015Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T04:23:05.015Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T04:23:05.015Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T04:23:05.015Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T04:23:05.015Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T04:23:05.015Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T04:23:05.015Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T04:23:05.015Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T04:23:05.015Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T04:23:05.015Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T04:23:05.015Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T04:23:05.015Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T04:23:05.015Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T04:23:05.015Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T04:23:05.015Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T04:23:05.015Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T04:23:05.015Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T04:23:05.015Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T04:23:05.015Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T04:23:05.015Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T04:23:05.015Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T04:23:05.015Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T04:23:05.015Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T04:23:05.015Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T04:23:05.015Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T04:23:05.015Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T04:23:05.015Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T04:23:05.015Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T04:23:05.015Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T04:23:05.015Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T04:23:05.015Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T04:23:05.015Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T04:23:05.015Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T04:23:05.015Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T04:23:05.015Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T04:23:05.015Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T04:23:05.015Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T04:23:08.320Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T04:23:08.321Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T04:23:08.321Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T04:23:08.321Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T04:23:08.321Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T04:23:08.321Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T04:23:08.321Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T04:23:08.321Z] Pulling static-packages [2021-01-28T04:23:08.582Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-28T04:23:08.582Z] Skipping pull go-build-helper (already ran) [2021-01-28T04:23:08.582Z] Skipping pull static-packages (already ran) [2021-01-28T04:23:08.582Z] Building go-build-helper [2021-01-28T04:23:12.798Z] Building static-packages [2021-01-28T04:23:14.185Z] Staging go-build-helper [2021-01-28T04:23:14.759Z] Staging static-packages [2021-01-28T04:23:15.703Z] Pulling go115 [2021-01-28T04:23:16.273Z] Removing intermediate container c05404d57a1e [2021-01-28T04:23:16.273Z] ---> fb9244010737 [2021-01-28T04:23:16.273Z] [2021-01-28T04:23:16.273Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T04:23:16.273Z] 3.12: Pulling from library/alpine [2021-01-28T04:23:16.273Z] Removing intermediate container 5e50190c5bb5 [2021-01-28T04:23:16.273Z] ---> 296ebaafaab7 [2021-01-28T04:23:16.273Z] [2021-01-28T04:23:16.273Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T04:23:16.273Z] Removing intermediate container 8b851e727717 [2021-01-28T04:23:16.273Z] ---> 5cdeeef22038 [2021-01-28T04:23:16.273Z] [2021-01-28T04:23:16.273Z] Step 10/21 : FROM alpine:3.12Removing intermediate container 1376fd6b0210 [2021-01-28T04:23:16.273Z] ---> 2d4e435922fb [2021-01-28T04:23:16.273Z] [2021-01-28T04:23:16.273Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T04:23:16.273Z] [2021-01-28T04:23:16.273Z] 3.12: Pulling from library/alpine [2021-01-28T04:23:16.273Z] 3.12: Pulling from library/alpine [2021-01-28T04:23:16.273Z] 3.12: Pulling from library/alpine [2021-01-28T04:23:16.646Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T04:23:16.646Z] Skipping pull go115 (already ran) [2021-01-28T04:23:16.646Z] Building go115 [2021-01-28T04:23:16.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T04:23:16.646Z] Dload Upload Total Spent Left Speed [2021-01-28T04:23:16.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:23:16.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:23:16.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:23:16.885Z] Status: Image is up to date for alpine:3.12 [2021-01-28T04:23:16.885Z] Status: Image is up to date for alpine:3.12 [2021-01-28T04:23:16.885Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T04:23:16.885Z] ---> afeebe901d6b [2021-01-28T04:23:16.885Z] ---> afeebe901d6b [2021-01-28T04:23:16.885Z] Step 11/22 : RUN apk add --update --no-cache dumb-initStep 11/21 : RUN apk add --update --no-cache curl [2021-01-28T04:23:16.885Z] [2021-01-28T04:23:16.885Z] ---> afeebe901d6b [2021-01-28T04:23:16.885Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T04:23:16.885Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:23:16.885Z] Status: Image is up to date for alpine:3.12 [2021-01-28T04:23:16.885Z] ---> afeebe901d6b [2021-01-28T04:23:16.885Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T04:23:17.509Z] ---> Running in 264576861ad5 [2021-01-28T04:23:17.509Z] ---> Running in e627af33c229 [2021-01-28T04:23:17.509Z] ---> Running in f6ef281ba005 [2021-01-28T04:23:17.509Z] ---> Running in 649064fde13a [2021-01-28T04:23:19.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:19.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:19.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:19.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:19.810Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:20.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:20.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:20.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:20.362Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T04:23:20.362Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:23:20.362Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T04:23:20.362Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T04:23:20.517Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 25.4M 0 0:00:04 --:--:-- 0:00:04 25.3M 47 115M 47 55.2M 0 0 29.3M 0 0:00:03 0:00:01 0:00:02 29.3M 77 115M 77 89.2M 0 0 30.9M 0 0:00:03 0:00:02 0:00:01 30.9M 100 115M 100 115M 0 0 32.0M 0 0:00:03 0:00:03 --:--:-- 32.0M [2021-01-28T04:23:20.635Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:23:20.635Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:23:20.778Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T04:23:20.910Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T04:23:20.910Z] OK: 7 MiB in 18 packages [2021-01-28T04:23:20.910Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T04:23:20.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:23:20.910Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T04:23:20.910Z] OK: 5 MiB in 15 packages [2021-01-28T04:23:20.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:23:20.910Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:23:21.187Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T04:23:21.187Z] OK: 6 MiB in 16 packages [2021-01-28T04:23:21.467Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:23:21.468Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T04:23:21.468Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T04:23:21.468Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T04:23:21.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:23:21.468Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:23:21.757Z] OK: 7 MiB in 19 packages [2021-01-28T04:23:23.779Z] Removing intermediate container 264576861ad5 [2021-01-28T04:23:23.779Z] ---> 7555518acbe2 [2021-01-28T04:23:23.779Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T04:23:23.779Z] Removing intermediate container f6ef281ba005 [2021-01-28T04:23:23.779Z] ---> fb55178e12b4 [2021-01-28T04:23:23.779Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:23:24.066Z] ---> Running in ad7a54df8b99 [2021-01-28T04:23:24.066Z] ---> Running in f34b037d4379 [2021-01-28T04:23:24.669Z] Removing intermediate container 649064fde13a [2021-01-28T04:23:24.669Z] ---> 5fa97fe09a92 [2021-01-28T04:23:24.669Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T04:23:24.669Z] Removing intermediate container e627af33c229 [2021-01-28T04:23:24.669Z] ---> dd25b106b140 [2021-01-28T04:23:24.669Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:23:24.944Z] Removing intermediate container f34b037d4379 [2021-01-28T04:23:24.944Z] ---> b6e0ce0ae569 [2021-01-28T04:23:24.944Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T04:23:24.944Z] Removing intermediate container ad7a54df8b99 [2021-01-28T04:23:24.944Z] ---> 29012b16610a [2021-01-28T04:23:24.944Z] Step 13/21 : WORKDIR /edgex [2021-01-28T04:23:25.002Z] Staging go115 [2021-01-28T04:23:25.227Z] ---> Running in e3fc808acc65 [2021-01-28T04:23:25.227Z] ---> Running in 5c797f82f594 [2021-01-28T04:23:25.227Z] ---> Running in e38f01a04800 [2021-01-28T04:23:25.227Z] ---> Running in 93e3027544ec [2021-01-28T04:23:26.210Z] Removing intermediate container 5c797f82f594 [2021-01-28T04:23:26.210Z] ---> 0aaa25f00158 [2021-01-28T04:23:26.210Z] Step 13/24 : WORKDIR / [2021-01-28T04:23:26.210Z] Removing intermediate container e3fc808acc65 [2021-01-28T04:23:26.210Z] ---> 652c857910e7 [2021-01-28T04:23:26.210Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T04:23:26.210Z] Removing intermediate container 93e3027544ec [2021-01-28T04:23:26.210Z] ---> e87ea48f5115 [2021-01-28T04:23:26.210Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T04:23:26.210Z] Removing intermediate container e38f01a04800 [2021-01-28T04:23:26.210Z] ---> 0d68092935cc [2021-01-28T04:23:26.210Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T04:23:26.582Z] ---> Running in fbe168cd02ab [2021-01-28T04:23:26.582Z] ---> Running in cef2306a0765 [2021-01-28T04:23:26.582Z] ---> Running in c4a38da2615a [2021-01-28T04:23:27.226Z] Removing intermediate container cef2306a0765 [2021-01-28T04:23:27.226Z] ---> 6b5a56434c02 [2021-01-28T04:23:27.226Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T04:23:27.518Z] Removing intermediate container fbe168cd02ab [2021-01-28T04:23:27.518Z] ---> a79ed49b093f [2021-01-28T04:23:27.518Z] 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-28T04:23:27.518Z] ---> Running in 2a5a325b5ca5 [2021-01-28T04:23:27.518Z] Removing intermediate container c4a38da2615a [2021-01-28T04:23:27.518Z] ---> fa54f2d2275f [2021-01-28T04:23:27.518Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:23:27.793Z] ---> aa97639992ca [2021-01-28T04:23:27.793Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T04:23:28.543Z] Removing intermediate container 2a5a325b5ca5 [2021-01-28T04:23:28.543Z] ---> 35bf599026d9 [2021-01-28T04:23:28.543Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:23:29.529Z] ---> 6cd2e0668e1e [2021-01-28T04:23:29.529Z] 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-28T04:23:29.529Z] ---> 5507f67b3f56 [2021-01-28T04:23:29.529Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T04:23:29.808Z] ---> 56feed74edaf [2021-01-28T04:23:29.808Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> f0f578bfec9b [2021-01-28T04:23:29.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T04:23:29.808Z] [2021-01-28T04:23:30.296Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T04:23:30.296Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T04:23:30.296Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T04:23:30.296Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T04:23:30.296Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T04:23:30.296Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T04:23:30.296Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T04:23:30.296Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T04:23:30.296Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T04:23:30.296Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T04:23:30.296Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T04:23:30.296Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T04:23:30.296Z] Pulling edgex-go [2021-01-28T04:23:30.871Z] Pulling version [2021-01-28T04:23:31.255Z] ---> 1af348f12668 [2021-01-28T04:23:31.255Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T04:23:31.856Z] ---> 4371da4b3946 [2021-01-28T04:23:31.856Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T04:23:31.856Z] ---> 66e414311056 [2021-01-28T04:23:31.856Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T04:23:32.133Z] ---> e2c582307dbb [2021-01-28T04:23:32.133Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T04:23:32.133Z] ---> Running in 89ebadecf656 [2021-01-28T04:23:32.263Z] Building config-common [2021-01-28T04:23:32.411Z] ---> aade8254c71b [2021-01-28T04:23:32.411Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T04:23:33.018Z] ---> 2821c7e34275 [2021-01-28T04:23:33.018Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T04:23:33.307Z] Removing intermediate container 89ebadecf656 [2021-01-28T04:23:33.307Z] ---> c7b2801cfa43 [2021-01-28T04:23:33.307Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T04:23:33.307Z] ---> Running in f25823611183 [2021-01-28T04:23:33.307Z] ---> Running in 6bfb87c0cec9 [2021-01-28T04:23:33.585Z] ---> c861b352696b [2021-01-28T04:23:33.585Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T04:23:33.880Z] Removing intermediate container 0c418c8a97de [2021-01-28T04:23:33.880Z] ---> 4fade86786f4 [2021-01-28T04:23:33.880Z] [2021-01-28T04:23:33.880Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:23:33.880Z] ---> afeebe901d6b [2021-01-28T04:23:33.880Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T04:23:33.880Z] ---> Running in 3b1f5f9eaca0 [2021-01-28T04:23:33.880Z] ---> Running in daee608485ad [2021-01-28T04:23:34.158Z] ---> 1e492428ac9b [2021-01-28T04:23:34.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T04:23:34.158Z] Removing intermediate container f25823611183 [2021-01-28T04:23:34.158Z] ---> 73ae35019a47 [2021-01-28T04:23:34.158Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:23:34.158Z] Removing intermediate container 6bfb87c0cec9 [2021-01-28T04:23:34.158Z] ---> 99ffd46d7009 [2021-01-28T04:23:34.158Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T04:23:34.181Z] Skipping build go-build-helper (already ran) [2021-01-28T04:23:34.181Z] Skipping build static-packages (already ran) [2021-01-28T04:23:34.181Z] Skipping build go115 (already ran) [2021-01-28T04:23:34.181Z] Building edgex-go [2021-01-28T04:23:34.181Z] 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-28T04:23:34.433Z] ---> Running in 5f82037db373 [2021-01-28T04:23:34.433Z] ---> Running in 1af24b04c60c [2021-01-28T04:23:34.706Z] Removing intermediate container 3b1f5f9eaca0 [2021-01-28T04:23:34.706Z] ---> c973871666c0 [2021-01-28T04:23:34.706Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:23:34.706Z] Removing intermediate container daee608485ad [2021-01-28T04:23:34.706Z] ---> e19017d3c279 [2021-01-28T04:23:34.706Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T04:23:34.981Z] ---> Running in 5d035d65e56e [2021-01-28T04:23:35.253Z] ---> Running in 5019e90370b8 [2021-01-28T04:23:35.253Z] Removing intermediate container 1af24b04c60c [2021-01-28T04:23:35.253Z] ---> 59b57caa4734 [2021-01-28T04:23:35.253Z] Step 20/21 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:23:35.253Z] Removing intermediate container 5f82037db373 [2021-01-28T04:23:35.253Z] ---> dd0d9f6e55f4 [2021-01-28T04:23:35.253Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T04:23:35.526Z] ---> Running in a41d7f9e7796 [2021-01-28T04:23:35.526Z] ---> 033299ef4de2 [2021-01-28T04:23:35.526Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T04:23:35.576Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T04:23:35.576Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T04:23:35.576Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T04:23:35.576Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T04:23:35.576Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T04:23:35.576Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T04:23:35.576Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T04:23:35.576Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T04:23:35.576Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T04:23:35.576Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T04:23:35.576Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T04:23:35.576Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T04:23:35.576Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T04:23:35.576Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T04:23:35.577Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T04:23:35.577Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T04:23:35.577Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T04:23:35.577Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T04:23:35.577Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T04:23:35.577Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T04:23:35.577Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T04:23:35.801Z] ---> Running in 2be3fbb9aa1f [2021-01-28T04:23:35.801Z] Removing intermediate container 5d035d65e56e [2021-01-28T04:23:35.801Z] ---> a82accbdf1d4 [2021-01-28T04:23:35.801Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T04:23:35.801Z] Removing intermediate container 5019e90370b8 [2021-01-28T04:23:35.801Z] ---> aae4ffcb8b28 [2021-01-28T04:23:35.801Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T04:23:35.838Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T04:23:35.838Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T04:23:36.084Z] ---> Running in cd2aa07f0536 [2021-01-28T04:23:36.084Z] Removing intermediate container a41d7f9e7796 [2021-01-28T04:23:36.084Z] ---> 6ae526764b9c [2021-01-28T04:23:36.084Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T04:23:36.084Z] ---> Running in 6335af7aeee5 [2021-01-28T04:23:36.098Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T04:23:36.365Z] ---> Running in 6e9d677bee9c [2021-01-28T04:23:36.365Z] Removing intermediate container 2be3fbb9aa1f [2021-01-28T04:23:36.365Z] ---> 995cb379676e [2021-01-28T04:23:36.365Z] Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:23:36.658Z] ---> Running in 6cced875c68a [2021-01-28T04:23:36.658Z] ---> 28380f9c89a3 [2021-01-28T04:23:36.658Z] 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-28T04:23:36.658Z] Removing intermediate container cd2aa07f0536 [2021-01-28T04:23:36.658Z] ---> db459ab39351 [2021-01-28T04:23:36.658Z] Step 21/22 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:23:36.940Z] Removing intermediate container 6335af7aeee5 [2021-01-28T04:23:36.940Z] ---> 92ae8c60f6a1 [2021-01-28T04:23:36.940Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:23:36.940Z] ---> Running in ef94ccd81079 [2021-01-28T04:23:36.940Z] ---> Running in 3d34d947e0e3 [2021-01-28T04:23:37.210Z] Removing intermediate container 6e9d677bee9c [2021-01-28T04:23:37.210Z] ---> 1f867b5aaa25 [2021-01-28T04:23:37.210Z] [2021-01-28T04:23:37.210Z] ---> Running in 36542fbf7c47 [2021-01-28T04:23:37.505Z] Removing intermediate container 6cced875c68a [2021-01-28T04:23:37.505Z] ---> 3661a8ea9a30 [2021-01-28T04:23:37.505Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T04:23:37.782Z] Removing intermediate container 3d34d947e0e3 [2021-01-28T04:23:37.782Z] ---> ae5489ed45ba [2021-01-28T04:23:37.782Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T04:23:37.782Z] Successfully built 1f867b5aaa25 [2021-01-28T04:23:37.782Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T04:23:37.782Z]  Building docker-security-proxy-setup-go ... done  ---> Running in d6e96b0e2522 [2021-01-28T04:23:37.782Z] Building docker-security-bootstrapper-go [2021-01-28T04:23:38.055Z] ---> Running in 555ff93b946b [2021-01-28T04:23:38.653Z] Removing intermediate container 555ff93b946b [2021-01-28T04:23:38.653Z] Removing intermediate container d6e96b0e2522 [2021-01-28T04:23:38.653Z] ---> e82be645bdcd [2021-01-28T04:23:38.653Z] [2021-01-28T04:23:38.653Z] ---> 8866be30f869 [2021-01-28T04:23:38.653Z] [2021-01-28T04:23:39.258Z] Successfully built 8866be30f869 [2021-01-28T04:23:39.258Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T04:23:39.258Z] Building docker-sys-mgmt-agent-go [2021-01-28T04:23:39.258Z] Successfully built e82be645bdcd [2021-01-28T04:23:39.258Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T04:23:39.258Z] Building docker-core-metadata-go [2021-01-28T04:23:40.708Z]  Building docker-support-scheduler-go ... done Removing intermediate container ef94ccd81079 [2021-01-28T04:23:40.708Z] ---> 60b6b0e0eadd [2021-01-28T04:23:40.708Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T04:23:40.708Z] Removing intermediate container 36542fbf7c47 [2021-01-28T04:23:40.708Z] ---> 274b80d2a2a1 [2021-01-28T04:23:40.708Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T04:23:40.984Z] ---> Running in 3064db987e81 [2021-01-28T04:23:40.984Z] ---> Running in 6b84a9855bca [2021-01-28T04:23:41.586Z] Removing intermediate container 3064db987e81 [2021-01-28T04:23:41.586Z] ---> b965bfa2f3a8 [2021-01-28T04:23:41.586Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T04:23:41.586Z] ---> Running in 074f522f3887 [2021-01-28T04:23:42.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:42.458Z] Removing intermediate container 074f522f3887 [2021-01-28T04:23:42.458Z] ---> 09a93dfa592d [2021-01-28T04:23:42.684Z] 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-28T04:23:42.745Z] Step 23/24 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:23:43.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:23:43.308Z] ---> Running in 5ea10c76e501 [2021-01-28T04:23:44.757Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T04:23:44.757Z] Removing intermediate container 5ea10c76e501 [2021-01-28T04:23:44.757Z] ---> 5450ff3c1992 [2021-01-28T04:23:44.757Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T04:23:44.757Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T04:23:44.757Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T04:23:45.051Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T04:23:45.655Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T04:23:45.928Z] ---> Running in c0d5e236c96b [2021-01-28T04:23:46.212Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T04:23:46.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:23:46.212Z] OK: 8 MiB in 20 packages [2021-01-28T04:23:46.833Z] Removing intermediate container c0d5e236c96b [2021-01-28T04:23:46.833Z] ---> 12d6f3f3e161 [2021-01-28T04:23:46.833Z] [2021-01-28T04:23:46.890Z] 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-28T04:23:47.435Z] Successfully built 12d6f3f3e161 [2021-01-28T04:23:47.459Z] 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-28T04:23:47.717Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T04:23:47.717Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-28T04:23:48.399Z] 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-28T04:23:48.699Z] Removing intermediate container 6b84a9855bca [2021-01-28T04:23:48.700Z] ---> 7656f5a49178 [2021-01-28T04:23:48.700Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:23:48.971Z] 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-28T04:23:48.972Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T04:23:48.972Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T04:23:48.972Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T04:23:48.972Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T04:23:49.676Z] ---> c4426aea6898 [2021-01-28T04:23:49.676Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T04:23:50.358Z] 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-28T04:23:50.358Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T04:23:50.358Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T04:23:51.657Z] ---> 2f8de9939fa3 [2021-01-28T04:23:51.658Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T04:23:51.740Z] 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-28T04:23:52.312Z] 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-28T04:23:52.312Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T04:23:53.636Z] ---> bafa233700df [2021-01-28T04:23:53.636Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T04:23:53.700Z] 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-28T04:23:54.238Z] ---> Running in 9a2ca031f437 [2021-01-28T04:23:54.647Z] 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-28T04:23:54.833Z] Removing intermediate container 9a2ca031f437 [2021-01-28T04:23:54.833Z] ---> 19ed04b4a9e5 [2021-01-28T04:23:54.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:23:55.218Z] 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-28T04:23:55.218Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T04:23:55.434Z] ---> Running in 7ffccd4a6f62 [2021-01-28T04:23:56.035Z] Removing intermediate container 7ffccd4a6f62 [2021-01-28T04:23:56.035Z] ---> 47c91cfdd7aa [2021-01-28T04:23:56.035Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T04:23:56.159Z] 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-28T04:23:56.159Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T04:23:56.305Z] ---> Running in 4aeba2f5f297 [2021-01-28T04:23:56.897Z] Removing intermediate container 4aeba2f5f297 [2021-01-28T04:23:56.897Z] ---> fff45b87a118 [2021-01-28T04:23:56.897Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:23:57.490Z] ---> Running in 5b7f638b01b0 [2021-01-28T04:23:58.086Z] Removing intermediate container 5b7f638b01b0 [2021-01-28T04:23:58.086Z] ---> 4aa387c88c59 [2021-01-28T04:23:58.086Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:23:58.361Z] ---> Running in 9276e96373bc [2021-01-28T04:23:58.707Z] Building version [2021-01-28T04:23:58.959Z] Removing intermediate container 9276e96373bc [2021-01-28T04:23:58.959Z] ---> 5c77d78bd49d [2021-01-28T04:23:58.959Z] [2021-01-28T04:23:59.236Z] Successfully built 5c77d78bd49d [2021-01-28T04:23:59.236Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T04:24:00.622Z] Staging config-common [2021-01-28T04:24:01.567Z] Skipping stage go-build-helper (already ran) [2021-01-28T04:24:01.567Z] Skipping stage static-packages (already ran) [2021-01-28T04:24:01.567Z] Skipping stage go115 (already ran) [2021-01-28T04:24:01.567Z] Staging edgex-go [2021-01-28T04:24:02.510Z] Staging version [2021-01-28T04:24:03.083Z] Priming config-common [2021-01-28T04:24:04.028Z] Priming go-build-helper [2021-01-28T04:24:04.969Z] Priming static-packages [2021-01-28T04:24:07.517Z] Priming go115 [2021-01-28T04:24:08.089Z] Priming edgex-go [2021-01-28T04:24:09.214Z] Priming version [2021-01-28T04:24:10.246Z] 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] } [2021-01-28T04:24:38.242Z]  Building docker-core-data-go ... done Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:24:38.242Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:24:38.242Z] ---> 7092767cac2b [2021-01-28T04:24:38.242Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e52843d9f3f8 [2021-01-28T04:24:38.242Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> fa77a69da0a8 [2021-01-28T04:24:38.242Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e853c3a8ee1c [2021-01-28T04:24:38.242Z] Step 6/34 : COPY go.mod . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 79ec0b10358d [2021-01-28T04:24:38.242Z] Step 7/34 : RUN go mod download [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 8d27fe3e81ab [2021-01-28T04:24:38.242Z] Step 8/34 : COPY . . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> ef7f7b42dc23 [2021-01-28T04:24:38.242Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T04:24:38.242Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:24:38.242Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:24:38.242Z] ---> 7092767cac2b [2021-01-28T04:24:38.242Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e52843d9f3f8 [2021-01-28T04:24:38.242Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> fa77a69da0a8 [2021-01-28T04:24:38.242Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T04:24:38.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:24:38.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:24:38.242Z] ---> 7092767cac2b [2021-01-28T04:24:38.242Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e52843d9f3f8 [2021-01-28T04:24:38.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> fa77a69da0a8 [2021-01-28T04:24:38.242Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e853c3a8ee1c [2021-01-28T04:24:38.242Z] Step 6/23 : COPY go.mod . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 79ec0b10358d [2021-01-28T04:24:38.242Z] Step 7/23 : RUN go mod download [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 8d27fe3e81ab [2021-01-28T04:24:38.242Z] Step 8/23 : COPY . . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> ef7f7b42dc23 [2021-01-28T04:24:38.242Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T04:24:38.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T04:24:38.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T04:24:38.242Z] ---> 7092767cac2b [2021-01-28T04:24:38.242Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e52843d9f3f8 [2021-01-28T04:24:38.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> fa77a69da0a8 [2021-01-28T04:24:38.242Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> e853c3a8ee1c [2021-01-28T04:24:38.242Z] Step 6/23 : COPY go.mod . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 79ec0b10358d [2021-01-28T04:24:38.242Z] Step 7/23 : RUN go mod download [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> 8d27fe3e81ab [2021-01-28T04:24:38.242Z] Step 8/23 : COPY . . [2021-01-28T04:24:38.242Z] ---> Using cache [2021-01-28T04:24:38.242Z] ---> ef7f7b42dc23 [2021-01-28T04:24:38.242Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T04:24:39.248Z] ---> Running in 000653665c54 [2021-01-28T04:24:39.248Z] ---> Running in d6382c6ddaae [2021-01-28T04:24:39.248Z] ---> Running in 17bfc2aaccf4 [2021-01-28T04:24:39.248Z] ---> Running in 58325a2509ab [2021-01-28T04:24:39.866Z] Removing intermediate container d6382c6ddaae [2021-01-28T04:24:39.866Z] ---> 286c80ab0454 [2021-01-28T04:24:39.866Z] 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-28T04:24:40.142Z] ---> Running in c3b3b1dfe46d [2021-01-28T04:24:40.740Z] 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-28T04:24:41.015Z] 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-28T04:24:41.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:24:41.559Z] 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-28T04:24:42.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:24:48.425Z] OK: 217 MiB in 51 packages [2021-01-28T04:24:49.425Z] Removing intermediate container 17bfc2aaccf4 [2021-01-28T04:24:49.425Z] ---> 85a8939585ed [2021-01-28T04:24:49.425Z] Step 6/26 : COPY go.mod . [2021-01-28T04:24:50.416Z] ---> 2d28bac0bcaf [2021-01-28T04:24:50.416Z] Step 7/26 : RUN go mod download [2021-01-28T04:24:50.416Z] ---> Running in 841c4d936dc8 [2021-01-28T04:24:54.740Z] Removing intermediate container 841c4d936dc8 [2021-01-28T04:24:54.740Z] ---> 29db7a5c32aa [2021-01-28T04:24:54.740Z] Step 8/26 : COPY . . [2021-01-28T04:25:16.981Z] ---> 75db69c564ba [2021-01-28T04:25:16.981Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T04:25:16.981Z] ---> Running in 158f6831ecb4 [2021-01-28T04:25:16.981Z] 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-28T04:25:49.338Z] 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-28T04:26:04.454Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T04:26:04.454Z] + cd /tmp/build/dist/linux [2021-01-28T04:26:04.454Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T04:26:04.454Z] Cloning into '.'... [2021-01-28T04:26:04.454Z] + go get github.com/robfig/glock [2021-01-28T04:26:11.233Z] Removing intermediate container 000653665c54 [2021-01-28T04:26:11.233Z] ---> b4ebb0be8717 [2021-01-28T04:26:11.233Z] [2021-01-28T04:26:11.233Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:26:11.233Z] ---> afeebe901d6b [2021-01-28T04:26:11.233Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T04:26:11.233Z] ---> Using cache [2021-01-28T04:26:11.233Z] ---> fb55178e12b4 [2021-01-28T04:26:11.233Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:26:11.233Z] ---> Using cache [2021-01-28T04:26:11.233Z] ---> b6e0ce0ae569 [2021-01-28T04:26:11.233Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T04:26:11.233Z] ---> Running in 56cafda636bf [2021-01-28T04:26:11.233Z] Removing intermediate container 56cafda636bf [2021-01-28T04:26:11.233Z] ---> 954e8fd71ab7 [2021-01-28T04:26:11.233Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T04:26:11.508Z] ---> Running in ba17b811ce67 [2021-01-28T04:26:12.109Z] Removing intermediate container ba17b811ce67 [2021-01-28T04:26:12.109Z] ---> bc45f500bb39 [2021-01-28T04:26:12.109Z] Step 15/23 : WORKDIR / [2021-01-28T04:26:12.385Z] ---> Running in 849b95515079 [2021-01-28T04:26:12.989Z] Removing intermediate container 849b95515079 [2021-01-28T04:26:12.989Z] ---> 52111e468942 [2021-01-28T04:26:12.989Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:26:14.472Z] ---> c2da49cfdcfe [2021-01-28T04:26:14.472Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T04:26:17.120Z] ---> 11488460ef20 [2021-01-28T04:26:17.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T04:26:18.566Z] ---> d2b99c18f966 [2021-01-28T04:26:18.566Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T04:26:18.842Z] Removing intermediate container 58325a2509ab [2021-01-28T04:26:18.842Z] ---> 4501a1b39d4c [2021-01-28T04:26:18.842Z] [2021-01-28T04:26:18.842Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T04:26:18.842Z] ---> afeebe901d6b [2021-01-28T04:26:18.842Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T04:26:18.842Z] ---> Using cache [2021-01-28T04:26:18.842Z] ---> fb55178e12b4 [2021-01-28T04:26:18.842Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T04:26:18.842Z] ---> Using cache [2021-01-28T04:26:18.842Z] ---> b6e0ce0ae569 [2021-01-28T04:26:18.842Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T04:26:18.842Z] ---> Running in 344d462bf056 [2021-01-28T04:26:19.118Z] ---> Running in 8c7c75423836 [2021-01-28T04:26:19.724Z] Removing intermediate container 344d462bf056 [2021-01-28T04:26:19.724Z] ---> ff51ceee0063 [2021-01-28T04:26:19.724Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:26:20.002Z] ---> Running in 93570b457865 [2021-01-28T04:26:20.002Z] Removing intermediate container 8c7c75423836 [2021-01-28T04:26:20.002Z] ---> 7600f9425659 [2021-01-28T04:26:20.002Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T04:26:20.289Z] ---> Running in 8cb9c97b9db9 [2021-01-28T04:26:20.573Z] Removing intermediate container 93570b457865 [2021-01-28T04:26:20.573Z] ---> d9c69a10ff29 [2021-01-28T04:26:20.573Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T04:26:20.847Z] Removing intermediate container 8cb9c97b9db9 [2021-01-28T04:26:20.847Z] ---> c08409be2482 [2021-01-28T04:26:20.847Z] Step 15/23 : WORKDIR / [2021-01-28T04:26:21.122Z] ---> Running in 531a57a57621 [2021-01-28T04:26:21.398Z] ---> Running in 098ba59d692a [2021-01-28T04:26:21.999Z] Removing intermediate container 531a57a57621 [2021-01-28T04:26:21.999Z] ---> 73b15cc46394 [2021-01-28T04:26:21.999Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:26:22.279Z] ---> Running in 79429506eb41 [2021-01-28T04:26:22.279Z] Removing intermediate container 098ba59d692a [2021-01-28T04:26:22.279Z] ---> ef597a4fcd9c [2021-01-28T04:26:22.279Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:26:23.268Z] Removing intermediate container 79429506eb41 [2021-01-28T04:26:23.268Z] ---> 56e360090b34 [2021-01-28T04:26:23.268Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:26:23.546Z] ---> Running in b0186055ef6d [2021-01-28T04:26:23.546Z] ---> be5bca5c5bcd [2021-01-28T04:26:23.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T04:26:24.167Z] Removing intermediate container b0186055ef6d [2021-01-28T04:26:24.167Z] ---> c412d85afcee [2021-01-28T04:26:24.167Z] [2021-01-28T04:26:24.770Z] Successfully built c412d85afcee [2021-01-28T04:26:24.770Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T04:26:25.045Z]  Building docker-core-command-go ... done Removing intermediate container 158f6831ecb4 [2021-01-28T04:26:25.045Z] ---> cb8714c090d3 [2021-01-28T04:26:25.045Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T04:26:25.322Z] ---> Running in ea53a36cf3c1 [2021-01-28T04:26:25.322Z] ---> ccc99e2e50f5 [2021-01-28T04:26:25.322Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T04:26:26.307Z] + glock sync -n [2021-01-28T04:26:26.578Z]  ---> 747811bcd9a1 [2021-01-28T04:26:26.578Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T04:26:26.578Z] ---> Running in 11283dc881c3 [2021-01-28T04:26:26.578Z] 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-28T04:26:27.178Z] Removing intermediate container 11283dc881c3 [2021-01-28T04:26:27.178Z] ---> d8feaaf7c4da [2021-01-28T04:26:27.178Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:26:27.178Z] ---> Running in ca64b5cd4296 [2021-01-28T04:26:27.778Z] Removing intermediate container ca64b5cd4296 [2021-01-28T04:26:27.778Z] ---> b0fa5627f309 [2021-01-28T04:26:27.778Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T04:26:28.051Z] ---> Running in 0a315d0c3f11 [2021-01-28T04:26:28.655Z] Removing intermediate container 0a315d0c3f11 [2021-01-28T04:26:28.655Z] ---> c99ebbc8dce2 [2021-01-28T04:26:28.655Z] Step 22/23 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:26:28.655Z] ---> Running in 69d0ae778c62 [2021-01-28T04:26:29.261Z] Removing intermediate container 69d0ae778c62 [2021-01-28T04:26:29.261Z] ---> 5092eda4c8da [2021-01-28T04:26:29.261Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T04:26:29.261Z] ---> Running in d424cc87cfe2 [2021-01-28T04:26:29.537Z] Removing intermediate container ea53a36cf3c1 [2021-01-28T04:26:29.537Z] ---> 311b134cb27b [2021-01-28T04:26:29.537Z] [2021-01-28T04:26:29.537Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T04:26:29.813Z] 20.10.0: Pulling from library/docker [2021-01-28T04:26:29.813Z] Removing intermediate container d424cc87cfe2 [2021-01-28T04:26:29.813Z] ---> 5ceae63ebde2 [2021-01-28T04:26:29.813Z] [2021-01-28T04:26:30.411Z] Successfully built 5ceae63ebde2 [2021-01-28T04:26:30.411Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T04:26:33.053Z]  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T04:26:33.053Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T04:26:33.053Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T04:26:33.053Z] + git describe '--abbrev=0' --tags [2021-01-28T04:26:33.053Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T04:26:33.053Z] + TAG=v0.6.1 [2021-01-28T04:26:33.053Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T04:26:33.053Z] + apk --print-arch [2021-01-28T04:26:33.053Z] + arch=aarch64 [2021-01-28T04:26:33.054Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T04:26:33.054Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T04:26:33.054Z] building [dockerize] for arm64 ... [2021-01-28T04:26:37.381Z] + date [2021-01-28T04:26:37.381Z] + echo 'Thu Jan 28 04:26:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T04:26:37.381Z] Thu Jan 28 04:26:37 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T04:26:40.799Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T04:26:40.799Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T04:26:40.799Z] ---> eeaf43b92773 [2021-01-28T04:26:40.799Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T04:26:41.402Z] ---> Running in 1849c7f49095 [2021-01-28T04:26:42.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:42.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:43.264Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T04:26:43.264Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T04:26:43.536Z] Executing bash-5.0.17-r0.post-install [2021-01-28T04:26:43.536Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:26:43.536Z] OK: 12 MiB in 22 packages [2021-01-28T04:26:45.517Z] Removing intermediate container 1849c7f49095 [2021-01-28T04:26:45.517Z] ---> 70507940f921 [2021-01-28T04:26:45.517Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T04:26:45.792Z] ---> Running in 8658d508c8a0 [2021-01-28T04:26:46.401Z] Removing intermediate container c3b3b1dfe46d [2021-01-28T04:26:46.401Z] ---> 01a4e72703e4 [2021-01-28T04:26:46.401Z] 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-28T04:26:46.401Z] Removing intermediate container 8658d508c8a0 [2021-01-28T04:26:46.401Z] ---> 915fcc1fc1e5 [2021-01-28T04:26:46.401Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T04:26:46.401Z] ---> Running in f56a445f0f04 [2021-01-28T04:26:46.688Z] ---> Running in 4e530e097344 [2021-01-28T04:26:47.289Z] Removing intermediate container 4e530e097344 [2021-01-28T04:26:47.289Z] ---> b87ae2184c0d [2021-01-28T04:26:47.289Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T04:26:47.289Z] ---> Running in 3b580512b56e [2021-01-28T04:26:47.887Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T04:26:47.887Z] statically linked [2021-01-28T04:26:47.887Z] Removing intermediate container 3b580512b56e [2021-01-28T04:26:47.887Z] ---> 6c3730c6646f [2021-01-28T04:26:47.887Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T04:26:49.333Z] ---> 8724363a1605 [2021-01-28T04:26:49.333Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T04:26:49.333Z] Removing intermediate container f56a445f0f04 [2021-01-28T04:26:49.333Z] ---> 4cd426765a07 [2021-01-28T04:26:49.333Z] [2021-01-28T04:26:49.333Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T04:26:49.333Z] ---> afeebe901d6b [2021-01-28T04:26:49.333Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T04:26:49.333Z] ---> Running in e93c35ee3fdc [2021-01-28T04:26:49.930Z] Removing intermediate container e93c35ee3fdc [2021-01-28T04:26:49.930Z] ---> a7a55173f8f9 [2021-01-28T04:26:49.930Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T04:26:49.930Z] ---> e753ed73949e [2021-01-28T04:26:49.930Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T04:26:50.207Z] ---> Running in e13327074157 [2021-01-28T04:26:51.195Z] ---> 43bd2e05748d [2021-01-28T04:26:51.195Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T04:26:51.195Z] ---> Running in df33fd1a24b6 [2021-01-28T04:26:51.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:51.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:52.065Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T04:26:52.065Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T04:26:52.065Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T04:26:52.065Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:26:52.341Z] OK: 6 MiB in 17 packages [2021-01-28T04:26:52.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:52.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:53.213Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T04:26:53.213Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T04:26:53.213Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T04:26:53.213Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T04:26:53.213Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T04:26:53.213Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T04:26:53.213Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T04:26:53.486Z] Removing intermediate container e13327074157 [2021-01-28T04:26:53.486Z] ---> 4e88234cbee0 [2021-01-28T04:26:53.486Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T04:26:53.760Z] ---> Running in 18c7d6989dde [2021-01-28T04:26:54.399Z] Removing intermediate container 18c7d6989dde [2021-01-28T04:26:54.399Z] ---> c2df986ddb5e [2021-01-28T04:26:54.399Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T04:26:54.695Z] ---> Running in 6b0ef774e028 [2021-01-28T04:26:55.314Z] Removing intermediate container 6b0ef774e028 [2021-01-28T04:26:55.314Z] ---> 8e58f4627923 [2021-01-28T04:26:55.314Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T04:26:55.314Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T04:26:55.314Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T04:26:55.314Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T04:26:55.314Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T04:26:55.314Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T04:26:55.314Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T04:26:55.314Z] ---> Running in 954fb33088e3 [2021-01-28T04:26:55.314Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T04:26:55.594Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T04:26:55.594Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T04:26:55.594Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T04:26:55.594Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T04:26:55.894Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T04:26:55.894Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T04:26:55.894Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T04:26:55.894Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T04:26:55.894Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T04:26:55.894Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T04:26:55.894Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T04:26:55.894Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T04:26:55.894Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T04:26:55.894Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T04:26:56.179Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T04:26:56.179Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T04:26:56.179Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T04:26:56.179Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T04:26:56.179Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T04:26:56.457Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:26:56.457Z] OK: 71 MiB in 55 packages [2021-01-28T04:26:57.890Z] Removing intermediate container 954fb33088e3 [2021-01-28T04:26:57.890Z] ---> a9ad8d43664c [2021-01-28T04:26:57.890Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T04:26:58.163Z] ---> Running in d722e1931be2 [2021-01-28T04:26:58.760Z] Removing intermediate container d722e1931be2 [2021-01-28T04:26:58.761Z] ---> c2b7439609c7 [2021-01-28T04:26:58.761Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T04:27:00.194Z] ---> ddcfc570484a [2021-01-28T04:27:00.195Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T04:27:01.182Z] ---> 248c790866db [2021-01-28T04:27:01.183Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T04:27:01.458Z] ---> Running in 9ae7162fa503 [2021-01-28T04:27:02.897Z] Removing intermediate container df33fd1a24b6 [2021-01-28T04:27:02.897Z] ---> 4bb251f8f098 [2021-01-28T04:27:02.897Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T04:27:02.897Z] ---> Running in c6e5955b2ff4 [2021-01-28T04:27:04.341Z] Removing intermediate container 9ae7162fa503 [2021-01-28T04:27:04.341Z] ---> 8879cbaa5fcd [2021-01-28T04:27:04.341Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T04:27:04.937Z] ---> c4c64c36780d [2021-01-28T04:27:04.937Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T04:27:05.991Z] ---> 3cb317426b59 [2021-01-28T04:27:05.991Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T04:27:06.581Z] ---> 31412f64eabe [2021-01-28T04:27:06.581Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T04:27:07.557Z] ---> 450333aa1d15 [2021-01-28T04:27:07.558Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T04:27:08.160Z] ---> af5c4fbc5215 [2021-01-28T04:27:08.160Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T04:27:08.757Z] Collecting docker-compose==1.23.2 [2021-01-28T04:27:08.757Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T04:27:08.757Z] ---> Running in f4f408cf066c [2021-01-28T04:27:09.042Z] Removing intermediate container f4f408cf066c [2021-01-28T04:27:09.043Z] ---> f9363e9d6649 [2021-01-28T04:27:09.043Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T04:27:09.640Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T04:27:09.640Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T04:27:09.913Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T04:27:09.913Z] ---> bd9ab905f642 [2021-01-28T04:27:09.913Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T04:27:09.913Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T04:27:10.519Z] ---> Running in a4dec33213f6 [2021-01-28T04:27:11.955Z] 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-28T04:27:12.553Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T04:27:12.553Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T04:27:12.553Z] Removing intermediate container a4dec33213f6 [2021-01-28T04:27:12.553Z] ---> 8fe759adaeb1 [2021-01-28T04:27:12.553Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T04:27:13.167Z] ---> Running in 953581cd5997 [2021-01-28T04:27:13.445Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T04:27:13.445Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T04:27:13.445Z] Removing intermediate container 953581cd5997 [2021-01-28T04:27:13.445Z] ---> f951b862857e [2021-01-28T04:27:13.445Z] Step 31/34 : CMD ["gate"] [2021-01-28T04:27:14.046Z] ---> Running in 049e49439b86 [2021-01-28T04:27:14.318Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T04:27:14.318Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T04:27:14.318Z] Removing intermediate container 049e49439b86 [2021-01-28T04:27:14.318Z] ---> e54d0002f84e [2021-01-28T04:27:14.318Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T04:27:14.923Z] ---> Running in 373cd3239d08 [2021-01-28T04:27:15.524Z] Removing intermediate container 373cd3239d08 [2021-01-28T04:27:15.524Z] ---> 5f2701d511d7 [2021-01-28T04:27:15.524Z] Step 33/34 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:27:15.524Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T04:27:15.524Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T04:27:15.813Z] ---> Running in 90657cf14a66 [2021-01-28T04:27:16.425Z] Removing intermediate container 90657cf14a66 [2021-01-28T04:27:16.425Z] ---> 4b7e8540326f [2021-01-28T04:27:16.425Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T04:27:16.698Z] Collecting PyYAML<4,>=3.10 [2021-01-28T04:27:16.698Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T04:27:16.698Z] ---> Running in f643539e0dc3 [2021-01-28T04:27:17.296Z] Removing intermediate container f643539e0dc3 [2021-01-28T04:27:17.296Z] ---> 914c8dcaadaa [2021-01-28T04:27:17.296Z] [2021-01-28T04:27:17.567Z] Successfully built 914c8dcaadaa [2021-01-28T04:27:17.840Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T04:27:19.806Z]  Building docker-security-bootstrapper-go ... done Collecting texttable<0.10,>=0.9.0 [2021-01-28T04:27:19.806Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T04:27:21.774Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T04:27:21.774Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T04:27:23.743Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T04:27:23.743Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T04:27:23.743Z] 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-28T04:27:24.014Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T04:27:24.014Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T04:27:24.609Z] Collecting idna<2.8,>=2.5 [2021-01-28T04:27:24.609Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T04:27:24.609Z] 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-28T04:27:24.609Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T04:27:24.609Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T04:27:24.609Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T04:27:24.609Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T04:27:25.209Z] Installing collected packages: cached-property, dockerpty, jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, docopt, docker-compose [2021-01-28T04:27:25.481Z] Running setup.py install for dockerpty: started [2021-01-28T04:27:27.447Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T04:27:27.447Z] Attempting uninstall: urllib3 [2021-01-28T04:27:27.447Z] Found existing installation: urllib3 1.25.9 [2021-01-28T04:27:27.447Z] Uninstalling urllib3-1.25.9: [2021-01-28T04:27:27.717Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T04:27:28.305Z] Attempting uninstall: idna [2021-01-28T04:27:28.305Z] Found existing installation: idna 2.9 [2021-01-28T04:27:28.305Z] Uninstalling idna-2.9: [2021-01-28T04:27:28.305Z] Successfully uninstalled idna-2.9 [2021-01-28T04:27:28.893Z] Attempting uninstall: requests [2021-01-28T04:27:28.893Z] Found existing installation: requests 2.23.0 [2021-01-28T04:27:28.893Z] Uninstalling requests-2.23.0: [2021-01-28T04:27:28.893Z] Successfully uninstalled requests-2.23.0 [2021-01-28T04:27:30.312Z] Running setup.py install for PyYAML: started [2021-01-28T04:27:32.278Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T04:27:32.278Z] Running setup.py install for texttable: started [2021-01-28T04:27:34.238Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T04:27:34.238Z] Running setup.py install for docopt: started [2021-01-28T04:27:35.660Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T04:27:36.630Z] 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-28T04:27:40.005Z] Removing intermediate container c6e5955b2ff4 [2021-01-28T04:27:40.005Z] ---> d5dabc66807e [2021-01-28T04:27:40.005Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T04:27:40.278Z] ---> Running in 460cc36702ed [2021-01-28T04:27:41.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:27:41.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:27:42.123Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T04:27:42.123Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T04:27:42.123Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T04:27:42.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:27:42.123Z] OK: 71 MiB in 58 packages [2021-01-28T04:27:43.553Z] Removing intermediate container 460cc36702ed [2021-01-28T04:27:43.553Z] ---> 1ef9ab73ab97 [2021-01-28T04:27:43.553Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T04:27:43.553Z] ---> Running in f20cfe8c92a2 [2021-01-28T04:27:44.145Z] Removing intermediate container f20cfe8c92a2 [2021-01-28T04:27:44.145Z] ---> 4390a35a9371 [2021-01-28T04:27:44.145Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:27:44.145Z] ---> Running in 01669b901623 [2021-01-28T04:27:44.740Z] Removing intermediate container 01669b901623 [2021-01-28T04:27:44.740Z] ---> a904bb3ae8bc [2021-01-28T04:27:44.740Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T04:27:44.740Z] ---> Running in 2a06620d009b [2021-01-28T04:27:45.333Z] Removing intermediate container 2a06620d009b [2021-01-28T04:27:45.333Z] ---> bf8942613dce [2021-01-28T04:27:45.333Z] Step 25/26 : LABEL git_sha=252d90ee886802feae2a22f96d363ec1950d4d35 [2021-01-28T04:27:45.333Z] ---> Running in 5650b629be58 [2021-01-28T04:27:45.608Z] Removing intermediate container 5650b629be58 [2021-01-28T04:27:45.608Z] ---> 9830787febb5 [2021-01-28T04:27:45.608Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T04:27:45.880Z] ---> Running in 868d7d5169ef [2021-01-28T04:27:46.473Z] Removing intermediate container 868d7d5169ef [2021-01-28T04:27:46.473Z] ---> dc62d0cfd145 [2021-01-28T04:27:46.473Z] [2021-01-28T04:27:46.745Z] Successfully built dc62d0cfd145 [2021-01-28T04:27:46.745Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T04:27:47.035Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T04:27:47.040Z] $ docker stop --time=1 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b [2021-01-28T04:27:48.914Z] $ docker rm -f 8d33a34d0ea57e3de62b37b5041f664f66fa30181bdb03a4303a608348c8191b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:27:49.721Z] + + grepdocker images [2021-01-28T04:27:49.721Z] docker [2021-01-28T04:27:49.999Z] docker-sys-mgmt-agent-go-arm64 latest dc62d0cfd145 3 seconds ago 300MB [2021-01-28T04:27:49.999Z] docker-security-bootstrapper-go-arm64 latest 914c8dcaadaa 32 seconds ago 31.9MB [2021-01-28T04:27:49.999Z] docker-core-metadata-go-arm64 latest 5ceae63ebde2 About a minute ago 17.7MB [2021-01-28T04:27:49.999Z] docker-core-command-go-arm64 latest c412d85afcee About a minute ago 16MB [2021-01-28T04:27:49.999Z] docker-core-data-go-arm64 latest 5c77d78bd49d 3 minutes ago 21MB [2021-01-28T04:27:49.999Z] docker-security-secretstore-setup-go-arm64 latest 12d6f3f3e161 4 minutes ago 23.4MB [2021-01-28T04:27:49.999Z] docker-support-notifications-go-arm64 latest 8866be30f869 4 minutes ago 16MB [2021-01-28T04:27:49.999Z] docker-support-scheduler-go-arm64 latest e82be645bdcd 4 minutes ago 15.5MB [2021-01-28T04:27:49.999Z] docker-security-proxy-setup-go-arm64 latest 1f867b5aaa25 4 minutes ago 23.2MB [2021-01-28T04:27:49.999Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T04:27:52.340Z] provisioning config files... [2021-01-28T04:27:52.351Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8617287978864539630tmp [Pipeline] { [Pipeline] sh [2021-01-28T04:27:52.775Z] + set +x [2021-01-28T04:27:52.775Z] + curl -s https://codecov.io/bash [2021-01-28T04:27:52.775Z] + bash -s -- [2021-01-28T04:27:53.353Z] [2021-01-28T04:27:53.353Z] _____ _ [2021-01-28T04:27:53.353Z] / ____| | | [2021-01-28T04:27:53.353Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T04:27:53.353Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T04:27:53.353Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T04:27:53.353Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T04:27:53.353Z] Bash-20210128-d4071a2 [2021-01-28T04:27:53.353Z] [2021-01-28T04:27:53.353Z] [2021-01-28T04:27:53.353Z] ==> git version 2.24.3 found [2021-01-28T04:27:53.353Z] ==> 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-28T04:27:53.353Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T04:27:53.353Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T04:27:53.353Z] ==> Jenkins CI detected. [2021-01-28T04:27:53.353Z] project root: . [2021-01-28T04:27:53.353Z] --> token set from env [2021-01-28T04:27:53.353Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T04:27:53.353Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T04:27:53.353Z] ==> Python coveragepy not found [2021-01-28T04:27:53.353Z] ==> Searching for coverage reports in: [2021-01-28T04:27:53.353Z] + . [2021-01-28T04:27:53.353Z] -> Found 1 reports [2021-01-28T04:27:53.353Z] ==> Detecting git/mercurial file structure [2021-01-28T04:27:53.353Z] ==> Reading reports [2021-01-28T04:27:53.353Z] + ./coverage.out bytes=565356 [2021-01-28T04:27:53.616Z] ==> Appending adjustments [2021-01-28T04:27:53.616Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T04:27:56.943Z] + Found adjustments [2021-01-28T04:27:56.943Z] ==> Gzipping contents [2021-01-28T04:27:56.943Z] 84K /tmp/codecov.H5Wrwk.gz [2021-01-28T04:27:56.943Z] ==> Uploading reports [2021-01-28T04:27:56.943Z] url: https://codecov.io [2021-01-28T04:27:56.943Z] query: branch=PR-3061&commit=252d90ee886802feae2a22f96d363ec1950d4d35&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-28T04:27:56.943Z] -> Pinging Codecov [2021-01-28T04:27:56.943Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3061&commit=252d90ee886802feae2a22f96d363ec1950d4d35&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= [2021-01-28T04:27:57.205Z] -> Uploading to [2021-01-28T04:27:57.205Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/252d90ee886802feae2a22f96d363ec1950d4d35/71f073f3-2cd1-4bff-bb61-b06dd84b11e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T042756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d79392883e4e43ee7ac822ffa3d87592c9633ca51c03f21a76a4f4dd34d7e089 [2021-01-28T04:27:57.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T04:27:57.205Z] Dload Upload Total Spent Left Speed [2021-01-28T04:27:57.780Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85690 0 0 100 85690 0 143k --:--:-- --:--:-- --:--:-- 144k [2021-01-28T04:27:57.780Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/252d90ee886802feae2a22f96d363ec1950d4d35 [Pipeline] } [2021-01-28T04:27:57.791Z] 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-28T04:28:00.017Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:00.903Z] ---> package-listing.sh [2021-01-28T04:28:00.903Z] ++ facter osfamily [2021-01-28T04:28:00.903Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T04:28:00.903Z] + OS_FAMILY=redhat [2021-01-28T04:28:00.903Z] + workspace=/w/workspace/edgex-go/7 [2021-01-28T04:28:00.903Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T04:28:00.903Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T04:28:00.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T04:28:00.903Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T04:28:00.903Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-28T04:28:00.903Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T04:28:00.903Z] + case "${OS_FAMILY}" in [2021-01-28T04:28:00.903Z] + rpm -qa [2021-01-28T04:28:00.903Z] + sort [2021-01-28T04:28:06.212Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T04:28:06.212Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T04:28:06.212Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T04:28:06.212Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-28T04:28:06.212Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-28T04:28:06.212Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-28T04:28:06.237Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T04:28:06.558Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:28:06.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:28:06.869Z] [2021-01-28T04:28:06.869Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:28:07.218Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:28:07.219Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T04:28:07.219Z] df20fa9351a1: Pulling fs layer [2021-01-28T04:28:07.219Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T04:28:07.219Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T04:28:07.219Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T04:28:07.219Z] 93b61091891f: Pulling fs layer [2021-01-28T04:28:07.219Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T04:28:07.219Z] 5e14af77c1be: Pulling fs layer [2021-01-28T04:28:07.219Z] 01666e4c0597: Pulling fs layer [2021-01-28T04:28:07.219Z] aa168da1d23b: Pulling fs layer [2021-01-28T04:28:07.219Z] 46f8f816bc3b: Waiting [2021-01-28T04:28:07.219Z] 5e14af77c1be: Waiting [2021-01-28T04:28:07.219Z] 01666e4c0597: Waiting [2021-01-28T04:28:07.219Z] 93b9cdb0e59b: Waiting [2021-01-28T04:28:07.219Z] 93b61091891f: Waiting [2021-01-28T04:28:07.219Z] aa168da1d23b: Waiting [2021-01-28T04:28:07.219Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T04:28:07.219Z] 36b3adc4ff6f: Download complete [2021-01-28T04:28:07.483Z] 46f8f816bc3b: Download complete [2021-01-28T04:28:07.483Z] df20fa9351a1: Verifying Checksum [2021-01-28T04:28:07.483Z] df20fa9351a1: Download complete [2021-01-28T04:28:07.483Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T04:28:07.483Z] 93b9cdb0e59b: Download complete [2021-01-28T04:28:07.483Z] 93b61091891f: Download complete [2021-01-28T04:28:07.483Z] 5e14af77c1be: Verifying Checksum [2021-01-28T04:28:07.483Z] 5e14af77c1be: Download complete [2021-01-28T04:28:07.483Z] 01666e4c0597: Verifying Checksum [2021-01-28T04:28:07.483Z] 01666e4c0597: Download complete [2021-01-28T04:28:07.483Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T04:28:07.483Z] 8ad3a11d3b57: Download complete [2021-01-28T04:28:08.059Z] df20fa9351a1: Pull complete [2021-01-28T04:28:08.059Z] 36b3adc4ff6f: Pull complete [2021-01-28T04:28:10.006Z] aa168da1d23b: Verifying Checksum [2021-01-28T04:28:10.006Z] aa168da1d23b: Download complete [2021-01-28T04:28:10.006Z] 8ad3a11d3b57: Pull complete [2021-01-28T04:28:10.274Z] 46f8f816bc3b: Pull complete [2021-01-28T04:28:10.852Z] 93b61091891f: Pull complete [2021-01-28T04:28:10.852Z] 93b9cdb0e59b: Pull complete [2021-01-28T04:28:11.116Z] 5e14af77c1be: Pull complete [2021-01-28T04:28:11.116Z] 01666e4c0597: Pull complete [2021-01-28T04:28:19.305Z] aa168da1d23b: Pull complete [2021-01-28T04:28:19.305Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T04:28:19.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:28:19.305Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T04:28:19.532Z] prd-centos7-docker-4c-2g-23684 does not seem to be running inside a container [2021-01-28T04:28:19.583Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-28T04:28:27.906Z] $ docker top 596ffa439415b5cf3ba4a50bb80fc70303c30bae9ba24bf3f26e030dd593d9b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:28:28.564Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T04:28:28.869Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T04:28:29.173Z] + ls /var/log/sa-host [2021-01-28T04:28:29.173Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T04:28:29.173Z] file_magic: OK [2021-01-28T04:28:29.173Z] HZ: Using current value: 100 [2021-01-28T04:28:29.173Z] file_header: OK [2021-01-28T04:28:29.173Z] 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-28T04:28:29.173Z] Statistics: [2021-01-28T04:28:29.173Z] Hnuu...uuuununununu... [2021-01-28T04:28:29.173Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T04:28:29.173Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T04:28:29.173Z] file_magic: OK [2021-01-28T04:28:29.173Z] HZ: Using current value: 100 [2021-01-28T04:28:29.173Z] file_header: OK [2021-01-28T04:28:29.173Z] 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-28T04:28:29.173Z] Statistics: [2021-01-28T04:28:29.173Z] 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... [2021-01-28T04:28:29.173Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T04:28:29.885Z] provisioning config files... [2021-01-28T04:28:29.910Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config7233837197203539785tmp [Pipeline] { [Pipeline] echo [2021-01-28T04:28:29.976Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:30.283Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T04:28:30.293Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T04:28:30.382Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:30.757Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T04:28:30.771Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:31.087Z] ---> sudo-logs.sh [2021-01-28T04:28:31.088Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T04:28:31.101Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:31.442Z] ---> job-cost.sh [2021-01-28T04:28:31.442Z] lf-activate-venv: SKIPPING [2021-01-28T04:28:31.442Z] INFO: No Stack... [2021-01-28T04:28:32.390Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T04:28:32.653Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T04:28:32.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:28:32.965Z] ---> logs-deploy.sh [2021-01-28T04:28:32.965Z] lf-activate-venv: SKIPPING [2021-01-28T04:28:32.965Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/7 [2021-01-28T04:28:32.965Z] INFO: archiving workspace using pattern(s): [2021-01-28T04:28:34.894Z] Archives upload complete. [2021-01-28T04:28:34.894Z] INFO: archiving logs to Nexus