Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22394 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 274c699d0d82ab7ac94a7a32970c88c4486cdd2e Checking out Revision 274c699d0d82ab7ac94a7a32970c88c4486cdd2e (PR-3034) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-23T00:31:15.347Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-23T00:31:15.609Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 78d84458ab3af8aa06bd714d89a9ebec52383659 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-23T00:31:15.697Z] ========================================================= [2021-01-23T00:31:15.698Z] EdgeX Global Pipelines Version Info [2021-01-23T00:31:15.698Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:31:17.692Z] ------------------- [2021-01-23T00:31:17.692Z] stable info: [2021-01-23T00:31:17.692Z] ------------------- [2021-01-23T00:31:17.692Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:31:17.692Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:31:17.692Z] Message: update stable to v1.0.179 [2021-01-23T00:31:18.265Z] ------------------- [2021-01-23T00:31:18.265Z] experimental info: [2021-01-23T00:31:18.265Z] ------------------- [2021-01-23T00:31:18.265Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:31:18.266Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:31:18.266Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-23T00:31:18.563Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-23T00:31:18.667Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-23T00:31:18.747Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-23T00:31:18.828Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-23T00:31:18.910Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-23T00:31:18.995Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-23T00:31:19.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-23T00:31:19.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-23T00:31:19.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-23T00:31:19.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-23T00:31:19.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-23T00:31:19.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-23T00:31:19.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-23T00:31:19.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-23T00:31:19.803Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:31:19.895Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:31:20.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-23T00:31:20.166Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-23T00:31:20.312Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-23T00:31:20.424Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-23T00:31:20.587Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-23T00:31:20.693Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-23T00:31:20.789Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-23T00:31:20.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-23T00:31:21.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-23T00:31:21.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-23T00:31:21.186Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 274c699d0d82ab7ac94a7a32970c88c4486cdd2e [Pipeline] echo [2021-01-23T00:31:21.270Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 274c699 [Pipeline] echo [2021-01-23T00:31:21.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:31:21.600Z] provisioning config files... [2021-01-23T00:31:21.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config73482367576376583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:31:22.082Z] ---> docker-login.sh [2021-01-23T00:31:22.082Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:31:22.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:22.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:22.614Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:22.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:22.614Z] [2021-01-23T00:31:22.614Z] Login Succeeded [2021-01-23T00:31:22.614Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:31:22.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:22.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:22.911Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:22.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:22.911Z] [2021-01-23T00:31:22.911Z] Login Succeeded [2021-01-23T00:31:22.911Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:31:22.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:23.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:23.186Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:23.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:23.186Z] [2021-01-23T00:31:23.186Z] Login Succeeded [2021-01-23T00:31:23.186Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:31:23.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:23.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:23.186Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:23.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:23.186Z] [2021-01-23T00:31:23.186Z] Login Succeeded [2021-01-23T00:31:23.186Z] docker.io [2021-01-23T00:31:23.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:31:23.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:31:23.726Z] Configure a credential helper to remove this warning. See [2021-01-23T00:31:23.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:31:23.726Z] [2021-01-23T00:31:23.726Z] Login Succeeded [2021-01-23T00:31:23.726Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:31:23.737Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:31:24.290Z] ++ 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-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/core-command/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/core-data/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:24.290Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-23T00:31:24.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:31:24.290Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-23T00:31:24.290Z] ++ cut -d/ -f2 [2021-01-23T00:31:24.290Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-23T00:31:24.378Z] 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-23T00:31:25.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:25.230Z] [2021-01-23T00:31:25.230Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:31:25.608Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:25.608Z] latest: Pulling from edgex-devops/git-semver [2021-01-23T00:31:25.608Z] 31603596830f: Pulling fs layer [2021-01-23T00:31:25.608Z] 2a8b12db71e7: Pulling fs layer [2021-01-23T00:31:25.608Z] 6ca5941a6612: Pulling fs layer [2021-01-23T00:31:25.608Z] ecc8261a40a4: Pulling fs layer [2021-01-23T00:31:25.608Z] ecc8261a40a4: Waiting [2021-01-23T00:31:25.608Z] 2a8b12db71e7: Verifying Checksum [2021-01-23T00:31:25.608Z] 2a8b12db71e7: Download complete [2021-01-23T00:31:25.916Z] 31603596830f: Verifying Checksum [2021-01-23T00:31:25.916Z] 31603596830f: Download complete [2021-01-23T00:31:25.916Z] ecc8261a40a4: Verifying Checksum [2021-01-23T00:31:25.916Z] ecc8261a40a4: Download complete [2021-01-23T00:31:25.916Z] 6ca5941a6612: Verifying Checksum [2021-01-23T00:31:25.916Z] 6ca5941a6612: Download complete [2021-01-23T00:31:26.510Z] 31603596830f: Pull complete [2021-01-23T00:31:26.510Z] 2a8b12db71e7: Pull complete [2021-01-23T00:31:27.944Z] 6ca5941a6612: Pull complete [2021-01-23T00:31:27.944Z] ecc8261a40a4: Pull complete [2021-01-23T00:31:27.944Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-23T00:31:27.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:31:27.944Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-23T00:31:28.099Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:31:28.161Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-23T00:31:31.204Z] $ docker top 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-23T00:31:31.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:31.625Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:31.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:31.888Z] $ docker exec 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 ssh-agent [2021-01-23T00:31:32.097Z] SSH_AUTH_SOCK=/tmp/ssh-Am1ED95VFbcD/agent.13 [2021-01-23T00:31:32.097Z] SSH_AGENT_PID=18 [2021-01-23T00:31:32.120Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:32.282Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1674592323222918640.key (/w/workspace/edgex-go/8@tmp/private_key_1674592323222918640.key) [2021-01-23T00:31:32.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:32.697Z] + git tag --points-at HEAD [Pipeline] } [2021-01-23T00:31:32.740Z] $ docker exec --env ******** --env ******** 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 ssh-agent -k [2021-01-23T00:31:32.884Z] unset SSH_AUTH_SOCK; [2021-01-23T00:31:32.884Z] unset SSH_AGENT_PID; [2021-01-23T00:31:32.884Z] echo Agent pid 18 killed; [2021-01-23T00:31:32.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-23T00:31:33.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:31:33.141Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:31:33.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:31:33.367Z] $ docker exec 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 ssh-agent [2021-01-23T00:31:33.583Z] SSH_AUTH_SOCK=/tmp/ssh-MhbKtf0ICUga/agent.47 [2021-01-23T00:31:33.583Z] SSH_AGENT_PID=53 [2021-01-23T00:31:33.591Z] Running ssh-add (command line suppressed) [2021-01-23T00:31:33.735Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5256079560871674984.key (/w/workspace/edgex-go/8@tmp/private_key_5256079560871674984.key) [2021-01-23T00:31:33.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:31:34.140Z] + git semver init [2021-01-23T00:31:34.140Z] # -> Open(): unable to determine branch for HEAD [2021-01-23T00:31:34.140Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-23T00:31:34.140Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-23T00:31:34.140Z] # $SEMVER_REMOTE_NAME = origin [2021-01-23T00:31:34.140Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-23T00:31:34.140Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-23T00:31:34.140Z] # $SEMVER_BRANCH = PR-3034 [2021-01-23T00:31:34.141Z] # $SEMVER_TEMP = /tmp/semver-568441712 [2021-01-23T00:31:34.141Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-23T00:32:20.996Z] # '/tmp/semver-568441712' -> '/w/workspace/edgex-go/8/.semver' [2021-01-23T00:32:20.996Z] # -> Force: false [2021-01-23T00:32:20.996Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-23T00:32:21.019Z] $ docker exec --env ******** --env ******** 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 ssh-agent -k [2021-01-23T00:32:21.366Z] unset SSH_AUTH_SOCK; [2021-01-23T00:32:21.366Z] unset SSH_AGENT_PID; [2021-01-23T00:32:21.366Z] echo Agent pid 53 killed; [2021-01-23T00:32:21.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:32:21.996Z] + git semver [Pipeline] } [2021-01-23T00:32:22.017Z] $ docker stop --time=1 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 [2021-01-23T00:32:23.978Z] $ docker rm -f 50226d9c39529988b017648fd5651b0996c4dce55dfd7ca95b03eb4548ced226 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:32:24.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-23T00:32:25.119Z] Stashed 1 file(s) [Pipeline] echo [2021-01-23T00:32:25.122Z] [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-23T00:32:26.023Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:26.330Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:26.638Z] + sudo service docker restart [2021-01-23T00:32:26.638Z] + true [2021-01-23T00:32:26.638Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-23T00:32:27.614Z] ========================================================= [2021-01-23T00:32:27.614Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-23T00:32:27.614Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:32:27.977Z] + 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-23T00:32:32.253Z] Sending build context to Docker daemon 327.1MB [2021-01-23T00:32:32.253Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:32:32.253Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:32:32.253Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-23T00:32:32.253Z] 188c0c94c7c5: Pulling fs layer [2021-01-23T00:32:32.253Z] 0ef7d3d256c8: Pulling fs layer [2021-01-23T00:32:32.253Z] de9db76c5a1d: Pulling fs layer [2021-01-23T00:32:32.253Z] bca2f99d35d6: Pulling fs layer [2021-01-23T00:32:32.253Z] 93359f2a8cfa: Pulling fs layer [2021-01-23T00:32:32.253Z] 7c6f9722023f: Pulling fs layer [2021-01-23T00:32:32.253Z] a35cf1a2eb13: Pulling fs layer [2021-01-23T00:32:32.253Z] 93359f2a8cfa: Waiting [2021-01-23T00:32:32.253Z] 7c6f9722023f: Waiting [2021-01-23T00:32:32.253Z] bca2f99d35d6: Waiting [2021-01-23T00:32:32.254Z] a35cf1a2eb13: Waiting [2021-01-23T00:32:32.254Z] de9db76c5a1d: Verifying Checksum [2021-01-23T00:32:32.254Z] de9db76c5a1d: Download complete [2021-01-23T00:32:32.254Z] 0ef7d3d256c8: Download complete [2021-01-23T00:32:32.528Z] 93359f2a8cfa: Verifying Checksum [2021-01-23T00:32:32.528Z] 93359f2a8cfa: Download complete [2021-01-23T00:32:32.528Z] 7c6f9722023f: Verifying Checksum [2021-01-23T00:32:32.528Z] 7c6f9722023f: Download complete [2021-01-23T00:32:32.528Z] 188c0c94c7c5: Verifying Checksum [2021-01-23T00:32:32.528Z] 188c0c94c7c5: Download complete [2021-01-23T00:32:33.133Z] 188c0c94c7c5: Pull complete [2021-01-23T00:32:33.727Z] 0ef7d3d256c8: Pull complete [2021-01-23T00:32:33.995Z] de9db76c5a1d: Pull complete [2021-01-23T00:32:35.411Z] a35cf1a2eb13: Verifying Checksum [2021-01-23T00:32:35.411Z] a35cf1a2eb13: Download complete [2021-01-23T00:32:36.831Z] bca2f99d35d6: Verifying Checksum [2021-01-23T00:32:36.831Z] bca2f99d35d6: Download complete [2021-01-23T00:32:40.520Z] Still waiting to schedule task [2021-01-23T00:32:40.520Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-23T00:32:45.156Z] bca2f99d35d6: Pull complete [2021-01-23T00:32:45.156Z] 93359f2a8cfa: Pull complete [2021-01-23T00:32:45.156Z] 7c6f9722023f: Pull complete [2021-01-23T00:32:49.403Z] a35cf1a2eb13: Pull complete [2021-01-23T00:32:49.403Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-23T00:32:49.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-23T00:32:49.403Z] ---> a62c8e92a672 [2021-01-23T00:32:49.403Z] 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-23T00:32:49.403Z] ---> Running in e3cfa803d1ff [2021-01-23T00:32:49.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:51.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:52.337Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:32:52.599Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:32:52.600Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:32:52.600Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:33:00.802Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:33:00.802Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:33:00.802Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:33:00.802Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:33:00.802Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:33:00.802Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:33:00.802Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:33:00.802Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:33:00.802Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:33:00.802Z] OK: 233 MiB in 51 packages [2021-01-23T00:33:04.172Z] Removing intermediate container e3cfa803d1ff [2021-01-23T00:33:04.172Z] ---> ab5aea042085 [2021-01-23T00:33:04.172Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:33:04.172Z] ---> Running in e65ccc51f0a9 [2021-01-23T00:33:04.172Z] Removing intermediate container e65ccc51f0a9 [2021-01-23T00:33:04.172Z] ---> 54dcd8be54fb [2021-01-23T00:33:04.172Z] Step 5/6 : COPY go.mod . [2021-01-23T00:33:04.437Z] ---> 8c8fb8ba6e2e [2021-01-23T00:33:04.437Z] Step 6/6 : RUN go mod download [2021-01-23T00:33:04.437Z] ---> Running in 263a0d7da5d1 [2021-01-23T00:33:26.496Z] Removing intermediate container 263a0d7da5d1 [2021-01-23T00:33:26.496Z] ---> 026c7a87a3c5 [2021-01-23T00:33:26.496Z] Successfully built 026c7a87a3c5 [2021-01-23T00:33:26.496Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:26.826Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:26.826Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:26.957Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:33:27.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:28.261Z] $ docker top 0d58fd84e7179df95a58e4f93241df61214e32cef483b3987884e7f8d5000767 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:33:28.843Z] + go version [2021-01-23T00:33:28.843Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-23T00:33:28.872Z] $ docker stop --time=1 0d58fd84e7179df95a58e4f93241df61214e32cef483b3987884e7f8d5000767 [2021-01-23T00:33:30.229Z] $ docker rm -f 0d58fd84e7179df95a58e4f93241df61214e32cef483b3987884e7f8d5000767 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:31.103Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:31.103Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:31.203Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:33:31.258Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-23T00:33:31.947Z] $ docker top cf4771a6d6b4ce49f2a265fea499f9ee362ccb6513040129e48c87634396ebec -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:33:32.162Z] ========================================================= [2021-01-23T00:33:32.162Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:33:32.162Z] ========================================================= [Pipeline] sh [2021-01-23T00:33:32.453Z] + make test [2021-01-23T00:33:32.453Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:33:44.799Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:34:03.410Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:34:13.657Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:34:13.657Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:34:13.657Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:34:13.657Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:34:17.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:34:20.731Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:34:20.731Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:34:20.731Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:34:23.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.8% of statements [2021-01-23T00:34:23.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:34:23.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:34:23.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:34:23.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:34:23.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:34:28.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.236s coverage: 27.1% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:34:28.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:34:28.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:34:28.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.131s coverage: 65.8% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:34:28.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.501s coverage: 82.3% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:34:28.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.562s coverage: 28.6% of statements [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:34:28.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:34:29.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.086s coverage: 100.0% of statements [2021-01-23T00:34:29.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:34:29.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-23T00:34:29.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:34:31.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements [2021-01-23T00:34:31.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:34:31.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements [2021-01-23T00:34:31.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:34:31.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-01-23T00:34:31.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:34:31.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:34:31.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:34:31.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.592s coverage: 92.8% of statements [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:34:35.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-01-23T00:34:35.374Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.104s coverage: 84.2% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.4% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.254s coverage: 63.5% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.418s coverage: 68.9% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 37.0% of statements [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:34:48.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements [2021-01-23T00:34:48.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-23T00:34:48.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:34:48.749Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-01-23T00:34:48.749Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:34:49.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-01-23T00:34:49.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.017s coverage: 29.1% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.104s coverage: 99.0% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:34:51.646Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-01-23T00:34:51.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-23T00:34:52.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements [2021-01-23T00:34:52.515Z] GO111MODULE=on go vet ./... [2021-01-23T00:35:18.859Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22404 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-23T00:35:18.916Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-23T00:35:24.532Z] using credential edgex-jenkins-ssh [2021-01-23T00:35:24.595Z] Cloning the remote Git repository [2021-01-23T00:35:25.005Z] gofmt -l . [2021-01-23T00:35:24.688Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:24.838Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-23T00:35:24.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:24.949Z] > git --version # timeout=10 [2021-01-23T00:35:24.981Z] > git --version # 'git version 2.17.1' [2021-01-23T00:35:24.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:25.052Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:25.959Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:35:26.537Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:35:27.121Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:35:28.392Z] + ls -al . [2021-01-23T00:35:28.393Z] total 668 [2021-01-23T00:35:28.393Z] drwxrwxr-x 10 1001 1001 4096 Jan 23 00:35 . [2021-01-23T00:35:28.393Z] drwxr-xr-x 4 root root 28 Jan 23 00:33 .. [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:31 .dockerignore [2021-01-23T00:35:28.393Z] drwxrwxr-x 8 1001 1001 179 Jan 23 00:31 .git [2021-01-23T00:35:28.393Z] drwxrwxr-x 3 1001 1001 125 Jan 23 00:31 .github [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:31 .gitignore [2021-01-23T00:35:28.393Z] drwx------ 3 1001 1001 47 Jan 23 00:32 .semver [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:31 .sonarcloud.properties [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:31 Attribution.txt [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:31 CONTRIBUTING.md [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:31 Dockerfile.build [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:31 Jenkinsfile [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:31 LICENSE [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:31 Makefile [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:31 README.md [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:31 SECURITY.md [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:31 ZMQWindows.md [2021-01-23T00:35:28.393Z] drwxrwxr-x 2 1001 1001 117 Jan 23 00:31 bin [2021-01-23T00:35:28.393Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:31 cmd [2021-01-23T00:35:28.393Z] -rw-r--r-- 1 root root 564700 Jan 23 00:34 coverage.out [2021-01-23T00:35:28.393Z] -rw-r--r-- 1 root root 1053 Jan 23 00:35 go.mod [2021-01-23T00:35:28.393Z] -rw-r--r-- 1 root root 18878 Jan 23 00:35 go.sum [2021-01-23T00:35:28.393Z] drwxrwxr-x 8 1001 1001 127 Jan 23 00:31 internal [2021-01-23T00:35:28.393Z] drwxrwxr-x 4 1001 1001 26 Jan 23 00:31 openapi [2021-01-23T00:35:28.393Z] drwxrwxr-x 4 1001 1001 71 Jan 23 00:31 snap [2021-01-23T00:35:28.393Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:31 version.go [Pipeline] sh [2021-01-23T00:35:28.712Z] + '[' -e coverage.out ] [2021-01-23T00:35:28.712Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:35:28.958Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:35:29.263Z] + make build [2021-01-23T00:35:29.263Z] 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-23T00:35:33.538Z] 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-23T00:35:43.719Z] 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-23T00:35:44.702Z] 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-23T00:35:46.150Z] 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-23T00:35:46.744Z] 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-23T00:35:47.532Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-23T00:35:46.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:46.600Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:35:46.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:35:46.663Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:35:46.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:46.712Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:35:47.555Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:47.571Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-23T00:35:47.865Z] > git remote # timeout=10 [2021-01-23T00:35:47.884Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:35:47.899Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:35:47.910Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:35:48.532Z] Merge succeeded, producing dc0b1f4fdeafde43acfa1bddb95d2cb984b2bfb2 [2021-01-23T00:35:48.533Z] Checking out Revision dc0b1f4fdeafde43acfa1bddb95d2cb984b2bfb2 (PR-3034) [2021-01-23T00:35:48.689Z] 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-23T00:35:50.107Z] 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-23T00:35:48.519Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:35:48.541Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:35:48.551Z] > git checkout -f dc0b1f4fdeafde43acfa1bddb95d2cb984b2bfb2 # timeout=10 [2021-01-23T00:35:51.536Z] 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-23T00:35:52.957Z] 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-23T00:35:53.143Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:35:53.182Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-23T00:35:54.370Z] 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-23T00:35:54.768Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:55.274Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:35:53.156Z] > git rev-list --no-walk 78d84458ab3af8aa06bd714d89a9ebec52383659 # timeout=10 [2021-01-23T00:35:55.629Z] + + true [2021-01-23T00:35:55.629Z] sudo service docker restart [2021-01-23T00:35:55.772Z] 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-23T00:35:57.186Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:35:57.692Z] provisioning config files... [2021-01-23T00:35:57.735Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2882543978070670393tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:35:58.157Z] ---> docker-login.sh [2021-01-23T00:35:58.157Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [2021-01-23T00:35:59.150Z] $ docker stop --time=1 cf4771a6d6b4ce49f2a265fea499f9ee362ccb6513040129e48c87634396ebec [2021-01-23T00:35:59.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:35:59.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:35:59.444Z] Configure a credential helper to remove this warning. See [2021-01-23T00:35:59.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:35:59.444Z] [2021-01-23T00:35:59.444Z] Login Succeeded [2021-01-23T00:35:59.444Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:36:00.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:00.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:00.055Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:00.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:00.055Z] [2021-01-23T00:36:00.055Z] Login Succeeded [2021-01-23T00:36:00.055Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:36:00.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:00.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:00.663Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:00.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:00.663Z] [2021-01-23T00:36:00.663Z] Login Succeeded [2021-01-23T00:36:00.663Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:36:01.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:01.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:01.268Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:01.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:01.268Z] [2021-01-23T00:36:01.268Z] Login Succeeded [2021-01-23T00:36:01.268Z] docker.io [2021-01-23T00:36:01.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:02.120Z] $ docker rm -f cf4771a6d6b4ce49f2a265fea499f9ee362ccb6513040129e48c87634396ebec [2021-01-23T00:36:02.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:02.158Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:02.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:02.158Z] [2021-01-23T00:36:02.158Z] Login Succeeded [2021-01-23T00:36:02.158Z] ---> docker-login.sh ends [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-23T00:36:02.791Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-01-23T00:36:04.012Z] ========================================================= [2021-01-23T00:36:04.012Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-23T00:36:04.012Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:04.401Z] + 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-23T00:36:04.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:04.464Z] [2021-01-23T00:36:04.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:04.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:04.851Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-23T00:36:04.851Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-23T00:36:04.851Z] ca9280d653b3: Pulling fs layer [2021-01-23T00:36:04.851Z] 7e9c9ca2126c: Pulling fs layer [2021-01-23T00:36:05.115Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-23T00:36:05.115Z] cbdbe7a5bc2a: Download complete [2021-01-23T00:36:05.700Z] cbdbe7a5bc2a: Pull complete [2021-01-23T00:36:05.967Z] ca9280d653b3: Verifying Checksum [2021-01-23T00:36:05.967Z] ca9280d653b3: Download complete [2021-01-23T00:36:07.050Z] Sending build context to Docker daemon 165.9MB [2021-01-23T00:36:07.050Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:07.050Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:36:07.050Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-23T00:36:07.050Z] 5f621e34cdf4: Pulling fs layer [2021-01-23T00:36:07.050Z] a4357932f1b6: Pulling fs layer [2021-01-23T00:36:07.050Z] 18c013af1878: Pulling fs layer [2021-01-23T00:36:07.050Z] 00ac8860ef70: Pulling fs layer [2021-01-23T00:36:07.050Z] 63d7cb157983: Pulling fs layer [2021-01-23T00:36:07.050Z] b116817d02f9: Pulling fs layer [2021-01-23T00:36:07.050Z] 745a02a5169b: Pulling fs layer [2021-01-23T00:36:07.050Z] 00ac8860ef70: Waiting [2021-01-23T00:36:07.050Z] 745a02a5169b: Waiting [2021-01-23T00:36:07.050Z] b116817d02f9: Waiting [2021-01-23T00:36:07.050Z] 18c013af1878: Verifying Checksum [2021-01-23T00:36:07.050Z] 18c013af1878: Download complete [2021-01-23T00:36:07.050Z] a4357932f1b6: Verifying Checksum [2021-01-23T00:36:07.050Z] a4357932f1b6: Download complete [2021-01-23T00:36:07.050Z] 63d7cb157983: Verifying Checksum [2021-01-23T00:36:07.050Z] 63d7cb157983: Download complete [2021-01-23T00:36:07.050Z] b116817d02f9: Verifying Checksum [2021-01-23T00:36:07.050Z] b116817d02f9: Download complete [2021-01-23T00:36:07.328Z] 5f621e34cdf4: Verifying Checksum [2021-01-23T00:36:07.328Z] 5f621e34cdf4: Download complete [2021-01-23T00:36:07.382Z] ca9280d653b3: Pull complete [2021-01-23T00:36:07.938Z] 5f621e34cdf4: Pull complete [2021-01-23T00:36:08.335Z] 7e9c9ca2126c: Download complete [2021-01-23T00:36:08.530Z] a4357932f1b6: Pull complete [2021-01-23T00:36:08.806Z] 18c013af1878: Pull complete [2021-01-23T00:36:11.460Z] 745a02a5169b: Verifying Checksum [2021-01-23T00:36:11.460Z] 745a02a5169b: Download complete [2021-01-23T00:36:12.058Z] 00ac8860ef70: Verifying Checksum [2021-01-23T00:36:12.058Z] 00ac8860ef70: Download complete [2021-01-23T00:36:16.568Z] 7e9c9ca2126c: Pull complete [2021-01-23T00:36:16.568Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-23T00:36:16.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:16.569Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-23T00:36:16.780Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:36:16.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T00:36:18.951Z] $ docker top 441966606f6654d7fb4c2002f7336119062f2f9cc112525839f46719bdf28193 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:36:19.482Z] + docker-compose build --help [2021-01-23T00:36:19.482Z] + grep parallel [2021-01-23T00:36:20.875Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:36:20.890Z] $ docker stop --time=1 441966606f6654d7fb4c2002f7336119062f2f9cc112525839f46719bdf28193 [2021-01-23T00:36:22.217Z] 00ac8860ef70: Pull complete [2021-01-23T00:36:22.217Z] 63d7cb157983: Pull complete [2021-01-23T00:36:22.217Z] b116817d02f9: Pull complete [2021-01-23T00:36:22.253Z] $ docker rm -f 441966606f6654d7fb4c2002f7336119062f2f9cc112525839f46719bdf28193 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:22.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:36:22.975Z] . [Pipeline] withDockerContainer [2021-01-23T00:36:23.154Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:36:23.213Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-23T00:36:23.875Z] $ docker top 8339be3bca2a94e13bc3e387400ce9fa539f700b0ea01994e5ed947c5142dbcf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:36:24.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:36:25.611Z] 745a02a5169b: Pull complete [2021-01-23T00:36:25.611Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-23T00:36:25.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-23T00:36:25.611Z] ---> b7e6874047d6 [2021-01-23T00:36:25.611Z] 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-23T00:36:25.844Z] Building docker-core-command-go ... [2021-01-23T00:36:25.844Z] Building docker-core-data-go ... [2021-01-23T00:36:25.844Z] Building docker-core-metadata-go ... [2021-01-23T00:36:25.844Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:36:25.844Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:36:25.844Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:36:25.844Z] Building docker-support-notifications-go ... [2021-01-23T00:36:25.844Z] Building docker-support-scheduler-go ... [2021-01-23T00:36:25.844Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:36:25.844Z] Building docker-support-notifications-go [2021-01-23T00:36:25.844Z] Building docker-core-command-go [2021-01-23T00:36:25.844Z] Building docker-security-proxy-setup-go [2021-01-23T00:36:25.844Z] Building docker-security-bootstrapper-go [2021-01-23T00:36:25.844Z] Building docker-security-secretstore-setup-go [2021-01-23T00:36:29.931Z] ---> Running in 06f02635f135 [2021-01-23T00:36:30.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:31.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:36:32.104Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:36:32.386Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:36:32.386Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:36:32.386Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:36:42.521Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:36:42.521Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:36:42.521Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:36:42.521Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:36:42.521Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:36:42.521Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:36:42.521Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:36:42.521Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:36:42.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:36:42.521Z] OK: 217 MiB in 51 packages [2021-01-23T00:36:46.877Z] Removing intermediate container 06f02635f135 [2021-01-23T00:36:46.877Z] ---> d4011881a2d1 [2021-01-23T00:36:46.877Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:36:46.877Z] ---> Running in 2005a3479631 [2021-01-23T00:36:47.153Z] Removing intermediate container 2005a3479631 [2021-01-23T00:36:47.153Z] ---> bbb074f726b4 [2021-01-23T00:36:47.153Z] Step 5/6 : COPY go.mod . [2021-01-23T00:36:47.751Z] ---> 065a248f870c [2021-01-23T00:36:47.751Z] Step 6/6 : RUN go mod download [2021-01-23T00:36:48.026Z] ---> Running in 537e321ceccf [2021-01-23T00:37:12.966Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:12.966Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:12.966Z] ---> 026c7a87a3c5 [2021-01-23T00:37:12.966Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:37:12.966Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:12.966Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:12.966Z] ---> 026c7a87a3c5 [2021-01-23T00:37:12.966Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:37:12.966Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:12.966Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:12.966Z] ---> 026c7a87a3c5 [2021-01-23T00:37:12.966Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:37:12.967Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:12.967Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:12.967Z] ---> 026c7a87a3c5 [2021-01-23T00:37:12.967Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:37:12.967Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:37:12.967Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:37:12.967Z] ---> 026c7a87a3c5 [2021-01-23T00:37:12.967Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:37:12.967Z] ---> Running in f65b711265ed [2021-01-23T00:37:12.967Z] ---> Running in cbb015e87494 [2021-01-23T00:37:12.967Z] ---> Running in e40c836b927e [2021-01-23T00:37:12.967Z] ---> Running in d8969a225a76 [2021-01-23T00:37:12.967Z] ---> Running in 03a3ef5da51b [2021-01-23T00:37:12.967Z] Removing intermediate container cbb015e87494 [2021-01-23T00:37:12.967Z] ---> 9df19ef7dd41 [2021-01-23T00:37:12.967Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:12.967Z] Removing intermediate container 03a3ef5da51b [2021-01-23T00:37:12.967Z] ---> e9a8433705c1 [2021-01-23T00:37:12.967Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:12.967Z] Removing intermediate container d8969a225a76 [2021-01-23T00:37:12.967Z] ---> e3ceca7d5c58 [2021-01-23T00:37:12.967Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:12.967Z] Removing intermediate container e40c836b927e [2021-01-23T00:37:12.967Z] ---> 08385c128370 [2021-01-23T00:37:12.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:12.967Z] Removing intermediate container f65b711265ed [2021-01-23T00:37:12.967Z] ---> e89daf6890c3 [2021-01-23T00:37:12.967Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:37:12.967Z] ---> Running in 6dc14343a1d7 [2021-01-23T00:37:12.967Z] ---> Running in b29dea58067d [2021-01-23T00:37:12.967Z] ---> Running in cbacbf7324ab [2021-01-23T00:37:12.967Z] ---> Running in 32ab3b5238a2 [2021-01-23T00:37:12.967Z] ---> Running in 8452243bd23d [2021-01-23T00:37:13.549Z] Removing intermediate container 6dc14343a1d7 [2021-01-23T00:37:13.549Z] ---> ec023de5c80e [2021-01-23T00:37:13.549Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:37:13.549Z] Removing intermediate container cbacbf7324ab [2021-01-23T00:37:13.549Z] ---> 07693104e709 [2021-01-23T00:37:13.549Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:37:13.549Z] Removing intermediate container 32ab3b5238a2 [2021-01-23T00:37:13.549Z] ---> 510b16a62944 [2021-01-23T00:37:13.549Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:37:13.815Z] Removing intermediate container 8452243bd23d [2021-01-23T00:37:13.815Z] ---> d63de12760c9 [2021-01-23T00:37:13.815Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:37:13.815Z] ---> Running in 6e2a0643c2c5 [2021-01-23T00:37:13.815Z] ---> Running in 741744b8d614 [2021-01-23T00:37:13.815Z] ---> Running in 382ae922cf13 [2021-01-23T00:37:13.815Z] Removing intermediate container b29dea58067d [2021-01-23T00:37:13.815Z] ---> cffea1784f15 [2021-01-23T00:37:13.815Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:37:13.815Z] ---> Running in 44618b4a24af [2021-01-23T00:37:14.086Z] ---> Running in d5edfe7d8fca [2021-01-23T00:37:15.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:15.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:16.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:16.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:37:17.127Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:17.127Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:17.127Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:17.394Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:17.663Z] Removing intermediate container 741744b8d614 [2021-01-23T00:37:17.663Z] ---> 70105c761f48 [2021-01-23T00:37:17.663Z] Step 6/24 : COPY go.mod . [2021-01-23T00:37:17.930Z] Removing intermediate container d5edfe7d8fca [2021-01-23T00:37:17.930Z] ---> 8acdf3cd03b7 [2021-01-23T00:37:17.930Z] Step 6/33 : COPY go.mod . [2021-01-23T00:37:17.930Z] Removing intermediate container 382ae922cf13 [2021-01-23T00:37:17.930Z] ---> 21b9f93d3088 [2021-01-23T00:37:17.930Z] Step 6/22 : COPY go.mod . [2021-01-23T00:37:18.194Z] ---> c6532dfc9acd [2021-01-23T00:37:18.194Z] Step 7/24 : RUN go mod download [2021-01-23T00:37:18.194Z] Removing intermediate container 44618b4a24af [2021-01-23T00:37:18.194Z] ---> f779b2dcdf0c [2021-01-23T00:37:18.194Z] Step 6/23 : COPY go.mod . [2021-01-23T00:37:18.194Z] ---> 70d47f5e51af [2021-01-23T00:37:18.194Z] Step 7/22 : RUN go mod download [2021-01-23T00:37:18.466Z] ---> 6516f3c68a85 [2021-01-23T00:37:18.466Z] Step 7/33 : RUN go mod download [2021-01-23T00:37:18.466Z] ---> Running in e77db2825707 [2021-01-23T00:37:18.466Z] OK: 233 MiB in 51 packages [2021-01-23T00:37:18.466Z] ---> Running in 9df973432dea [2021-01-23T00:37:18.466Z] ---> Running in e05a67fefc4c [2021-01-23T00:37:18.732Z] ---> cec549700a9f [2021-01-23T00:37:18.733Z] Step 7/23 : RUN go mod download [2021-01-23T00:37:19.012Z] ---> Running in 94278c7c6aca [2021-01-23T00:37:19.987Z] Removing intermediate container 6e2a0643c2c5 [2021-01-23T00:37:19.987Z] ---> 4842232fe796 [2021-01-23T00:37:19.987Z] Step 6/21 : COPY go.mod . [2021-01-23T00:37:20.264Z] ---> e666875f4dbf [2021-01-23T00:37:20.264Z] Step 7/21 : RUN go mod download [2021-01-23T00:37:20.378Z] Removing intermediate container 537e321ceccf [2021-01-23T00:37:20.378Z] ---> b5230a04091a [2021-01-23T00:37:20.378Z] Successfully built b5230a04091a [2021-01-23T00:37:20.378Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:20.544Z] ---> Running in 6b981d72f53f [2021-01-23T00:37:20.721Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:20.721Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:21.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-22404 does not seem to be running inside a container [2021-01-23T00:37:21.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-23T00:37:21.519Z] Removing intermediate container e77db2825707 [2021-01-23T00:37:21.519Z] ---> ded9d08a461f [2021-01-23T00:37:21.519Z] Step 8/24 : COPY . . [2021-01-23T00:37:21.519Z] Removing intermediate container 94278c7c6aca [2021-01-23T00:37:21.519Z] ---> 1efbaf30b10a [2021-01-23T00:37:21.519Z] Step 8/23 : COPY . . [2021-01-23T00:37:21.783Z] Removing intermediate container 9df973432dea [2021-01-23T00:37:21.783Z] ---> 0105452b5cac [2021-01-23T00:37:21.783Z] Step 8/22 : COPY . . [2021-01-23T00:37:22.452Z] Removing intermediate container e05a67fefc4c [2021-01-23T00:37:22.452Z] ---> d4c12e8b9191 [2021-01-23T00:37:22.452Z] Step 8/33 : COPY . . [2021-01-23T00:37:22.835Z] $ docker top be6f1f7faff4ff146973fde52ea0a8139b108f0acd0257db2b3e1d59fe1d967b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:37:23.855Z] + go version [2021-01-23T00:37:23.855Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-23T00:37:23.881Z] $ docker stop --time=1 be6f1f7faff4ff146973fde52ea0a8139b108f0acd0257db2b3e1d59fe1d967b [2021-01-23T00:37:25.824Z] $ docker rm -f be6f1f7faff4ff146973fde52ea0a8139b108f0acd0257db2b3e1d59fe1d967b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:26.822Z] Removing intermediate container 6b981d72f53f [2021-01-23T00:37:26.822Z] ---> bd544e3a9fd2 [2021-01-23T00:37:26.822Z] Step 8/21 : COPY . . [2021-01-23T00:37:26.860Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:26.860Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:27.111Z] prd-ubuntu18.04-docker-arm64-4c-16g-22404 does not seem to be running inside a container [2021-01-23T00:37:27.201Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-23T00:37:28.941Z] $ docker top a43c0539e24174b76888ecc7a7a34e4788c8fe87eb8024b3be4477590f382532 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:37:29.404Z] ========================================================= [2021-01-23T00:37:29.404Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:37:29.404Z] ========================================================= [Pipeline] sh [2021-01-23T00:37:30.063Z] + make test [2021-01-23T00:37:30.063Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:37:57.680Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:38:06.200Z] ---> 4272ab7db497 [2021-01-23T00:38:06.200Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis ---> 33e9bc83e730 [2021-01-23T00:38:06.200Z] ---> 68f0055bc870 [2021-01-23T00:38:06.200Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:38:06.200Z] [2021-01-23T00:38:06.200Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:38:06.200Z] ---> 3118efa0e6f9 [2021-01-23T00:38:06.200Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:38:06.200Z] ---> Running in 8cdbb51bab0f [2021-01-23T00:38:06.200Z] ---> Running in 0a3b49300567 [2021-01-23T00:38:06.200Z] ---> Running in f8ab44000569 [2021-01-23T00:38:06.200Z] ---> Running in c6394471bb4e [2021-01-23T00:38:06.200Z] ---> 8d3a9e365206 [2021-01-23T00:38:06.200Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:38:06.200Z] ---> Running in 630a887040f9 [2021-01-23T00:38:07.657Z] 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-23T00:38:07.657Z] 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-23T00:38:07.657Z] 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-23T00:38:07.657Z] 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-23T00:38:07.657Z] 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-23T00:38:44.765Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:38:46.987Z] 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-23T00:38:46.987Z] 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-23T00:38:46.987Z] 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-23T00:38:52.670Z] Removing intermediate container 8cdbb51bab0f [2021-01-23T00:38:52.670Z] ---> caf9b91b429e [2021-01-23T00:38:52.670Z] [2021-01-23T00:38:52.670Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:38:52.670Z] Removing intermediate container c6394471bb4e [2021-01-23T00:38:52.670Z] ---> 40ba4fadd350 [2021-01-23T00:38:52.670Z] [2021-01-23T00:38:52.670Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:38:52.670Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:52.670Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:52.939Z] Removing intermediate container f8ab44000569 [2021-01-23T00:38:52.939Z] ---> f67d26e9703e [2021-01-23T00:38:52.939Z] [2021-01-23T00:38:52.939Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:38:52.939Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:53.527Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:53.802Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:53.803Z] ---> 389fef711851 [2021-01-23T00:38:53.803Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:38:53.803Z] ---> 389fef711851 [2021-01-23T00:38:53.803Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:38:53.803Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:53.803Z] ---> 389fef711851 [2021-01-23T00:38:53.803Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:38:55.229Z] ---> Running in f97bdd527914 [2021-01-23T00:38:55.229Z] ---> Running in 8fe6609a3ebb [2021-01-23T00:38:55.229Z] ---> Running in ffdc612e628d [2021-01-23T00:38:55.495Z] Removing intermediate container 630a887040f9 [2021-01-23T00:38:55.495Z] ---> 9fbd71e1af1f [2021-01-23T00:38:55.495Z] [2021-01-23T00:38:55.495Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:38:55.495Z] ---> 389fef711851 [2021-01-23T00:38:55.495Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:38:56.905Z] ---> Running in 96efbd380522 [2021-01-23T00:38:57.190Z] Removing intermediate container 0a3b49300567 [2021-01-23T00:38:57.190Z] ---> 8e4698728f0d [2021-01-23T00:38:57.190Z] [2021-01-23T00:38:57.190Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:38:57.190Z] ---> 389fef711851 [2021-01-23T00:38:57.190Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:38:57.475Z] ---> Running in ba69e852116d [2021-01-23T00:38:57.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:57.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.031Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:58.031Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:58.031Z] OK: 6 MiB in 15 packages [2021-01-23T00:38:58.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.346Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:58.635Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:58.635Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:58.635Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:58.635Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:58.635Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:38:58.635Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:58.635Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:58.635Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:58.635Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:58.635Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:58.635Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:58.635Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:58.635Z] OK: 6 MiB in 16 packages [2021-01-23T00:38:58.635Z] OK: 7 MiB in 19 packages [2021-01-23T00:38:58.635Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:58.635Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:58.635Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:38:58.635Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:58.912Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:58.912Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:58.912Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:38:58.912Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:38:58.912Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:58.912Z] OK: 6 MiB in 17 packages [2021-01-23T00:38:58.912Z] OK: 7 MiB in 18 packages [2021-01-23T00:38:59.883Z] Removing intermediate container f97bdd527914 [2021-01-23T00:38:59.884Z] ---> 3f94972c67c7 [2021-01-23T00:38:59.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:00.164Z] ---> Running in 3b82856beba0 [2021-01-23T00:39:00.438Z] Removing intermediate container ffdc612e628d [2021-01-23T00:39:00.438Z] ---> 4a87a7c9c3a0 [2021-01-23T00:39:00.438Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:00.710Z] ---> Running in 6c9739e690c6 [2021-01-23T00:39:00.975Z] Removing intermediate container 3b82856beba0 [2021-01-23T00:39:00.975Z] ---> 34da53b909fc [2021-01-23T00:39:00.975Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:39:00.975Z] Removing intermediate container ba69e852116d [2021-01-23T00:39:00.975Z] ---> 426d857eafe5 [2021-01-23T00:39:00.975Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:39:01.558Z] Removing intermediate container 8fe6609a3ebb [2021-01-23T00:39:01.558Z] ---> 27b974e180e1 [2021-01-23T00:39:01.558Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:39:01.558Z] Removing intermediate container 96efbd380522 [2021-01-23T00:39:01.558Z] ---> 80d0f0788a04 [2021-01-23T00:39:01.558Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:39:02.534Z] ---> Running in eab4275ef8ab [2021-01-23T00:39:02.534Z] ---> Running in bd43fd81b534 [2021-01-23T00:39:02.534Z] ---> Running in 9783cede4edc [2021-01-23T00:39:02.534Z] Removing intermediate container 6c9739e690c6 [2021-01-23T00:39:02.534Z] ---> acf3f1a78d86 [2021-01-23T00:39:02.534Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:39:02.534Z] ---> Running in 78c785585118 [2021-01-23T00:39:02.534Z] ---> Running in cad653524ba9 [2021-01-23T00:39:02.802Z] Removing intermediate container bd43fd81b534 [2021-01-23T00:39:02.802Z] ---> d2953db6d2b5 [2021-01-23T00:39:02.802Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:39:02.802Z] Removing intermediate container eab4275ef8ab [2021-01-23T00:39:02.802Z] ---> fcabd07c5e76 [2021-01-23T00:39:02.802Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:39:02.802Z] Removing intermediate container 9783cede4edc [2021-01-23T00:39:02.802Z] ---> 95237644a1e6 [2021-01-23T00:39:02.802Z] Step 13/24 : WORKDIR / [2021-01-23T00:39:02.802Z] ---> Running in 5c0ff59a996c [2021-01-23T00:39:03.069Z] ---> Running in 9f5da711695b [2021-01-23T00:39:03.069Z] Removing intermediate container 78c785585118 [2021-01-23T00:39:03.069Z] ---> ce68f80bb3f6 [2021-01-23T00:39:03.069Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:39:03.069Z] ---> Running in 6676b4347300 [2021-01-23T00:39:03.069Z] Removing intermediate container cad653524ba9 [2021-01-23T00:39:03.069Z] ---> ab1f283a3394 [2021-01-23T00:39:03.069Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:39:03.069Z] ---> Running in 39b3e97b387f [2021-01-23T00:39:03.340Z] ---> Running in 11a5ae1a25f4 [2021-01-23T00:39:03.340Z] Removing intermediate container 5c0ff59a996c [2021-01-23T00:39:03.340Z] ---> 2814eb773fae [2021-01-23T00:39:03.340Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:39:03.340Z] Removing intermediate container 9f5da711695b [2021-01-23T00:39:03.340Z] ---> e41c5bf87693 [2021-01-23T00:39:03.340Z] Step 15/23 : WORKDIR / [2021-01-23T00:39:03.340Z] Removing intermediate container 6676b4347300 [2021-01-23T00:39:03.340Z] ---> df491a84611e [2021-01-23T00:39:03.340Z] 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-23T00:39:03.609Z] ---> Running in 39e794e5b9c8 [2021-01-23T00:39:03.609Z] ---> Running in f6d52c3d5036 [2021-01-23T00:39:03.609Z] Removing intermediate container 39b3e97b387f [2021-01-23T00:39:03.609Z] ---> 7c22b7030828 [2021-01-23T00:39:03.609Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:39:03.609Z] Removing intermediate container 11a5ae1a25f4 [2021-01-23T00:39:03.609Z] ---> 84c5bc9a1621 [2021-01-23T00:39:03.609Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:04.194Z] ---> 73cf0a52076a [2021-01-23T00:39:04.194Z] 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-23T00:39:04.194Z] Removing intermediate container f6d52c3d5036 [2021-01-23T00:39:04.194Z] ---> 0bc13a16d537 [2021-01-23T00:39:04.194Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:04.194Z] ---> a17bc3fb868c [2021-01-23T00:39:04.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:39:04.194Z] ---> 07eabaab2512 [2021-01-23T00:39:04.194Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:39:04.501Z] ---> 3fb7a2a1411b [2021-01-23T00:39:04.501Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:04.501Z] Connecting to github.com (140.82.113.4:443) [2021-01-23T00:39:04.773Z]  ---> a3c913f4b68d [2021-01-23T00:39:04.773Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:39:04.773Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.83.116:443) [2021-01-23T00:39:04.773Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:39:05.061Z]  ---> 18d1ffc04820 [2021-01-23T00:39:05.061Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:39:05.061Z] ---> 21ecfad5d4d5 [2021-01-23T00:39:05.061Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:39:05.061Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:39:05.061Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:39:05.061Z] dockerize [2021-01-23T00:39:05.061Z] ---> 6f572e677bfe [2021-01-23T00:39:05.061Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:06.052Z] ---> b275912ad570 [2021-01-23T00:39:06.052Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:06.052Z] ---> 274b4e7e127d [2021-01-23T00:39:06.052Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:39:06.052Z] ---> 81cbfa2d4029 [2021-01-23T00:39:06.052Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:39:06.052Z] ---> 720197384bf6 [2021-01-23T00:39:06.052Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:39:06.052Z] ---> Running in 8accd072f262 [2021-01-23T00:39:06.052Z] ---> Running in df5e0160c714 [2021-01-23T00:39:06.325Z] ---> ab884d971a80 [2021-01-23T00:39:06.325Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:39:06.594Z] Removing intermediate container 39e794e5b9c8 [2021-01-23T00:39:06.594Z] ---> 1027e251e933 [2021-01-23T00:39:06.594Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:39:06.594Z] Removing intermediate container 8accd072f262 [2021-01-23T00:39:06.594Z] ---> f62bf15d03ef [2021-01-23T00:39:06.594Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:06.594Z] Removing intermediate container df5e0160c714 [2021-01-23T00:39:06.594Z] ---> 0325d69e4af6 [2021-01-23T00:39:06.594Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:39:06.594Z] ---> Running in 6085807648d3 [2021-01-23T00:39:06.594Z] ---> Running in 14fb1ff210ee [2021-01-23T00:39:06.594Z] ---> Running in 15895ae3ab8a [2021-01-23T00:39:06.862Z] ---> 68f7d023fbc6 [2021-01-23T00:39:06.862Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:39:06.862Z] ---> Running in 7d7008b6378f [2021-01-23T00:39:06.862Z] Removing intermediate container 6085807648d3 [2021-01-23T00:39:06.862Z] ---> 8eac26e15622 [2021-01-23T00:39:06.862Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:07.128Z] Removing intermediate container 14fb1ff210ee [2021-01-23T00:39:07.128Z] ---> fd2b70f1743a [2021-01-23T00:39:07.128Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:39:07.128Z] Removing intermediate container 15895ae3ab8a [2021-01-23T00:39:07.128Z] ---> 5d824bdbd7bb [2021-01-23T00:39:07.128Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:39:07.128Z] ---> Running in 416436168bd0 [2021-01-23T00:39:07.128Z] Removing intermediate container 7d7008b6378f [2021-01-23T00:39:07.128Z] ---> ecdbb94287cd [2021-01-23T00:39:07.128Z] Step 19/21 : LABEL arch=x86_64 [2021-01-23T00:39:07.128Z] ---> Running in 5c2c616d8521 [2021-01-23T00:39:07.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:39:07.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:39:07.140Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:39:07.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:39:07.392Z] ---> Running in 476ee9edbbd1 [2021-01-23T00:39:07.392Z] ---> c3e7c0e6c99e [2021-01-23T00:39:07.392Z] 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-23T00:39:07.392Z] ---> Running in 6ad18b956e84 [2021-01-23T00:39:07.392Z] ---> Running in 2ba006c9f394 [2021-01-23T00:39:07.658Z] Removing intermediate container 416436168bd0 [2021-01-23T00:39:07.658Z] ---> decdef607fb1 [2021-01-23T00:39:07.658Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:39:07.658Z] Removing intermediate container 476ee9edbbd1 [2021-01-23T00:39:07.658Z] ---> ab57672f96d6 [2021-01-23T00:39:07.658Z] Step 21/22 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:39:07.748Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:39:07.748Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:39:07.748Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:39:07.748Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:39:07.748Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:39:07.925Z] Removing intermediate container 5c2c616d8521 [2021-01-23T00:39:07.925Z] ---> be893708fd7b [2021-01-23T00:39:07.925Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:39:08.194Z] ---> Running in 44b1df9003ad [2021-01-23T00:39:08.194Z] ---> Running in 12ac82dccb90 [2021-01-23T00:39:08.194Z] Removing intermediate container 6ad18b956e84 [2021-01-23T00:39:08.194Z] ---> 393d01567cbd [2021-01-23T00:39:08.194Z] Step 20/21 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:39:08.194Z] ---> Running in d182f376182c [2021-01-23T00:39:08.194Z] ---> Running in 6aa99d076ec2 [2021-01-23T00:39:08.481Z] Removing intermediate container 44b1df9003ad [2021-01-23T00:39:08.481Z] ---> e2f89364e64c [2021-01-23T00:39:08.481Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:39:08.754Z] Removing intermediate container 12ac82dccb90 [2021-01-23T00:39:08.754Z] ---> f824f5867d16 [2021-01-23T00:39:08.754Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:39:08.754Z] Removing intermediate container 6aa99d076ec2 [2021-01-23T00:39:08.754Z] ---> f23cb23ce4a4 [2021-01-23T00:39:08.754Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:39:08.754Z] ---> Running in 7b1aaa6ecb5c [2021-01-23T00:39:08.754Z] ---> Running in 1877ca79afeb [2021-01-23T00:39:08.754Z] ---> Running in d965e139ea1f [2021-01-23T00:39:09.026Z] Move dockerize executable [2021-01-23T00:39:09.299Z] Removing intermediate container 7b1aaa6ecb5c [2021-01-23T00:39:09.299Z] ---> 9a2a4d7beadd [2021-01-23T00:39:09.299Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:39:09.299Z] Removing intermediate container 1877ca79afeb [2021-01-23T00:39:09.299Z] ---> 925ce326e377 [2021-01-23T00:39:09.299Z] [2021-01-23T00:39:09.299Z] Removing intermediate container d965e139ea1f [2021-01-23T00:39:09.299Z] ---> 343a70672bcc [2021-01-23T00:39:09.299Z] [2021-01-23T00:39:09.299Z] ---> Running in 95d6a5073a33 [2021-01-23T00:39:09.565Z] Successfully built 343a70672bcc [2021-01-23T00:39:09.761Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:39:09.842Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-23T00:39:09.842Z] Building docker-core-metadata-go [2021-01-23T00:39:09.842Z]  Building docker-security-proxy-setup-go ... done Successfully built 925ce326e377 [2021-01-23T00:39:09.842Z] Successfully tagged docker-support-notifications-go:latest [2021-01-23T00:39:09.842Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-23T00:39:09.842Z] Removing intermediate container 2ba006c9f394 [2021-01-23T00:39:09.842Z] ---> 029e86c139d9 [2021-01-23T00:39:09.842Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:39:09.842Z] Removing intermediate container 95d6a5073a33 [2021-01-23T00:39:09.842Z] ---> ad3caf05fafb [2021-01-23T00:39:09.842Z] [2021-01-23T00:39:10.115Z] ---> Running in 81e8d1a700cd [2021-01-23T00:39:10.115Z] Removing intermediate container d182f376182c [2021-01-23T00:39:10.115Z] ---> 0f0a73318324 [2021-01-23T00:39:10.115Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:39:10.115Z] Successfully built ad3caf05fafb [2021-01-23T00:39:10.115Z] Successfully tagged docker-core-command-go:latest [2021-01-23T00:39:10.115Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-23T00:39:10.115Z] ---> Running in 10247030d978 [2021-01-23T00:39:10.395Z] Removing intermediate container 81e8d1a700cd [2021-01-23T00:39:10.395Z] ---> 114d5c2bc994 [2021-01-23T00:39:10.395Z] Step 22/24 : LABEL arch=x86_64 [2021-01-23T00:39:10.395Z] ---> Running in 2c85e05bfaaf [2021-01-23T00:39:10.395Z] Removing intermediate container 10247030d978 [2021-01-23T00:39:10.395Z] ---> 50c8a58c845b [2021-01-23T00:39:10.395Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:39:10.673Z] Removing intermediate container 2c85e05bfaaf [2021-01-23T00:39:10.673Z] ---> 27fd64f3b649 [2021-01-23T00:39:10.673Z] Step 23/24 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:39:10.941Z] ---> Running in 6f5d3b3d1b23 [2021-01-23T00:39:10.941Z] ---> 675409519d15 [2021-01-23T00:39:10.941Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:39:10.941Z] ---> Running in bcddb0b3996c [2021-01-23T00:39:11.223Z] Removing intermediate container 6f5d3b3d1b23 [2021-01-23T00:39:11.223Z] ---> b76cd640634d [2021-01-23T00:39:11.223Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:39:11.822Z] ---> Running in 242d46822c4c [2021-01-23T00:39:13.808Z] Removing intermediate container 242d46822c4c [2021-01-23T00:39:13.808Z] ---> 8a26afd7a7ab [2021-01-23T00:39:13.808Z] [2021-01-23T00:39:13.808Z] Successfully built 8a26afd7a7ab [2021-01-23T00:39:13.808Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-23T00:39:13.808Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:39:17.202Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container bcddb0b3996c [2021-01-23T00:39:17.202Z] ---> f3cc001ae246 [2021-01-23T00:39:17.202Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:17.475Z] ---> 5867ee3d2df7 [2021-01-23T00:39:17.475Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:39:19.458Z] ---> 194a92de67c6 [2021-01-23T00:39:19.458Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:39:19.982Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:39:19.982Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:39:19.982Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:39:20.444Z] ---> 588d30c3ee4b [2021-01-23T00:39:20.444Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:39:21.423Z] ---> 69f39cf2f00e [2021-01-23T00:39:21.423Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:39:21.691Z] ---> 32915d67306d [2021-01-23T00:39:21.691Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:39:22.666Z] ---> Running in 68ca483abf6d [2021-01-23T00:39:22.930Z] Removing intermediate container 68ca483abf6d [2021-01-23T00:39:22.931Z] ---> da88ee9464d6 [2021-01-23T00:39:22.931Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:39:24.554Z] ---> ba74a4a10d9d [2021-01-23T00:39:24.554Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:39:25.963Z] ---> Running in bde5c0c512d6 [2021-01-23T00:39:26.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.324s coverage: 46.8% of statements [2021-01-23T00:39:26.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:39:26.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:39:26.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:39:26.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:39:26.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:39:30.468Z] Removing intermediate container bde5c0c512d6 [2021-01-23T00:39:30.469Z] ---> 61321a63bd8b [2021-01-23T00:39:30.469Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:39:31.912Z] ---> Running in 26c6e066b4ad [2021-01-23T00:39:32.956Z] Removing intermediate container 26c6e066b4ad [2021-01-23T00:39:32.956Z] ---> 94b95f1d753b [2021-01-23T00:39:32.956Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:39:33.583Z] ---> Running in 8c57c28a42a4 [2021-01-23T00:39:35.029Z] Removing intermediate container 8c57c28a42a4 [2021-01-23T00:39:35.029Z] ---> 3c7173003200 [2021-01-23T00:39:35.029Z] Step 31/33 : LABEL arch=x86_64 [2021-01-23T00:39:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.574s coverage: 27.1% of statements [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:39:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:39:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:39:35.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:39:35.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:39:36.051Z] ---> Running in 11a7730e36b3 [2021-01-23T00:39:37.049Z] Removing intermediate container 11a7730e36b3 [2021-01-23T00:39:37.049Z] ---> b12e99bebeb4 [2021-01-23T00:39:37.049Z] Step 32/33 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:39:37.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.727s coverage: 82.3% of statements [2021-01-23T00:39:37.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:37.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:37.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:39:37.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:39:38.518Z] ---> Running in 818999ffb7ed [2021-01-23T00:39:40.029Z] Removing intermediate container 818999ffb7ed [2021-01-23T00:39:40.029Z] ---> 96d3bd354e19 [2021-01-23T00:39:40.029Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:39:41.099Z] ---> Running in b0b7ceab2cef [2021-01-23T00:39:42.596Z] Removing intermediate container b0b7ceab2cef [2021-01-23T00:39:42.596Z] ---> c08d907dbf17 [2021-01-23T00:39:42.596Z] [2021-01-23T00:39:44.067Z] Successfully built c08d907dbf17 [2021-01-23T00:39:44.067Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-23T00:39:44.361Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:44.361Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:44.361Z] ---> 026c7a87a3c5 [2021-01-23T00:39:44.361Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:39:44.361Z] ---> Using cache [2021-01-23T00:39:44.361Z] ---> e89daf6890c3 [2021-01-23T00:39:44.361Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:44.361Z] ---> Using cache [2021-01-23T00:39:44.361Z] ---> d63de12760c9 [2021-01-23T00:39:44.361Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:39:44.361Z] ---> Using cache [2021-01-23T00:39:44.361Z] ---> f779b2dcdf0c [2021-01-23T00:39:44.361Z] Step 6/22 : COPY go.mod . [2021-01-23T00:39:44.361Z] ---> Using cache [2021-01-23T00:39:44.361Z] ---> cec549700a9f [2021-01-23T00:39:44.361Z] Step 7/22 : RUN go mod download [2021-01-23T00:39:44.361Z] ---> Using cache [2021-01-23T00:39:44.361Z] ---> 1efbaf30b10a [2021-01-23T00:39:44.361Z] Step 8/22 : COPY . . [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> 68f0055bc870 [2021-01-23T00:39:44.647Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:39:44.647Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:44.647Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:44.647Z] ---> 026c7a87a3c5 [2021-01-23T00:39:44.647Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> e89daf6890c3 [2021-01-23T00:39:44.647Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> d63de12760c9 [2021-01-23T00:39:44.647Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> f779b2dcdf0c [2021-01-23T00:39:44.647Z] Step 6/23 : COPY go.mod . [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> cec549700a9f [2021-01-23T00:39:44.647Z] Step 7/23 : RUN go mod download [2021-01-23T00:39:44.647Z] ---> Using cache [2021-01-23T00:39:44.647Z] ---> 1efbaf30b10a [2021-01-23T00:39:44.647Z] Step 8/23 : COPY . . [2021-01-23T00:39:44.928Z] ---> Using cache [2021-01-23T00:39:44.928Z] ---> 68f0055bc870 [2021-01-23T00:39:44.928Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:39:44.928Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:44.928Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:44.928Z] ---> 026c7a87a3c5 [2021-01-23T00:39:44.928Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:39:44.928Z] ---> Using cache [2021-01-23T00:39:44.928Z] ---> e89daf6890c3 [2021-01-23T00:39:44.928Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:44.928Z] ---> Using cache [2021-01-23T00:39:44.928Z] ---> d63de12760c9 [2021-01-23T00:39:44.928Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:39:45.914Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:39:45.914Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:39:45.914Z] ---> 026c7a87a3c5 [2021-01-23T00:39:45.914Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:39:45.914Z] ---> Using cache [2021-01-23T00:39:45.914Z] ---> e89daf6890c3 [2021-01-23T00:39:45.914Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:45.914Z] ---> Using cache [2021-01-23T00:39:45.914Z] ---> d63de12760c9 [2021-01-23T00:39:45.914Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:39:46.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.451s coverage: 28.6% of statements [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:39:46.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.239s coverage: 100.0% of statements [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:39:46.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:39:46.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.393s coverage: 86.7% of statements [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:39:46.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements [2021-01-23T00:39:46.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:39:46.518Z] ---> Running in b64da0a04f18 [2021-01-23T00:39:46.519Z] ---> Running in 76cb3b48603b [2021-01-23T00:39:46.519Z] ---> Running in 112ea6048455 [2021-01-23T00:39:46.519Z] ---> Running in f878a9e3c02d [2021-01-23T00:39:47.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-01-23T00:39:47.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:39:47.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:39:47.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:39:47.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:39:47.996Z] 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-23T00:39:47.996Z] 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-23T00:39:48.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:48.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:49.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:49.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:50.244Z] OK: 233 MiB in 51 packages [2021-01-23T00:39:50.244Z] OK: 233 MiB in 51 packages [2021-01-23T00:39:52.263Z] Removing intermediate container f878a9e3c02d [2021-01-23T00:39:52.263Z] ---> c699acd6a585 [2021-01-23T00:39:52.263Z] Step 6/26 : COPY go.mod . [2021-01-23T00:39:52.263Z] Removing intermediate container 112ea6048455 [2021-01-23T00:39:52.264Z] ---> f4628486bcd6 [2021-01-23T00:39:52.264Z] Step 6/23 : COPY go.mod . [2021-01-23T00:39:52.874Z] ---> 43f821236be0 [2021-01-23T00:39:52.874Z] Step 7/26 : RUN go mod download [2021-01-23T00:39:52.874Z] ---> b87c7ed5b20b [2021-01-23T00:39:52.874Z] Step 7/23 : RUN go mod download [2021-01-23T00:39:52.874Z] ---> Running in bca73240bb4c [2021-01-23T00:39:52.874Z] ---> Running in c2785a35879d [2021-01-23T00:39:57.303Z] Removing intermediate container bca73240bb4c [2021-01-23T00:39:57.303Z] ---> 0de7dc10e7d0 [2021-01-23T00:39:57.303Z] Step 8/26 : COPY . . [2021-01-23T00:39:57.586Z] Removing intermediate container c2785a35879d [2021-01-23T00:39:57.586Z] ---> 63b3ef4a20d5 [2021-01-23T00:39:57.586Z] Step 8/23 : COPY . . [2021-01-23T00:39:59.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 92.8% of statements [2021-01-23T00:39:59.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:39:59.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.280s coverage: 0.1% of statements [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:39:59.916Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-01-23T00:39:59.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-01-23T00:40:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-01-23T00:40:10.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-01-23T00:40:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:40:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:40:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:40:10.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-01-23T00:40:10.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:40:10.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-23T00:40:10.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2021-01-23T00:40:10.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-01-23T00:40:10.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements [2021-01-23T00:40:11.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements [2021-01-23T00:40:11.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:40:15.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.776s coverage: 63.5% of statements [2021-01-23T00:40:15.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:40:15.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:40:15.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.105s coverage: 100.0% of statements [2021-01-23T00:40:15.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-01-23T00:40:15.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-23T00:40:15.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements [2021-01-23T00:40:17.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.094s coverage: 100.0% of statements [2021-01-23T00:40:22.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.975s coverage: 68.9% of statements [2021-01-23T00:40:22.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:40:22.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:40:22.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:40:22.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:40:22.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:40:23.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.443s coverage: 37.0% of statements [2021-01-23T00:40:23.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:40:23.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:40:23.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.816s coverage: 84.0% of statements [2021-01-23T00:40:23.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.102s coverage: 100.0% of statements [2021-01-23T00:40:33.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.1% of statements [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:40:33.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.189s coverage: 100.0% of statements [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:40:33.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-01-23T00:40:33.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:40:37.269Z] Removing intermediate container 76cb3b48603b [2021-01-23T00:40:37.269Z] ---> d488a784c844 [2021-01-23T00:40:37.269Z] [2021-01-23T00:40:37.269Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:40:37.269Z] ---> 389fef711851 [2021-01-23T00:40:37.269Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:40:37.269Z] ---> Using cache [2021-01-23T00:40:37.269Z] ---> 3f94972c67c7 [2021-01-23T00:40:37.269Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:40:37.269Z] ---> Using cache [2021-01-23T00:40:37.269Z] ---> 34da53b909fc [2021-01-23T00:40:37.269Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:40:37.269Z] ---> Running in c646e9953ab3 [2021-01-23T00:40:37.269Z] Removing intermediate container b64da0a04f18 [2021-01-23T00:40:37.269Z] ---> fb6b9c7f489e [2021-01-23T00:40:37.269Z] [2021-01-23T00:40:37.269Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:40:37.269Z] ---> 389fef711851 [2021-01-23T00:40:37.269Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:40:37.269Z] ---> Using cache [2021-01-23T00:40:37.269Z] ---> 3f94972c67c7 [2021-01-23T00:40:37.269Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:40:37.269Z] ---> Using cache [2021-01-23T00:40:37.269Z] ---> 34da53b909fc [2021-01-23T00:40:37.269Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:40:37.269Z] ---> 16deb5ac80ed [2021-01-23T00:40:37.269Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:40:37.269Z] ---> 9157a55e7d66 [2021-01-23T00:40:37.269Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:40:37.269Z] ---> Running in a4477d05bbcc [2021-01-23T00:40:37.269Z] ---> Running in 46de729a2aab [2021-01-23T00:40:37.269Z] ---> Running in 7da324ca9b39 [2021-01-23T00:40:37.269Z] Removing intermediate container c646e9953ab3 [2021-01-23T00:40:37.269Z] ---> 3f2a3c8f8fd8 [2021-01-23T00:40:37.269Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:40:37.269Z] ---> Running in 1e25a2e26e8f [2021-01-23T00:40:37.269Z] Removing intermediate container a4477d05bbcc [2021-01-23T00:40:37.269Z] ---> 1c92bb3b599e [2021-01-23T00:40:37.269Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:40:37.269Z] ---> Running in cb2ac502c2be [2021-01-23T00:40:37.269Z] Removing intermediate container 1e25a2e26e8f [2021-01-23T00:40:37.269Z] ---> e354b772815f [2021-01-23T00:40:37.269Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:37.269Z] Removing intermediate container cb2ac502c2be [2021-01-23T00:40:37.269Z] ---> 60f38a1f1daa [2021-01-23T00:40:37.269Z] Step 15/23 : WORKDIR / [2021-01-23T00:40:37.269Z] ---> Running in 9bb1750d7701 [2021-01-23T00:40:37.269Z] 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-23T00:40:37.269Z] 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-23T00:40:37.269Z] ---> c882286b49d3 [2021-01-23T00:40:37.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:40:37.269Z] Removing intermediate container 9bb1750d7701 [2021-01-23T00:40:37.269Z] ---> 6a8aa619dc6f [2021-01-23T00:40:37.269Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:40:37.269Z] ---> ccf5b5f9a20d [2021-01-23T00:40:37.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:40:37.269Z] ---> 3e262fe3ed72 [2021-01-23T00:40:37.269Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:37.269Z] ---> fe8a6383b916 [2021-01-23T00:40:37.269Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:40:37.269Z] ---> 4cfb257e6cc3 [2021-01-23T00:40:37.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:40:37.269Z] ---> Running in dbfec7aa80e2 [2021-01-23T00:40:37.269Z] Removing intermediate container dbfec7aa80e2 [2021-01-23T00:40:37.269Z] ---> c6ecbbb919f0 [2021-01-23T00:40:37.269Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:37.269Z] ---> 4a4eacb91880 [2021-01-23T00:40:37.269Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:40:37.269Z] ---> Running in e8c6dec1d4e9 [2021-01-23T00:40:37.269Z] ---> Running in 9769e9f88277 [2021-01-23T00:40:37.269Z] Removing intermediate container e8c6dec1d4e9 [2021-01-23T00:40:37.269Z] ---> 9848a27aa30c [2021-01-23T00:40:37.269Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:40:37.269Z] Removing intermediate container 9769e9f88277 [2021-01-23T00:40:37.269Z] ---> 10eb966647fe [2021-01-23T00:40:37.269Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:37.269Z] ---> Running in f416d830e40e [2021-01-23T00:40:37.269Z] ---> Running in 16ab2106ccf9 [2021-01-23T00:40:37.866Z] Removing intermediate container f416d830e40e [2021-01-23T00:40:37.866Z] ---> 96053e911bb6 [2021-01-23T00:40:37.866Z] Step 21/22 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:40:37.866Z] Removing intermediate container 16ab2106ccf9 [2021-01-23T00:40:37.866Z] ---> fadb09b9f070 [2021-01-23T00:40:37.866Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.516s coverage: 29.1% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.254s coverage: 99.0% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:40:38.034Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:40:38.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:40:38.152Z] ---> Running in a50dac491325 [2021-01-23T00:40:38.153Z] ---> Running in e8af0a25e436 [2021-01-23T00:40:38.312Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements [2021-01-23T00:40:38.430Z] Removing intermediate container a50dac491325 [2021-01-23T00:40:38.430Z] ---> c4b0da49697b [2021-01-23T00:40:38.430Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:40:38.430Z] ---> Running in 65c62bf842bc [2021-01-23T00:40:38.430Z] Removing intermediate container e8af0a25e436 [2021-01-23T00:40:38.430Z] ---> bc11c194d5ba [2021-01-23T00:40:38.430Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:40:38.704Z] ---> Running in b36503be6c41 [2021-01-23T00:40:38.704Z] Removing intermediate container 65c62bf842bc [2021-01-23T00:40:38.704Z] ---> bac5ff5c7ac2 [2021-01-23T00:40:38.704Z] [2021-01-23T00:40:38.975Z] Removing intermediate container b36503be6c41 [2021-01-23T00:40:38.975Z] ---> d2c9c5f43e52 [2021-01-23T00:40:38.975Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:40:39.251Z] ---> Running in e395411a0dcb [2021-01-23T00:40:39.251Z] Successfully built bac5ff5c7ac2 [2021-01-23T00:40:39.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-01-23T00:40:39.846Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-23T00:40:39.846Z]  Building docker-support-scheduler-go ... done Removing intermediate container e395411a0dcb [2021-01-23T00:40:39.846Z] ---> 8d16eed73c5c [2021-01-23T00:40:39.846Z] [2021-01-23T00:40:40.125Z] Successfully built 8d16eed73c5c [2021-01-23T00:40:40.125Z] Successfully tagged docker-core-metadata-go:latest [2021-01-23T00:40:40.280Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-23T00:40:40.878Z] GO111MODULE=on go vet ./... [2021-01-23T00:40:56.348Z]  Building docker-core-metadata-go ... done Removing intermediate container 46de729a2aab [2021-01-23T00:40:56.348Z] ---> 99ec5d3bb31c [2021-01-23T00:40:56.348Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:40:56.348Z] ---> Running in 556665d5c966 [2021-01-23T00:40:57.754Z] 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-23T00:41:00.340Z] Removing intermediate container 556665d5c966 [2021-01-23T00:41:00.340Z] ---> 52a6d1020dfb [2021-01-23T00:41:00.340Z] [2021-01-23T00:41:00.340Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:41:00.605Z] 20.10.0: Pulling from library/docker [2021-01-23T00:41:00.872Z] Removing intermediate container 7da324ca9b39 [2021-01-23T00:41:00.872Z] ---> 1edc1181f9bd [2021-01-23T00:41:00.872Z] [2021-01-23T00:41:00.872Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:41:00.872Z] ---> 389fef711851 [2021-01-23T00:41:00.872Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:41:01.138Z] ---> Running in 3085848182ee [2021-01-23T00:41:01.407Z] Removing intermediate container 3085848182ee [2021-01-23T00:41:01.407Z] ---> dc615cde14bb [2021-01-23T00:41:01.407Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:41:01.679Z] ---> Running in 5e8ecc1066b1 [2021-01-23T00:41:03.090Z] Removing intermediate container 5e8ecc1066b1 [2021-01-23T00:41:03.090Z] ---> 1a41628ea595 [2021-01-23T00:41:03.090Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:41:03.090Z] ---> Running in 71ecec92075f [2021-01-23T00:41:03.360Z] Removing intermediate container 71ecec92075f [2021-01-23T00:41:03.360Z] ---> 95112047b153 [2021-01-23T00:41:03.360Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:41:03.360Z] ---> Running in d534b0a8d2db [2021-01-23T00:41:05.329Z] Removing intermediate container d534b0a8d2db [2021-01-23T00:41:05.329Z] ---> 21e714e16ae4 [2021-01-23T00:41:05.329Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:41:05.329Z] ---> Running in e0b6c11d0c7d [2021-01-23T00:41:06.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:06.552Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:41:06.552Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:41:06.552Z] ---> aefe523efa57 [2021-01-23T00:41:06.552Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:41:06.819Z] ---> Running in b133303daa12 [2021-01-23T00:41:07.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:07.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:07.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:07.612Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:41:07.612Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:41:07.612Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:41:07.612Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:41:07.612Z] OK: 12 MiB in 22 packages [2021-01-23T00:41:08.196Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:41:08.196Z] Removing intermediate container b133303daa12 [2021-01-23T00:41:08.196Z] ---> 069fe181797a [2021-01-23T00:41:08.196Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:41:08.460Z] ---> Running in 30d83e1aaf8e [2021-01-23T00:41:08.460Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:41:08.460Z] Removing intermediate container 30d83e1aaf8e [2021-01-23T00:41:08.460Z] ---> d7833e49c0db [2021-01-23T00:41:08.460Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:41:08.725Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:41:08.725Z] ---> Running in a4b12812ae0c [2021-01-23T00:41:08.725Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:41:08.725Z] Removing intermediate container a4b12812ae0c [2021-01-23T00:41:08.725Z] ---> c3aafe068b0e [2021-01-23T00:41:08.725Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:41:08.992Z] ---> Running in a69231576a86 [2021-01-23T00:41:08.992Z] Removing intermediate container a69231576a86 [2021-01-23T00:41:08.992Z] ---> 112c2ed86552 [2021-01-23T00:41:08.992Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:41:09.259Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:41:09.259Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:41:09.525Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:41:09.525Z] OK: 8 MiB in 20 packages [2021-01-23T00:41:09.525Z] ---> 1e58f331e26c [2021-01-23T00:41:09.525Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:41:10.114Z] ---> 3e61ee40026f [2021-01-23T00:41:10.114Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:41:10.114Z] Removing intermediate container e0b6c11d0c7d [2021-01-23T00:41:10.114Z] ---> ca91222e92fc [2021-01-23T00:41:10.114Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:41:10.383Z] ---> b79569f77197 [2021-01-23T00:41:10.383Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:41:10.383Z] ---> Running in a2424f3dbc98 [2021-01-23T00:41:10.383Z] ---> 8660bb9e7bc7 [2021-01-23T00:41:10.383Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:41:10.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:11.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:11.243Z] ---> 9d40a7f3ffdd [2021-01-23T00:41:11.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:41:11.508Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:41:11.508Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:41:11.508Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:41:11.508Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:41:11.508Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:41:11.508Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:41:11.508Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:41:13.456Z] ---> 0df2d0d829ef [2021-01-23T00:41:13.456Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:41:14.859Z] ---> Running in 60dbac068433 [2021-01-23T00:41:14.859Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:41:14.859Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:41:14.859Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:41:14.859Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:41:14.859Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:41:14.859Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:41:15.124Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:41:15.389Z] Removing intermediate container 60dbac068433 [2021-01-23T00:41:15.389Z] ---> 62b1ceee3888 [2021-01-23T00:41:15.389Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:41:15.389Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:41:15.654Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:41:15.654Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:41:15.918Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:41:15.918Z] ---> Running in e73fed2620fc [2021-01-23T00:41:15.918Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:41:15.918Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:41:15.918Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:41:15.918Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:41:15.918Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:41:15.918Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:41:16.497Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:41:16.497Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:41:16.497Z] Removing intermediate container e73fed2620fc [2021-01-23T00:41:16.497Z] ---> dc1f909a4c36 [2021-01-23T00:41:16.497Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:41:16.762Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:41:16.762Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:41:16.762Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:41:16.762Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:41:17.028Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:41:17.028Z] ---> Running in 1b4616182535 [2021-01-23T00:41:17.028Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:41:17.028Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:41:17.028Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:41:17.028Z] OK: 71 MiB in 55 packages [2021-01-23T00:41:17.608Z] Removing intermediate container 1b4616182535 [2021-01-23T00:41:17.608Z] ---> c4627e02bf8a [2021-01-23T00:41:17.608Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:41:17.875Z] ---> Running in 5602fe63690b [2021-01-23T00:41:17.875Z] Removing intermediate container 5602fe63690b [2021-01-23T00:41:17.875Z] ---> 646fe18beb58 [2021-01-23T00:41:17.875Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:41:18.467Z] ---> Running in 5136a8896dcb [2021-01-23T00:41:21.807Z] Removing intermediate container 5136a8896dcb [2021-01-23T00:41:21.807Z] ---> d4865a5ba37f [2021-01-23T00:41:21.807Z] [2021-01-23T00:41:21.807Z] Successfully built d4865a5ba37f [2021-01-23T00:41:22.094Z] Successfully tagged docker-core-data-go:latest [2021-01-23T00:41:22.094Z]  Building docker-core-data-go ... done Removing intermediate container a2424f3dbc98 [2021-01-23T00:41:22.094Z] ---> 78d32d61f554 [2021-01-23T00:41:22.094Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:41:22.389Z] ---> Running in 2efa9b8c124a [2021-01-23T00:41:23.867Z] Collecting docker-compose==1.23.2 [2021-01-23T00:41:23.867Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:41:24.143Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:41:24.143Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:41:24.782Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:41:24.782Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:41:24.782Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:41:24.782Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:41:25.047Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:41:25.047Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:41:25.626Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:41:25.626Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:41:26.205Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:41:26.205Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:41:26.472Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:41:26.472Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:41:26.472Z] 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-23T00:41:26.472Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:41:26.736Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:41:27.687Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:41:27.687Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:41:27.687Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:41:27.687Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:41:27.953Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:41:27.953Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:41:27.953Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:41:27.953Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:41:28.219Z] 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-23T00:41:28.219Z] 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-23T00:41:28.219Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:41:28.219Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:41:28.219Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:41:28.219Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:41:28.219Z] Installing collected packages: texttable, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2021-01-23T00:41:28.219Z] Running setup.py install for texttable: started [2021-01-23T00:41:28.796Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:41:28.796Z] Attempting uninstall: urllib3 [2021-01-23T00:41:28.796Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:41:28.796Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:41:28.796Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:41:29.373Z] Attempting uninstall: idna [2021-01-23T00:41:29.373Z] Found existing installation: idna 2.9 [2021-01-23T00:41:29.373Z] Uninstalling idna-2.9: [2021-01-23T00:41:29.373Z] Successfully uninstalled idna-2.9 [2021-01-23T00:41:29.637Z] Attempting uninstall: requests [2021-01-23T00:41:29.637Z] Found existing installation: requests 2.23.0 [2021-01-23T00:41:29.637Z] Uninstalling requests-2.23.0: [2021-01-23T00:41:29.637Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:41:30.214Z] Running setup.py install for dockerpty: started [2021-01-23T00:41:30.796Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:41:30.796Z] Running setup.py install for docopt: started [2021-01-23T00:41:31.061Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:41:31.327Z] Running setup.py install for PyYAML: started [2021-01-23T00:41:31.909Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:41:33.307Z] 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-23T00:41:35.879Z] Removing intermediate container 2efa9b8c124a [2021-01-23T00:41:35.879Z] ---> 47c9f843a2e5 [2021-01-23T00:41:35.879Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:41:36.143Z] ---> Running in 8916688b3f27 [2021-01-23T00:41:36.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:36.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:41:36.993Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:41:36.993Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:41:36.993Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:41:36.993Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:41:36.993Z] OK: 72 MiB in 58 packages [2021-01-23T00:41:37.574Z] Removing intermediate container 8916688b3f27 [2021-01-23T00:41:37.574Z] ---> 0202270b02e6 [2021-01-23T00:41:37.574Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:41:37.574Z] ---> Running in 458d9b1a2ff4 [2021-01-23T00:41:37.839Z] Removing intermediate container 458d9b1a2ff4 [2021-01-23T00:41:37.839Z] ---> 3978bf8df3f1 [2021-01-23T00:41:37.839Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:41:37.839Z] ---> Running in 4746e222018b [2021-01-23T00:41:37.839Z] Removing intermediate container 4746e222018b [2021-01-23T00:41:37.839Z] ---> 7a60d1be46ad [2021-01-23T00:41:37.839Z] Step 24/26 : LABEL arch=x86_64 [2021-01-23T00:41:38.104Z] ---> Running in ef511cf99f16 [2021-01-23T00:41:38.104Z] Removing intermediate container ef511cf99f16 [2021-01-23T00:41:38.104Z] ---> 547767c4d3d9 [2021-01-23T00:41:38.104Z] Step 25/26 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:41:38.369Z] ---> Running in 9ec791d380d9 [2021-01-23T00:41:38.369Z] Removing intermediate container 9ec791d380d9 [2021-01-23T00:41:38.369Z] ---> 005b861f776c [2021-01-23T00:41:38.369Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:41:38.369Z] ---> Running in 301989fff495 [2021-01-23T00:41:38.636Z] Removing intermediate container 301989fff495 [2021-01-23T00:41:38.636Z] ---> ae39efb7962c [2021-01-23T00:41:38.636Z] [2021-01-23T00:41:38.903Z] Successfully built ae39efb7962c [2021-01-23T00:41:38.903Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-23T00:41:39.181Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-23T00:41:39.189Z] $ docker stop --time=1 8339be3bca2a94e13bc3e387400ce9fa539f700b0ea01994e5ed947c5142dbcf [2021-01-23T00:41:40.802Z] $ docker rm -f 8339be3bca2a94e13bc3e387400ce9fa539f700b0ea01994e5ed947c5142dbcf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:41:41.379Z] + docker images [2021-01-23T00:41:41.379Z] + grep docker [2021-01-23T00:41:41.956Z] docker-sys-mgmt-agent-go latest ae39efb7962c 3 seconds ago 313MB [2021-01-23T00:41:41.956Z] docker-core-data-go latest d4865a5ba37f 23 seconds ago 22.3MB [2021-01-23T00:41:41.956Z] docker-core-metadata-go latest 8d16eed73c5c About a minute ago 18.8MB [2021-01-23T00:41:41.956Z] docker-support-scheduler-go latest bac5ff5c7ac2 About a minute ago 16.4MB [2021-01-23T00:41:41.956Z] docker-security-bootstrapper-go latest c08d907dbf17 2 minutes ago 41.5MB [2021-01-23T00:41:41.956Z] docker-security-secretstore-setup-go latest 8a26afd7a7ab 2 minutes ago 24.6MB [2021-01-23T00:41:41.956Z] docker-core-command-go latest ad3caf05fafb 2 minutes ago 16.3MB [2021-01-23T00:41:41.956Z] docker-security-proxy-setup-go latest 343a70672bcc 2 minutes ago 24.4MB [2021-01-23T00:41:41.956Z] docker-support-notifications-go latest 925ce326e377 2 minutes ago 16.9MB [2021-01-23T00:41:41.956Z] 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-23T00:41:57.633Z] Still waiting to schedule task [2021-01-23T00:41:57.633Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-22390’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-22398’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-22399’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-22410’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22388’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22401’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22407’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ [2021-01-23T00:42:18.682Z] gofmt -l . [2021-01-23T00:42:18.682Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:42:18.682Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:42:18.682Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:42:19.346Z] + ls -al . [2021-01-23T00:42:19.346Z] total 696 [2021-01-23T00:42:19.346Z] drwxrwxr-x 9 1001 1001 4096 Jan 23 00:42 . [2021-01-23T00:42:19.346Z] drwxr-xr-x 4 root root 4096 Jan 23 00:37 .. [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:35 .dockerignore [2021-01-23T00:42:19.346Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 .git [2021-01-23T00:42:19.346Z] drwxrwxr-x 3 1001 1001 4096 Jan 23 00:35 .github [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:35 .gitignore [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:35 .sonarcloud.properties [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:35 Attribution.txt [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:35 CONTRIBUTING.md [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:35 Dockerfile.build [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:35 Jenkinsfile [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:35 LICENSE [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:35 Makefile [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:35 README.md [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:35 SECURITY.md [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:35 ZMQWindows.md [2021-01-23T00:42:19.346Z] drwxrwxr-x 2 1001 1001 4096 Jan 23 00:35 bin [2021-01-23T00:42:19.346Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:35 cmd [2021-01-23T00:42:19.346Z] -rw-r--r-- 1 root root 564700 Jan 23 00:40 coverage.out [2021-01-23T00:42:19.346Z] -rw-r--r-- 1 root root 1053 Jan 23 00:42 go.mod [2021-01-23T00:42:19.346Z] -rw-r--r-- 1 root root 18878 Jan 23 00:42 go.sum [2021-01-23T00:42:19.346Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:35 internal [2021-01-23T00:42:19.346Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 openapi [2021-01-23T00:42:19.346Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:35 snap [2021-01-23T00:42:19.346Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:35 version.go [Pipeline] sh [2021-01-23T00:42:20.031Z] + '[' -e coverage.out ] [2021-01-23T00:42:20.031Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:42:20.101Z] Warning: overwriting stash ‘coverage-report’ [2021-01-23T00:42:21.643Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:42:22.333Z] + make build [2021-01-23T00:42:22.333Z] 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-23T00:42:34.741Z] 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-23T00:43:01.604Z] 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-23T00:43:09.894Z] 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-23T00:43:15.292Z] 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-23T00:43:16.718Z] 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-23T00:43:22.145Z] 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-23T00:43:29.240Z] 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-23T00:43:33.553Z] 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-23T00:43:37.856Z] 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-23T00:43:38.472Z] Running on prd-ubuntu18.04-docker-8c-8g-22413 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-23T00:43:38.526Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-23T00:43:40.730Z] using credential edgex-jenkins-ssh [2021-01-23T00:43:40.818Z] Cloning the remote Git repository [2021-01-23T00:43:40.813Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:40.877Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-23T00:43:40.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:40.901Z] > git --version # timeout=10 [2021-01-23T00:43:40.907Z] > git --version # 'git version 2.17.1' [2021-01-23T00:43:40.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:40.932Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:43:42.164Z] 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-23T00:43:46.474Z] 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-23T00:43:50.789Z] 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-23T00:43:57.510Z] $ docker stop --time=1 a43c0539e24174b76888ecc7a7a34e4788c8fe87eb8024b3be4477590f382532 [2021-01-23T00:44:00.129Z] $ docker rm -f a43c0539e24174b76888ecc7a7a34e4788c8fe87eb8024b3be4477590f382532 [2021-01-23T00:44:00.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:44:00.393Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:44:00.403Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:44:00.414Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:44:00.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:44:00.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:44:01.014Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-23T00:44:01.253Z] Merge succeeded, producing af431660d7c21fd5af29100132e8697b65d81784 [2021-01-23T00:44:01.254Z] Checking out Revision af431660d7c21fd5af29100132e8697b65d81784 (PR-3034) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:44:02.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:02.297Z] [2021-01-23T00:44:02.297Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:44:01.017Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:44:01.022Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-23T00:44:01.100Z] > git remote # timeout=10 [2021-01-23T00:44:01.107Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:44:01.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:44:01.117Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:44:01.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:44:01.251Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:44:01.255Z] > git checkout -f af431660d7c21fd5af29100132e8697b65d81784 # timeout=10 [2021-01-23T00:44:02.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:02.695Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-23T00:44:02.695Z] 29e5d40040c1: Pulling fs layer [2021-01-23T00:44:02.695Z] 1ce36da41761: Pulling fs layer [2021-01-23T00:44:02.695Z] 25b303627fd3: Pulling fs layer [2021-01-23T00:44:03.292Z] 29e5d40040c1: Verifying Checksum [2021-01-23T00:44:03.292Z] 29e5d40040c1: Download complete [2021-01-23T00:44:03.886Z] 29e5d40040c1: Pull complete [2021-01-23T00:44:03.886Z] 1ce36da41761: Download complete [2021-01-23T00:44:04.873Z] 1ce36da41761: Pull complete [2021-01-23T00:44:05.050Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:44:05.060Z] First time build. Skipping changelog. [2021-01-23T00:44:05.467Z] 25b303627fd3: Verifying Checksum [2021-01-23T00:44:05.467Z] 25b303627fd3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:44:06.173Z] + echo snap-build.sh [2021-01-23T00:44:06.173Z] snap-build.sh [2021-01-23T00:44:06.173Z] + SNAP_BASE_DIR=. [2021-01-23T00:44:06.173Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-23T00:44:06.173Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-23T00:44:06.173Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-23T00:44:06.173Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-23T00:44:06.173Z] + cd /w/workspace/edgex-go/8 [2021-01-23T00:44:06.173Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-23T00:44:06.173Z] Reading package lists... [2021-01-23T00:44:06.173Z] Building dependency tree... [2021-01-23T00:44:06.173Z] Reading state information... [2021-01-23T00:44:06.434Z] The following packages were automatically installed and are no longer required: [2021-01-23T00:44:06.434Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-23T00:44:06.434Z] uidmap xdelta3 [2021-01-23T00:44:06.434Z] Use 'sudo apt autoremove' to remove them. [2021-01-23T00:44:06.434Z] The following packages will be REMOVED: [2021-01-23T00:44:06.434Z] lxd* lxd-client* [2021-01-23T00:44:06.696Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-23T00:44:06.696Z] After this operation, 31.7 MB disk space will be freed. [2021-01-23T00:44:05.049Z] > git rev-list --no-walk 78d84458ab3af8aa06bd714d89a9ebec52383659 # timeout=10 [2021-01-23T00:44:07.745Z] (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-23T00:44:07.745Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:44:08.694Z] Removing lxd dnsmasq configuration [2021-01-23T00:44:08.694Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:44:08.961Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-23T00:44:09.938Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-23T00:44:09.938Z] (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-23T00:44:09.938Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:44:11.364Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-23T00:44:11.364Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-23T00:44:12.762Z] + sudo snap remove --purge lxd [2021-01-23T00:44:12.762Z] snap "lxd" is not installed [2021-01-23T00:44:12.762Z] + sudo groupadd --force --system lxd [2021-01-23T00:44:12.762Z] ++ whoami [2021-01-23T00:44:12.763Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-23T00:44:12.763Z] + newgrp - lxd [2021-01-23T00:44:12.763Z] + sudo snap install lxd [2021-01-23T00:44:15.634Z] 25b303627fd3: Pull complete [2021-01-23T00:44:15.634Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-23T00:44:15.634Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:15.634Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-23T00:44:15.871Z] prd-ubuntu18.04-docker-arm64-4c-16g-22404 does not seem to be running inside a container [2021-01-23T00:44:15.951Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-23T00:44:19.401Z] $ docker top cde7acb9be89171f77b24d1a867442664991e282bc78a131106e1cef67ec3080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:44:20.557Z] + docker-compose build --help [2021-01-23T00:44:20.557Z] + grep parallel [2021-01-23T00:44:22.790Z] 2021-01-23T00:44:19Z INFO Waiting for automatic snapd restart... [2021-01-23T00:44:27.332Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:44:27.349Z] $ docker stop --time=1 cde7acb9be89171f77b24d1a867442664991e282bc78a131106e1cef67ec3080 [2021-01-23T00:44:29.437Z] $ docker rm -f cde7acb9be89171f77b24d1a867442664991e282bc78a131106e1cef67ec3080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:44:30.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:30.392Z] . [Pipeline] withDockerContainer [2021-01-23T00:44:30.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-22404 does not seem to be running inside a container [2021-01-23T00:44:30.793Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-23T00:44:32.450Z] $ docker top 7b70046818e10fc860ff3cb3b2f67ade78d52a6b89a55a1660069909920232a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:44:33.590Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:44:37.731Z] lxd 4.10 from Canonical* installed [2021-01-23T00:44:37.731Z] + sudo lxd init --auto [2021-01-23T00:44:40.307Z] Building docker-core-command-go ... [2021-01-23T00:44:40.307Z] Building docker-core-data-go ... [2021-01-23T00:44:40.307Z] Building docker-core-metadata-go ... [2021-01-23T00:44:40.307Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:44:40.307Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:44:40.307Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:44:40.307Z] Building docker-support-notifications-go ... [2021-01-23T00:44:40.307Z] Building docker-support-scheduler-go ... [2021-01-23T00:44:40.307Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:44:40.307Z] Building docker-security-secretstore-setup-go [2021-01-23T00:44:40.307Z] Building docker-core-metadata-go [2021-01-23T00:44:40.307Z] Building docker-security-proxy-setup-go [2021-01-23T00:44:40.307Z] Building docker-support-scheduler-go [2021-01-23T00:44:40.307Z] Building docker-core-data-go [2021-01-23T00:44:45.889Z] + sudo snap install --classic snapcraft [2021-01-23T00:44:50.099Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:44:50.099Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-23T00:44:50.099Z] + patch --verbose -p1 [2021-01-23T00:44:50.099Z] Hmm... Looks like a unified diff to me... [2021-01-23T00:44:50.099Z] The text leading up to this was: [2021-01-23T00:44:50.099Z] -------------------------- [2021-01-23T00:44:50.099Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-23T00:44:50.099Z] |From: Tony Espy [2021-01-23T00:44:50.099Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-23T00:44:50.099Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-23T00:44:50.099Z] | [2021-01-23T00:44:50.099Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-23T00:44:50.099Z] |optimize the snap CI check run for pull requests. When [2021-01-23T00:44:50.099Z] |applied, it essentially strips out everything (apps and [2021-01-23T00:44:50.099Z] |parts) from the snapcraft.yaml file except those required [2021-01-23T00:44:50.099Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-23T00:44:50.099Z] |catch changes to edgex-go that break the snap build. [2021-01-23T00:44:50.099Z] | [2021-01-23T00:44:50.099Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-23T00:44:50.099Z] |to update this patch file, otherwise it may fail to apply, [2021-01-23T00:44:50.099Z] |resulting in a failed snap build CI check in the associated [2021-01-23T00:44:50.099Z] |pull request. [2021-01-23T00:44:50.099Z] | [2021-01-23T00:44:50.099Z] |Note - in addition to applying this patch, the pipeline also [2021-01-23T00:44:50.099Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-23T00:44:50.099Z] |need to build the finally binary .snap file (and it won't [2021-01-23T00:44:50.099Z] |work with the patch applied). This further reduces the build [2021-01-23T00:44:50.099Z] |time. [2021-01-23T00:44:50.099Z] |--- [2021-01-23T00:44:50.099Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-23T00:44:50.099Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-23T00:44:50.099Z] | [2021-01-23T00:44:50.099Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-23T00:44:50.099Z] |index 1e537489..faf42425 100644 [2021-01-23T00:44:50.099Z] |--- a/snap/snapcraft.yaml [2021-01-23T00:44:50.099Z] |+++ b/snap/snapcraft.yaml [2021-01-23T00:44:50.099Z] -------------------------- [2021-01-23T00:44:50.099Z] patching file snap/snapcraft.yaml [2021-01-23T00:44:50.099Z] Using Plan A... [2021-01-23T00:44:50.099Z] Hunk #1 succeeded at 73. [2021-01-23T00:44:50.099Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-23T00:44:50.099Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-23T00:44:50.099Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-23T00:44:50.099Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-23T00:44:50.099Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-23T00:44:50.099Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-23T00:44:50.099Z] Hunk #8 succeeded at 342. [2021-01-23T00:44:50.099Z] Hmm... Ignoring the trailing garbage. [2021-01-23T00:44:50.099Z] done [2021-01-23T00:44:50.099Z] + sudo snapcraft prime --use-lxd [2021-01-23T00:44:51.486Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-23T00:44:51.486Z] 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-23T00:44:51.486Z] - README.md [2021-01-23T00:44:51.486Z] - snapcraft.yaml.orig [2021-01-23T00:44:51.486Z] [2021-01-23T00:44:51.486Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:44:52.058Z] Launching a container. [2021-01-23T00:45:04.324Z] Waiting for container to be ready [2021-01-23T00:45:04.324Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-23T00:45:04.324Z] [2021-01-23T00:45:06.871Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-23T00:45:07.449Z] Waiting for network to be ready... [2021-01-23T00:45:07.449Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:45:07.711Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:45:07.711Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:45:07.711Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:45:07.711Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:45:07.711Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:45:07.711Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:45:07.711Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:45:07.711Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:45:07.971Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:45:08.235Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:45:08.235Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:45:08.495Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:45:08.495Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:45:08.495Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:45:08.495Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:45:08.495Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:45:08.496Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:45:09.067Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:45:09.067Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:45:09.329Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:45:09.329Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:45:09.330Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:45:09.330Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:45:09.330Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:45:09.330Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:45:09.330Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:45:11.275Z] Fetched 23.8 MB in 4s (6218 kB/s) [2021-01-23T00:45:12.219Z] Reading package lists... [2021-01-23T00:45:12.494Z] Reading package lists... [2021-01-23T00:45:12.494Z] Building dependency tree... [2021-01-23T00:45:12.494Z] Reading state information... [2021-01-23T00:45:12.494Z] The following additional packages will be installed: [2021-01-23T00:45:12.494Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:45:12.494Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:45:12.494Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:45:12.494Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-23T00:45:12.756Z] Suggested packages: [2021-01-23T00:45:12.756Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-23T00:45:12.756Z] Recommended packages: [2021-01-23T00:45:12.756Z] gnupg libsasl2-modules [2021-01-23T00:45:12.756Z] The following NEW packages will be installed: [2021-01-23T00:45:12.756Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T00:45:12.756Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T00:45:12.756Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T00:45:12.756Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-23T00:45:12.756Z] The following packages will be upgraded: [2021-01-23T00:45:12.756Z] gpg gpg-agent gpgconf libudev1 [2021-01-23T00:45:12.756Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-23T00:45:12.756Z] Need to get 3533 kB of archives. [2021-01-23T00:45:12.756Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-23T00:45:12.756Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-23T00:45:12.756Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-23T00:45:13.018Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-23T00:45:13.279Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-23T00:45:13.279Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-23T00:45:13.279Z] 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-23T00:45:13.279Z] 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-23T00:45:13.279Z] 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-23T00:45:13.279Z] 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-23T00:45:13.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-23T00:45:13.540Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-23T00:45:13.540Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-23T00:45:13.540Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-23T00:45:13.540Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-23T00:45:13.540Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-23T00:45:13.540Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-23T00:45:13.540Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-23T00:45:13.540Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-23T00:45:13.540Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-23T00:45:13.540Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-23T00:45:13.802Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-23T00:45:13.802Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-23T00:45:13.802Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:13.802Z] Fetched 3533 kB in 1s (3397 kB/s) [2021-01-23T00:45:13.802Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:45:13.802Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:13.802Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:14.065Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:45:14.065Z] Selecting previously unselected package udev. [2021-01-23T00:45:14.065Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T00:45:14.065Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:14.065Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-23T00:45:14.325Z] Selecting previously unselected package libfuse2:amd64. [2021-01-23T00:45:14.325Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:45:14.325Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:45:14.585Z] Selecting previously unselected package fuse. [2021-01-23T00:45:14.585Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T00:45:14.585Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:45:14.585Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:14.585Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:45:14.585Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:14.585Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:45:14.846Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:14.846Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:45:14.846Z] Selecting previously unselected package libksba8:amd64. [2021-01-23T00:45:14.846Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-23T00:45:14.846Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:45:15.106Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-23T00:45:15.106Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.106Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.106Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-23T00:45:15.106Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.106Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.106Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-23T00:45:15.106Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.106Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.367Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-23T00:45:15.367Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.367Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.367Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-23T00:45:15.367Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.367Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.665Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-23T00:45:15.665Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.665Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.665Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-23T00:45:15.665Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.665Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.926Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-23T00:45:15.926Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.926Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.926Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-23T00:45:15.926Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T00:45:15.926Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:15.926Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-23T00:45:15.926Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:45:15.926Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:45:15.926Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-23T00:45:15.926Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T00:45:15.926Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:45:16.187Z] Selecting previously unselected package libldap-common. [2021-01-23T00:45:16.187Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-23T00:45:16.187Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:45:16.187Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-23T00:45:16.187Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-23T00:45:16.187Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:45:16.187Z] Selecting previously unselected package dirmngr. [2021-01-23T00:45:16.187Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:16.447Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:16.447Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:45:16.447Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:16.447Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T00:45:16.447Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:45:16.447Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T00:45:16.447Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:16.707Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:16.707Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-23T00:45:16.707Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:16.707Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-23T00:45:16.969Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-23T00:45:17.229Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.229Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-23T00:45:17.229Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-23T00:45:17.229Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:17.229Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T00:45:17.490Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T00:45:17.490Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:17.490Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:18.063Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-23T00:45:18.063Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-23T00:45:18.063Z] This means they are not meant to be enabled using systemctl. [2021-01-23T00:45:18.063Z] Possible reasons for having this kind of units are: [2021-01-23T00:45:18.063Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-23T00:45:18.063Z] .wants/ or .requires/ directory. [2021-01-23T00:45:18.063Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-23T00:45:18.063Z] a requirement dependency on it. [2021-01-23T00:45:18.063Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-23T00:45:18.063Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-23T00:45:18.063Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-23T00:45:18.063Z] instance name specified. [2021-01-23T00:45:18.324Z] Reading package lists... [2021-01-23T00:45:18.324Z] Building dependency tree... [2021-01-23T00:45:18.324Z] Reading state information... [2021-01-23T00:45:18.584Z] The following additional packages will be installed: [2021-01-23T00:45:18.584Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-23T00:45:18.584Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-23T00:45:18.584Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-23T00:45:18.584Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-23T00:45:18.584Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-23T00:45:18.584Z] Suggested packages: [2021-01-23T00:45:18.584Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-23T00:45:18.584Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-23T00:45:18.584Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-23T00:45:18.584Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-23T00:45:18.584Z] systemd-container policykit-1 [2021-01-23T00:45:18.584Z] Recommended packages: [2021-01-23T00:45:18.584Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-23T00:45:18.584Z] The following NEW packages will be installed: [2021-01-23T00:45:18.584Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-23T00:45:18.584Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-23T00:45:18.584Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-23T00:45:18.584Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-23T00:45:18.584Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-23T00:45:18.584Z] The following packages will be upgraded: [2021-01-23T00:45:18.584Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-23T00:45:18.584Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-23T00:45:18.584Z] Need to get 35.2 MB of archives. [2021-01-23T00:45:18.584Z] After this operation, 141 MB of additional disk space will be used. [2021-01-23T00:45:18.584Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-23T00:45:18.584Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-23T00:45:18.845Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-23T00:45:18.845Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-23T00:45:18.845Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-23T00:45:18.845Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-23T00:45:18.845Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-23T00:45:18.845Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-23T00:45:18.845Z] 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-23T00:45:18.845Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-23T00:45:18.845Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-23T00:45:18.845Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-23T00:45:18.845Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-23T00:45:18.845Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-23T00:45:18.845Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-23T00:45:18.845Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-23T00:45:18.845Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-23T00:45:19.789Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-23T00:45:19.789Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-23T00:45:19.789Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-23T00:45:19.789Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-23T00:45:19.789Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-23T00:45:19.789Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-23T00:45:19.789Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-23T00:45:19.789Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-23T00:45:19.789Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-23T00:45:19.789Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-23T00:45:19.789Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-23T00:45:19.789Z] 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-23T00:45:19.789Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-23T00:45:21.171Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:21.171Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-23T00:45:21.171Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:21.171Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:21.171Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:21.742Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:21.742Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:22.002Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-23T00:45:22.002Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:22.002Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:45:22.002Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:45:22.262Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-23T00:45:22.524Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T00:45:22.524Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T00:45:22.524Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T00:45:22.785Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-23T00:45:22.785Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-23T00:45:23.046Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-23T00:45:23.306Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-23T00:45:23.306Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:45:23.306Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:45:23.568Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-23T00:45:23.568Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:23.568Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:23.568Z] Selecting previously unselected package libexpat1:amd64. [2021-01-23T00:45:23.568Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-23T00:45:23.568Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:45:23.830Z] Selecting previously unselected package python3.6-minimal. [2021-01-23T00:45:23.830Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:23.830Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:24.092Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:45:24.092Z] Checking for services that may need to be restarted...done. [2021-01-23T00:45:24.092Z] Checking for services that may need to be restarted...done. [2021-01-23T00:45:24.092Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:24.092Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T00:45:24.092Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:24.663Z] Selecting previously unselected package python3-minimal. [2021-01-23T00:45:24.663Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-23T00:45:24.663Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:24.663Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:45:24.663Z] Selecting previously unselected package mime-support. [2021-01-23T00:45:24.663Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-23T00:45:24.663Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-23T00:45:24.923Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-23T00:45:24.923Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-23T00:45:24.923Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T00:45:24.923Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-23T00:45:24.923Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:24.923Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:25.188Z] Selecting previously unselected package python3.6. [2021-01-23T00:45:25.188Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T00:45:25.188Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:25.188Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-23T00:45:25.188Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:25.188Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:45:25.188Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-23T00:45:25.760Z] Selecting previously unselected package python3. [2021-01-23T00:45:25.760Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-23T00:45:25.760Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-23T00:45:25.760Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-23T00:45:25.760Z] Selecting previously unselected package multiarch-support. [2021-01-23T00:45:25.760Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:25.760Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:45:25.760Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T00:45:25.760Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-23T00:45:25.760Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-23T00:45:25.760Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-23T00:45:25.760Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:45:26.021Z] Selecting previously unselected package libbsd0:amd64. [2021-01-23T00:45:26.021Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-23T00:45:26.021Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:45:26.021Z] Selecting previously unselected package sudo. [2021-01-23T00:45:26.021Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-23T00:45:26.021Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:45:26.281Z] Selecting previously unselected package apparmor. [2021-01-23T00:45:26.281Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:45:26.281Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:45:26.281Z] Selecting previously unselected package libedit2:amd64. [2021-01-23T00:45:26.281Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-23T00:45:26.281Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:45:26.543Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-23T00:45:26.543Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:26.543Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:26.543Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-23T00:45:26.543Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:26.543Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:26.543Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-23T00:45:26.543Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-23T00:45:26.543Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:45:26.803Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-23T00:45:26.803Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:26.803Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:26.803Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-23T00:45:26.803Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:26.803Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:27.066Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-23T00:45:27.066Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-23T00:45:27.066Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:45:27.328Z] Selecting previously unselected package openssh-client. [2021-01-23T00:45:27.328Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-23T00:45:27.328Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T00:45:27.328Z] Selecting previously unselected package squashfs-tools. [2021-01-23T00:45:27.328Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:45:27.328Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:45:27.588Z] Selecting previously unselected package snapd. [2021-01-23T00:45:27.588Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-23T00:45:27.588Z] Unpacking snapd (2.48+18.04) ... [2021-01-23T00:45:29.500Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T00:45:29.500Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T00:45:29.500Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-23T00:45:29.761Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T00:45:29.761Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T00:45:29.761Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:29.761Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:30.022Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-23T00:45:30.022Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-23T00:45:30.600Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T00:45:30.600Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T00:45:31.172Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T00:45:31.744Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:31.744Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:31.744Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T00:45:32.317Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T00:45:32.317Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:32.317Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T00:45:32.317Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-23T00:45:32.317Z] running python rtupdate hooks for python3.6... [2021-01-23T00:45:32.317Z] running python post-rtupdate hooks for python3.6... [2021-01-23T00:45:32.579Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-23T00:45:33.964Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-23T00:45:34.225Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T00:45:34.225Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T00:45:34.225Z] Setting up snapd (2.48+18.04) ... [2021-01-23T00:45:34.796Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-23T00:45:34.796Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-23T00:45:35.057Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-23T00:45:35.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-23T00:45:35.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:45:35.318Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T00:45:35.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-23T00:45:35.838Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-23T00:45:35.838Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-23T00:45:36.099Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-23T00:45:36.099Z] /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-23T00:45:36.359Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T00:45:36.359Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:45:37.299Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:45:37.299Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:45:37.558Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:45:38.387Z] Reading package lists... [2021-01-23T00:45:38.647Z] Reading package lists... [2021-01-23T00:45:38.909Z] Building dependency tree... [2021-01-23T00:45:38.909Z] Reading state information... [2021-01-23T00:45:38.909Z] Calculating upgrade... [2021-01-23T00:45:39.169Z] The following packages will be upgraded: [2021-01-23T00:45:39.169Z] advancecomp base-files bash binutils binutils-common [2021-01-23T00:45:39.169Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-23T00:45:39.169Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-23T00:45:39.169Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-23T00:45:39.169Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-23T00:45:39.169Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-23T00:45:39.169Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-23T00:45:39.169Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-23T00:45:39.169Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-23T00:45:39.169Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-23T00:45:39.169Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-23T00:45:39.169Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-23T00:45:39.169Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-23T00:45:39.169Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-23T00:45:39.169Z] ubuntu-keyring util-linux [2021-01-23T00:45:39.169Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:45:39.169Z] Need to get 63.7 MB of archives. [2021-01-23T00:45:39.169Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-23T00:45:39.169Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-23T00:45:39.169Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-23T00:45:39.169Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-23T00:45:39.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-23T00:45:39.169Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-23T00:45:39.169Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-23T00:45:39.169Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-23T00:45:39.169Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-23T00:45:39.169Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-23T00:45:39.169Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-23T00:45:39.169Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-23T00:45:39.169Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-23T00:45:39.169Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-23T00:45:39.169Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-23T00:45:39.169Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-23T00:45:39.169Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-23T00:45:39.430Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-23T00:45:39.430Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-23T00:45:39.430Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-23T00:45:39.430Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-23T00:45:39.430Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-23T00:45:39.430Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-23T00:45:39.430Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-23T00:45:39.430Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-23T00:45:39.430Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-23T00:45:39.430Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-23T00:45:39.430Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-23T00:45:39.430Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-23T00:45:39.430Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-23T00:45:39.430Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-23T00:45:39.430Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-23T00:45:39.430Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-23T00:45:39.430Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-23T00:45:39.430Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-23T00:45:39.430Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-23T00:45:39.430Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-23T00:45:39.430Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-23T00:45:39.430Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-23T00:45:39.430Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-23T00:45:39.430Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-23T00:45:39.430Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-23T00:45:39.430Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-23T00:45:39.430Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-23T00:45:39.430Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-23T00:45:39.430Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-23T00:45:39.430Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-23T00:45:39.430Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-23T00:45:39.430Z] Get:48 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-23T00:45:39.690Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-23T00:45:39.690Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-23T00:45:39.690Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-23T00:45:39.690Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-23T00:45:39.690Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-23T00:45:39.690Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-23T00:45:39.690Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-23T00:45:39.690Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-23T00:45:39.951Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-23T00:45:39.951Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-23T00:45:39.951Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-23T00:45:40.210Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-23T00:45:40.210Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-23T00:45:40.210Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-23T00:45:40.211Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-23T00:45:40.211Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-23T00:45:40.211Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-23T00:45:40.211Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-23T00:45:40.211Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-23T00:45:40.470Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-23T00:45:40.470Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-23T00:45:40.470Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-23T00:45:40.470Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-23T00:45:40.470Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-23T00:45:40.470Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-23T00:45:40.470Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-23T00:45:40.470Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-23T00:45:40.470Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-23T00:45:40.470Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-23T00:45:40.470Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-23T00:45:40.470Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-23T00:45:40.731Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-23T00:45:40.731Z] Get:81 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-23T00:45:40.731Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-23T00:45:40.731Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-23T00:45:40.731Z] Get:84 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-23T00:45:40.731Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-23T00:45:40.731Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-23T00:45:40.731Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-23T00:45:40.731Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-23T00:45:40.731Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-23T00:45:40.731Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-23T00:45:40.731Z] Get:91 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-23T00:45:40.731Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-23T00:45:40.731Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-23T00:45:40.731Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-23T00:45:40.731Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-23T00:45:40.731Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-23T00:45:40.731Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-23T00:45:40.991Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:45:40.991Z] Fetched 63.7 MB in 2s (35.7 MB/s) [2021-01-23T00:45:40.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:40.991Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:40.991Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:41.562Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:41.824Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:41.824Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-23T00:45:41.824Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-23T00:45:42.770Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:42.770Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:42.770Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:42.770Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.031Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.031Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.031Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.031Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.291Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.291Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.291Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.291Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.291Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.291Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.552Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:43.552Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:43.552Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.552Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.813Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:43.813Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:43.813Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.813Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:43.813Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:43.813Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:44.075Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T00:45:44.075Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T00:45:44.335Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:45:44.335Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:44.335Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:44.595Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:44.855Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:45:45.116Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T00:45:45.116Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-23T00:45:45.116Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-23T00:45:45.116Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-23T00:45:45.116Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-23T00:45:45.378Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-23T00:45:45.378Z] Installing new version of config file /etc/issue ... [2021-01-23T00:45:45.378Z] Installing new version of config file /etc/issue.net ... [2021-01-23T00:45:45.378Z] Installing new version of config file /etc/lsb-release ... [2021-01-23T00:45:45.638Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-23T00:45:45.638Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-23T00:45:45.898Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-23T00:45:45.898Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-23T00:45:45.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:45.898Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-23T00:45:45.898Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-23T00:45:46.158Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-23T00:45:46.158Z] 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-23T00:45:46.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:46.158Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:46.158Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:46.418Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:46.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:46.418Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-23T00:45:46.418Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-23T00:45:46.678Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-23T00:45:46.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:46.678Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-23T00:45:46.678Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:45:46.938Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-23T00:45:46.938Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:46.938Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:46.938Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:47.198Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:47.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:47.198Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:47.198Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:47.458Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:47.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:47.458Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-23T00:45:47.458Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-23T00:45:47.458Z] Setting up grep (3.1-2build1) ... [2021-01-23T00:45:47.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:47.719Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:45:47.719Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:45:47.719Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-23T00:45:47.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:47.979Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:47.979Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:47.979Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:47.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:47.979Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:48.240Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:48.502Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:48.502Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:48.763Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T00:45:48.763Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:49.334Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-23T00:45:49.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:49.334Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-23T00:45:49.334Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T00:45:50.276Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:50.276Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:45:50.536Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:50.536Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T00:45:50.797Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:45:50.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:50.797Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-23T00:45:50.797Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-23T00:45:51.059Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-23T00:45:51.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:51.059Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:51.059Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:51.059Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:51.319Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:51.319Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:51.319Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:51.319Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:51.580Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:51.580Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:51.580Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:51.580Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:51.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:51.840Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:51.840Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:51.840Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:52.101Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:52.101Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:52.101Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:52.101Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:52.101Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:52.363Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:52.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:52.363Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T00:45:52.363Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:52.625Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:52.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:52.625Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:52.625Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:52.890Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:52.890Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:52.890Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:53.150Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:53.150Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:53.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:53.150Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:53.411Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:53.671Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:45:53.932Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-23T00:45:54.192Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-23T00:45:54.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:54.453Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T00:45:54.453Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T00:45:54.715Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:45:54.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T00:45:54.715Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-23T00:45:54.715Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T00:45:54.975Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-23T00:45:54.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:54.975Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-23T00:45:55.236Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-23T00:45:55.236Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-23T00:45:55.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:55.497Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:55.497Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:55.759Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:56.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:56.023Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:56.023Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:56.023Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:56.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:56.023Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T00:45:56.288Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:56.288Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:56.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:56.550Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T00:45:56.550Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T00:45:56.550Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-23T00:45:56.814Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T00:45:56.814Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:56.814Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:56.814Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:57.078Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:57.078Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-23T00:45:57.078Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-23T00:45:57.348Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-23T00:45:57.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:57.348Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-23T00:45:57.348Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T00:45:57.612Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T00:45:57.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:57.872Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:57.872Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T00:45:57.872Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T00:45:57.872Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:57.872Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-23T00:45:58.136Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-23T00:45:58.136Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-23T00:45:58.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:58.136Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T00:45:58.397Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T00:45:58.658Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-23T00:45:58.920Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:58.920Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T00:45:58.920Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T00:45:58.920Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-23T00:45:59.181Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:59.181Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-23T00:45:59.181Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-23T00:45:59.181Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-23T00:45:59.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:59.443Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-23T00:45:59.443Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-23T00:45:59.443Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-23T00:45:59.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:59.443Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-23T00:45:59.703Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-23T00:45:59.703Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-23T00:45:59.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:59.703Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-23T00:45:59.703Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-23T00:45:59.964Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-23T00:45:59.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:45:59.964Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:45:59.964Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-23T00:46:00.227Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-23T00:46:00.227Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T00:46:00.227Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-23T00:46:00.227Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-23T00:46:00.227Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-23T00:46:00.486Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-23T00:46:00.486Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:46:00.486Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:46:00.486Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T00:46:00.746Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T00:46:00.746Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T00:46:00.746Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T00:46:01.006Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-23T00:46:01.006Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-23T00:46:01.266Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T00:46:01.266Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-23T00:46:01.266Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T00:46:01.266Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-23T00:46:01.528Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-23T00:46:01.528Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-23T00:46:01.528Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-23T00:46:01.528Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-23T00:46:01.788Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-23T00:46:01.788Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-23T00:46:01.788Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-23T00:46:01.788Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-23T00:46:02.050Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-23T00:46:02.050Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-23T00:46:02.050Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-23T00:46:02.054Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:02.054Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:02.054Z] ---> b5230a04091a [2021-01-23T00:46:02.054Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:46:02.054Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:02.054Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:02.054Z] ---> b5230a04091a [2021-01-23T00:46:02.054Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:46:02.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:02.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:02.054Z] ---> b5230a04091a [2021-01-23T00:46:02.054Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:46:02.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:02.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:02.054Z] ---> b5230a04091a [2021-01-23T00:46:02.054Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:46:02.054Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:02.054Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:02.054Z] ---> b5230a04091a [2021-01-23T00:46:02.054Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:46:02.054Z] ---> Running in 7d8b5879eda8 [2021-01-23T00:46:02.054Z] ---> Running in dcbb65b723f8 [2021-01-23T00:46:02.054Z] ---> Running in 87a7ec7e2831 [2021-01-23T00:46:02.054Z] ---> Running in ab0a3d9eb24e [2021-01-23T00:46:02.054Z] ---> Running in 886b64094d13 [2021-01-23T00:46:02.054Z] Removing intermediate container 87a7ec7e2831 [2021-01-23T00:46:02.054Z] ---> 006776f28373 [2021-01-23T00:46:02.054Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:02.054Z] ---> Running in 8be33504731e [2021-01-23T00:46:02.054Z] Removing intermediate container dcbb65b723f8 [2021-01-23T00:46:02.054Z] ---> 9506d33b48a2 [2021-01-23T00:46:02.054Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:02.054Z] Removing intermediate container ab0a3d9eb24e [2021-01-23T00:46:02.054Z] ---> ad7181d3c91c [2021-01-23T00:46:02.054Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:02.054Z] Removing intermediate container 7d8b5879eda8 [2021-01-23T00:46:02.054Z] ---> 11a7beaaf43b [2021-01-23T00:46:02.054Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:02.054Z] Removing intermediate container 886b64094d13 [2021-01-23T00:46:02.054Z] ---> 5c35f1306c1f [2021-01-23T00:46:02.054Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:02.054Z] ---> Running in ce3e383a90f6 [2021-01-23T00:46:02.054Z] ---> Running in aa3bf274bffd [2021-01-23T00:46:02.054Z] ---> Running in 962ddd9e8f74 [2021-01-23T00:46:02.054Z] ---> Running in 8505e74370db [2021-01-23T00:46:02.054Z] Removing intermediate container 8be33504731e [2021-01-23T00:46:02.054Z] ---> 0b16ec699a39 [2021-01-23T00:46:02.054Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:46:02.054Z] ---> Running in 2a8416bee7d1 [2021-01-23T00:46:02.054Z] Removing intermediate container ce3e383a90f6 [2021-01-23T00:46:02.054Z] ---> ff6ff1604ce2 [2021-01-23T00:46:02.054Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:46:02.054Z] Removing intermediate container aa3bf274bffd [2021-01-23T00:46:02.054Z] ---> f544d9dd9ec3 [2021-01-23T00:46:02.054Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:46:02.054Z] ---> Running in aa8140b11142 [2021-01-23T00:46:02.054Z] ---> Running in 5d3afb400ea7 [2021-01-23T00:46:02.054Z] Removing intermediate container 8505e74370db [2021-01-23T00:46:02.054Z] ---> fd2700b2afce [2021-01-23T00:46:02.054Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:46:02.054Z] Removing intermediate container 962ddd9e8f74 [2021-01-23T00:46:02.054Z] ---> e546098c770c [2021-01-23T00:46:02.054Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:46:02.054Z] ---> Running in 47481affc1fa [2021-01-23T00:46:02.054Z] ---> Running in 060a33a8ec14 [2021-01-23T00:46:02.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:02.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:02.314Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-23T00:46:02.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:02.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:02.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:02.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:03.206Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:03.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:03.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:03.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:03.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:03.697Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-23T00:46:03.697Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-23T00:46:03.697Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-23T00:46:03.697Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-23T00:46:03.697Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:46:03.697Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:46:03.957Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:46:03.957Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:46:04.231Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:46:04.231Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:46:04.490Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:04.490Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:04.490Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:04.492Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T00:46:04.492Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T00:46:04.492Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:04.756Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:04.756Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:04.756Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:04.773Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:04.773Z] Removing intermediate container 2a8416bee7d1 [2021-01-23T00:46:04.773Z] ---> d4d8fa196246 [2021-01-23T00:46:04.773Z] Step 6/23 : COPY go.mod . [2021-01-23T00:46:05.017Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:05.017Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:05.017Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:05.017Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:05.958Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:05.958Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:06.221Z] ---> 7f0b93de84e6 [2021-01-23T00:46:06.221Z] Step 7/23 : RUN go mod download [2021-01-23T00:46:06.221Z] Removing intermediate container 060a33a8ec14 [2021-01-23T00:46:06.221Z] ---> 572f8f9aa931 [2021-01-23T00:46:06.221Z] Step 6/22 : COPY go.mod . [2021-01-23T00:46:06.501Z] ---> Running in 0f93c73c5317 [2021-01-23T00:46:06.501Z] Removing intermediate container 47481affc1fa [2021-01-23T00:46:06.501Z] ---> f06c5c18d8cc [2021-01-23T00:46:06.501Z] Step 6/24 : COPY go.mod . [2021-01-23T00:46:06.776Z] Removing intermediate container 5d3afb400ea7 [2021-01-23T00:46:06.776Z] ---> 439c179cdb37 [2021-01-23T00:46:06.776Z] Step 6/23 : COPY go.mod . [2021-01-23T00:46:06.776Z] Removing intermediate container aa8140b11142 [2021-01-23T00:46:06.776Z] ---> 627338b4f407 [2021-01-23T00:46:06.776Z] Step 6/21 : COPY go.mod . [2021-01-23T00:46:06.897Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:06.897Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:07.375Z] ---> 91177a05b1ff [2021-01-23T00:46:07.375Z] Step 7/22 : RUN go mod download [2021-01-23T00:46:07.467Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:07.467Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:07.651Z] ---> Running in a65c3e635eea [2021-01-23T00:46:07.651Z] ---> 9585f6216038 [2021-01-23T00:46:07.651Z] Step 7/24 : RUN go mod download [2021-01-23T00:46:07.925Z] ---> Running in 3f5701a2baa9 [2021-01-23T00:46:08.040Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:08.040Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:08.208Z] ---> 53b04130e555 [2021-01-23T00:46:08.209Z] Step 7/23 : RUN go mod download [2021-01-23T00:46:08.209Z] ---> 0612d8eec74c [2021-01-23T00:46:08.209Z] Step 7/21 : RUN go mod download [2021-01-23T00:46:08.489Z] ---> Running in 564ef8af7be8 [2021-01-23T00:46:08.489Z] ---> Running in 31325e89d86f [2021-01-23T00:46:08.979Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T00:46:08.980Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T00:46:08.980Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:46:08.980Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:46:08.980Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:46:08.980Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:46:09.240Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T00:46:09.240Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T00:46:09.240Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-23T00:46:09.240Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-23T00:46:09.501Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:46:09.501Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:46:09.502Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T00:46:09.502Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T00:46:09.502Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-23T00:46:09.762Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-23T00:46:09.762Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:09.762Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T00:46:09.762Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:09.762Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:10.023Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:10.023Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-23T00:46:10.023Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-23T00:46:10.023Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-23T00:46:10.023Z] [2021-01-23T00:46:10.023Z] Current default time zone: 'Etc/UTC' [2021-01-23T00:46:10.023Z] Local time is now: Sat Jan 23 00:46:09 UTC 2021. [2021-01-23T00:46:10.023Z] Universal Time is now: Sat Jan 23 00:46:09 UTC 2021. [2021-01-23T00:46:10.024Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-23T00:46:10.024Z] [2021-01-23T00:46:10.287Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-23T00:46:10.287Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:10.287Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-23T00:46:10.287Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-23T00:46:10.287Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-23T00:46:10.287Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-23T00:46:10.287Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:46:10.287Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:46:10.287Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-23T00:46:10.287Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T00:46:10.287Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:10.547Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-23T00:46:10.547Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:10.547Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:10.808Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:10.809Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-23T00:46:10.809Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-23T00:46:10.809Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-23T00:46:10.809Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T00:46:10.809Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-23T00:46:10.809Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-23T00:46:10.809Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:46:10.809Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:46:11.177Z] Removing intermediate container 0f93c73c5317 [2021-01-23T00:46:11.177Z] ---> 3b931bb50e15 [2021-01-23T00:46:11.177Z] Step 8/23 : COPY . . [2021-01-23T00:46:12.177Z] Removing intermediate container a65c3e635eea [2021-01-23T00:46:12.177Z] ---> 4a48185c2832 [2021-01-23T00:46:12.177Z] Step 8/22 : COPY . . [2021-01-23T00:46:12.724Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:46:13.616Z] Removing intermediate container 3f5701a2baa9 [2021-01-23T00:46:13.616Z] ---> 793bff7fd1fe [2021-01-23T00:46:13.616Z] Step 8/24 : COPY . . [2021-01-23T00:46:13.663Z] 22 added, 17 removed; done. [2021-01-23T00:46:13.663Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T00:46:13.663Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T00:46:13.663Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-23T00:46:13.663Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-23T00:46:13.663Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-23T00:46:13.924Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:13.924Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:13.924Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-23T00:46:13.924Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:13.924Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:13.924Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-23T00:46:14.186Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-23T00:46:14.186Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:14.186Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T00:46:14.186Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:14.186Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-23T00:46:14.186Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-23T00:46:14.186Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:46:14.186Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T00:46:14.449Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-23T00:46:14.449Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T00:46:14.449Z] Updating certificates in /etc/ssl/certs... [2021-01-23T00:46:14.613Z] Removing intermediate container 31325e89d86f [2021-01-23T00:46:14.613Z] ---> 76012c578a60 [2021-01-23T00:46:14.613Z] Step 8/23 : COPY . . [2021-01-23T00:46:15.021Z] 0 added, 0 removed; done. [2021-01-23T00:46:15.021Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-23T00:46:15.021Z] done. [2021-01-23T00:46:15.217Z] Removing intermediate container 564ef8af7be8 [2021-01-23T00:46:15.217Z] ---> be9bbde6591f [2021-01-23T00:46:15.217Z] Step 8/21 : COPY . . [2021-01-23T00:46:15.282Z] Reading package lists... [2021-01-23T00:46:15.541Z] Building dependency tree... [2021-01-23T00:46:15.541Z] Reading state information... [2021-01-23T00:46:15.541Z] The following NEW packages will be installed: [2021-01-23T00:46:15.541Z] apt-transport-https [2021-01-23T00:46:15.803Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:46:15.803Z] Need to get 1696 B of archives. [2021-01-23T00:46:15.803Z] After this operation, 153 kB of additional disk space will be used. [2021-01-23T00:46:15.803Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-23T00:46:15.803Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:46:15.803Z] Fetched 1696 B in 0s (45.4 kB/s) [2021-01-23T00:46:15.803Z] Selecting previously unselected package apt-transport-https. [2021-01-23T00:46:15.803Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-23T00:46:15.803Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-23T00:46:15.803Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:46:16.063Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T00:46:16.325Z] Waiting for network to be ready... [2021-01-23T00:46:21.612Z] 2021-01-23T00:46:18Z INFO Waiting for automatic snapd restart... [2021-01-23T00:46:21.612Z] snapd 2.48.2 from Canonical* installed [2021-01-23T00:46:22.183Z] "snapd" switched to the "latest/stable" channel [2021-01-23T00:46:22.183Z] [2021-01-23T00:46:24.726Z] core18 20201210 from Canonical* installed [2021-01-23T00:46:24.986Z] "core18" switched to the "latest/stable" channel [2021-01-23T00:46:24.986Z] [2021-01-23T00:46:28.325Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:46:28.325Z] "snapcraft" switched to the "latest/stable" channel [2021-01-23T00:46:28.325Z] [2021-01-23T00:46:31.625Z] 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-23T00:46:31.625Z] - README.md [2021-01-23T00:46:31.625Z] - snapcraft.yaml.orig [2021-01-23T00:46:31.625Z] [2021-01-23T00:46:31.625Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T00:46:38.207Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:38.207Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:46:38.207Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:46:38.207Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:46:39.151Z] Reading package lists... [2021-01-23T00:46:39.412Z] 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-23T00:46:42.107Z] ---> 875126ba7db7 [2021-01-23T00:46:42.107Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:46:42.107Z] ---> e2bac7e82356 [2021-01-23T00:46:42.107Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:46:42.107Z] ---> Running in c00a03ca87bb [2021-01-23T00:46:42.107Z] ---> Running in 4e3105842ac1 [2021-01-23T00:46:42.107Z] ---> 29f18bca8479 [2021-01-23T00:46:42.107Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:46:42.107Z] ---> 2d108d1ab716 [2021-01-23T00:46:42.107Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:46:42.107Z] ---> bde263aaaa90 [2021-01-23T00:46:42.107Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:46:42.107Z] ---> Running in 03d7a45f9aa2 [2021-01-23T00:46:42.107Z] ---> Running in f30bfdf6ffa3 [2021-01-23T00:46:42.107Z] ---> Running in 676df32e787b [2021-01-23T00:46:43.587Z] 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-23T00:46:43.587Z] 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-23T00:46:43.869Z] 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-23T00:46:44.151Z] 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-23T00:46:44.431Z] 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-23T00:46:45.998Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:45.998Z] Reading package lists... [2021-01-23T00:46:45.998Z] Building dependency tree... [2021-01-23T00:46:45.998Z] Reading state information... [2021-01-23T00:46:45.998Z] Suggested packages: [2021-01-23T00:46:45.998Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-23T00:46:45.998Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-23T00:46:45.998Z] Recommended packages: [2021-01-23T00:46:45.998Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-23T00:46:45.998Z] The following NEW packages will be installed: [2021-01-23T00:46:45.998Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-23T00:46:45.998Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-23T00:46:45.998Z] pkg-config zip [2021-01-23T00:46:45.998Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T00:46:45.998Z] Need to get 7655 kB of archives. [2021-01-23T00:46:45.998Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-23T00:46:45.998Z] 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-23T00:46:45.998Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-23T00:46:45.998Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-23T00:46:45.998Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-23T00:46:45.998Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-23T00:46:46.259Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-23T00:46:46.259Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-23T00:46:46.259Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-23T00:46:46.259Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-23T00:46:46.518Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-23T00:46:46.518Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-23T00:46:46.518Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-23T00:46:46.518Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-23T00:46:46.518Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-23T00:46:46.518Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-23T00:46:46.778Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T00:46:46.778Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-23T00:46:46.778Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-23T00:46:46.778Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-23T00:46:46.778Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-23T00:46:46.778Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:46:47.039Z] Selecting previously unselected package libpsl5:amd64. [2021-01-23T00:46:47.039Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-23T00:46:47.039Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:46:47.039Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-23T00:46:47.039Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-23T00:46:47.039Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:46:47.299Z] Selecting previously unselected package librtmp1:amd64. [2021-01-23T00:46:47.299Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-23T00:46:47.299Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:46:47.299Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-23T00:46:47.299Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-23T00:46:47.299Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:46:47.299Z] Selecting previously unselected package liberror-perl. [2021-01-23T00:46:47.299Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-23T00:46:47.299Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-23T00:46:47.559Z] Selecting previously unselected package git-man. [2021-01-23T00:46:47.559Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-23T00:46:47.559Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:47.559Z] Selecting previously unselected package git. [2021-01-23T00:46:47.559Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-23T00:46:47.559Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:48.505Z] Selecting previously unselected package libnorm1:amd64. [2021-01-23T00:46:48.505Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-23T00:46:48.505Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:46:48.505Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-23T00:46:48.505Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-23T00:46:48.505Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:46:48.505Z] Selecting previously unselected package libsodium23:amd64. [2021-01-23T00:46:48.505Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-23T00:46:48.505Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:46:48.765Z] Selecting previously unselected package libzmq5:amd64. [2021-01-23T00:46:48.765Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:46:48.765Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:48.765Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-23T00:46:48.765Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T00:46:48.765Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:48.765Z] Selecting previously unselected package pkg-config. [2021-01-23T00:46:49.024Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-23T00:46:49.025Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:46:49.025Z] Selecting previously unselected package zip. [2021-01-23T00:46:49.025Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-23T00:46:49.025Z] Unpacking zip (3.0-11build1) ... [2021-01-23T00:46:49.025Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T00:46:49.025Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:49.025Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T00:46:49.025Z] Setting up liberror-perl (0.17025-1) ... [2021-01-23T00:46:49.025Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T00:46:49.285Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T00:46:49.285Z] No schema files found: doing nothing. [2021-01-23T00:46:49.285Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T00:46:49.285Z] Setting up zip (3.0-11build1) ... [2021-01-23T00:46:49.285Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T00:46:49.285Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-23T00:46:49.285Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T00:46:49.285Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:49.285Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T00:46:49.545Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T00:46:49.545Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T00:46:49.545Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T00:46:56.149Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:46:56.149Z] git set to automatically installed. [2021-01-23T00:46:56.149Z] git-man set to automatically installed. [2021-01-23T00:46:56.149Z] libcurl3-gnutls set to automatically installed. [2021-01-23T00:46:56.149Z] liberror-perl set to automatically installed. [2021-01-23T00:46:56.149Z] libglib2.0-0 set to automatically installed. [2021-01-23T00:46:56.149Z] libnghttp2-14 set to automatically installed. [2021-01-23T00:46:56.149Z] libnorm1 set to automatically installed. [2021-01-23T00:46:56.149Z] libpgm-5.2-0 set to automatically installed. [2021-01-23T00:46:56.149Z] libpsl5 set to automatically installed. [2021-01-23T00:46:56.149Z] librtmp1 set to automatically installed. [2021-01-23T00:46:56.149Z] libsodium23 set to automatically installed. [2021-01-23T00:46:56.149Z] libzmq3-dev set to automatically installed. [2021-01-23T00:46:56.149Z] libzmq5 set to automatically installed. [2021-01-23T00:46:56.149Z] pkg-config set to automatically installed. [2021-01-23T00:46:56.149Z] zip set to automatically installed. [2021-01-23T00:46:57.535Z] snapd is not logged in, snap install commands will use sudo [2021-01-23T00:47:04.134Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T00:47:04.395Z] snap "core18" has no updates available [2021-01-23T00:47:04.964Z] Pulling config-common [2021-01-23T00:47:05.904Z] Pulling go-build-helper [2021-01-23T00:47:27.876Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T00:47:27.876Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T00:47:27.876Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T00:47:27.876Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T00:47:27.876Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T00:47:27.876Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T00:47:27.876Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T00:47:27.876Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T00:47:27.876Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T00:47:27.876Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T00:47:27.876Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T00:47:27.876Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T00:47:27.876Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T00:47:27.876Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T00:47:27.876Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T00:47:27.876Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T00:47:27.876Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T00:47:27.876Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T00:47:27.876Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T00:47:27.876Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T00:47:27.876Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T00:47:27.876Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T00:47:27.876Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T00:47:27.876Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T00:47:27.876Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T00:47:27.877Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T00:47:27.877Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T00:47:27.877Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-23T00:47:27.877Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-23T00:47:27.877Z] Fetched 279 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-23T00:47:27.877Z] Fetched 122 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-23T00:47:27.877Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-23T00:47:27.877Z] Fetched 8848 B in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-23T00:47:27.877Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-23T00:47:27.877Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-23T00:47:27.877Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-23T00:47:27.877Z] Fetched 214 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-23T00:47:27.877Z] Fetched 155 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-23T00:47:27.877Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-23T00:47:27.877Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-23T00:47:27.877Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-23T00:47:27.877Z] Fetched 499 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-23T00:47:27.877Z] Fetched 111 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-23T00:47:27.877Z] Fetched 240 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-23T00:47:27.877Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-23T00:47:27.877Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-23T00:47:27.877Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-23T00:47:27.877Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-23T00:47:27.877Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-23T00:47:27.877Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-23T00:47:27.877Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-23T00:47:27.877Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-23T00:47:27.877Z] Fetched 8720 B in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-23T00:47:27.877Z] Fetched 137 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-23T00:47:27.877Z] Fetched 119 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-23T00:47:27.877Z] Fetched 109 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-23T00:47:27.877Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-23T00:47:27.877Z] Fetched 645 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-23T00:47:27.877Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-23T00:47:27.877Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-23T00:47:27.877Z] Fetched 368 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-23T00:47:27.877Z] Fetched 187 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-23T00:47:27.877Z] Fetched 175 kB in 0s (0 B/s) [2021-01-23T00:47:27.877Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-23T00:47:29.285Z] Fetched 206 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-23T00:47:29.285Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-23T00:47:29.285Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-23T00:47:29.285Z] Fetched 159 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-23T00:47:29.285Z] Fetched 107 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-23T00:47:29.285Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-23T00:47:29.285Z] Pulling static-packages [2021-01-23T00:47:29.872Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-23T00:47:29.872Z] Skipping pull go-build-helper (already ran) [2021-01-23T00:47:29.872Z] Skipping pull static-packages (already ran) [2021-01-23T00:47:29.872Z] Building go-build-helper [2021-01-23T00:47:34.087Z] Building static-packages [2021-01-23T00:47:35.477Z] Staging go-build-helper [2021-01-23T00:47:36.417Z] Staging static-packages [2021-01-23T00:47:37.358Z] Pulling go115 [2021-01-23T00:47:37.929Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-23T00:47:38.195Z] Skipping pull go115 (already ran) [2021-01-23T00:47:38.195Z] Building go115 [2021-01-23T00:47:38.195Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:47:38.195Z] Dload Upload Total Spent Left Speed [2021-01-23T00:47:41.316Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.5M 0 0 32.5M 0 0:00:03 --:--:-- 0:00:03 32.4M 58 115M 58 67.6M 0 0 36.6M 0 0:00:03 0:00:01 0:00:02 36.6M 85 115M 85 99.2M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.8M 100 115M 100 115M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M [2021-01-23T00:47:41.888Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-23T00:47:46.095Z] Staging go115 [2021-01-23T00:47:50.298Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T00:47:50.298Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T00:47:50.298Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T00:47:50.298Z] Fetched 0 B in 0s (0 B/s) [2021-01-23T00:47:50.298Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-23T00:47:50.298Z] Fetched 224 kB in 0s (0 B/s) [2021-01-23T00:47:50.298Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-23T00:47:50.298Z] Fetched 157 kB in 0s (0 B/s) [2021-01-23T00:47:50.298Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-23T00:47:50.298Z] Fetched 221 kB in 0s (0 B/s) [2021-01-23T00:47:50.298Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-23T00:47:50.298Z] Fetched 143 kB in 0s (0 B/s) [2021-01-23T00:47:50.298Z] Pulling edgex-go [2021-01-23T00:47:51.238Z] Pulling version [2021-01-23T00:47:52.180Z] Building config-common [2021-01-23T00:47:54.094Z] Skipping build go-build-helper (already ran) [2021-01-23T00:47:54.094Z] Skipping build static-packages (already ran) [2021-01-23T00:47:54.094Z] Skipping build go115 (already ran) [2021-01-23T00:47:54.094Z] Building edgex-go [2021-01-23T00:47:54.354Z] 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-23T00:47:55.293Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-23T00:47:55.293Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-23T00:47:55.293Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-23T00:47:55.293Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-23T00:47:55.293Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-23T00:47:55.552Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-23T00:47:55.552Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-23T00:47:55.552Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-23T00:47:55.552Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-23T00:47:55.552Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-23T00:47:55.552Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-23T00:47:55.552Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-23T00:47:55.552Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-23T00:47:55.552Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-23T00:47:55.552Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-23T00:47:55.552Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-23T00:47:55.552Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-23T00:47:55.552Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-23T00:47:55.552Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-23T00:47:55.552Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-23T00:47:55.552Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-23T00:47:55.552Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-23T00:47:55.813Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-23T00:47:55.813Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-23T00:47:55.813Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-23T00:47:55.813Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-23T00:47:55.813Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-23T00:47:55.813Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-23T00:47:56.072Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-23T00:47:56.072Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-23T00:48:02.653Z] 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-23T00:48:06.849Z] 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-23T00:48:07.418Z] 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-23T00:48:08.357Z] 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-23T00:48:08.617Z] 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-23T00:48:08.617Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-23T00:48:08.876Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-23T00:48:08.876Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-23T00:48:08.876Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-23T00:48:10.255Z] 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-23T00:48:10.255Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-23T00:48:10.255Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-23T00:48:11.635Z] 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-23T00:48:12.203Z] 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-23T00:48:12.203Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-23T00:48:13.583Z] 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-23T00:48:14.157Z] 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-23T00:48:15.097Z] 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-23T00:48:15.097Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-23T00:48:16.036Z] 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-23T00:48:16.036Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-23T00:48:18.577Z] Building version [2021-01-23T00:48:20.498Z] Staging config-common [2021-01-23T00:48:21.437Z] Skipping stage go-build-helper (already ran) [2021-01-23T00:48:21.437Z] Skipping stage static-packages (already ran) [2021-01-23T00:48:21.437Z] Skipping stage go115 (already ran) [2021-01-23T00:48:21.437Z] Staging edgex-go [2021-01-23T00:48:22.377Z] Staging version [2021-01-23T00:48:23.318Z] Priming config-common [2021-01-23T00:48:24.263Z] Priming go-build-helper [2021-01-23T00:48:25.207Z] Priming static-packages [2021-01-23T00:48:27.132Z] Priming go115 [2021-01-23T00:48:28.082Z] Priming edgex-go [2021-01-23T00:48:29.025Z] Priming version [2021-01-23T00:48:29.965Z] 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-23T00:48:36.445Z] 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-23T00:48:36.445Z] 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-23T00:48:51.686Z] Removing intermediate container f30bfdf6ffa3 [2021-01-23T00:48:51.686Z] ---> 6946acc05ac9 [2021-01-23T00:48:51.686Z] [2021-01-23T00:48:51.686Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:48:51.686Z] 3.12: Pulling from library/alpine [2021-01-23T00:48:51.686Z] Removing intermediate container 4e3105842ac1 [2021-01-23T00:48:51.686Z] ---> 7ba86e78d946 [2021-01-23T00:48:51.686Z] [2021-01-23T00:48:51.686Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:48:51.686Z] 3.12: Pulling from library/alpine [2021-01-23T00:48:52.293Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:48:52.293Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:48:52.293Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:48:52.293Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:48:52.293Z] ---> afeebe901d6b [2021-01-23T00:48:52.293Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:48:52.293Z] ---> afeebe901d6b [2021-01-23T00:48:52.293Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:48:52.906Z] ---> Running in 77558492620a [2021-01-23T00:48:52.906Z] ---> Running in a4c34d44dc51 [2021-01-23T00:48:56.339Z] Removing intermediate container 03d7a45f9aa2 [2021-01-23T00:48:56.339Z] ---> 6721a7166fe7 [2021-01-23T00:48:56.339Z] [2021-01-23T00:48:56.339Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:48:56.339Z] ---> afeebe901d6b [2021-01-23T00:48:56.339Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:48:56.339Z] ---> Running in ba6ff6cedd85 [2021-01-23T00:48:56.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:56.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:56.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:56.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:57.914Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:48:57.914Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:57.914Z] OK: 5 MiB in 15 packages [2021-01-23T00:48:58.198Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:48:58.198Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:48:58.198Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:48:58.198Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:48:58.198Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:48:58.198Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:48:58.198Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:48:58.822Z] OK: 7 MiB in 19 packages [2021-01-23T00:48:58.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:48:59.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:00.610Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:49:00.610Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:49:00.610Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:49:00.610Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:49:00.610Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:00.610Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:49:00.886Z] Removing intermediate container a4c34d44dc51 [2021-01-23T00:49:00.886Z] ---> 9191a5f53d30 [2021-01-23T00:49:00.886Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:49:01.165Z] OK: 7 MiB in 18 packages [2021-01-23T00:49:01.444Z] ---> Running in 2d9809ca65c7 [2021-01-23T00:49:02.467Z] Removing intermediate container 77558492620a [2021-01-23T00:49:02.467Z] ---> 5fea3be25243 [2021-01-23T00:49:02.467Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:49:02.783Z] ---> Running in 754a48e417bb [2021-01-23T00:49:03.061Z] Removing intermediate container 2d9809ca65c7 [2021-01-23T00:49:03.061Z] ---> b863b72ca9c7 [2021-01-23T00:49:03.061Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:49:03.354Z] ---> Running in 3adb073eac1d [2021-01-23T00:49:04.365Z] Removing intermediate container 754a48e417bb [2021-01-23T00:49:04.365Z] ---> e95fb14b11f3 [2021-01-23T00:49:04.365Z] Step 13/24 : WORKDIR / [2021-01-23T00:49:04.365Z] ---> Running in ded8dfd688d9 [2021-01-23T00:49:04.657Z] Removing intermediate container 3adb073eac1d [2021-01-23T00:49:04.657Z] ---> 1ea188935f53 [2021-01-23T00:49:04.657Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:49:04.657Z] Removing intermediate container ba6ff6cedd85 [2021-01-23T00:49:04.657Z] ---> 5b7c75bc24b9 [2021-01-23T00:49:04.657Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:49:04.945Z] ---> Running in 0d925e344892 [2021-01-23T00:49:05.235Z] ---> Running in f4efd7da91c3 [2021-01-23T00:49:05.524Z] Removing intermediate container ded8dfd688d9 [2021-01-23T00:49:05.524Z] ---> d4aa621248b0 [2021-01-23T00:49:05.524Z] 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-23T00:49:06.534Z] Removing intermediate container 0d925e344892 [2021-01-23T00:49:06.534Z] ---> b08bac90a60f [2021-01-23T00:49:06.534Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:06.534Z] Removing intermediate container f4efd7da91c3 [2021-01-23T00:49:06.534Z] ---> f34844e23a0e [2021-01-23T00:49:06.534Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:49:06.824Z] ---> Running in 285c23b50d97 [2021-01-23T00:49:07.105Z] ---> 5bc6417c5895 [2021-01-23T00:49:07.105Z] 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-23T00:49:08.124Z] Removing intermediate container 285c23b50d97 [2021-01-23T00:49:08.124Z] ---> 69a2cf1dd68b [2021-01-23T00:49:08.124Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:49:08.747Z] ---> ef84e583c8b4 [2021-01-23T00:49:08.747Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:49:09.030Z] ---> 156f3399798e [2021-01-23T00:49:09.030Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:10.052Z] ---> 78988afb2b09 [2021-01-23T00:49:10.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:49:11.057Z] ---> 4ae13eaaaa3c [2021-01-23T00:49:11.057Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:49:12.065Z] ---> a5ebe4014b46 [2021-01-23T00:49:12.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:13.068Z] ---> 95d1b55c9e6c [2021-01-23T00:49:13.068Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:49:14.121Z] ---> 1480c5c11264 [2021-01-23T00:49:14.121Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:49:14.121Z] ---> 85d8f79dc03e [2021-01-23T00:49:14.121Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:49:14.410Z] ---> Running in 7b90508a0b0d [2021-01-23T00:49:15.423Z] ---> ae1c35de1276 [2021-01-23T00:49:15.423Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:49:15.706Z] Removing intermediate container 7b90508a0b0d [2021-01-23T00:49:15.706Z] ---> 8bb0ab7a7853 [2021-01-23T00:49:15.706Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:15.706Z] ---> Running in 67f113eb26f8 [2021-01-23T00:49:15.987Z] ---> Running in 0516a27450a7 [2021-01-23T00:49:15.987Z] ---> ada20390b4ba [2021-01-23T00:49:15.987Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:49:16.992Z] Removing intermediate container 67f113eb26f8 [2021-01-23T00:49:16.992Z] ---> e8149749a64b [2021-01-23T00:49:16.992Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:49:16.992Z] Removing intermediate container 0516a27450a7 [2021-01-23T00:49:16.992Z] ---> c3a3b36ccb02 [2021-01-23T00:49:16.992Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:49:17.282Z] ---> Running in 029d2db30aab [2021-01-23T00:49:17.282Z] ---> Running in 80e4bc45d03a [2021-01-23T00:49:17.886Z] ---> d57722dac384 [2021-01-23T00:49:17.886Z] 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-23T00:49:18.166Z] ---> Running in fc6afeff394c [2021-01-23T00:49:18.444Z] Removing intermediate container 029d2db30aab [2021-01-23T00:49:18.444Z] ---> 704eaf481177 [2021-01-23T00:49:18.444Z] Step 19/21 : LABEL arch=arm64 [2021-01-23T00:49:18.444Z] Removing intermediate container 80e4bc45d03a [2021-01-23T00:49:18.444Z] ---> 29fb164de75d [2021-01-23T00:49:18.444Z] Step 21/22 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:49:18.722Z] ---> Running in 7b3db67024e5 [2021-01-23T00:49:18.722Z] ---> Running in 49815e6cce40 [2021-01-23T00:49:19.720Z] Removing intermediate container 49815e6cce40 [2021-01-23T00:49:19.720Z] ---> f84d8488145f [2021-01-23T00:49:19.720Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:49:19.720Z] Removing intermediate container 7b3db67024e5 [2021-01-23T00:49:19.720Z] ---> 6ca6f3c17ec0 [2021-01-23T00:49:19.720Z] Step 20/21 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:49:19.990Z] ---> Running in d7d72766a91b [2021-01-23T00:49:19.990Z] ---> Running in e2e5db68f6f7 [2021-01-23T00:49:21.446Z] Removing intermediate container e2e5db68f6f7 [2021-01-23T00:49:21.446Z] ---> 7e49744d6490 [2021-01-23T00:49:21.446Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:49:21.446Z] Removing intermediate container d7d72766a91b [2021-01-23T00:49:21.446Z] ---> 5989fb8c9052 [2021-01-23T00:49:21.446Z] [2021-01-23T00:49:22.045Z] Successfully built 5989fb8c9052 [2021-01-23T00:49:22.045Z] ---> Running in ca9841153700 [2021-01-23T00:49:22.045Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-23T00:49:22.045Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-01-23T00:49:23.516Z] Removing intermediate container fc6afeff394c [2021-01-23T00:49:23.516Z] ---> a1a95a0738cb [2021-01-23T00:49:23.516Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:49:23.516Z] Removing intermediate container ca9841153700 [2021-01-23T00:49:23.516Z] ---> 8096a7f9c0c7 [2021-01-23T00:49:23.516Z] [2021-01-23T00:49:24.113Z] Successfully built 8096a7f9c0c7 [2021-01-23T00:49:24.113Z] Removing intermediate container 676df32e787b [2021-01-23T00:49:24.113Z] ---> 905a89f48413 [2021-01-23T00:49:24.113Z] [2021-01-23T00:49:24.113Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:49:24.394Z] ---> afeebe901d6b [2021-01-23T00:49:24.394Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:49:24.394Z] ---> Using cache [2021-01-23T00:49:24.394Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-23T00:49:24.394Z] ---> Running in f44f2ce1f3d3 [2021-01-23T00:49:24.394Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-01-23T00:49:24.394Z] ---> 9191a5f53d30 [2021-01-23T00:49:24.394Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:49:24.394Z] ---> Using cache [2021-01-23T00:49:24.394Z] ---> b863b72ca9c7 [2021-01-23T00:49:24.394Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:49:25.370Z] ---> Running in 244a3a6be100 [2021-01-23T00:49:25.370Z] Removing intermediate container f44f2ce1f3d3 [2021-01-23T00:49:25.370Z] ---> 64508e19d3e0 [2021-01-23T00:49:25.370Z] Step 22/24 : LABEL arch=arm64 [2021-01-23T00:49:25.370Z] ---> Running in 08aef27ce4ad [2021-01-23T00:49:25.978Z] Removing intermediate container 244a3a6be100 [2021-01-23T00:49:25.978Z] ---> c38b70455576 [2021-01-23T00:49:25.978Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:49:26.251Z] Removing intermediate container 08aef27ce4ad [2021-01-23T00:49:26.251Z] ---> 69c8e51ecfc0 [2021-01-23T00:49:26.251Z] Step 23/24 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:49:26.528Z] ---> Running in 478122e88c93 [2021-01-23T00:49:27.133Z] ---> Running in 91d7d5d7f535 [2021-01-23T00:49:27.749Z] Removing intermediate container 478122e88c93 [2021-01-23T00:49:27.749Z] ---> 0a68c969b4a9 [2021-01-23T00:49:27.749Z] Step 15/23 : WORKDIR / [2021-01-23T00:49:28.726Z] Removing intermediate container 91d7d5d7f535 [2021-01-23T00:49:28.726Z] ---> 5ff4b43078a7 [2021-01-23T00:49:28.726Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:49:29.009Z] ---> Running in 224b5eca28e3 [2021-01-23T00:49:30.016Z] ---> Running in a1767520d268 [2021-01-23T00:49:31.487Z] Removing intermediate container 224b5eca28e3 [2021-01-23T00:49:31.487Z] ---> 1af4da91419d [2021-01-23T00:49:31.487Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:31.487Z] Removing intermediate container a1767520d268 [2021-01-23T00:49:31.487Z] ---> b5d1ab8d8046 [2021-01-23T00:49:31.487Z] [2021-01-23T00:49:32.701Z] Successfully built b5d1ab8d8046 [2021-01-23T00:49:32.701Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-23T00:49:32.701Z] Building docker-core-command-go [2021-01-23T00:49:33.701Z]  Building docker-security-secretstore-setup-go ... done  ---> 3fbabab9a8b0 [2021-01-23T00:49:33.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:49:34.307Z] Removing intermediate container c00a03ca87bb [2021-01-23T00:49:34.307Z] ---> 0e599a7e4eb3 [2021-01-23T00:49:34.307Z] [2021-01-23T00:49:34.307Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:49:34.307Z] ---> afeebe901d6b [2021-01-23T00:49:34.307Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:49:34.916Z] ---> Running in 71d4a589a863 [2021-01-23T00:49:35.518Z] ---> bb9db3b05555 [2021-01-23T00:49:35.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:35.801Z] Removing intermediate container 71d4a589a863 [2021-01-23T00:49:35.801Z] ---> 245a9922e140 [2021-01-23T00:49:35.801Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:49:36.075Z] ---> Running in 3d031e9d27a9 [2021-01-23T00:49:36.686Z] ---> 685a395441d0 [2021-01-23T00:49:36.686Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:49:36.686Z] Removing intermediate container 3d031e9d27a9 [2021-01-23T00:49:36.686Z] ---> bb549c628f44 [2021-01-23T00:49:36.686Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:49:37.285Z] ---> Running in 3888076c43f2 [2021-01-23T00:49:37.285Z] ---> Running in 0754eff7ef3f [2021-01-23T00:49:37.896Z] Removing intermediate container 3888076c43f2 [2021-01-23T00:49:37.896Z] ---> 7da668612d6d [2021-01-23T00:49:37.896Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:38.174Z] ---> Running in bf30ed4388ac [2021-01-23T00:49:38.174Z] Removing intermediate container 0754eff7ef3f [2021-01-23T00:49:38.174Z] ---> 2cca01671bab [2021-01-23T00:49:38.174Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:38.473Z] ---> Running in e79ecb654491 [2021-01-23T00:49:38.752Z] Removing intermediate container bf30ed4388ac [2021-01-23T00:49:38.752Z] ---> cfe4ac876804 [2021-01-23T00:49:38.752Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:49:39.362Z] ---> Running in a202e2fd9281 [2021-01-23T00:49:39.968Z] Removing intermediate container a202e2fd9281 [2021-01-23T00:49:39.968Z] ---> 1df9135fdd16 [2021-01-23T00:49:39.968Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:49:40.244Z] ---> Running in 0e94b9ea8122 [2021-01-23T00:49:41.237Z] Removing intermediate container 0e94b9ea8122 [2021-01-23T00:49:41.237Z] ---> b52d43569186 [2021-01-23T00:49:41.237Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:49:41.845Z] ---> Running in af8852466825 [2021-01-23T00:49:42.128Z] Removing intermediate container e79ecb654491 [2021-01-23T00:49:42.128Z] ---> f7e146a7197e [2021-01-23T00:49:42.128Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:49:42.416Z] Removing intermediate container af8852466825 [2021-01-23T00:49:42.416Z] ---> 1fa3c43f6b39 [2021-01-23T00:49:42.416Z] [2021-01-23T00:49:42.698Z] ---> Running in e9bc8de9ce5f [2021-01-23T00:49:43.299Z] Successfully built 1fa3c43f6b39 [2021-01-23T00:49:43.300Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-23T00:49:43.300Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:49:44.283Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:45.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:47.161Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:49:47.437Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:49:47.437Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:49:47.711Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:49:48.309Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:49:48.582Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:49:48.859Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:48.859Z] OK: 8 MiB in 20 packages [2021-01-23T00:49:53.398Z] Removing intermediate container e9bc8de9ce5f [2021-01-23T00:49:53.398Z] ---> 724a39f53efe [2021-01-23T00:49:53.398Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:54.839Z] ---> db057198da7a [2021-01-23T00:49:54.839Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:49:56.862Z] ---> 7940bb067328 [2021-01-23T00:49:56.862Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:57.460Z] ---> b1e39715f51a [2021-01-23T00:49:57.749Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:49:57.749Z] ---> Running in 1072b2dfdf26 [2021-01-23T00:49:58.352Z] Removing intermediate container 1072b2dfdf26 [2021-01-23T00:49:58.352Z] ---> e6a2bc210485 [2021-01-23T00:49:58.352Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:58.630Z] ---> Running in 6f6e20afb74e [2021-01-23T00:49:59.620Z] Removing intermediate container 6f6e20afb74e [2021-01-23T00:49:59.620Z] ---> e32a0b9e83dd [2021-01-23T00:49:59.620Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:50:00.611Z] ---> Running in 326ffbe72042 [2021-01-23T00:50:01.639Z] Removing intermediate container 326ffbe72042 [2021-01-23T00:50:01.640Z] ---> 4a5e249e786f [2021-01-23T00:50:01.640Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:50:02.246Z] ---> Running in 0895bb087819 [2021-01-23T00:50:03.222Z] Removing intermediate container 0895bb087819 [2021-01-23T00:50:03.222Z] ---> dd5cc322a4f8 [2021-01-23T00:50:03.222Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:50:03.494Z] ---> Running in 10ed55fb53e6 [2021-01-23T00:50:04.478Z] Removing intermediate container 10ed55fb53e6 [2021-01-23T00:50:04.478Z] ---> feccd00567f1 [2021-01-23T00:50:04.478Z] [2021-01-23T00:50:05.079Z] Successfully built feccd00567f1 [2021-01-23T00:50:05.079Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-23T00:50:10.482Z]  Building docker-core-data-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:10.482Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:10.482Z] ---> b5230a04091a [2021-01-23T00:50:10.482Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> 5c35f1306c1f [2021-01-23T00:50:10.482Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> fd2700b2afce [2021-01-23T00:50:10.482Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> f06c5c18d8cc [2021-01-23T00:50:10.482Z] Step 6/33 : COPY go.mod . [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> 9585f6216038 [2021-01-23T00:50:10.482Z] Step 7/33 : RUN go mod download [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> 793bff7fd1fe [2021-01-23T00:50:10.482Z] Step 8/33 : COPY . . [2021-01-23T00:50:10.482Z] ---> Using cache [2021-01-23T00:50:10.482Z] ---> 2d108d1ab716 [2021-01-23T00:50:10.482Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:50:12.465Z] ---> Running in 3db2801faea0 [2021-01-23T00:50:12.741Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:12.741Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:12.741Z] ---> b5230a04091a [2021-01-23T00:50:12.741Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:50:12.741Z] ---> Using cache [2021-01-23T00:50:12.741Z] ---> 5c35f1306c1f [2021-01-23T00:50:12.741Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:12.741Z] ---> Using cache [2021-01-23T00:50:12.741Z] ---> fd2700b2afce [2021-01-23T00:50:12.741Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:50:13.348Z] ---> Running in 1543bfc65da8 [2021-01-23T00:50:14.335Z] 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-23T00:50:14.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:15.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:16.913Z] OK: 217 MiB in 51 packages [2021-01-23T00:50:21.242Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:21.242Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:21.242Z] ---> b5230a04091a [2021-01-23T00:50:21.242Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> 5c35f1306c1f [2021-01-23T00:50:21.242Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> fd2700b2afce [2021-01-23T00:50:21.242Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> f06c5c18d8cc [2021-01-23T00:50:21.242Z] Step 6/23 : COPY go.mod . [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> 9585f6216038 [2021-01-23T00:50:21.242Z] Step 7/23 : RUN go mod download [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> 793bff7fd1fe [2021-01-23T00:50:21.242Z] Step 8/23 : COPY . . [2021-01-23T00:50:21.242Z] ---> Using cache [2021-01-23T00:50:21.242Z] ---> 2d108d1ab716 [2021-01-23T00:50:21.242Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:50:21.518Z] Removing intermediate container 1543bfc65da8 [2021-01-23T00:50:21.518Z] ---> 604d1a5bec89 [2021-01-23T00:50:21.518Z] Step 6/22 : COPY go.mod . [2021-01-23T00:50:21.796Z] ---> Running in 829b3c01e40c [2021-01-23T00:50:23.256Z] ---> 2d3858df6751 [2021-01-23T00:50:23.256Z] Step 7/22 : RUN go mod download [2021-01-23T00:50:23.866Z] ---> Running in e47208a548bc [2021-01-23T00:50:23.866Z] 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-23T00:50:25.340Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:25.340Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:25.340Z] ---> b5230a04091a [2021-01-23T00:50:25.340Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:50:25.340Z] ---> Using cache [2021-01-23T00:50:25.340Z] ---> 5c35f1306c1f [2021-01-23T00:50:25.340Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:25.340Z] ---> Using cache [2021-01-23T00:50:25.340Z] ---> fd2700b2afce [2021-01-23T00:50:25.340Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:50:25.340Z] ---> Running in 3f562fdb31a0 [2021-01-23T00:50:26.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:27.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:28.817Z] Removing intermediate container e47208a548bc [2021-01-23T00:50:28.817Z] ---> a2abd08841ba [2021-01-23T00:50:28.817Z] Step 8/22 : COPY . . [2021-01-23T00:50:28.817Z] OK: 217 MiB in 51 packages [2021-01-23T00:50:31.474Z] Removing intermediate container 3f562fdb31a0 [2021-01-23T00:50:31.474Z] ---> aa9df880a33e [2021-01-23T00:50:31.474Z] Step 6/26 : COPY go.mod . [2021-01-23T00:50:33.483Z] ---> dd73790c8833 [2021-01-23T00:50:33.483Z] Step 7/26 : RUN go mod download [2021-01-23T00:50:33.768Z] ---> Running in a303240aef4c [2021-01-23T00:50:40.522Z] Removing intermediate container a303240aef4c [2021-01-23T00:50:40.523Z] ---> f2c16fce8794 [2021-01-23T00:50:40.523Z] Step 8/26 : COPY . . [2021-01-23T00:50:55.649Z] ---> 13c6c8282f18 [2021-01-23T00:50:55.649Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:50:55.649Z] ---> Running in 6695c36b8f08 [2021-01-23T00:50:57.100Z] 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-23T00:51:07.310Z] ---> b01f12028b73 [2021-01-23T00:51:07.310Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:51:07.310Z] ---> Running in 159257717f23 [2021-01-23T00:51:08.296Z] 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-23T00:51:12.639Z] 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-23T00:51:40.159Z] Removing intermediate container 3db2801faea0 [2021-01-23T00:51:40.159Z] ---> d6c19e96e953 [2021-01-23T00:51:40.159Z] [2021-01-23T00:51:40.159Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:51:40.159Z] ---> afeebe901d6b [2021-01-23T00:51:40.159Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:51:40.159Z] ---> Running in a7d4ca72c8bf [2021-01-23T00:51:40.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:40.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:41.401Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:51:41.401Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:51:41.680Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:51:41.680Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:51:41.680Z] OK: 6 MiB in 17 packages [2021-01-23T00:51:44.353Z] Removing intermediate container a7d4ca72c8bf [2021-01-23T00:51:44.353Z] ---> 91914c5157bb [2021-01-23T00:51:44.353Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:51:44.353Z] ---> Running in ec7a12874997 [2021-01-23T00:51:45.357Z] Removing intermediate container ec7a12874997 [2021-01-23T00:51:45.357Z] ---> 6c3210ef33a7 [2021-01-23T00:51:45.357Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:51:45.651Z] Removing intermediate container 829b3c01e40c [2021-01-23T00:51:45.651Z] ---> 95d2afc7bb40 [2021-01-23T00:51:45.651Z] [2021-01-23T00:51:45.651Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:51:45.651Z] ---> afeebe901d6b [2021-01-23T00:51:45.651Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:51:45.651Z] ---> Using cache [2021-01-23T00:51:45.651Z] ---> 9191a5f53d30 [2021-01-23T00:51:45.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:51:45.651Z] ---> Using cache [2021-01-23T00:51:45.651Z] ---> b863b72ca9c7 [2021-01-23T00:51:45.651Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:51:45.651Z] ---> Running in e3b799c2f54a [2021-01-23T00:51:45.651Z] ---> Running in d9712ad6b821 [2021-01-23T00:51:46.249Z] Removing intermediate container e3b799c2f54a [2021-01-23T00:51:46.249Z] ---> c2f8aeeb9de6 [2021-01-23T00:51:46.249Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:51:46.529Z] ---> Running in a8dc96b2af88 [2021-01-23T00:51:46.805Z] Removing intermediate container d9712ad6b821 [2021-01-23T00:51:46.805Z] ---> 0b214761ec81 [2021-01-23T00:51:46.805Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:51:46.805Z] ---> Running in 419035a154a5 [2021-01-23T00:51:47.790Z] Removing intermediate container 419035a154a5 [2021-01-23T00:51:47.790Z] ---> cf01b153d97d [2021-01-23T00:51:47.790Z] Step 15/23 : WORKDIR / [2021-01-23T00:51:47.790Z] ---> Running in cca5d120198b [2021-01-23T00:51:48.772Z] Removing intermediate container cca5d120198b [2021-01-23T00:51:48.772Z] ---> f856332815fc [2021-01-23T00:51:48.772Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:51:48.772Z] Connecting to github.com (140.82.112.3:443) [2021-01-23T00:51:49.048Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.227.128:443) [2021-01-23T00:51:49.331Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:51:49.608Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:51:49.608Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:51:49.608Z] dockerize [2021-01-23T00:51:50.218Z] ---> a2838d5a0cd4 [2021-01-23T00:51:50.218Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:51:52.210Z] Removing intermediate container a8dc96b2af88 [2021-01-23T00:51:52.210Z] ---> a7ac43b82498 [2021-01-23T00:51:52.210Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:51:52.210Z] ---> Running in 69eb8e6d900f [2021-01-23T00:51:52.494Z] ---> da12ccd51237 [2021-01-23T00:51:52.494Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:51:53.108Z] Removing intermediate container 69eb8e6d900f [2021-01-23T00:51:53.108Z] ---> 81eaa0afc1f2 [2021-01-23T00:51:53.108Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:51:53.108Z] ---> Running in 28850e5d1b75 [2021-01-23T00:51:53.392Z] ---> 32cd8ad4a339 [2021-01-23T00:51:53.392Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:51:53.673Z] ---> Running in 524623fffc95 [2021-01-23T00:51:53.962Z] Removing intermediate container 28850e5d1b75 [2021-01-23T00:51:53.962Z] ---> a5a14dfa5136 [2021-01-23T00:51:53.962Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:51:54.236Z] ---> Running in ccaa1b4e0eba [2021-01-23T00:51:54.845Z] Removing intermediate container 524623fffc95 [2021-01-23T00:51:54.845Z] ---> 2b33ec4be085 [2021-01-23T00:51:54.845Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:51:55.137Z] ---> Running in 7f7827d70a2e [2021-01-23T00:51:55.742Z] Removing intermediate container 7f7827d70a2e [2021-01-23T00:51:55.742Z] ---> 5db8a377f905 [2021-01-23T00:51:55.742Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:51:56.025Z] ---> Running in ba74e72752ea [2021-01-23T00:51:56.636Z] Move dockerize executable [2021-01-23T00:51:56.918Z] Removing intermediate container ba74e72752ea [2021-01-23T00:51:56.918Z] ---> 94f6950238e4 [2021-01-23T00:51:56.918Z] Step 22/23 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:51:57.199Z] ---> Running in b37948988543 [2021-01-23T00:51:58.201Z] Removing intermediate container b37948988543 [2021-01-23T00:51:58.201Z] ---> fc683718eae4 [2021-01-23T00:51:58.201Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:51:58.201Z] ---> Running in 91d6e037095c [2021-01-23T00:51:58.824Z] Removing intermediate container ccaa1b4e0eba [2021-01-23T00:51:58.824Z] ---> f253201215da [2021-01-23T00:51:58.824Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:51:59.122Z] Removing intermediate container 91d6e037095c [2021-01-23T00:51:59.122Z] ---> 0b9d1022a30d [2021-01-23T00:51:59.122Z] [2021-01-23T00:51:59.122Z] ---> Running in 41aaf2e1568f [2021-01-23T00:51:59.735Z] Successfully built 0b9d1022a30d [2021-01-23T00:51:59.735Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-23T00:52:00.012Z]  Building docker-core-command-go ... done Removing intermediate container 41aaf2e1568f [2021-01-23T00:52:00.012Z] ---> d9331de4b3be [2021-01-23T00:52:00.012Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:52:01.471Z] ---> 073c9b76ac7d [2021-01-23T00:52:01.471Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:52:01.759Z] ---> Running in ece6452f3df4 [2021-01-23T00:52:05.177Z] Removing intermediate container ece6452f3df4 [2021-01-23T00:52:05.177Z] ---> d7ae160389b5 [2021-01-23T00:52:05.177Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:52:06.173Z] ---> b015ac8275ad [2021-01-23T00:52:06.173Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:52:08.171Z] ---> f7608bcf2fb9 [2021-01-23T00:52:08.171Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:52:08.789Z] ---> c1c4d4de3857 [2021-01-23T00:52:08.789Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:52:10.253Z] ---> 8a80585a81d4 [2021-01-23T00:52:10.253Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:52:11.715Z] ---> 84542f4a55a8 [2021-01-23T00:52:11.715Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:52:12.332Z] ---> Running in 30f92e93ca83 [2021-01-23T00:52:13.328Z] Removing intermediate container 30f92e93ca83 [2021-01-23T00:52:13.328Z] ---> 37def59d1102 [2021-01-23T00:52:13.328Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:52:14.333Z] ---> 197ae595ae3b [2021-01-23T00:52:14.333Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:52:14.613Z] Removing intermediate container 6695c36b8f08 [2021-01-23T00:52:14.613Z] ---> 85b9e498ca58 [2021-01-23T00:52:14.613Z] [2021-01-23T00:52:14.613Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:52:14.613Z] ---> afeebe901d6b [2021-01-23T00:52:14.613Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:52:15.207Z] ---> Running in a107acc3eabd [2021-01-23T00:52:15.207Z] ---> Running in ab158d6fc5db [2021-01-23T00:52:16.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:17.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:17.870Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:52:18.145Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:52:18.145Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:18.145Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:52:18.418Z] Removing intermediate container a107acc3eabd [2021-01-23T00:52:18.418Z] ---> eeefb221406d [2021-01-23T00:52:18.418Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:52:18.418Z] OK: 6 MiB in 16 packages [2021-01-23T00:52:18.689Z] Removing intermediate container 159257717f23 [2021-01-23T00:52:18.689Z] ---> 197b7fc75d62 [2021-01-23T00:52:18.689Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:52:18.973Z] ---> Running in b18b4bbafa31 [2021-01-23T00:52:18.973Z] ---> Running in fb5d7cca1257 [2021-01-23T00:52:19.574Z] Removing intermediate container b18b4bbafa31 [2021-01-23T00:52:19.574Z] ---> 2fe2c65a71ed [2021-01-23T00:52:19.574Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:52:20.559Z] ---> Running in 1a035789e7cc [2021-01-23T00:52:20.559Z] Removing intermediate container ab158d6fc5db [2021-01-23T00:52:20.559Z] ---> ce8accc8672a [2021-01-23T00:52:20.559Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:52:20.559Z] 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-23T00:52:20.834Z] ---> Running in b3d7cec5779f [2021-01-23T00:52:21.115Z] Removing intermediate container 1a035789e7cc [2021-01-23T00:52:21.115Z] ---> 44bd5f13eb47 [2021-01-23T00:52:21.115Z] Step 31/33 : LABEL arch=arm64 [2021-01-23T00:52:21.723Z] ---> Running in bbfe57347310 [2021-01-23T00:52:21.723Z] Removing intermediate container b3d7cec5779f [2021-01-23T00:52:21.723Z] ---> 27749f152d19 [2021-01-23T00:52:21.723Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:52:21.997Z] ---> Running in 3644693e0abd [2021-01-23T00:52:22.273Z] Removing intermediate container bbfe57347310 [2021-01-23T00:52:22.273Z] ---> b5f48f71f002 [2021-01-23T00:52:22.273Z] Step 32/33 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:52:22.550Z] Removing intermediate container 3644693e0abd [2021-01-23T00:52:22.550Z] ---> 0a795a930890 [2021-01-23T00:52:22.550Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:52:23.144Z] ---> Running in 81abf683523f [2021-01-23T00:52:23.144Z] ---> Running in 34a5c094d261 [2021-01-23T00:52:23.743Z] Removing intermediate container 34a5c094d261 [2021-01-23T00:52:23.743Z] ---> abde30c7606c [2021-01-23T00:52:23.743Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:52:23.743Z] Removing intermediate container 81abf683523f [2021-01-23T00:52:23.743Z] ---> 4f7320c2e7f4 [2021-01-23T00:52:23.743Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:52:24.356Z] ---> Running in 95bb8cfd2df9 [2021-01-23T00:52:24.356Z] Removing intermediate container fb5d7cca1257 [2021-01-23T00:52:24.356Z] ---> 926148bfc5da [2021-01-23T00:52:24.356Z] [2021-01-23T00:52:24.356Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:52:24.356Z] 20.10.0: Pulling from library/docker [2021-01-23T00:52:24.629Z] ---> c228b2851801 [2021-01-23T00:52:24.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:52:24.905Z] Removing intermediate container 95bb8cfd2df9 [2021-01-23T00:52:24.905Z] ---> ac19c4e64d33 [2021-01-23T00:52:24.905Z] [2021-01-23T00:52:25.508Z] Successfully built ac19c4e64d33 [2021-01-23T00:52:25.508Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-23T00:52:26.105Z]  Building docker-security-bootstrapper-go ... done  ---> fafeca596528 [2021-01-23T00:52:26.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:52:27.550Z] ---> a6d7e8c0eb11 [2021-01-23T00:52:27.550Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:52:27.550Z] ---> Running in 128fca19019b [2021-01-23T00:52:28.173Z] Removing intermediate container 128fca19019b [2021-01-23T00:52:28.173Z] ---> bdb7d77f0970 [2021-01-23T00:52:28.173Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:52:28.770Z] ---> Running in 56b676102828 [2021-01-23T00:52:29.376Z] Removing intermediate container 56b676102828 [2021-01-23T00:52:29.376Z] ---> 884ff9a83cbf [2021-01-23T00:52:29.376Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:52:29.993Z] ---> Running in ad390f2a6fd8 [2021-01-23T00:52:30.637Z] Removing intermediate container ad390f2a6fd8 [2021-01-23T00:52:30.637Z] ---> 9900b4a02c39 [2021-01-23T00:52:30.637Z] Step 21/22 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:52:30.924Z] ---> Running in 9190d1404b71 [2021-01-23T00:52:31.945Z] Removing intermediate container 9190d1404b71 [2021-01-23T00:52:31.945Z] ---> d9147f860f94 [2021-01-23T00:52:31.945Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:52:32.257Z] ---> Running in 325c01c094d8 [2021-01-23T00:52:32.865Z] Removing intermediate container 325c01c094d8 [2021-01-23T00:52:32.865Z] ---> af9f26223d70 [2021-01-23T00:52:32.865Z] [2021-01-23T00:52:33.468Z] Successfully built af9f26223d70 [2021-01-23T00:52:33.468Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-23T00:52:34.454Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:52:34.454Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:52:34.454Z] ---> eeaf43b92773 [2021-01-23T00:52:34.454Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:52:34.454Z] ---> Running in 571b140f35da [2021-01-23T00:52:35.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:35.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:36.496Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:52:36.496Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:52:36.496Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:52:36.496Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:36.496Z] OK: 12 MiB in 22 packages [2021-01-23T00:52:37.937Z] Removing intermediate container 571b140f35da [2021-01-23T00:52:37.937Z] ---> 4394aa57b916 [2021-01-23T00:52:37.937Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:52:37.937Z] ---> Running in 7ed6e260fb6a [2021-01-23T00:52:38.539Z] Removing intermediate container 7ed6e260fb6a [2021-01-23T00:52:38.539Z] ---> 5136b961a677 [2021-01-23T00:52:38.539Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:52:38.539Z] ---> Running in a2e8d20c9245 [2021-01-23T00:52:39.141Z] Removing intermediate container a2e8d20c9245 [2021-01-23T00:52:39.141Z] ---> 8dd7900367c2 [2021-01-23T00:52:39.141Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:52:39.141Z] ---> Running in 07f5f6dbedbf [2021-01-23T00:52:39.746Z] Removing intermediate container 07f5f6dbedbf [2021-01-23T00:52:39.747Z] ---> 747045100960 [2021-01-23T00:52:39.747Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:52:41.191Z] ---> 5211ebead7c8 [2021-01-23T00:52:41.191Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:52:41.790Z] ---> ef5e6d4cd353 [2021-01-23T00:52:41.790Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:52:42.389Z] ---> 905c5f4f0028 [2021-01-23T00:52:42.389Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:52:42.668Z] ---> Running in b9d855547ec9 [2021-01-23T00:52:43.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:43.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:44.553Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:52:44.553Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:52:44.553Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:52:44.553Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:52:44.553Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:52:44.553Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:52:44.553Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:52:46.527Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:52:46.527Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:52:46.527Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:52:46.527Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:52:46.527Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:52:46.527Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:52:46.527Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:52:46.797Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:52:46.797Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:52:46.797Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:52:46.797Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:52:46.797Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:52:46.797Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:52:46.797Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:52:46.797Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:52:47.076Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:52:47.076Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:52:47.076Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:52:47.076Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:52:47.076Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:52:47.076Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:52:47.076Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:52:47.076Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:52:47.076Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:52:47.076Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:52:47.076Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:52:47.353Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:47.353Z] OK: 71 MiB in 55 packages [2021-01-23T00:52:54.081Z] Removing intermediate container b9d855547ec9 [2021-01-23T00:52:54.081Z] ---> 6873082b5083 [2021-01-23T00:52:54.081Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:52:54.353Z] ---> Running in d87b2f95c583 [2021-01-23T00:53:01.059Z] Collecting docker-compose==1.23.2 [2021-01-23T00:53:01.059Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:53:01.336Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:53:01.336Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:53:04.732Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:53:04.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:53:05.714Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:53:05.714Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:53:06.311Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:53:06.311Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:53:08.296Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:53:08.296Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:53:08.900Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:53:08.900Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:53:09.173Z] 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-23T00:53:10.619Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:53:10.619Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:53:14.986Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:53:14.986Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:53:16.967Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:53:16.967Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:53:19.596Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:53:19.596Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:53:19.596Z] 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-23T00:53:19.596Z] 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-23T00:53:19.596Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:53:19.596Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:53:20.193Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:53:20.193Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:53:20.465Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:53:20.465Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:53:20.465Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:53:20.465Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:53:21.445Z] Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, PyYAML, docopt, texttable, docker-compose [2021-01-23T00:53:21.445Z] Running setup.py install for dockerpty: started [2021-01-23T00:53:23.430Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:53:24.753Z] Attempting uninstall: idna [2021-01-23T00:53:24.753Z] Found existing installation: idna 2.9 [2021-01-23T00:53:24.753Z] Uninstalling idna-2.9: [2021-01-23T00:53:24.753Z] Successfully uninstalled idna-2.9 [2021-01-23T00:53:24.753Z] Attempting uninstall: urllib3 [2021-01-23T00:53:24.753Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:53:24.753Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:53:24.753Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:53:25.354Z] Attempting uninstall: requests [2021-01-23T00:53:25.354Z] Found existing installation: requests 2.23.0 [2021-01-23T00:53:25.354Z] Uninstalling requests-2.23.0: [2021-01-23T00:53:25.354Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:53:27.330Z] Running setup.py install for PyYAML: started [2021-01-23T00:53:29.962Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:53:29.962Z] Running setup.py install for docopt: started [2021-01-23T00:53:31.396Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:53:31.396Z] Running setup.py install for texttable: started [2021-01-23T00:53:33.381Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:53:34.826Z] 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-23T00:53:38.291Z] Removing intermediate container d87b2f95c583 [2021-01-23T00:53:38.291Z] ---> 3f521e5cf242 [2021-01-23T00:53:38.291Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:53:38.566Z] ---> Running in f708390d17ca [2021-01-23T00:53:39.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:53:39.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:53:40.404Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:53:40.404Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:53:40.404Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:53:40.404Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:53:40.404Z] OK: 71 MiB in 58 packages [2021-01-23T00:53:41.382Z] Removing intermediate container f708390d17ca [2021-01-23T00:53:41.382Z] ---> 6a36dc48e158 [2021-01-23T00:53:41.382Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:53:41.660Z] ---> Running in e95dc6538547 [2021-01-23T00:53:42.259Z] Removing intermediate container e95dc6538547 [2021-01-23T00:53:42.259Z] ---> 032ad522237f [2021-01-23T00:53:42.259Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:53:42.259Z] ---> Running in f159e6421e4c [2021-01-23T00:53:42.859Z] Removing intermediate container f159e6421e4c [2021-01-23T00:53:42.859Z] ---> 153ea8574589 [2021-01-23T00:53:42.859Z] Step 24/26 : LABEL arch=arm64 [2021-01-23T00:53:42.859Z] ---> Running in ad8f20bf509f [2021-01-23T00:53:43.454Z] Removing intermediate container ad8f20bf509f [2021-01-23T00:53:43.454Z] ---> f45951ebf05b [2021-01-23T00:53:43.454Z] Step 25/26 : LABEL git_sha=274c699d0d82ab7ac94a7a32970c88c4486cdd2e [2021-01-23T00:53:43.455Z] ---> Running in 9477236ee4c0 [2021-01-23T00:53:44.051Z] Removing intermediate container 9477236ee4c0 [2021-01-23T00:53:44.051Z] ---> bd0d076862a7 [2021-01-23T00:53:44.051Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:53:44.051Z] ---> Running in 4b50b303110a [2021-01-23T00:53:44.648Z] Removing intermediate container 4b50b303110a [2021-01-23T00:53:44.648Z] ---> e2531b5a63d3 [2021-01-23T00:53:44.648Z] [2021-01-23T00:53:45.247Z] Successfully built e2531b5a63d3 [2021-01-23T00:53:45.247Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-23T00:53:45.536Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-23T00:53:45.532Z] $ docker stop --time=1 7b70046818e10fc860ff3cb3b2f67ade78d52a6b89a55a1660069909920232a5 [2021-01-23T00:53:47.473Z] $ docker rm -f 7b70046818e10fc860ff3cb3b2f67ade78d52a6b89a55a1660069909920232a5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:53:48.131Z] + grep docker [2021-01-23T00:53:48.131Z] + docker images [2021-01-23T00:53:48.403Z] docker-sys-mgmt-agent-go-arm64 latest e2531b5a63d3 4 seconds ago 300MB [2021-01-23T00:53:48.403Z] docker-support-notifications-go-arm64 latest af9f26223d70 About a minute ago 16MB [2021-01-23T00:53:48.403Z] docker-security-bootstrapper-go-arm64 latest ac19c4e64d33 About a minute ago 40.3MB [2021-01-23T00:53:48.403Z] docker-core-command-go-arm64 latest 0b9d1022a30d About a minute ago 15.4MB [2021-01-23T00:53:48.403Z] docker-core-data-go-arm64 latest feccd00567f1 3 minutes ago 21MB [2021-01-23T00:53:48.403Z] docker-core-metadata-go-arm64 latest 1fa3c43f6b39 4 minutes ago 17.7MB [2021-01-23T00:53:48.403Z] docker-security-secretstore-setup-go-arm64 latest b5d1ab8d8046 4 minutes ago 23.4MB [2021-01-23T00:53:48.403Z] docker-security-proxy-setup-go-arm64 latest 8096a7f9c0c7 4 minutes ago 23.2MB [2021-01-23T00:53:48.403Z] docker-support-scheduler-go-arm64 latest 5989fb8c9052 4 minutes ago 15.5MB [2021-01-23T00:53:48.403Z] 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-23T00:53:49.872Z] provisioning config files... [2021-01-23T00:53:49.885Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config3039172590542439552tmp [Pipeline] { [Pipeline] sh [2021-01-23T00:53:50.259Z] + set +x [2021-01-23T00:53:50.259Z] + curl -s https://codecov.io/bash [2021-01-23T00:53:50.259Z] + bash -s -- [2021-01-23T00:53:50.834Z] [2021-01-23T00:53:50.834Z] _____ _ [2021-01-23T00:53:50.834Z] / ____| | | [2021-01-23T00:53:50.834Z] | | ___ __| | ___ ___ _____ __ [2021-01-23T00:53:50.834Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-23T00:53:50.834Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-23T00:53:50.834Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-23T00:53:50.834Z] Bash-20210115-cec3c92 [2021-01-23T00:53:50.834Z] [2021-01-23T00:53:50.834Z] [2021-01-23T00:53:50.834Z] ==> git version 2.24.3 found [2021-01-23T00:53:50.834Z] ==> 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-23T00:53:50.834Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-23T00:53:50.834Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-23T00:53:50.834Z] ==> Jenkins CI detected. [2021-01-23T00:53:50.834Z] project root: . [2021-01-23T00:53:50.834Z] --> token set from env [2021-01-23T00:53:50.834Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-23T00:53:50.834Z] ==> Running gcov in . (disable via -X gcov) [2021-01-23T00:53:50.834Z] ==> Python coveragepy not found [2021-01-23T00:53:50.834Z] ==> Searching for coverage reports in: [2021-01-23T00:53:50.834Z] + . [2021-01-23T00:53:50.834Z] -> Found 1 reports [2021-01-23T00:53:50.834Z] ==> Detecting git/mercurial file structure [2021-01-23T00:53:50.834Z] ==> Reading reports [2021-01-23T00:53:50.834Z] + ./coverage.out bytes=564700 [2021-01-23T00:53:51.098Z] ==> Appending adjustments [2021-01-23T00:53:51.098Z] https://docs.codecov.io/docs/fixing-reports [2021-01-23T00:53:54.409Z] + Found adjustments [2021-01-23T00:53:54.409Z] ==> Gzipping contents [2021-01-23T00:53:54.409Z] 84K /tmp/codecov.40ubdo.gz [2021-01-23T00:53:54.409Z] ==> Uploading reports [2021-01-23T00:53:54.409Z] url: https://codecov.io [2021-01-23T00:53:54.410Z] query: branch=PR-3034&commit=274c699d0d82ab7ac94a7a32970c88c4486cdd2e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-23T00:53:54.410Z] -> Pinging Codecov [2021-01-23T00:53:54.410Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=274c699d0d82ab7ac94a7a32970c88c4486cdd2e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-23T00:53:54.672Z] -> Uploading to [2021-01-23T00:53:54.672Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-23/00271124DB129430A58F1EEE437C3FCB/274c699d0d82ab7ac94a7a32970c88c4486cdd2e/74d3da91-6361-4deb-bcdd-1d6e4bdd5faa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210123T005354Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69b8dcb9c5eafee9b0e90d4a66a0ffca4a967e07beb1efeecdab10acf664e491 [2021-01-23T00:53:54.672Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T00:53:54.672Z] Dload Upload Total Spent Left Speed [2021-01-23T00:53:55.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85523 0 0 100 85523 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-01-23T00:53:55.204Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/274c699d0d82ab7ac94a7a32970c88c4486cdd2e [Pipeline] } [2021-01-23T00:53:55.215Z] 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-23T00:53:57.595Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:58.483Z] ---> package-listing.sh [2021-01-23T00:53:58.483Z] ++ facter osfamily [2021-01-23T00:53:58.483Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-23T00:53:58.483Z] + OS_FAMILY=redhat [2021-01-23T00:53:58.483Z] + workspace=/w/workspace/edgex-go/8 [2021-01-23T00:53:58.483Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-23T00:53:58.483Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-23T00:53:58.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-23T00:53:58.483Z] + PACKAGES=/tmp/packages_start.txt [2021-01-23T00:53:58.483Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-23T00:53:58.483Z] + PACKAGES=/tmp/packages_end.txt [2021-01-23T00:53:58.483Z] + case "${OS_FAMILY}" in [2021-01-23T00:53:58.483Z] + rpm -qa [2021-01-23T00:53:58.483Z] + sort [2021-01-23T00:54:03.832Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-23T00:54:03.832Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-23T00:54:03.832Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-23T00:54:03.832Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-23T00:54:03.832Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-23T00:54:03.832Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-23T00:54:03.857Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-23T00:54:04.163Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:54:04.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:54:04.475Z] [2021-01-23T00:54:04.475Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:54:05.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:54:05.096Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-23T00:54:05.096Z] df20fa9351a1: Pulling fs layer [2021-01-23T00:54:05.096Z] 36b3adc4ff6f: Pulling fs layer [2021-01-23T00:54:05.096Z] 8ad3a11d3b57: Pulling fs layer [2021-01-23T00:54:05.096Z] 46f8f816bc3b: Pulling fs layer [2021-01-23T00:54:05.096Z] 93b61091891f: Pulling fs layer [2021-01-23T00:54:05.096Z] 93b9cdb0e59b: Pulling fs layer [2021-01-23T00:54:05.096Z] 5e14af77c1be: Pulling fs layer [2021-01-23T00:54:05.096Z] 01666e4c0597: Pulling fs layer [2021-01-23T00:54:05.096Z] aa168da1d23b: Pulling fs layer [2021-01-23T00:54:05.096Z] 46f8f816bc3b: Waiting [2021-01-23T00:54:05.096Z] 93b61091891f: Waiting [2021-01-23T00:54:05.096Z] 93b9cdb0e59b: Waiting [2021-01-23T00:54:05.096Z] 5e14af77c1be: Waiting [2021-01-23T00:54:05.096Z] 01666e4c0597: Waiting [2021-01-23T00:54:05.096Z] aa168da1d23b: Waiting [2021-01-23T00:54:05.096Z] 36b3adc4ff6f: Verifying Checksum [2021-01-23T00:54:05.096Z] 36b3adc4ff6f: Download complete [2021-01-23T00:54:05.096Z] 46f8f816bc3b: Verifying Checksum [2021-01-23T00:54:05.096Z] 46f8f816bc3b: Download complete [2021-01-23T00:54:05.365Z] df20fa9351a1: Verifying Checksum [2021-01-23T00:54:05.365Z] df20fa9351a1: Download complete [2021-01-23T00:54:05.365Z] 93b61091891f: Verifying Checksum [2021-01-23T00:54:05.365Z] 93b61091891f: Download complete [2021-01-23T00:54:05.365Z] 93b9cdb0e59b: Download complete [2021-01-23T00:54:05.365Z] 5e14af77c1be: Verifying Checksum [2021-01-23T00:54:05.365Z] 5e14af77c1be: Download complete [2021-01-23T00:54:05.365Z] 01666e4c0597: Verifying Checksum [2021-01-23T00:54:05.365Z] 01666e4c0597: Download complete [2021-01-23T00:54:05.639Z] 8ad3a11d3b57: Verifying Checksum [2021-01-23T00:54:05.639Z] 8ad3a11d3b57: Download complete [2021-01-23T00:54:05.639Z] df20fa9351a1: Pull complete [2021-01-23T00:54:06.222Z] 36b3adc4ff6f: Pull complete [2021-01-23T00:54:07.628Z] aa168da1d23b: Verifying Checksum [2021-01-23T00:54:07.628Z] aa168da1d23b: Download complete [2021-01-23T00:54:08.207Z] 8ad3a11d3b57: Pull complete [2021-01-23T00:54:08.470Z] 46f8f816bc3b: Pull complete [2021-01-23T00:54:09.044Z] 93b61091891f: Pull complete [2021-01-23T00:54:09.044Z] 93b9cdb0e59b: Pull complete [2021-01-23T00:54:09.044Z] 5e14af77c1be: Pull complete [2021-01-23T00:54:09.310Z] 01666e4c0597: Pull complete [2021-01-23T00:54:21.604Z] aa168da1d23b: Pull complete [2021-01-23T00:54:21.604Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-23T00:54:21.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:54:21.604Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-23T00:54:21.869Z] prd-centos7-docker-4c-2g-22394 does not seem to be running inside a container [2021-01-23T00:54:21.923Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-23T00:54:25.665Z] $ docker top 37beeafbaadf9a7668b5de4d15207f740f3c61b20c47a490500f063c9b6def08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:54:26.251Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-23T00:54:26.592Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-23T00:54:26.939Z] + ls /var/log/sa-host [2021-01-23T00:54:26.939Z] + sadf -c /var/log/sa-host/sa23 [2021-01-23T00:54:26.939Z] file_magic: OK [2021-01-23T00:54:26.939Z] HZ: Using current value: 100 [2021-01-23T00:54:26.939Z] file_header: OK [2021-01-23T00:54:26.939Z] 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-23T00:54:26.939Z] Statistics: [2021-01-23T00:54:26.939Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-23T00:54:26.939Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-23T00:54:27.134Z] provisioning config files... [2021-01-23T00:54:27.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config2612437871170460186tmp [Pipeline] { [Pipeline] echo [2021-01-23T00:54:27.231Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:54:27.535Z] ---> create-netrc.sh [Pipeline] } [2021-01-23T00:54:27.545Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-23T00:54:27.640Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:54:27.937Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-23T00:54:27.948Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:54:28.261Z] ---> sudo-logs.sh [2021-01-23T00:54:28.261Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-23T00:54:28.273Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:54:28.570Z] ---> job-cost.sh [2021-01-23T00:54:28.570Z] lf-activate-venv: SKIPPING [2021-01-23T00:54:28.570Z] INFO: No Stack... [2021-01-23T00:54:29.521Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-23T00:54:29.783Z] INFO: Archiving Costs [Pipeline] echo [2021-01-23T00:54:29.797Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:54:30.098Z] ---> logs-deploy.sh [2021-01-23T00:54:30.098Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/8 [2021-01-23T00:54:30.098Z] INFO: archiving workspace using pattern(s): [2021-01-23T00:54:31.494Z] Archives upload complete. [2021-01-23T00:54:31.759Z] INFO: archiving logs to Nexus