Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than 108ae0d4ae03c90ab95014966195d2ca5fafaa44 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-22454 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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 108ae0d4ae03c90ab95014966195d2ca5fafaa44 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing e113d058b8807d039cc24b5843098dac9bff2d33 Checking out Revision e113d058b8807d039cc24b5843098dac9bff2d33 (PR-3030) 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 e113d058b8807d039cc24b5843098dac9bff2d33 # 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-23T15:10:59.822Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-23T15:11:00.088Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-23T15:11:00.197Z] ========================================================= [2021-01-23T15:11:00.197Z] EdgeX Global Pipelines Version Info [2021-01-23T15:11:00.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:11:02.113Z] ------------------- [2021-01-23T15:11:02.114Z] stable info: [2021-01-23T15:11:02.114Z] ------------------- [2021-01-23T15:11:02.114Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T15:11:02.114Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T15:11:02.114Z] Message: update stable to v1.0.179 [2021-01-23T15:11:03.059Z] ------------------- [2021-01-23T15:11:03.059Z] experimental info: [2021-01-23T15:11:03.059Z] ------------------- [2021-01-23T15:11:03.059Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T15:11:03.059Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T15:11:03.059Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-23T15:11:03.345Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-23T15:11:03.452Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-23T15:11:03.537Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-23T15:11:03.624Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-23T15:11:03.710Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-23T15:11:03.822Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-23T15:11:03.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-23T15:11:04.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-23T15:11:04.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-23T15:11:04.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-23T15:11:04.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-23T15:11:04.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-23T15:11:04.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-23T15:11:04.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-23T15:11:04.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T15:11:04.706Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T15:11:04.791Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-23T15:11:04.872Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-23T15:11:04.963Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-23T15:11:05.049Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-23T15:11:05.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-23T15:11:05.233Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-23T15:11:05.319Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-23T15:11:05.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-23T15:11:05.493Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-23T15:11:05.574Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-23T15:11:05.666Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] echo [2021-01-23T15:11:05.756Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e113d05 [Pipeline] echo [2021-01-23T15:11:05.840Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T15:11:06.047Z] provisioning config files... [2021-01-23T15:11:06.080Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config2365787663802787333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:11:06.438Z] ---> docker-login.sh [2021-01-23T15:11:06.438Z] nexus3.edgexfoundry.org:10001 [2021-01-23T15:11:06.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:11:06.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:11:06.964Z] Configure a credential helper to remove this warning. See [2021-01-23T15:11:06.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:11:06.964Z] [2021-01-23T15:11:06.964Z] Login Succeeded [2021-01-23T15:11:06.964Z] nexus3.edgexfoundry.org:10002 [2021-01-23T15:11:06.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:11:06.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:11:06.964Z] Configure a credential helper to remove this warning. See [2021-01-23T15:11:06.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:11:06.964Z] [2021-01-23T15:11:06.964Z] Login Succeeded [2021-01-23T15:11:06.964Z] nexus3.edgexfoundry.org:10003 [2021-01-23T15:11:07.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:11:07.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:11:07.226Z] Configure a credential helper to remove this warning. See [2021-01-23T15:11:07.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:11:07.226Z] [2021-01-23T15:11:07.226Z] Login Succeeded [2021-01-23T15:11:07.226Z] nexus3.edgexfoundry.org:10004 [2021-01-23T15:11:07.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:11:07.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:11:07.489Z] Configure a credential helper to remove this warning. See [2021-01-23T15:11:07.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:11:07.489Z] [2021-01-23T15:11:07.489Z] Login Succeeded [2021-01-23T15:11:07.489Z] docker.io [2021-01-23T15:11:07.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:11:07.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:11:07.751Z] Configure a credential helper to remove this warning. See [2021-01-23T15:11:07.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:11:07.751Z] [2021-01-23T15:11:07.751Z] Login Succeeded [2021-01-23T15:11:07.751Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T15:11:07.760Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T15:11:08.221Z] ++ 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-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/core-command/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/core-data/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-23T15:11:08.221Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T15:11:08.221Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-23T15:11:08.221Z] ++ cut -d/ -f2 [2021-01-23T15:11:08.221Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-23T15:11:08.295Z] 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-23T15:11:09.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T15:11:09.105Z] [2021-01-23T15:11:09.105Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:11:09.453Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T15:11:09.453Z] latest: Pulling from edgex-devops/git-semver [2021-01-23T15:11:09.453Z] 31603596830f: Pulling fs layer [2021-01-23T15:11:09.453Z] 2a8b12db71e7: Pulling fs layer [2021-01-23T15:11:09.453Z] 6ca5941a6612: Pulling fs layer [2021-01-23T15:11:09.453Z] ecc8261a40a4: Pulling fs layer [2021-01-23T15:11:09.453Z] ecc8261a40a4: Waiting [2021-01-23T15:11:09.453Z] 2a8b12db71e7: Verifying Checksum [2021-01-23T15:11:09.453Z] 2a8b12db71e7: Download complete [2021-01-23T15:11:09.453Z] 31603596830f: Verifying Checksum [2021-01-23T15:11:09.453Z] 31603596830f: Download complete [2021-01-23T15:11:09.721Z] 6ca5941a6612: Verifying Checksum [2021-01-23T15:11:09.721Z] 6ca5941a6612: Download complete [2021-01-23T15:11:09.721Z] ecc8261a40a4: Download complete [2021-01-23T15:11:09.986Z] 31603596830f: Pull complete [2021-01-23T15:11:09.986Z] 2a8b12db71e7: Pull complete [2021-01-23T15:11:10.943Z] 6ca5941a6612: Pull complete [2021-01-23T15:11:11.205Z] ecc8261a40a4: Pull complete [2021-01-23T15:11:11.205Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-23T15:11:11.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T15:11:11.205Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-23T15:11:11.309Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:11:11.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:10004/edgex-devops/git-semver:latest cat [2021-01-23T15:11:13.815Z] $ docker top e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-23T15:11:14.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T15:11:14.096Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T15:11:14.299Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T15:11:14.303Z] $ docker exec e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent [2021-01-23T15:11:14.466Z] SSH_AUTH_SOCK=/tmp/ssh-VIfj31tW6aMC/agent.12 [2021-01-23T15:11:14.466Z] SSH_AGENT_PID=18 [2021-01-23T15:11:14.475Z] Running ssh-add (command line suppressed) [2021-01-23T15:11:14.595Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_4426679403068818830.key (/w/workspace/edgex-go/23@tmp/private_key_4426679403068818830.key) [2021-01-23T15:11:14.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T15:11:14.974Z] + git tag --points-at HEAD [Pipeline] } [2021-01-23T15:11:14.997Z] $ docker exec --env ******** --env ******** e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent -k [2021-01-23T15:11:15.110Z] unset SSH_AUTH_SOCK; [2021-01-23T15:11:15.111Z] unset SSH_AGENT_PID; [2021-01-23T15:11:15.111Z] echo Agent pid 18 killed; [2021-01-23T15:11:15.156Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-23T15:11:15.291Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T15:11:15.291Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T15:11:15.453Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T15:11:15.457Z] $ docker exec e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent [2021-01-23T15:11:15.617Z] SSH_AUTH_SOCK=/tmp/ssh-6cgBFwQ1vbyc/agent.48 [2021-01-23T15:11:15.617Z] SSH_AGENT_PID=53 [2021-01-23T15:11:15.624Z] Running ssh-add (command line suppressed) [2021-01-23T15:11:15.739Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_6073628404654876711.key (/w/workspace/edgex-go/23@tmp/private_key_6073628404654876711.key) [2021-01-23T15:11:15.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T15:11:16.125Z] + git semver init [2021-01-23T15:11:16.126Z] # -> Open(): unable to determine branch for HEAD [2021-01-23T15:11:16.126Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2021-01-23T15:11:16.126Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2021-01-23T15:11:16.126Z] # $SEMVER_REMOTE_NAME = origin [2021-01-23T15:11:16.126Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-23T15:11:16.126Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-23T15:11:16.126Z] # $SEMVER_BRANCH = PR-3030 [2021-01-23T15:11:16.126Z] # $SEMVER_TEMP = /tmp/semver-769549583 [2021-01-23T15:11:16.126Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-23T15:11:34.314Z] # '/tmp/semver-769549583' -> '/w/workspace/edgex-go/23/.semver' [2021-01-23T15:11:34.314Z] # -> Force: false [2021-01-23T15:11:34.578Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2021-01-23T15:11:34.596Z] $ docker exec --env ******** --env ******** e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 ssh-agent -k [2021-01-23T15:11:34.831Z] unset SSH_AUTH_SOCK; [2021-01-23T15:11:34.831Z] unset SSH_AGENT_PID; [2021-01-23T15:11:34.832Z] echo Agent pid 53 killed; [2021-01-23T15:11:34.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T15:11:35.400Z] + git semver [Pipeline] } [2021-01-23T15:11:35.421Z] $ docker stop --time=1 e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 [2021-01-23T15:11:37.528Z] $ docker rm -f e8f20b138bb43dce39ac49e56e224d799c432648f3869527defe1abfa35adc92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T15:11:38.056Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-23T15:11:38.645Z] Stashed 1 file(s) [Pipeline] echo [2021-01-23T15:11:38.648Z] [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-23T15:11:39.496Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-23T15:11:39.802Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T15:11:40.105Z] + sudo service docker restart [2021-01-23T15:11:40.105Z] + true [2021-01-23T15:11:40.105Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-23T15:11:40.701Z] ========================================================= [2021-01-23T15:11:40.701Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-23T15:11:40.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:11:41.080Z] + 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-23T15:11:44.405Z] Sending build context to Docker daemon 327.1MB [2021-01-23T15:11:44.405Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T15:11:44.405Z] Step 2/6 : FROM ${BASE} [2021-01-23T15:11:44.405Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-23T15:11:44.405Z] 188c0c94c7c5: Pulling fs layer [2021-01-23T15:11:44.405Z] 0ef7d3d256c8: Pulling fs layer [2021-01-23T15:11:44.405Z] de9db76c5a1d: Pulling fs layer [2021-01-23T15:11:44.405Z] bca2f99d35d6: Pulling fs layer [2021-01-23T15:11:44.405Z] 93359f2a8cfa: Pulling fs layer [2021-01-23T15:11:44.405Z] 7c6f9722023f: Pulling fs layer [2021-01-23T15:11:44.405Z] a35cf1a2eb13: Pulling fs layer [2021-01-23T15:11:44.405Z] bca2f99d35d6: Waiting [2021-01-23T15:11:44.405Z] 93359f2a8cfa: Waiting [2021-01-23T15:11:44.405Z] a35cf1a2eb13: Waiting [2021-01-23T15:11:44.405Z] 7c6f9722023f: Waiting [2021-01-23T15:11:44.405Z] de9db76c5a1d: Verifying Checksum [2021-01-23T15:11:44.405Z] de9db76c5a1d: Download complete [2021-01-23T15:11:44.405Z] 0ef7d3d256c8: Download complete [2021-01-23T15:11:44.405Z] 93359f2a8cfa: Verifying Checksum [2021-01-23T15:11:44.405Z] 93359f2a8cfa: Download complete [2021-01-23T15:11:44.405Z] 7c6f9722023f: Verifying Checksum [2021-01-23T15:11:44.405Z] 7c6f9722023f: Download complete [2021-01-23T15:11:44.982Z] 188c0c94c7c5: Verifying Checksum [2021-01-23T15:11:44.982Z] 188c0c94c7c5: Download complete [2021-01-23T15:11:45.249Z] 188c0c94c7c5: Pull complete [2021-01-23T15:11:45.521Z] 0ef7d3d256c8: Pull complete [2021-01-23T15:11:45.788Z] de9db76c5a1d: Pull complete [2021-01-23T15:11:46.364Z] a35cf1a2eb13: Verifying Checksum [2021-01-23T15:11:46.364Z] a35cf1a2eb13: Download complete [2021-01-23T15:11:46.944Z] bca2f99d35d6: Verifying Checksum [2021-01-23T15:11:46.944Z] bca2f99d35d6: Download complete [2021-01-23T15:11:52.269Z] bca2f99d35d6: Pull complete [2021-01-23T15:11:52.269Z] 93359f2a8cfa: Pull complete [2021-01-23T15:11:52.269Z] 7c6f9722023f: Pull complete [2021-01-23T15:11:54.000Z] Still waiting to schedule task [2021-01-23T15:11:54.001Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-23T15:11:56.515Z] a35cf1a2eb13: Pull complete [2021-01-23T15:11:57.091Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-23T15:11:57.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-23T15:11:57.091Z] ---> a62c8e92a672 [2021-01-23T15:11:57.091Z] 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-23T15:11:57.353Z] ---> Running in 783b4c82b7bb [2021-01-23T15:11:57.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:11:58.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:11:59.453Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T15:11:59.716Z] (2/12) Installing file (5.38-r0) [2021-01-23T15:11:59.979Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T15:11:59.979Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T15:12:12.259Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T15:12:12.259Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T15:12:12.259Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T15:12:12.259Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T15:12:12.259Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T15:12:12.259Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T15:12:12.259Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T15:12:12.259Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T15:12:12.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:12:12.259Z] OK: 233 MiB in 51 packages [2021-01-23T15:12:14.815Z] Removing intermediate container 783b4c82b7bb [2021-01-23T15:12:14.815Z] ---> a61d07c4a2a8 [2021-01-23T15:12:14.815Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T15:12:14.815Z] ---> Running in 44027ee35087 [2021-01-23T15:12:14.815Z] Removing intermediate container 44027ee35087 [2021-01-23T15:12:14.815Z] ---> 5041954694ab [2021-01-23T15:12:14.815Z] Step 5/6 : COPY go.mod . [2021-01-23T15:12:15.088Z] ---> 60b53c4a98bf [2021-01-23T15:12:15.089Z] Step 6/6 : RUN go mod download [2021-01-23T15:12:15.089Z] ---> Running in 77de4fe0f6de [2021-01-23T15:12:37.100Z] Removing intermediate container 77de4fe0f6de [2021-01-23T15:12:37.100Z] ---> c4cd62fc2c81 [2021-01-23T15:12:37.100Z] Successfully built c4cd62fc2c81 [2021-01-23T15:12:37.100Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:12:37.414Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T15:12:37.414Z] . [Pipeline] withDockerContainer [2021-01-23T15:12:37.514Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:12:37.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2021-01-23T15:12:38.949Z] $ docker top 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:12:39.432Z] + go version [2021-01-23T15:12:39.432Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-23T15:12:39.447Z] $ docker stop --time=1 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 [2021-01-23T15:12:40.830Z] $ docker rm -f 08ebe7ad611849af34c938eea356c8a3cbc8053fa8b176855e652556424ae7f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:12:41.652Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T15:12:41.652Z] . [Pipeline] withDockerContainer [2021-01-23T15:12:41.753Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:12:41.801Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-x86_64 cat [2021-01-23T15:12:42.462Z] $ docker top 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T15:12:42.635Z] ========================================================= [2021-01-23T15:12:42.635Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T15:12:42.635Z] ========================================================= [Pipeline] sh [2021-01-23T15:12:42.927Z] + make test [2021-01-23T15:12:42.927Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T15:12:51.110Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T15:13:03.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T15:13:11.695Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T15:13:12.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T15:13:12.288Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T15:13:12.288Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T15:13:15.829Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T15:13:17.478Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T15:13:17.478Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T15:13:17.478Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T15:13:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.6% of statements [2021-01-23T15:13:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T15:13:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T15:13:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T15:13:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T15:13:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T15:13:24.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T15:13:24.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T15:13:24.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T15:13:24.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T15:13:24.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T15:13:24.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 82.3% of statements [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T15:13:24.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T15:13:24.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T15:13:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-01-23T15:13:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T15:13:25.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-01-23T15:13:25.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T15:13:26.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements [2021-01-23T15:13:26.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T15:13:26.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-01-23T15:13:26.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T15:13:26.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-23T15:13:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T15:13:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T15:13:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T15:13:26.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.125s coverage: 0.1% of statements [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T15:13:28.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements [2021-01-23T15:13:28.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-01-23T15:13:29.835Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22455 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-23T15:13:29.890Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2021-01-23T15:13:35.003Z] using credential edgex-jenkins-ssh [2021-01-23T15:13:35.059Z] Cloning the remote Git repository [2021-01-23T15:13:35.117Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:13:35.230Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-01-23T15:13:35.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:13:35.302Z] > git --version # timeout=10 [2021-01-23T15:13:35.317Z] > git --version # 'git version 2.17.1' [2021-01-23T15:13:35.319Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:13:35.390Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T15:13:43.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements [2021-01-23T15:13:43.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T15:13:43.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T15:13:43.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T15:13:43.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-23T15:13:43.885Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.247s coverage: 84.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.097s coverage: 47.1% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.681s coverage: 29.1% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T15:13:43.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-23T15:13:43.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-23T15:13:43.886Z] GO111MODULE=on go vet ./... [2021-01-23T15:13:51.909Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T15:13:51.936Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T15:13:51.962Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T15:13:51.999Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:13:52.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:13:52.013Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T15:13:52.818Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 108ae0d4ae03c90ab95014966195d2ca5fafaa44 [2021-01-23T15:13:53.781Z] Merge succeeded, producing 898c5d5af11fa1c283b1d1897a3226651797e3e5 [2021-01-23T15:13:53.781Z] Checking out Revision 898c5d5af11fa1c283b1d1897a3226651797e3e5 (PR-3030) [2021-01-23T15:13:52.841Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T15:13:52.863Z] > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 [2021-01-23T15:13:53.157Z] > git remote # timeout=10 [2021-01-23T15:13:53.211Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T15:13:53.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:13:53.240Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T15:13:53.766Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T15:13:53.791Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T15:13:53.802Z] > git checkout -f 898c5d5af11fa1c283b1d1897a3226651797e3e5 # timeout=10 [2021-01-23T15:13:58.152Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T15:13:58.173Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-23T15:13:58.162Z] > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-23T15:13:59.760Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-23T15:14:00.232Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T15:14:00.572Z] + sudo service docker+ restart [2021-01-23T15:14:00.572Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T15:14:03.280Z] provisioning config files... [2021-01-23T15:14:03.325Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config6553276568388495131tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:14:03.754Z] ---> docker-login.sh [2021-01-23T15:14:03.754Z] nexus3.edgexfoundry.org:10001 [2021-01-23T15:14:04.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:14:05.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:14:05.335Z] Configure a credential helper to remove this warning. See [2021-01-23T15:14:05.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:14:05.335Z] [2021-01-23T15:14:05.335Z] Login Succeeded [2021-01-23T15:14:05.335Z] nexus3.edgexfoundry.org:10002 [2021-01-23T15:14:05.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:14:05.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:14:05.881Z] Configure a credential helper to remove this warning. See [2021-01-23T15:14:05.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:14:05.881Z] [2021-01-23T15:14:05.881Z] Login Succeeded [2021-01-23T15:14:05.881Z] nexus3.edgexfoundry.org:10003 [2021-01-23T15:14:06.047Z] gofmt -l . [2021-01-23T15:14:06.047Z] [ "`gofmt -l .`" = "" ] [2021-01-23T15:14:06.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:14:06.313Z] ./bin/test-go-mod-tidy.sh [2021-01-23T15:14:06.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:14:06.436Z] Configure a credential helper to remove this warning. See [2021-01-23T15:14:06.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:14:06.436Z] [2021-01-23T15:14:06.436Z] Login Succeeded [2021-01-23T15:14:06.436Z] nexus3.edgexfoundry.org:10004 [2021-01-23T15:14:06.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T15:14:06.896Z] ./bin/test-attribution-txt.sh [2021-01-23T15:14:06.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:14:06.982Z] Configure a credential helper to remove this warning. See [2021-01-23T15:14:06.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:14:06.982Z] [2021-01-23T15:14:06.982Z] Login Succeeded [2021-01-23T15:14:06.982Z] docker.io [2021-01-23T15:14:07.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-23T15:14:07.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T15:14:07.528Z] Configure a credential helper to remove this warning. See [2021-01-23T15:14:07.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T15:14:07.528Z] [2021-01-23T15:14:07.528Z] Login Succeeded [2021-01-23T15:14:07.528Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T15:14:07.586Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-23T15:14:07.799Z] + ls -al . [2021-01-23T15:14:07.799Z] total 668 [2021-01-23T15:14:07.799Z] drwxrwxr-x 10 1001 1001 4096 Jan 23 15:14 . [2021-01-23T15:14:07.799Z] drwxr-xr-x 4 root root 30 Jan 23 15:12 .. [2021-01-23T15:14:07.799Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 15:10 .dockerignore [2021-01-23T15:14:07.799Z] drwxrwxr-x 8 1001 1001 179 Jan 23 15:10 .git [2021-01-23T15:14:07.799Z] drwxrwxr-x 3 1001 1001 125 Jan 23 15:10 .github [2021-01-23T15:14:07.799Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 15:10 .gitignore [2021-01-23T15:14:07.799Z] drwx------ 3 1001 1001 47 Jan 23 15:11 .semver [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 15:10 .sonarcloud.properties [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 15:10 Attribution.txt [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 15:10 CONTRIBUTING.md [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 15:10 Dockerfile.build [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 15:10 Jenkinsfile [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 15:10 LICENSE [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 15:10 Makefile [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 15:10 README.md [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 15:10 SECURITY.md [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 15:11 VERSION [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 15:10 ZMQWindows.md [2021-01-23T15:14:07.800Z] drwxrwxr-x 2 1001 1001 117 Jan 23 15:10 bin [2021-01-23T15:14:07.800Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 15:10 cmd [2021-01-23T15:14:07.800Z] -rw-r--r-- 1 root root 564700 Jan 23 15:13 coverage.out [2021-01-23T15:14:07.800Z] -rw-r--r-- 1 root root 1053 Jan 23 15:14 go.mod [2021-01-23T15:14:07.800Z] -rw-r--r-- 1 root root 18878 Jan 23 15:14 go.sum [2021-01-23T15:14:07.800Z] drwxrwxr-x 8 1001 1001 127 Jan 23 15:10 internal [2021-01-23T15:14:07.800Z] drwxrwxr-x 4 1001 1001 26 Jan 23 15:10 openapi [2021-01-23T15:14:07.800Z] drwxrwxr-x 4 1001 1001 71 Jan 23 15:10 snap [2021-01-23T15:14:07.800Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 15:10 version.go [Pipeline] sh [Pipeline] echo [2021-01-23T15:14:08.059Z] ========================================================= [2021-01-23T15:14:08.059Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-23T15:14:08.059Z] ========================================================= [2021-01-23T15:14:08.118Z] + '[' -e coverage.out ] [2021-01-23T15:14:08.118Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:14:08.337Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T15:14:08.577Z] + 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-23T15:14:08.653Z] + make build [2021-01-23T15:14:08.922Z] 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-23T15:14:11.225Z] Sending build context to Docker daemon 165.9MB [2021-01-23T15:14:11.225Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T15:14:11.225Z] Step 2/6 : FROM ${BASE} [2021-01-23T15:14:11.225Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-23T15:14:11.225Z] 5f621e34cdf4: Pulling fs layer [2021-01-23T15:14:11.225Z] a4357932f1b6: Pulling fs layer [2021-01-23T15:14:11.225Z] 18c013af1878: Pulling fs layer [2021-01-23T15:14:11.225Z] 00ac8860ef70: Pulling fs layer [2021-01-23T15:14:11.225Z] 63d7cb157983: Pulling fs layer [2021-01-23T15:14:11.225Z] b116817d02f9: Pulling fs layer [2021-01-23T15:14:11.225Z] 745a02a5169b: Pulling fs layer [2021-01-23T15:14:11.225Z] 00ac8860ef70: Waiting [2021-01-23T15:14:11.225Z] 63d7cb157983: Waiting [2021-01-23T15:14:11.225Z] b116817d02f9: Waiting [2021-01-23T15:14:11.225Z] 745a02a5169b: Waiting [2021-01-23T15:14:11.225Z] 18c013af1878: Verifying Checksum [2021-01-23T15:14:11.225Z] 18c013af1878: Download complete [2021-01-23T15:14:11.225Z] a4357932f1b6: Verifying Checksum [2021-01-23T15:14:11.225Z] a4357932f1b6: Download complete [2021-01-23T15:14:11.225Z] 63d7cb157983: Verifying Checksum [2021-01-23T15:14:11.225Z] 63d7cb157983: Download complete [2021-01-23T15:14:11.225Z] b116817d02f9: Download complete [2021-01-23T15:14:11.225Z] 5f621e34cdf4: Verifying Checksum [2021-01-23T15:14:11.225Z] 5f621e34cdf4: Download complete [2021-01-23T15:14:11.828Z] 5f621e34cdf4: Pull complete [2021-01-23T15:14:12.240Z] 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-23T15:14:12.435Z] a4357932f1b6: Pull complete [2021-01-23T15:14:12.719Z] 18c013af1878: Pull complete [2021-01-23T15:14:13.701Z] 745a02a5169b: Verifying Checksum [2021-01-23T15:14:13.701Z] 745a02a5169b: Download complete [2021-01-23T15:14:14.679Z] 00ac8860ef70: Verifying Checksum [2021-01-23T15:14:14.680Z] 00ac8860ef70: Download complete [2021-01-23T15:14:18.971Z] 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-23T15:14:20.370Z] 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-23T15:14:21.763Z] 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-23T15:14:22.030Z] 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-23T15:14:23.429Z] 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-23T15:14:24.826Z] 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-23T15:14:24.841Z] 00ac8860ef70: Pull complete [2021-01-23T15:14:25.117Z] 63d7cb157983: Pull complete [2021-01-23T15:14:25.389Z] b116817d02f9: Pull complete [2021-01-23T15:14:25.781Z] 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-23T15:14:27.182Z] 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-23T15:14:27.762Z] 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-23T15:14:28.721Z] 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-23T15:14:29.713Z] 745a02a5169b: Pull complete [2021-01-23T15:14:29.713Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-23T15:14:29.713Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-23T15:14:29.713Z] ---> b7e6874047d6 [2021-01-23T15:14:29.713Z] 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-23T15:14:30.128Z] 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-23T15:14:31.546Z] $ docker stop --time=1 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 [2021-01-23T15:14:32.329Z] ---> Running in bee648b7055b [2021-01-23T15:14:33.218Z] $ docker rm -f 9c3197ba6944fbf20c267968765d2fe0d58cc49c17623f108cfaebbf23b8c394 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-23T15:14:33.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:14:34.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:14:35.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T15:14:35.016Z] [2021-01-23T15:14:35.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:14:35.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T15:14:35.369Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-23T15:14:35.369Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-23T15:14:35.369Z] ca9280d653b3: Pulling fs layer [2021-01-23T15:14:35.369Z] 7e9c9ca2126c: Pulling fs layer [2021-01-23T15:14:35.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-23T15:14:35.369Z] cbdbe7a5bc2a: Download complete [2021-01-23T15:14:35.748Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T15:14:35.950Z] cbdbe7a5bc2a: Pull complete [2021-01-23T15:14:35.950Z] ca9280d653b3: Verifying Checksum [2021-01-23T15:14:35.950Z] ca9280d653b3: Download complete [2021-01-23T15:14:36.020Z] (2/12) Installing file (5.38-r0) [2021-01-23T15:14:36.021Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T15:14:36.291Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T15:14:36.905Z] 7e9c9ca2126c: Download complete [2021-01-23T15:14:36.905Z] ca9280d653b3: Pull complete [2021-01-23T15:14:45.096Z] 7e9c9ca2126c: Pull complete [2021-01-23T15:14:45.096Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-23T15:14:45.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T15:14:45.096Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-23T15:14:45.275Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:14:45.325Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T15:14:46.368Z] $ docker top f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:14:46.947Z] + docker-compose build --help [2021-01-23T15:14:46.947Z] + grep parallel [2021-01-23T15:14:47.895Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T15:14:47.909Z] $ docker stop --time=1 f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 [2021-01-23T15:14:48.654Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T15:14:48.654Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T15:14:48.925Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T15:14:48.925Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T15:14:48.925Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T15:14:49.194Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T15:14:49.194Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T15:14:49.271Z] $ docker rm -f f659476ef0947ae846ba6bf481536c502180d010b714899da61e8a6d5482ba79 [Pipeline] // withDockerContainer [2021-01-23T15:14:49.464Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T15:14:49.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:14:49.464Z] OK: 217 MiB in 51 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:14:49.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T15:14:49.890Z] . [Pipeline] withDockerContainer [2021-01-23T15:14:49.991Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:14:50.036Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T15:14:50.626Z] $ docker top d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:14:51.088Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T15:14:52.038Z] Building docker-core-command-go ... [2021-01-23T15:14:52.038Z] Building docker-core-data-go ... [2021-01-23T15:14:52.038Z] Building docker-core-metadata-go ... [2021-01-23T15:14:52.038Z] Building docker-security-bootstrapper-go ... [2021-01-23T15:14:52.038Z] Building docker-security-proxy-setup-go ... [2021-01-23T15:14:52.038Z] Building docker-security-secretstore-setup-go ... [2021-01-23T15:14:52.038Z] Building docker-support-notifications-go ... [2021-01-23T15:14:52.038Z] Building docker-support-scheduler-go ... [2021-01-23T15:14:52.038Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T15:14:52.038Z] Building docker-security-secretstore-setup-go [2021-01-23T15:14:52.038Z] Building docker-core-metadata-go [2021-01-23T15:14:52.038Z] Building docker-security-bootstrapper-go [2021-01-23T15:14:52.038Z] Building docker-sys-mgmt-agent-go [2021-01-23T15:14:52.038Z] Building docker-core-data-go [2021-01-23T15:14:53.770Z] Removing intermediate container bee648b7055b [2021-01-23T15:14:53.770Z] ---> ba3dd800737b [2021-01-23T15:14:53.770Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T15:14:53.770Z] ---> Running in f9bff3214f97 [2021-01-23T15:14:53.770Z] Removing intermediate container f9bff3214f97 [2021-01-23T15:14:53.770Z] ---> 279bbc07d357 [2021-01-23T15:14:53.770Z] Step 5/6 : COPY go.mod . [2021-01-23T15:14:54.366Z] ---> 598532b70cfb [2021-01-23T15:14:54.366Z] Step 6/6 : RUN go mod download [2021-01-23T15:14:54.638Z] ---> Running in b2526825f010 [2021-01-23T15:15:21.465Z] Removing intermediate container b2526825f010 [2021-01-23T15:15:21.465Z] ---> 4144104b4055 [2021-01-23T15:15:21.465Z] Successfully built 4144104b4055 [2021-01-23T15:15:21.465Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:15:21.805Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T15:15:21.805Z] . [Pipeline] withDockerContainer [2021-01-23T15:15:22.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container [2021-01-23T15:15:22.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat [2021-01-23T15:15:23.685Z] $ docker top bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:15:24.259Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:15:24.259Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:15:24.259Z] ---> c4cd62fc2c81 [2021-01-23T15:15:24.259Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:15:24.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:15:24.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:15:24.259Z] ---> c4cd62fc2c81 [2021-01-23T15:15:24.259Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T15:15:24.259Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:15:24.259Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:15:24.259Z] ---> c4cd62fc2c81 [2021-01-23T15:15:24.259Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T15:15:24.259Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:15:24.259Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:15:24.259Z] ---> c4cd62fc2c81 [2021-01-23T15:15:24.259Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:15:24.259Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:15:24.259Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:15:24.259Z] ---> c4cd62fc2c81 [2021-01-23T15:15:24.259Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T15:15:24.522Z] ---> Running in 0da74a6603f6 [2021-01-23T15:15:24.522Z] ---> Running in aa7fbef63428 [2021-01-23T15:15:24.522Z] ---> Running in f5329393e3a1 [2021-01-23T15:15:24.522Z] ---> Running in 8cedc44807ee [2021-01-23T15:15:24.522Z] ---> Running in d89eb356e065 [2021-01-23T15:15:24.708Z] + go version [2021-01-23T15:15:24.708Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-23T15:15:24.733Z] $ docker stop --time=1 bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c [2021-01-23T15:15:25.097Z] Removing intermediate container f5329393e3a1 [2021-01-23T15:15:25.097Z] ---> 4b3572441fe4 [2021-01-23T15:15:25.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:15:25.097Z] Removing intermediate container d89eb356e065 [2021-01-23T15:15:25.097Z] ---> c2dd85e26bbd [2021-01-23T15:15:25.097Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:15:25.097Z] Removing intermediate container 0da74a6603f6 [2021-01-23T15:15:25.097Z] ---> c036deadc48f [2021-01-23T15:15:25.097Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:15:25.097Z] Removing intermediate container aa7fbef63428 [2021-01-23T15:15:25.097Z] ---> fd2e482a8e3c [2021-01-23T15:15:25.097Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:15:25.097Z] Removing intermediate container 8cedc44807ee [2021-01-23T15:15:25.097Z] ---> ca6efac9446c [2021-01-23T15:15:25.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:15:25.365Z] ---> Running in af32a009a408 [2021-01-23T15:15:25.365Z] ---> Running in 50ab0f647b36 [2021-01-23T15:15:25.365Z] ---> Running in ce8e0c1018f0 [2021-01-23T15:15:25.365Z] ---> Running in 7aac05ead655 [2021-01-23T15:15:25.365Z] ---> Running in fa65d158d88e [2021-01-23T15:15:26.702Z] $ docker rm -f bfecce9556107988126530a8a094ea4de554edd33836524770a0784ae5db6a0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:15:27.315Z] Removing intermediate container ce8e0c1018f0 [2021-01-23T15:15:27.315Z] ---> 7f14a2def92a [2021-01-23T15:15:27.315Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T15:15:27.315Z] Removing intermediate container 50ab0f647b36 [2021-01-23T15:15:27.315Z] ---> 437713d98a50 [2021-01-23T15:15:27.315Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T15:15:27.578Z] ---> Running in 59bffa331b1b [2021-01-23T15:15:27.578Z] ---> Running in b2d00efc2cc7 [2021-01-23T15:15:27.625Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T15:15:27.625Z] . [Pipeline] withDockerContainer [2021-01-23T15:15:27.840Z] Removing intermediate container af32a009a408 [2021-01-23T15:15:27.840Z] ---> 8f4862da5e1e [2021-01-23T15:15:27.840Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T15:15:27.840Z] Removing intermediate container 7aac05ead655 [2021-01-23T15:15:27.840Z] ---> 87dcd3dc1615 [2021-01-23T15:15:27.840Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T15:15:27.840Z] Removing intermediate container fa65d158d88e [2021-01-23T15:15:27.840Z] ---> 0a57feee023a [2021-01-23T15:15:27.840Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T15:15:27.880Z] prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container [2021-01-23T15:15:27.960Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** ci-base-image-arm64 cat [2021-01-23T15:15:28.118Z] ---> Running in a5df0f4a3845 [2021-01-23T15:15:28.118Z] ---> Running in 10130eb1d6c8 [2021-01-23T15:15:28.118Z] ---> Running in 1fb698fb8e39 [2021-01-23T15:15:28.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:28.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:28.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:28.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:28.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:29.314Z] $ docker top 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a -eo pid,comm [2021-01-23T15:15:29.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:29.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:29.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:29.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-01-23T15:15:29.685Z] ========================================================= [2021-01-23T15:15:29.685Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T15:15:29.685Z] ========================================================= [Pipeline] sh [2021-01-23T15:15:29.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:15:30.076Z] OK: 233 MiB in 51 packages [2021-01-23T15:15:30.076Z] OK: 233 MiB in 51 packages [2021-01-23T15:15:30.076Z] OK: 233 MiB in 51 packages [2021-01-23T15:15:30.326Z] + make test [2021-01-23T15:15:30.326Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T15:15:30.344Z] OK: 233 MiB in 51 packages [2021-01-23T15:15:30.619Z] OK: 233 MiB in 51 packages [2021-01-23T15:15:30.887Z] Removing intermediate container 59bffa331b1b [2021-01-23T15:15:30.887Z] ---> 7dae47269dd4 [2021-01-23T15:15:30.887Z] Step 6/23 : COPY go.mod . [2021-01-23T15:15:31.158Z] Removing intermediate container b2d00efc2cc7 [2021-01-23T15:15:31.158Z] ---> 35d64c3c4f76 [2021-01-23T15:15:31.158Z] Step 6/33 : COPY go.mod . [2021-01-23T15:15:31.158Z] Removing intermediate container a5df0f4a3845 [2021-01-23T15:15:31.158Z] ---> c2d2e76a7bed [2021-01-23T15:15:31.158Z] Step 6/24 : COPY go.mod . [2021-01-23T15:15:31.426Z] ---> 7de736fee0d9 [2021-01-23T15:15:31.427Z] Step 7/23 : RUN go mod download [2021-01-23T15:15:31.427Z] Removing intermediate container 10130eb1d6c8 [2021-01-23T15:15:31.427Z] ---> 68e95df3b443 [2021-01-23T15:15:31.427Z] Step 6/26 : COPY go.mod . [2021-01-23T15:15:31.427Z] ---> Running in 5d914c15592d [2021-01-23T15:15:31.692Z] ---> f7d132fb2473 [2021-01-23T15:15:31.692Z] Step 7/33 : RUN go mod download [2021-01-23T15:15:31.692Z] Removing intermediate container 1fb698fb8e39 [2021-01-23T15:15:31.692Z] ---> 8c6708a45cd6 [2021-01-23T15:15:31.692Z] Step 6/23 : COPY go.mod . [2021-01-23T15:15:31.955Z] ---> Running in 0fef9978f061 [2021-01-23T15:15:31.955Z] ---> 3db857b2b76f [2021-01-23T15:15:31.955Z] Step 7/26 : RUN go mod download [2021-01-23T15:15:31.955Z] ---> 375998aa44f9 [2021-01-23T15:15:31.955Z] Step 7/24 : RUN go mod download [2021-01-23T15:15:32.218Z] ---> c0c219976ece [2021-01-23T15:15:32.218Z] Step 7/23 : RUN go mod download [2021-01-23T15:15:32.218Z] ---> Running in 6da06db0b04e [2021-01-23T15:15:32.218Z] ---> Running in 559318ee4031 [2021-01-23T15:15:32.480Z] ---> Running in 6c2af645efeb [2021-01-23T15:15:33.893Z] Removing intermediate container 5d914c15592d [2021-01-23T15:15:33.893Z] ---> a02f07498ed9 [2021-01-23T15:15:33.893Z] Step 8/23 : COPY . . [2021-01-23T15:15:34.156Z] Removing intermediate container 0fef9978f061 [2021-01-23T15:15:34.156Z] ---> 10cbec855453 [2021-01-23T15:15:34.156Z] Step 8/33 : COPY . . [2021-01-23T15:15:35.105Z] Removing intermediate container 6da06db0b04e [2021-01-23T15:15:35.105Z] ---> 0f59730578b8 [2021-01-23T15:15:35.105Z] Step 8/24 : COPY . . [2021-01-23T15:15:40.442Z] Removing intermediate container 559318ee4031 [2021-01-23T15:15:40.442Z] ---> 72ba6a7a3a88 [2021-01-23T15:15:40.442Z] Step 8/26 : COPY . . [2021-01-23T15:15:40.714Z] Removing intermediate container 6c2af645efeb [2021-01-23T15:15:40.715Z] ---> dba352bdf97f [2021-01-23T15:15:40.715Z] Step 8/23 : COPY . . [2021-01-23T15:15:52.521Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T15:16:13.021Z] ---> da787be388b3 [2021-01-23T15:16:13.021Z] ---> 497a7236bf6f [2021-01-23T15:16:13.021Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T15:16:13.021Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T15:16:13.021Z] ---> Running in c5e488349e65 [2021-01-23T15:16:13.021Z] ---> Running in a1096ea685dd [2021-01-23T15:16:13.283Z] ---> e526299d9b16 [2021-01-23T15:16:13.283Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T15:16:13.283Z] ---> 018326431546 [2021-01-23T15:16:13.283Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T15:16:13.283Z] ---> 2cd1c73728ab [2021-01-23T15:16:13.283Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T15:16:14.254Z] ---> Running in d3d52dd6ceea [2021-01-23T15:16:14.254Z] ---> Running in 1ccca49ceb6e [2021-01-23T15:16:14.254Z] ---> Running in 7cc683fc55af [2021-01-23T15:16:15.223Z] 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-23T15:16:15.223Z] 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-23T15:16:15.223Z] 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-23T15:16:15.223Z] 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-23T15:16:15.223Z] 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-23T15:16:31.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T15:16:41.926Z] 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-23T15:16:42.897Z] 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-23T15:16:46.267Z] Removing intermediate container d3d52dd6ceea [2021-01-23T15:16:46.267Z] ---> b28b86717a2b [2021-01-23T15:16:46.267Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T15:16:46.267Z] ---> Running in 90b11aac3b9e [2021-01-23T15:16:47.702Z] 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-23T15:16:48.281Z] Removing intermediate container 7cc683fc55af [2021-01-23T15:16:48.281Z] ---> 82968f79219f [2021-01-23T15:16:48.281Z] [2021-01-23T15:16:48.281Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T15:16:48.551Z] 3.12: Pulling from library/alpine [2021-01-23T15:16:50.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T15:16:50.495Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T15:16:50.495Z] ---> 389fef711851 [2021-01-23T15:16:50.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T15:16:53.818Z] ---> Running in 7793b86f572f [2021-01-23T15:16:53.818Z] Removing intermediate container 90b11aac3b9e [2021-01-23T15:16:53.818Z] ---> 034d0f16c39e [2021-01-23T15:16:53.818Z] [2021-01-23T15:16:53.818Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T15:16:53.818Z] 20.10.0: Pulling from library/docker [2021-01-23T15:16:53.818Z] Removing intermediate container c5e488349e65 [2021-01-23T15:16:53.818Z] ---> 23b0604bf221 [2021-01-23T15:16:53.818Z] [2021-01-23T15:16:53.818Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T15:16:53.818Z] ---> 389fef711851 [2021-01-23T15:16:53.818Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T15:16:53.818Z] Removing intermediate container a1096ea685dd [2021-01-23T15:16:53.818Z] ---> 013ed659c366 [2021-01-23T15:16:53.818Z] [2021-01-23T15:16:53.818Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:16:53.818Z] ---> 389fef711851 [2021-01-23T15:16:53.818Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:16:53.818Z] ---> Running in 96918d41deec [2021-01-23T15:16:53.860Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T15:16:53.860Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T15:16:53.860Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T15:16:53.860Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T15:16:54.091Z] ---> Running in 36ca91fd9f79 [2021-01-23T15:16:54.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T15:16:54.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T15:16:54.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T15:16:54.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T15:16:54.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T15:16:54.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:16:54.981Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T15:16:54.981Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:16:54.981Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T15:16:54.981Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T15:16:54.981Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T15:16:54.981Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T15:16:54.981Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T15:16:54.981Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:16:54.981Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:16:54.981Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T15:16:54.981Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:16:54.981Z] OK: 6 MiB in 17 packages [2021-01-23T15:16:54.981Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T15:16:55.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:16:55.247Z] OK: 7 MiB in 19 packages [2021-01-23T15:16:55.247Z] OK: 6 MiB in 15 packages [2021-01-23T15:16:56.120Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T15:16:57.808Z] Removing intermediate container 1ccca49ceb6e [2021-01-23T15:16:57.808Z] ---> afbffcec571e [2021-01-23T15:16:57.808Z] [2021-01-23T15:16:57.808Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:16:57.808Z] ---> 389fef711851 [2021-01-23T15:16:57.808Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T15:16:57.808Z] ---> Running in d2ed2721b2c6 [2021-01-23T15:16:58.765Z] Removing intermediate container d2ed2721b2c6 [2021-01-23T15:16:58.765Z] ---> 4c38079b5b77 [2021-01-23T15:16:58.765Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T15:16:59.175Z] Removing intermediate container 96918d41deec [2021-01-23T15:16:59.175Z] ---> 670560cef61e [2021-01-23T15:16:59.175Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T15:16:59.175Z] Removing intermediate container 7793b86f572f [2021-01-23T15:16:59.175Z] ---> d2daabc11bbc [2021-01-23T15:16:59.175Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T15:16:59.492Z] Removing intermediate container 36ca91fd9f79 [2021-01-23T15:16:59.492Z] ---> db619f164421 [2021-01-23T15:16:59.492Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:16:59.797Z] ---> Running in 40ccfbbe825b [2021-01-23T15:16:59.798Z] ---> Running in 1091e02770c2 [2021-01-23T15:16:59.798Z] ---> Running in 81d5c8eea3d6 [2021-01-23T15:16:59.798Z] ---> Running in 70e9b70b3114 [2021-01-23T15:17:00.095Z] Removing intermediate container 1091e02770c2 [2021-01-23T15:17:00.095Z] ---> af537a9fd57d [2021-01-23T15:17:00.095Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T15:17:00.095Z] Removing intermediate container 40ccfbbe825b [2021-01-23T15:17:00.095Z] ---> f5cfd6ad9ffb [2021-01-23T15:17:00.095Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T15:17:00.390Z] Removing intermediate container 70e9b70b3114 [2021-01-23T15:17:00.390Z] ---> d0966b9b18b0 [2021-01-23T15:17:00.390Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T15:17:00.390Z] ---> Running in 8c1b0525f583 [2021-01-23T15:17:00.390Z] Removing intermediate container 81d5c8eea3d6 [2021-01-23T15:17:00.390Z] ---> c31ad0710255 [2021-01-23T15:17:00.390Z] Step 13/24 : WORKDIR / [2021-01-23T15:17:00.390Z] ---> Running in 91cf79be50d3 [2021-01-23T15:17:00.390Z] ---> Running in 678d935b0d82 [2021-01-23T15:17:00.390Z] ---> Running in c585f7bc31e8 [2021-01-23T15:17:00.683Z] Removing intermediate container 8c1b0525f583 [2021-01-23T15:17:00.683Z] ---> 5e9edc4cce90 [2021-01-23T15:17:00.683Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:17:00.947Z] ---> Running in cc9ffa1bcd38 [2021-01-23T15:17:00.947Z] Removing intermediate container 91cf79be50d3 [2021-01-23T15:17:00.947Z] ---> abffcb28e123 [2021-01-23T15:17:00.947Z] 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-23T15:17:00.947Z] Removing intermediate container 678d935b0d82 [2021-01-23T15:17:00.947Z] ---> 36afb278d136 [2021-01-23T15:17:00.947Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T15:17:00.947Z] Removing intermediate container c585f7bc31e8 [2021-01-23T15:17:00.947Z] ---> 7f59d0760cdf [2021-01-23T15:17:00.947Z] 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-23T15:17:01.218Z] ---> Running in 8c2d0a7219c6 [2021-01-23T15:17:01.218Z] ---> Running in cc4426909e45 [2021-01-23T15:17:01.488Z] ---> 199aed8218d7 [2021-01-23T15:17:01.488Z] 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-23T15:17:01.754Z] Removing intermediate container cc4426909e45 [2021-01-23T15:17:01.754Z] ---> 045cddec0d40 [2021-01-23T15:17:01.754Z] Step 15/23 : WORKDIR / [2021-01-23T15:17:02.706Z] ---> Running in e1589b0eea20 [2021-01-23T15:17:02.857Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T15:17:02.858Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T15:17:02.858Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T15:17:02.969Z] Connecting to github.com (140.82.113.3:443) [2021-01-23T15:17:02.969Z]  ---> d3b4c6573c0f [2021-01-23T15:17:02.969Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T15:17:02.969Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.106.124:443) [2021-01-23T15:17:03.233Z] Removing intermediate container e1589b0eea20 [2021-01-23T15:17:03.233Z] ---> dfa9ee2f0163 [2021-01-23T15:17:03.233Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:17:03.233Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T15:17:03.233Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T15:17:03.233Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T15:17:03.233Z] dockerize [2021-01-23T15:17:03.233Z] ---> 7d80b1421120 [2021-01-23T15:17:03.233Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T15:17:03.498Z] Removing intermediate container cc9ffa1bcd38 [2021-01-23T15:17:03.498Z] ---> f37e94cdfd21 [2021-01-23T15:17:03.498Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T15:17:03.498Z] ---> 0c2ffe49e1fe [2021-01-23T15:17:03.498Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T15:17:03.761Z] ---> Running in a17ba39469dc [2021-01-23T15:17:03.761Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T15:17:03.761Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T15:17:03.761Z] ---> aefe523efa57 [2021-01-23T15:17:03.761Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T15:17:04.338Z] ---> Running in b374cbc83be5 [2021-01-23T15:17:04.338Z] ---> 7f6671b54e91 [2021-01-23T15:17:04.338Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T15:17:04.607Z] ---> 659f2bf9b33b [2021-01-23T15:17:04.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T15:17:04.870Z] Removing intermediate container 8c2d0a7219c6 [2021-01-23T15:17:04.870Z] ---> c0014fe55438 [2021-01-23T15:17:04.870Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T15:17:04.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:04.870Z] ---> Running in 7e3c23bf32cc [2021-01-23T15:17:04.870Z] ---> 160fa3e74528 [2021-01-23T15:17:04.870Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T15:17:05.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:05.133Z] ---> Running in cc70fe5a9c2e [2021-01-23T15:17:05.133Z] ---> 3387ded06fdb [2021-01-23T15:17:05.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T15:17:05.133Z] Removing intermediate container 7e3c23bf32cc [2021-01-23T15:17:05.133Z] ---> d17e0f0d3404 [2021-01-23T15:17:05.133Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T15:17:05.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:05.394Z] ---> Running in 2f44186f0a9d [2021-01-23T15:17:05.394Z] Removing intermediate container cc70fe5a9c2e [2021-01-23T15:17:05.394Z] ---> 1b9e65772947 [2021-01-23T15:17:05.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:17:05.394Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T15:17:05.394Z] ---> 01ac3c3f9d99 [2021-01-23T15:17:05.394Z] 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-23T15:17:05.394Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T15:17:05.394Z] Executing bash-5.0.17-r0.post-install [2021-01-23T15:17:05.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:17:05.394Z] OK: 12 MiB in 22 packages [2021-01-23T15:17:05.394Z] ---> Running in 20d5d71ec589 [2021-01-23T15:17:05.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:05.661Z] ---> Running in aaa1b0b889f9 [2021-01-23T15:17:05.661Z] Removing intermediate container 2f44186f0a9d [2021-01-23T15:17:05.661Z] ---> c5d48f5eba7c [2021-01-23T15:17:05.661Z] 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-23T15:17:05.923Z] Removing intermediate container 20d5d71ec589 [2021-01-23T15:17:05.923Z] ---> 2a4c2feb6bb4 [2021-01-23T15:17:05.923Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T15:17:05.923Z] ---> Running in 16503d815cc4 [2021-01-23T15:17:06.186Z] ---> Running in 55831d57a7a3 [2021-01-23T15:17:06.186Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T15:17:06.453Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T15:17:06.453Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T15:17:06.453Z] Removing intermediate container 55831d57a7a3 [2021-01-23T15:17:06.453Z] ---> e2af177b1fff [2021-01-23T15:17:06.453Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:17:06.453Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T15:17:06.714Z] ---> Running in 20fa6bc4d3a0 [2021-01-23T15:17:06.714Z] Removing intermediate container b374cbc83be5 [2021-01-23T15:17:06.714Z] ---> 4ba8e77ea341 [2021-01-23T15:17:06.714Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T15:17:06.714Z] ---> Running in fddea933a815 [2021-01-23T15:17:06.714Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T15:17:06.714Z] Move dockerize executable [2021-01-23T15:17:06.976Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T15:17:06.976Z] Removing intermediate container 20fa6bc4d3a0 [2021-01-23T15:17:06.976Z] ---> 7f3780689758 [2021-01-23T15:17:06.976Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:17:06.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:17:07.238Z] OK: 8 MiB in 20 packages [2021-01-23T15:17:07.238Z] Removing intermediate container fddea933a815 [2021-01-23T15:17:07.238Z] ---> 12e4c9ec7d1c [2021-01-23T15:17:07.238Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T15:17:07.238Z] ---> Running in 7b9dd7e0e328 [2021-01-23T15:17:07.500Z] ---> Running in 0fc4250acca2 [2021-01-23T15:17:07.500Z] Removing intermediate container aaa1b0b889f9 [2021-01-23T15:17:07.500Z] ---> 7ed0421a070e [2021-01-23T15:17:07.500Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T15:17:07.500Z] Removing intermediate container 7b9dd7e0e328 [2021-01-23T15:17:07.500Z] ---> 8b5dda649cfc [2021-01-23T15:17:07.500Z] [2021-01-23T15:17:07.763Z] ---> Running in 38d37b71536c [2021-01-23T15:17:07.763Z] Successfully built 8b5dda649cfc [2021-01-23T15:17:07.763Z] Successfully tagged docker-core-metadata-go:latest [2021-01-23T15:17:08.026Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-23T15:17:08.026Z] Removing intermediate container 0fc4250acca2 [2021-01-23T15:17:08.026Z] ---> 1365880d9514 [2021-01-23T15:17:08.026Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T15:17:08.026Z] Removing intermediate container 16503d815cc4 [2021-01-23T15:17:08.026Z] ---> 9b3f9437a405 [2021-01-23T15:17:08.026Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T15:17:08.026Z] Removing intermediate container 38d37b71536c [2021-01-23T15:17:08.026Z] ---> 6f8facd24b7a [2021-01-23T15:17:08.026Z] Step 22/24 : LABEL arch=x86_64 [2021-01-23T15:17:08.026Z] ---> Running in b67e793d0715 [2021-01-23T15:17:08.289Z] ---> Running in daaba11a6028 [2021-01-23T15:17:08.289Z] Removing intermediate container a17ba39469dc [2021-01-23T15:17:08.289Z] ---> 0e4b7fa4bc74 [2021-01-23T15:17:08.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:17:08.289Z] ---> Running in df3e0f630ff0 [2021-01-23T15:17:08.289Z] Removing intermediate container b67e793d0715 [2021-01-23T15:17:08.289Z] ---> b6254f7ac4cb [2021-01-23T15:17:08.289Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T15:17:08.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements [2021-01-23T15:17:08.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T15:17:08.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T15:17:08.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T15:17:08.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T15:17:08.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T15:17:09.677Z] Removing intermediate container daaba11a6028 [2021-01-23T15:17:09.677Z] ---> 5c711293a78f [2021-01-23T15:17:09.677Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T15:17:10.628Z] Removing intermediate container df3e0f630ff0 [2021-01-23T15:17:10.628Z] ---> 8b75fe926501 [2021-01-23T15:17:10.628Z] Step 23/24 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:17:13.185Z] ---> 0d4a889b0bd9 [2021-01-23T15:17:13.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T15:17:13.185Z] ---> c436aeb98eda [2021-01-23T15:17:13.185Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T15:17:13.450Z] ---> Running in 07d9b4a0b946 [2021-01-23T15:17:14.029Z] ---> f467d97cec5f [2021-01-23T15:17:14.029Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T15:17:15.434Z] ---> Running in 1604858b7b11 [2021-01-23T15:17:15.434Z] ---> b261152decf8 [2021-01-23T15:17:15.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T15:17:16.031Z] Removing intermediate container 07d9b4a0b946 [2021-01-23T15:17:16.031Z] ---> bf6691ffd0c6 [2021-01-23T15:17:16.031Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T15:17:16.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T15:17:16.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T15:17:16.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T15:17:16.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 65.8% of statements [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T15:17:16.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 82.3% of statements [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T15:17:16.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T15:17:17.429Z] ---> d3339744e770 [2021-01-23T15:17:17.429Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T15:17:18.839Z] ---> ce027427e1e4 [2021-01-23T15:17:18.839Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T15:17:18.839Z] ---> Running in ebad4d8d05cb [2021-01-23T15:17:19.423Z] ---> Running in d0b809b45ff1 [2021-01-23T15:17:19.423Z] ---> a513723514e2 [2021-01-23T15:17:19.423Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T15:17:20.005Z] Removing intermediate container ebad4d8d05cb [2021-01-23T15:17:20.005Z] ---> 16558396076b [2021-01-23T15:17:20.005Z] [2021-01-23T15:17:20.954Z] Successfully built 16558396076b [2021-01-23T15:17:20.954Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:17:20.954Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:17:21.220Z] ---> Running in a1674aa708e1 [2021-01-23T15:17:21.220Z] ---> c4cd62fc2c81 [2021-01-23T15:17:21.220Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:17:21.481Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-23T15:17:21.481Z] Building docker-security-proxy-setup-go [2021-01-23T15:17:21.481Z]  Building docker-security-secretstore-setup-go ... done  ---> Using cache [2021-01-23T15:17:21.481Z] ---> fd2e482a8e3c [2021-01-23T15:17:21.481Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:17:21.481Z] ---> Using cache [2021-01-23T15:17:21.481Z] ---> 87dcd3dc1615 [2021-01-23T15:17:21.481Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T15:17:22.441Z] Removing intermediate container d0b809b45ff1 [2021-01-23T15:17:22.441Z] ---> 00e1cacc8f1e [2021-01-23T15:17:22.441Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:17:22.709Z] ---> Running in d567895f3daf [2021-01-23T15:17:22.709Z] ---> Running in acafaa2f7360 [2021-01-23T15:17:23.000Z] Removing intermediate container 1604858b7b11 [2021-01-23T15:17:23.000Z] ---> 7c975e025f62 [2021-01-23T15:17:23.000Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:17:23.000Z] Removing intermediate container acafaa2f7360 [2021-01-23T15:17:23.000Z] ---> fd0c04c6ac8b [2021-01-23T15:17:23.000Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T15:17:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T15:17:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T15:17:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T15:17:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T15:17:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.314s coverage: 97.5% of statements [2021-01-23T15:17:23.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T15:17:24.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:24.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:24.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:24.660Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T15:17:24.660Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T15:17:24.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-01-23T15:17:24.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T15:17:24.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T15:17:24.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T15:17:24.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T15:17:24.923Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T15:17:24.923Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T15:17:24.923Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T15:17:24.923Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T15:17:25.187Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T15:17:25.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:17:26.596Z] OK: 233 MiB in 51 packages [2021-01-23T15:17:26.596Z] ---> 78271805af09 [2021-01-23T15:17:26.596Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T15:17:26.596Z] ---> Running in d2cd5cdfaf8c [2021-01-23T15:17:31.922Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T15:17:31.922Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T15:17:31.922Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T15:17:31.922Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T15:17:31.922Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T15:17:32.189Z] Removing intermediate container d2cd5cdfaf8c [2021-01-23T15:17:32.189Z] ---> 5e34889c486e [2021-01-23T15:17:32.189Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:17:32.453Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T15:17:32.453Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T15:17:33.029Z] ---> 6312dd7b1733 [2021-01-23T15:17:33.029Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.320s coverage: 92.8% of statements [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T15:17:33.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 43.8% of statements [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-01-23T15:17:33.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-01-23T15:17:33.291Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T15:17:34.246Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T15:17:34.522Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T15:17:35.096Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T15:17:35.096Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T15:17:35.357Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T15:17:35.357Z] ---> Running in 3abe5626a34f [2021-01-23T15:17:35.357Z] Removing intermediate container d567895f3daf [2021-01-23T15:17:35.357Z] ---> 5d50563617fc [2021-01-23T15:17:35.357Z] Step 6/23 : COPY go.mod .(21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T15:17:35.357Z] [2021-01-23T15:17:35.357Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T15:17:35.936Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T15:17:35.936Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T15:17:36.198Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T15:17:36.460Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:17:36.460Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:17:36.460Z] ---> c4cd62fc2c81 [2021-01-23T15:17:36.460Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T15:17:36.460Z] ---> Using cache [2021-01-23T15:17:36.460Z] ---> fd2e482a8e3c [2021-01-23T15:17:36.460Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:17:36.460Z] ---> Using cache [2021-01-23T15:17:36.460Z] ---> 87dcd3dc1615 [2021-01-23T15:17:36.460Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T15:17:36.460Z] ---> Using cache [2021-01-23T15:17:36.460Z] ---> 5d50563617fc [2021-01-23T15:17:36.460Z] Step 6/21 : COPY go.mod . [2021-01-23T15:17:36.721Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T15:17:37.669Z] ---> 2395b0edb5a8 [2021-01-23T15:17:37.669Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T15:17:37.669Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T15:17:37.669Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T15:17:37.669Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T15:17:37.669Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T15:17:37.669Z] Removing intermediate container 3abe5626a34f [2021-01-23T15:17:37.669Z] ---> d0722f97f16b [2021-01-23T15:17:37.669Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:17:37.669Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T15:17:37.669Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T15:17:37.669Z] ---> 761880418099 [2021-01-23T15:17:37.669Z] Step 7/23 : RUN go mod download [2021-01-23T15:17:37.669Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T15:17:37.932Z] ---> 891f97515d56 [2021-01-23T15:17:37.932Z] Step 7/21 : RUN go mod download [2021-01-23T15:17:38.508Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:17:38.508Z] OK: 71 MiB in 55 packages [2021-01-23T15:17:38.508Z] ---> Running in 24aea616463a [2021-01-23T15:17:38.508Z] ---> Running in c04b1ee70ca4 [2021-01-23T15:17:38.775Z] ---> Running in 09f3c7dad2c6 [2021-01-23T15:17:38.775Z] ---> 8f934ba23766 [2021-01-23T15:17:38.775Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T15:17:39.037Z] Removing intermediate container 24aea616463a [2021-01-23T15:17:39.037Z] ---> ac1c7d46aad4 [2021-01-23T15:17:39.037Z] [2021-01-23T15:17:39.984Z] ---> bcf8eb473de4 [2021-01-23T15:17:39.984Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T15:17:39.984Z] Successfully built ac1c7d46aad4 [2021-01-23T15:17:39.984Z] Successfully tagged docker-core-data-go:latest [2021-01-23T15:17:39.984Z] Building docker-support-scheduler-go [2021-01-23T15:17:40.257Z]  Building docker-core-data-go ... done  ---> Running in e8a346faadad [2021-01-23T15:17:40.859Z] Removing intermediate container e8a346faadad [2021-01-23T15:17:40.859Z] ---> 0bac80b7b312 [2021-01-23T15:17:40.859Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T15:17:41.445Z] ---> 7af3e0dd773b [2021-01-23T15:17:41.445Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T15:17:41.708Z] ---> Running in c9895cf2bf55 [2021-01-23T15:17:45.937Z] Removing intermediate container c04b1ee70ca4 [2021-01-23T15:17:45.937Z] ---> 549f3a5672d9 [2021-01-23T15:17:45.937Z] Step 8/23 : COPY . . [2021-01-23T15:17:45.937Z] Removing intermediate container 09f3c7dad2c6 [2021-01-23T15:17:45.937Z] ---> d8f089a6e783 [2021-01-23T15:17:45.937Z] Step 8/21 : COPY . . [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 63.5% of statements [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T15:17:48.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T15:17:48.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-01-23T15:17:48.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-01-23T15:17:48.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-23T15:17:49.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-01-23T15:17:49.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2021-01-23T15:17:54.117Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.796s coverage: 68.9% of statements [2021-01-23T15:17:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T15:17:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T15:17:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T15:17:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T15:17:54.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T15:17:55.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.426s coverage: 37.0% of statements [2021-01-23T15:17:55.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T15:17:55.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T15:17:55.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.628s coverage: 84.0% of statements [2021-01-23T15:17:55.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements [2021-01-23T15:17:58.269Z] Removing intermediate container c9895cf2bf55 [2021-01-23T15:17:58.270Z] ---> 04ae53df540e [2021-01-23T15:17:58.270Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T15:18:01.612Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:18:01.612Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:18:01.612Z] ---> c4cd62fc2c81 [2021-01-23T15:18:01.612Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T15:18:01.612Z] ---> Using cache [2021-01-23T15:18:01.612Z] ---> fd2e482a8e3c [2021-01-23T15:18:01.612Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:18:01.878Z] ---> Using cache [2021-01-23T15:18:01.878Z] ---> 87dcd3dc1615 [2021-01-23T15:18:01.878Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T15:18:01.878Z] ---> Using cache [2021-01-23T15:18:01.878Z] ---> 5d50563617fc [2021-01-23T15:18:01.878Z] Step 6/22 : COPY go.mod . [2021-01-23T15:18:01.878Z] ---> Using cache [2021-01-23T15:18:01.878Z] ---> 891f97515d56 [2021-01-23T15:18:01.878Z] Step 7/22 : RUN go mod download [2021-01-23T15:18:01.878Z] ---> Using cache [2021-01-23T15:18:01.878Z] ---> d8f089a6e783 [2021-01-23T15:18:01.878Z] Step 8/22 : COPY . . [2021-01-23T15:18:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.1% of statements [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T15:18:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T15:18:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-01-23T15:18:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T15:18:05.192Z] ---> Running in 4e1cd461e284 [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.072s coverage: 29.1% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T15:18:06.604Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T15:18:06.604Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T15:18:06.880Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2021-01-23T15:18:07.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-23T15:18:08.911Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-23T15:18:09.456Z] Removing intermediate container 4e1cd461e284 [2021-01-23T15:18:09.456Z] ---> a38cd16ef01c [2021-01-23T15:18:09.456Z] Step 30/33 : CMD ["gate"] [2021-01-23T15:18:09.887Z] GO111MODULE=on go vet ./... [2021-01-23T15:18:14.798Z] ---> Running in acc0ffc95b96 [2021-01-23T15:18:16.199Z] Removing intermediate container a1674aa708e1 [2021-01-23T15:18:16.199Z] ---> 603748909f19 [2021-01-23T15:18:16.199Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T15:18:21.096Z] Removing intermediate container acc0ffc95b96 [2021-01-23T15:18:21.096Z] ---> f1d1f45b7a72 [2021-01-23T15:18:21.096Z] Step 31/33 : LABEL arch=x86_64 [2021-01-23T15:18:21.358Z] ---> Running in 0c210f836bfd [2021-01-23T15:18:25.577Z] ---> Running in 892b685910ee [2021-01-23T15:18:28.154Z] ---> 04f198e6ba7b [2021-01-23T15:18:28.154Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T15:18:28.154Z] ---> 5b8c525932c0 [2021-01-23T15:18:28.154Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T15:18:29.099Z] Removing intermediate container 892b685910ee [2021-01-23T15:18:29.099Z] ---> 91d1ff064c6c [2021-01-23T15:18:29.099Z] Step 32/33 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:18:29.361Z] ---> Running in c9ac766a0517 [2021-01-23T15:18:29.361Z] ---> Running in 70f020f34af4 [2021-01-23T15:18:29.623Z] ---> 6c2e5574dbb1 [2021-01-23T15:18:29.623Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T15:18:29.623Z] ---> Running in 5fc81bd9db91 [2021-01-23T15:18:29.887Z] ---> Running in 028432ef07f8 [2021-01-23T15:18:30.156Z] Removing intermediate container 5fc81bd9db91 [2021-01-23T15:18:30.156Z] ---> e2ef54793395 [2021-01-23T15:18:30.156Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T15:18:30.426Z] ---> Running in d6716e30564d [2021-01-23T15:18:30.696Z] 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-23T15:18:30.696Z] 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-23T15:18:30.696Z] 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-23T15:18:30.696Z] Removing intermediate container d6716e30564d [2021-01-23T15:18:30.696Z] ---> 1f386e6153c6 [2021-01-23T15:18:30.696Z] [2021-01-23T15:18:30.962Z] Successfully built 1f386e6153c6 [2021-01-23T15:18:30.962Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-23T15:18:30.962Z] Building docker-support-notifications-go [2021-01-23T15:18:31.543Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-01-23T15:18:31.543Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T15:18:31.811Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T15:18:31.811Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T15:18:32.395Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T15:18:32.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T15:18:35.767Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T15:18:35.767Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T15:18:37.203Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T15:18:37.203Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T15:18:37.203Z] Collecting PyYAML<4,>=3.10 [2021-01-23T15:18:37.466Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T15:18:39.425Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T15:18:39.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T15:18:39.425Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T15:18:39.425Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T15:18:42.034Z] 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-23T15:18:42.034Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T15:18:42.034Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T15:18:43.027Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T15:18:43.299Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T15:18:43.574Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T15:18:43.842Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T15:18:44.445Z] 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-23T15:18:44.719Z] Collecting idna<2.8,>=2.5 [2021-01-23T15:18:44.719Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T15:18:44.988Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T15:18:44.988Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T15:18:45.252Z] 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-23T15:18:45.252Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T15:18:45.252Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T15:18:45.252Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T15:18:45.252Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T15:18:45.524Z] Installing collected packages: jsonschema, dockerpty, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, texttable, docopt, docker-compose [2021-01-23T15:18:45.799Z] Running setup.py install for dockerpty: started [2021-01-23T15:18:47.232Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T15:18:47.508Z] Attempting uninstall: idna [2021-01-23T15:18:47.508Z] Found existing installation: idna 2.9 [2021-01-23T15:18:47.508Z] Uninstalling idna-2.9: [2021-01-23T15:18:47.789Z] Successfully uninstalled idna-2.9 [2021-01-23T15:18:48.764Z] Attempting uninstall: urllib3 [2021-01-23T15:18:48.764Z] Found existing installation: urllib3 1.25.9 [2021-01-23T15:18:48.764Z] Uninstalling urllib3-1.25.9: [2021-01-23T15:18:49.062Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T15:18:49.653Z] Attempting uninstall: requests [2021-01-23T15:18:49.653Z] Found existing installation: requests 2.23.0 [2021-01-23T15:18:49.653Z] Uninstalling requests-2.23.0: [2021-01-23T15:18:49.653Z] Successfully uninstalled requests-2.23.0 [2021-01-23T15:18:51.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:18:51.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:18:51.600Z] ---> c4cd62fc2c81 [2021-01-23T15:18:51.600Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T15:18:51.600Z] ---> Using cache [2021-01-23T15:18:51.600Z] ---> fd2e482a8e3c [2021-01-23T15:18:51.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:18:51.600Z] ---> Using cache [2021-01-23T15:18:51.600Z] ---> 87dcd3dc1615 [2021-01-23T15:18:51.600Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T15:18:52.570Z] Running setup.py install for PyYAML: started [2021-01-23T15:18:52.872Z] ---> Running in 1808aee2a3a2 [2021-01-23T15:18:53.859Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T15:18:53.859Z] Running setup.py install for texttable: started [2021-01-23T15:18:53.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:18:54.468Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T15:18:54.468Z] Running setup.py install for docopt: started [2021-01-23T15:18:54.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:18:54.735Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T15:18:55.009Z] OK: 233 MiB in 51 packages [2021-01-23T15:18:55.274Z] 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-23T15:18:55.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-23T15:18:56.950Z] Removing intermediate container 1808aee2a3a2 [2021-01-23T15:18:56.950Z] ---> 7eae60c8da05 [2021-01-23T15:18:56.950Z] Step 6/22 : COPY go.mod . [2021-01-23T15:18:58.358Z] ---> 0c8b32e88cb5 [2021-01-23T15:18:58.358Z] Step 7/22 : RUN go mod download [2021-01-23T15:19:00.913Z] ---> Running in 559c7a6b6265 [2021-01-23T15:19:00.913Z] Removing intermediate container 0c210f836bfd [2021-01-23T15:19:00.913Z] ---> ebd8302a2342 [2021-01-23T15:19:00.913Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T15:19:01.180Z] Removing intermediate container 028432ef07f8 [2021-01-23T15:19:01.180Z] ---> 418a12429cf7 [2021-01-23T15:19:01.180Z] [2021-01-23T15:19:01.180Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T15:19:01.180Z] ---> 389fef711851 [2021-01-23T15:19:01.180Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:19:01.180Z] ---> Using cache [2021-01-23T15:19:01.180Z] ---> db619f164421 [2021-01-23T15:19:01.180Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:19:01.180Z] ---> Using cache [2021-01-23T15:19:01.180Z] ---> d0966b9b18b0 [2021-01-23T15:19:01.180Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T15:19:03.113Z] ---> Running in 9bddbcd940f1 [2021-01-23T15:19:03.689Z] ---> Running in 1e203ce5f2c5 [2021-01-23T15:19:03.689Z] Removing intermediate container 70f020f34af4 [2021-01-23T15:19:03.689Z] ---> dfeab58bbf16 [2021-01-23T15:19:03.689Z] [2021-01-23T15:19:03.689Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:19:03.689Z] ---> 389fef711851 [2021-01-23T15:19:03.689Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:19:03.689Z] ---> Using cache [2021-01-23T15:19:03.689Z] ---> db619f164421 [2021-01-23T15:19:03.689Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:19:03.689Z] ---> Using cache [2021-01-23T15:19:03.689Z] ---> d0966b9b18b0 [2021-01-23T15:19:03.689Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T15:19:04.266Z] Removing intermediate container c9ac766a0517 [2021-01-23T15:19:04.266Z] ---> 0c143a1dbe60 [2021-01-23T15:19:04.266Z] [2021-01-23T15:19:04.266Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T15:19:04.266Z] ---> 389fef711851 [2021-01-23T15:19:04.266Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T15:19:04.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:04.538Z] ---> Running in 4f939969f38f [2021-01-23T15:19:04.538Z] ---> Running in d7fa123bd79c [2021-01-23T15:19:04.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:04.538Z] Removing intermediate container 1e203ce5f2c5 [2021-01-23T15:19:04.538Z] ---> 69511ed546fa [2021-01-23T15:19:04.538Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T15:19:04.812Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:19:04.812Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T15:19:04.812Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T15:19:04.812Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:19:04.812Z] OK: 72 MiB in 58 packages [2021-01-23T15:19:04.812Z] ---> Running in 5123065899d2 [2021-01-23T15:19:04.812Z] Removing intermediate container 4f939969f38f [2021-01-23T15:19:04.812Z] ---> 6fb92ff27576 [2021-01-23T15:19:04.812Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T15:19:05.076Z] ---> Running in 78a75321d3ea [2021-01-23T15:19:05.338Z] Removing intermediate container 5123065899d2 [2021-01-23T15:19:05.338Z] ---> 637c1b58ba4d [2021-01-23T15:19:05.338Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:19:05.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:05.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:05.601Z] Removing intermediate container 78a75321d3ea [2021-01-23T15:19:05.601Z] ---> b3ff97b0e8f6 [2021-01-23T15:19:05.601Z] Step 15/23 : WORKDIR / [2021-01-23T15:19:05.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T15:19:05.601Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:19:05.601Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T15:19:05.601Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T15:19:05.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:19:05.601Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:19:05.601Z] OK: 7 MiB in 18 packages [2021-01-23T15:19:06.192Z] ---> Running in c0b1ab00e1dd [2021-01-23T15:19:06.192Z] Removing intermediate container 559c7a6b6265 [2021-01-23T15:19:06.192Z] ---> 530a1438d74a [2021-01-23T15:19:06.192Z] Step 8/22 : COPY . . [2021-01-23T15:19:06.192Z] ---> 3407804fd7f5 [2021-01-23T15:19:06.192Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T15:19:06.460Z] Removing intermediate container 9bddbcd940f1 [2021-01-23T15:19:06.460Z] ---> 11910d6507e8 [2021-01-23T15:19:06.460Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T15:19:07.417Z] ---> Running in 43351839c8c5 [2021-01-23T15:19:07.417Z] Removing intermediate container c0b1ab00e1dd [2021-01-23T15:19:07.417Z] ---> 2d0cc5a3d725 [2021-01-23T15:19:07.417Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:19:09.986Z] ---> 3cbab188707e [2021-01-23T15:19:09.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T15:19:10.259Z] Removing intermediate container d7fa123bd79c [2021-01-23T15:19:10.259Z] ---> ee33af63dd60 [2021-01-23T15:19:10.259Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T15:19:12.190Z] ---> 5753c7965009 [2021-01-23T15:19:12.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T15:19:12.765Z] Removing intermediate container 43351839c8c5 [2021-01-23T15:19:12.766Z] ---> e658ceafd338 [2021-01-23T15:19:12.766Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:19:13.342Z] ---> a8aa88bc84af [2021-01-23T15:19:13.342Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T15:19:13.605Z] ---> Running in 652b610cf8c6 [2021-01-23T15:19:15.532Z] ---> Running in ac5664458a14 [2021-01-23T15:19:16.488Z] ---> Running in 9c93f00d7c0a [2021-01-23T15:19:16.752Z] ---> aae1365c8455 [2021-01-23T15:19:16.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T15:19:17.330Z] Removing intermediate container 652b610cf8c6 [2021-01-23T15:19:17.330Z] ---> e0c9aaf60d70 [2021-01-23T15:19:17.330Z] Step 13/21 : WORKDIR /edgex [2021-01-23T15:19:17.932Z] gofmt -l . [2021-01-23T15:19:18.906Z] [ "`gofmt -l .`" = "" ] [2021-01-23T15:19:19.297Z] Removing intermediate container ac5664458a14 [2021-01-23T15:19:19.297Z] ---> f8a230bbc249 [2021-01-23T15:19:19.297Z] Step 24/26 : LABEL arch=x86_64 [2021-01-23T15:19:19.618Z] Removing intermediate container 9c93f00d7c0a [2021-01-23T15:19:19.618Z] ---> 1a6b06994aee [2021-01-23T15:19:19.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:19:19.618Z] ---> Running in 7c5b1b8315ac [2021-01-23T15:19:19.971Z] ---> 8611523c55b4 [2021-01-23T15:19:19.971Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T15:19:20.642Z] ---> Running in 3c97189c90da [2021-01-23T15:19:20.642Z] ---> Running in d3ee079b5e99 [2021-01-23T15:19:21.556Z] ./bin/test-go-mod-tidy.sh [2021-01-23T15:19:21.590Z] ---> Running in 452c27ce8281 [2021-01-23T15:19:21.851Z] Removing intermediate container 7c5b1b8315ac [2021-01-23T15:19:21.851Z] ---> 6aea98450cc9 [2021-01-23T15:19:21.851Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T15:19:22.155Z] ./bin/test-attribution-txt.sh [2021-01-23T15:19:23.239Z] Removing intermediate container 3c97189c90da [2021-01-23T15:19:23.239Z] ---> b78567b6258b [2021-01-23T15:19:23.239Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T15:19:23.239Z] Removing intermediate container d3ee079b5e99 [2021-01-23T15:19:23.239Z] ---> 58eeb7ee85a4 [2021-01-23T15:19:23.239Z] Step 25/26 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] sh [2021-01-23T15:19:23.814Z] Removing intermediate container 452c27ce8281 [2021-01-23T15:19:23.814Z] ---> e74b09565e01 [2021-01-23T15:19:23.814Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:19:23.814Z] ---> c907c83b0041 [2021-01-23T15:19:23.814Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T15:19:24.078Z] ---> Running in 22ac449f5dff [2021-01-23T15:19:24.079Z] ---> Running in 8df9ef2d50c5 [2021-01-23T15:19:24.079Z] ---> Running in 574b5eeb4cd6 [2021-01-23T15:19:24.079Z] ---> 9c8d7e030a24 [2021-01-23T15:19:24.079Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T15:19:24.232Z] + ls -al . [2021-01-23T15:19:24.232Z] total 696 [2021-01-23T15:19:24.232Z] drwxrwxr-x 9 1001 1001 4096 Jan 23 15:19 . [2021-01-23T15:19:24.232Z] drwxr-xr-x 4 root root 4096 Jan 23 15:15 .. [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 15:13 .dockerignore [2021-01-23T15:19:24.232Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 15:13 .git [2021-01-23T15:19:24.232Z] drwxrwxr-x 3 1001 1001 4096 Jan 23 15:13 .github [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 15:13 .gitignore [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 15:13 .sonarcloud.properties [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 15:13 Attribution.txt [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 15:13 CONTRIBUTING.md [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 15:13 Dockerfile.build [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 15:13 Jenkinsfile [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 15:13 LICENSE [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 15:13 Makefile [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 15:13 README.md [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 15:13 SECURITY.md [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 15:11 VERSION [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 15:13 ZMQWindows.md [2021-01-23T15:19:24.232Z] drwxrwxr-x 2 1001 1001 4096 Jan 23 15:13 bin [2021-01-23T15:19:24.232Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 15:13 cmd [2021-01-23T15:19:24.232Z] -rw-r--r-- 1 root root 564700 Jan 23 15:18 coverage.out [2021-01-23T15:19:24.232Z] -rw-r--r-- 1 root root 1053 Jan 23 15:19 go.mod [2021-01-23T15:19:24.232Z] -rw-r--r-- 1 root root 18878 Jan 23 15:19 go.sum [2021-01-23T15:19:24.232Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 15:13 internal [2021-01-23T15:19:24.232Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 15:13 openapi [2021-01-23T15:19:24.232Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 15:13 snap [2021-01-23T15:19:24.232Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 15:13 version.go [Pipeline] sh [2021-01-23T15:19:24.344Z] ---> Running in 009a4c312a4a [2021-01-23T15:19:24.606Z] Removing intermediate container 22ac449f5dff [2021-01-23T15:19:24.606Z] ---> fc577bfb2590 [2021-01-23T15:19:24.606Z] Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:19:24.606Z] Removing intermediate container 574b5eeb4cd6 [2021-01-23T15:19:24.606Z] ---> 9311feaf4462 [2021-01-23T15:19:24.606Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T15:19:24.606Z] Removing intermediate container 8df9ef2d50c5 [2021-01-23T15:19:24.606Z] ---> 78b7b3b6e01e [2021-01-23T15:19:24.606Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T15:19:24.606Z] ---> d6bc742ff5bd [2021-01-23T15:19:24.606Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T15:19:24.873Z] ---> Running in 3da233c22a07 [2021-01-23T15:19:24.873Z] ---> Running in b0b1b02a3bdc [2021-01-23T15:19:24.873Z] ---> Running in 7e4e489e48c3 [2021-01-23T15:19:24.888Z] + '[' -e coverage.out ] [2021-01-23T15:19:24.888Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T15:19:24.956Z] Warning: overwriting stash ‘coverage-report’ [2021-01-23T15:19:25.139Z] Removing intermediate container 3da233c22a07 [2021-01-23T15:19:25.139Z] ---> 91048f714624 [2021-01-23T15:19:25.139Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T15:19:25.139Z] Removing intermediate container b0b1b02a3bdc [2021-01-23T15:19:25.139Z] ---> 95cbd75dcef1 [2021-01-23T15:19:25.139Z] [2021-01-23T15:19:25.139Z] ---> 675c62ed9352 [2021-01-23T15:19:25.139Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T15:19:25.139Z] Removing intermediate container 7e4e489e48c3 [2021-01-23T15:19:25.139Z] ---> afdb08598eee [2021-01-23T15:19:25.139Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:19:25.402Z] ---> Running in fbbb5364abd5 [2021-01-23T15:19:25.402Z] ---> Running in 6f5200dd846d [2021-01-23T15:19:25.402Z] ---> Running in 6b95d0bcde50 [2021-01-23T15:19:25.402Z] 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-23T15:19:25.402Z] Successfully built 95cbd75dcef1 [2021-01-23T15:19:25.689Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-23T15:19:25.689Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6f5200dd846d [2021-01-23T15:19:25.689Z] ---> 95a94c4f1d4c [2021-01-23T15:19:25.689Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T15:19:25.689Z] Removing intermediate container fbbb5364abd5 [2021-01-23T15:19:25.689Z] ---> 441200a7c80e [2021-01-23T15:19:25.689Z] [2021-01-23T15:19:25.689Z] Removing intermediate container 6b95d0bcde50 [2021-01-23T15:19:25.689Z] ---> c7a9d6f86817 [2021-01-23T15:19:25.689Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:19:25.689Z] ---> Running in c9a321ff2c22 [2021-01-23T15:19:25.689Z] ---> Running in 444d35b65b3a [2021-01-23T15:19:25.952Z] Successfully built 441200a7c80e [2021-01-23T15:19:25.952Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-23T15:19:25.952Z]  Building docker-support-scheduler-go ... done Removing intermediate container c9a321ff2c22 [2021-01-23T15:19:25.952Z] ---> 52975f8a0112 [2021-01-23T15:19:25.952Z] Step 19/21 : LABEL arch=x86_64 [2021-01-23T15:19:25.952Z] Removing intermediate container 444d35b65b3a [2021-01-23T15:19:25.952Z] ---> ba133d39c212 [2021-01-23T15:19:25.952Z] [2021-01-23T15:19:26.154Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T15:19:26.233Z] ---> Running in 17da8a7b60c7 [2021-01-23T15:19:26.234Z] Successfully built ba133d39c212 [2021-01-23T15:19:26.234Z] Successfully tagged docker-core-command-go:latest [2021-01-23T15:19:26.234Z]  Building docker-core-command-go ... done Removing intermediate container 17da8a7b60c7 [2021-01-23T15:19:26.234Z] ---> d98fda8659cd [2021-01-23T15:19:26.517Z] Step 20/21 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:19:26.846Z] + make build [2021-01-23T15:19:26.846Z] 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-23T15:19:27.489Z] ---> Running in 0fc038859fd0 [2021-01-23T15:19:27.489Z] Removing intermediate container 0fc038859fd0 [2021-01-23T15:19:27.489Z] ---> e6b468456c8f [2021-01-23T15:19:27.489Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T15:19:27.489Z] ---> Running in da632498df5d [2021-01-23T15:19:27.765Z] Removing intermediate container da632498df5d [2021-01-23T15:19:27.765Z] ---> 0b49318eea66 [2021-01-23T15:19:27.765Z] [2021-01-23T15:19:28.364Z] Successfully built 0b49318eea66 [2021-01-23T15:19:28.364Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-23T15:19:36.567Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 009a4c312a4a [2021-01-23T15:19:36.567Z] ---> 52882dc59131 [2021-01-23T15:19:36.567Z] [2021-01-23T15:19:36.567Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T15:19:36.567Z] ---> 389fef711851 [2021-01-23T15:19:36.567Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T15:19:36.567Z] ---> Running in 306c9cf66af9 [2021-01-23T15:19:36.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:36.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T15:19:36.567Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T15:19:36.567Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T15:19:36.567Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:19:36.829Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:19:36.829Z] OK: 6 MiB in 16 packages [2021-01-23T15:19:37.063Z] 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-23T15:19:37.773Z] Removing intermediate container 306c9cf66af9 [2021-01-23T15:19:37.773Z] ---> 0baf17211029 [2021-01-23T15:19:37.773Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:19:37.773Z] ---> Running in 154d5004e59b [2021-01-23T15:19:38.036Z] Removing intermediate container 154d5004e59b [2021-01-23T15:19:38.036Z] ---> a48bb8430351 [2021-01-23T15:19:38.036Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T15:19:38.036Z] ---> Running in 0048fa87c073 [2021-01-23T15:19:38.298Z] Removing intermediate container 0048fa87c073 [2021-01-23T15:19:38.298Z] ---> 896e8a4b0745 [2021-01-23T15:19:38.298Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T15:19:38.298Z] ---> Running in da160972841f [2021-01-23T15:19:38.560Z] Removing intermediate container da160972841f [2021-01-23T15:19:38.560Z] ---> 336027795f46 [2021-01-23T15:19:38.560Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:19:38.822Z] ---> 93a77eb7f759 [2021-01-23T15:19:38.822Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T15:19:39.395Z] ---> 0247ec9a38ce [2021-01-23T15:19:39.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T15:19:40.784Z] ---> 237b1e7d81cc [2021-01-23T15:19:40.784Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T15:19:40.784Z] ---> Running in 095364f3c41f [2021-01-23T15:19:40.784Z] Removing intermediate container 095364f3c41f [2021-01-23T15:19:40.784Z] ---> 539b01a6ea49 [2021-01-23T15:19:40.784Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:19:40.784Z] ---> Running in ffacec6fea1d [2021-01-23T15:19:41.047Z] Removing intermediate container ffacec6fea1d [2021-01-23T15:19:41.047Z] ---> 74eb34d16f00 [2021-01-23T15:19:41.047Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T15:19:41.047Z] ---> Running in 88e702910e2c [2021-01-23T15:19:41.309Z] Removing intermediate container 88e702910e2c [2021-01-23T15:19:41.309Z] ---> f14d3bd91d9c [2021-01-23T15:19:41.309Z] Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:19:41.309Z] ---> Running in 26874c16dc3c [2021-01-23T15:19:41.309Z] Removing intermediate container 26874c16dc3c [2021-01-23T15:19:41.309Z] ---> e32694ea1acd [2021-01-23T15:19:41.309Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T15:19:41.571Z] ---> Running in 7c4d6dcf307e [2021-01-23T15:19:41.571Z] Removing intermediate container 7c4d6dcf307e [2021-01-23T15:19:41.571Z] ---> 0933276875d2 [2021-01-23T15:19:41.571Z] [2021-01-23T15:19:41.833Z] Successfully built 0933276875d2 [2021-01-23T15:19:41.833Z] Successfully tagged docker-support-notifications-go:latest [2021-01-23T15:19:42.436Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-23T15:19:42.456Z] $ docker stop --time=1 d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e [2021-01-23T15:19:44.212Z] $ docker rm -f d2a3d64d7f95fce3e01ebc945631e9c9d117a1b225ac5ceb48c77661fc2a239e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T15:19:44.726Z] + docker images [2021-01-23T15:19:44.726Z] + grep docker [2021-01-23T15:19:45.301Z] docker-support-notifications-go latest 0933276875d2 4 seconds ago 16.9MB [2021-01-23T15:19:45.301Z] docker-security-proxy-setup-go latest 0b49318eea66 18 seconds ago 24.4MB [2021-01-23T15:19:45.301Z] docker-core-command-go latest ba133d39c212 20 seconds ago 16.3MB [2021-01-23T15:19:45.301Z] docker-support-scheduler-go latest 441200a7c80e 20 seconds ago 16.4MB [2021-01-23T15:19:45.301Z] docker-sys-mgmt-agent-go latest 95cbd75dcef1 21 seconds ago 313MB [2021-01-23T15:19:45.301Z] docker-security-bootstrapper-go latest 1f386e6153c6 About a minute ago 41.5MB [2021-01-23T15:19:45.301Z] docker-core-data-go latest ac1c7d46aad4 2 minutes ago 22.3MB [2021-01-23T15:19:45.301Z] docker-security-secretstore-setup-go latest 16558396076b 2 minutes ago 24.6MB [2021-01-23T15:19:45.301Z] docker-core-metadata-go latest 8b5dda649cfc 2 minutes ago 18.8MB [2021-01-23T15:19:45.301Z] 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-23T15:19:59.248Z] 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-23T15:20:01.043Z] Still waiting to schedule task [2021-01-23T15:20:01.044Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-23T15:20:03.553Z] 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-23T15:20:07.858Z] 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-23T15:20:09.293Z] 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-23T15:20:16.009Z] 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-23T15:20:19.388Z] 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-23T15:20:22.790Z] 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-23T15:20:27.093Z] 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-23T15:20:30.478Z] 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-23T15:20:33.864Z] 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-23T15:20:37.259Z] 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-23T15:20:42.672Z] $ docker stop --time=1 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a [2021-01-23T15:20:45.093Z] $ docker rm -f 43947d67386d1308d4f13e14237b4af82387a0ed731d5271ac2ac032938b7d1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:20:47.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T15:20:47.071Z] [2021-01-23T15:20:47.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:20:47.477Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T15:20:47.748Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-23T15:20:47.749Z] 29e5d40040c1: Pulling fs layer [2021-01-23T15:20:47.749Z] 1ce36da41761: Pulling fs layer [2021-01-23T15:20:47.749Z] 25b303627fd3: Pulling fs layer [2021-01-23T15:20:48.352Z] 29e5d40040c1: Verifying Checksum [2021-01-23T15:20:48.352Z] 29e5d40040c1: Download complete [2021-01-23T15:20:48.504Z] Running on prd-ubuntu18.04-docker-8c-8g-22456 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-23T15:20:48.565Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [2021-01-23T15:20:48.630Z] 1ce36da41761: Verifying Checksum [2021-01-23T15:20:48.630Z] 1ce36da41761: Download complete [Pipeline] checkout [2021-01-23T15:20:48.912Z] 29e5d40040c1: Pull complete [2021-01-23T15:20:50.374Z] 1ce36da41761: Pull complete [2021-01-23T15:20:50.374Z] 25b303627fd3: Download complete [2021-01-23T15:20:50.808Z] using credential edgex-jenkins-ssh [2021-01-23T15:20:50.858Z] Cloning the remote Git repository [2021-01-23T15:20:50.886Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:20:50.958Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2021-01-23T15:20:50.985Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:20:50.986Z] > git --version # timeout=10 [2021-01-23T15:20:50.993Z] > git --version # 'git version 2.17.1' [2021-01-23T15:20:50.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:20:51.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T15:20:58.196Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit 108ae0d4ae03c90ab95014966195d2ca5fafaa44 [2021-01-23T15:20:58.436Z] Merge succeeded, producing bff190ef4a020a31896028665434aebb86399cbe [2021-01-23T15:20:58.437Z] Checking out Revision bff190ef4a020a31896028665434aebb86399cbe (PR-3030) [2021-01-23T15:20:57.570Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T15:20:57.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T15:20:57.591Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T15:20:57.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T15:20:57.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:20:57.611Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T15:20:58.208Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T15:20:58.214Z] > git checkout -f 108ae0d4ae03c90ab95014966195d2ca5fafaa44 # timeout=10 [2021-01-23T15:20:58.285Z] > git remote # timeout=10 [2021-01-23T15:20:58.293Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T15:20:58.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T15:20:58.310Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T15:20:58.433Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T15:20:58.444Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T15:20:58.462Z] > git checkout -f bff190ef4a020a31896028665434aebb86399cbe # timeout=10 [2021-01-23T15:21:00.521Z] 25b303627fd3: Pull complete [2021-01-23T15:21:00.521Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-23T15:21:00.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T15:21:00.521Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-23T15:21:00.789Z] prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container [2021-01-23T15:21:00.867Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-23T15:21:02.131Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T15:21:02.152Z] First time build. Skipping changelog. [2021-01-23T15:21:02.139Z] > git rev-list --no-walk 7ac4f19a7a29b8a1b18362b3f7a0e0988f680bf7 # timeout=10 [2021-01-23T15:21:03.727Z] $ docker top e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:21:04.773Z] + docker-compose build --help [2021-01-23T15:21:04.773Z] + grep parallel [2021-01-23T15:21:04.871Z] + echo snap-build.sh [2021-01-23T15:21:04.871Z] snap-build.sh [2021-01-23T15:21:04.871Z] + SNAP_BASE_DIR=. [2021-01-23T15:21:04.871Z] + '[' '!' -z /w/workspace/edgex-go/23 ']' [2021-01-23T15:21:04.871Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/23 [2021-01-23T15:21:04.871Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' [2021-01-23T15:21:04.871Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/23] [2021-01-23T15:21:04.871Z] + cd /w/workspace/edgex-go/23 [2021-01-23T15:21:04.871Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-23T15:21:04.871Z] Reading package lists... [2021-01-23T15:21:05.133Z] Building dependency tree... [2021-01-23T15:21:05.133Z] Reading state information... [2021-01-23T15:21:05.133Z] The following packages were automatically installed and are no longer required: [2021-01-23T15:21:05.133Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-23T15:21:05.133Z] uidmap xdelta3 [2021-01-23T15:21:05.133Z] Use 'sudo apt autoremove' to remove them. [2021-01-23T15:21:05.396Z] The following packages will be REMOVED: [2021-01-23T15:21:05.396Z] lxd* lxd-client* [2021-01-23T15:21:05.658Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-23T15:21:05.658Z] After this operation, 31.7 MB disk space will be freed. [2021-01-23T15:21:06.968Z] (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-23T15:21:06.968Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T15:21:07.912Z] Removing lxd dnsmasq configuration [2021-01-23T15:21:07.912Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T15:21:08.152Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T15:21:08.175Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-23T15:21:08.169Z] $ docker stop --time=1 e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 [2021-01-23T15:21:09.118Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-23T15:21:09.378Z] (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-23T15:21:09.378Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T15:21:10.123Z] $ docker rm -f e89330f6e13187a79688c51524ae3ff00acd6a76151b4e43ac63c8270577df46 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:21:10.829Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-23T15:21:10.829Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-23T15:21:11.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T15:21:11.029Z] . [Pipeline] withDockerContainer [2021-01-23T15:21:11.313Z] prd-ubuntu18.04-docker-arm64-4c-16g-22455 does not seem to be running inside a container [2021-01-23T15:21:11.406Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-23T15:21:12.220Z] + sudo snap remove --purge lxd [2021-01-23T15:21:12.221Z] snap "lxd" is not installed [2021-01-23T15:21:12.221Z] + sudo groupadd --force --system lxd [2021-01-23T15:21:12.221Z] ++ whoami [2021-01-23T15:21:12.483Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-23T15:21:12.483Z] + newgrp - lxd [2021-01-23T15:21:12.483Z] + sudo snap install lxd [2021-01-23T15:21:12.856Z] $ docker top 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:21:13.930Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T15:21:18.219Z] Building docker-core-command-go ... [2021-01-23T15:21:18.219Z] Building docker-core-data-go ... [2021-01-23T15:21:18.219Z] Building docker-core-metadata-go ... [2021-01-23T15:21:18.219Z] Building docker-security-bootstrapper-go ... [2021-01-23T15:21:18.219Z] Building docker-security-proxy-setup-go ... [2021-01-23T15:21:18.219Z] Building docker-security-secretstore-setup-go ... [2021-01-23T15:21:18.219Z] Building docker-support-notifications-go ... [2021-01-23T15:21:18.219Z] Building docker-support-scheduler-go ... [2021-01-23T15:21:18.219Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T15:21:18.219Z] Building docker-sys-mgmt-agent-go [2021-01-23T15:21:18.219Z] Building docker-support-notifications-go [2021-01-23T15:21:18.219Z] Building docker-core-command-go [2021-01-23T15:21:18.219Z] Building docker-security-secretstore-setup-go [2021-01-23T15:21:18.219Z] Building docker-security-bootstrapper-go [2021-01-23T15:21:22.501Z] 2021-01-23T15:21:19Z INFO Waiting for automatic snapd restart... [2021-01-23T15:21:37.441Z] lxd 4.10 from Canonical* installed [2021-01-23T15:21:37.441Z] + sudo lxd init --auto [2021-01-23T15:21:47.471Z] + sudo snap install --classic snapcraft [2021-01-23T15:21:54.073Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T15:21:54.073Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-23T15:21:54.073Z] + patch --verbose -p1 [2021-01-23T15:21:54.073Z] Hmm... Looks like a unified diff to me... [2021-01-23T15:21:54.073Z] The text leading up to this was: [2021-01-23T15:21:54.073Z] -------------------------- [2021-01-23T15:21:54.073Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-23T15:21:54.073Z] |From: Tony Espy [2021-01-23T15:21:54.073Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-23T15:21:54.073Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-23T15:21:54.073Z] | [2021-01-23T15:21:54.073Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-23T15:21:54.073Z] |optimize the snap CI check run for pull requests. When [2021-01-23T15:21:54.073Z] |applied, it essentially strips out everything (apps and [2021-01-23T15:21:54.073Z] |parts) from the snapcraft.yaml file except those required [2021-01-23T15:21:54.073Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-23T15:21:54.073Z] |catch changes to edgex-go that break the snap build. [2021-01-23T15:21:54.073Z] | [2021-01-23T15:21:54.073Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-23T15:21:54.073Z] |to update this patch file, otherwise it may fail to apply, [2021-01-23T15:21:54.073Z] |resulting in a failed snap build CI check in the associated [2021-01-23T15:21:54.073Z] |pull request. [2021-01-23T15:21:54.073Z] | [2021-01-23T15:21:54.073Z] |Note - in addition to applying this patch, the pipeline also [2021-01-23T15:21:54.073Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-23T15:21:54.073Z] |need to build the finally binary .snap file (and it won't [2021-01-23T15:21:54.073Z] |work with the patch applied). This further reduces the build [2021-01-23T15:21:54.073Z] |time. [2021-01-23T15:21:54.073Z] |--- [2021-01-23T15:21:54.073Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-23T15:21:54.073Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-23T15:21:54.073Z] | [2021-01-23T15:21:54.073Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-23T15:21:54.073Z] |index 1e537489..faf42425 100644 [2021-01-23T15:21:54.073Z] |--- a/snap/snapcraft.yaml [2021-01-23T15:21:54.073Z] |+++ b/snap/snapcraft.yaml [2021-01-23T15:21:54.073Z] -------------------------- [2021-01-23T15:21:54.073Z] patching file snap/snapcraft.yaml [2021-01-23T15:21:54.073Z] Using Plan A... [2021-01-23T15:21:54.073Z] Hunk #1 succeeded at 73. [2021-01-23T15:21:54.073Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-23T15:21:54.073Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-23T15:21:54.073Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-23T15:21:54.073Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-23T15:21:54.073Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-23T15:21:54.073Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-23T15:21:54.073Z] Hunk #8 succeeded at 342. [2021-01-23T15:21:54.073Z] Hmm... Ignoring the trailing garbage. [2021-01-23T15:21:54.073Z] done [2021-01-23T15:21:54.073Z] + sudo snapcraft prime --use-lxd [2021-01-23T15:21:54.340Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-23T15:21:54.340Z] 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-23T15:21:54.340Z] - README.md [2021-01-23T15:21:54.340Z] - snapcraft.yaml.orig [2021-01-23T15:21:54.340Z] [2021-01-23T15:21:54.340Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T15:21:54.915Z] Launching a container. [2021-01-23T15:22:07.162Z] Waiting for container to be ready [2021-01-23T15:22:07.162Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-23T15:22:07.162Z] [2021-01-23T15:22:10.471Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-23T15:22:10.471Z] Waiting for network to be ready... [2021-01-23T15:22:10.733Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T15:22:10.733Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T15:22:10.993Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T15:22:10.993Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T15:22:10.993Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T15:22:10.993Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T15:22:10.993Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T15:22:10.993Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T15:22:10.993Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T15:22:10.993Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T15:22:11.253Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T15:22:11.514Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T15:22:11.774Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T15:22:11.774Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T15:22:11.774Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T15:22:11.774Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T15:22:11.774Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T15:22:11.774Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T15:22:12.345Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T15:22:12.605Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T15:22:12.605Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T15:22:12.605Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T15:22:12.605Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T15:22:12.605Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T15:22:12.605Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T15:22:12.605Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T15:22:12.866Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T15:22:14.785Z] Fetched 23.8 MB in 4s (5794 kB/s) [2021-01-23T15:22:15.728Z] Reading package lists... [2021-01-23T15:22:15.728Z] Reading package lists... [2021-01-23T15:22:15.990Z] Building dependency tree... [2021-01-23T15:22:15.990Z] Reading state information... [2021-01-23T15:22:15.990Z] The following additional packages will be installed: [2021-01-23T15:22:15.990Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T15:22:15.990Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T15:22:15.990Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T15:22:15.990Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-23T15:22:15.990Z] Suggested packages: [2021-01-23T15:22:15.990Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-23T15:22:15.990Z] Recommended packages: [2021-01-23T15:22:15.990Z] gnupg libsasl2-modules [2021-01-23T15:22:15.990Z] The following NEW packages will be installed: [2021-01-23T15:22:15.990Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-23T15:22:15.990Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-23T15:22:15.990Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-23T15:22:15.990Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-23T15:22:15.990Z] The following packages will be upgraded: [2021-01-23T15:22:15.990Z] gpg gpg-agent gpgconf libudev1 [2021-01-23T15:22:16.251Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-23T15:22:16.251Z] Need to get 3533 kB of archives. [2021-01-23T15:22:16.251Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-23T15:22:16.251Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-23T15:22:16.251Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-23T15:22:16.251Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-23T15:22:16.251Z] Get:4 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-23T15:22:16.251Z] Get:5 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-23T15:22:16.251Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-23T15:22:16.251Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-23T15:22:16.251Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-23T15:22:16.251Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-23T15:22:16.824Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-23T15:22:17.086Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-23T15:22:17.086Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-23T15:22:17.086Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-23T15:22:17.086Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-23T15:22:17.086Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-23T15:22:17.086Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-23T15:22:17.086Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-23T15:22:17.086Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-23T15:22:17.086Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-23T15:22:17.086Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-23T15:22:17.347Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-23T15:22:17.347Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-23T15:22:17.347Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T15:22:17.347Z] Fetched 3533 kB in 1s (3119 kB/s) [2021-01-23T15:22:17.347Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T15:22:17.347Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-23T15:22:17.347Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T15:22:17.608Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-23T15:22:17.608Z] Selecting previously unselected package udev. [2021-01-23T15:22:17.608Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-23T15:22:17.608Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-23T15:22:17.869Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-23T15:22:18.129Z] Selecting previously unselected package libfuse2:amd64. [2021-01-23T15:22:18.129Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T15:22:18.129Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T15:22:18.129Z] Selecting previously unselected package fuse. [2021-01-23T15:22:18.129Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-23T15:22:18.129Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-23T15:22:18.129Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:18.129Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T15:22:18.390Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:18.390Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T15:22:18.390Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:18.390Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T15:22:18.653Z] Selecting previously unselected package libksba8:amd64. [2021-01-23T15:22:18.653Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-23T15:22:18.653Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-23T15:22:18.653Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-23T15:22:18.653Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:18.653Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:18.915Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-23T15:22:18.915Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:18.915Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:18.915Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-23T15:22:18.915Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:18.915Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.175Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-23T15:22:19.175Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.175Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.175Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-23T15:22:19.175Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.175Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.175Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-23T15:22:19.175Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.175Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.435Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-23T15:22:19.435Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.435Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.435Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-23T15:22:19.435Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.435Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.696Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-23T15:22:19.696Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-23T15:22:19.696Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:19.696Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-23T15:22:19.696Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T15:22:19.696Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T15:22:19.696Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-23T15:22:19.696Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-23T15:22:19.696Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T15:22:19.957Z] Selecting previously unselected package libldap-common. [2021-01-23T15:22:19.957Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-23T15:22:19.957Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T15:22:19.957Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-23T15:22:19.957Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-23T15:22:19.957Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T15:22:20.219Z] Selecting previously unselected package dirmngr. [2021-01-23T15:22:20.219Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:20.219Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T15:22:20.219Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T15:22:20.219Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-23T15:22:20.219Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-23T15:22:20.480Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T15:22:20.480Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-23T15:22:20.480Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-23T15:22:20.481Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:20.481Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-23T15:22:20.481Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T15:22:20.481Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-23T15:22:21.055Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-23T15:22:21.055Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.055Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-23T15:22:21.055Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-23T15:22:21.316Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-23T15:22:21.316Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.316Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.316Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.316Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.316Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.316Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.578Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-23T15:22:21.578Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-23T15:22:21.578Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-23T15:22:21.578Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T15:22:22.149Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-23T15:22:22.149Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-23T15:22:22.149Z] This means they are not meant to be enabled using systemctl. [2021-01-23T15:22:22.149Z] Possible reasons for having this kind of units are: [2021-01-23T15:22:22.149Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-23T15:22:22.149Z] .wants/ or .requires/ directory. [2021-01-23T15:22:22.150Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-23T15:22:22.150Z] a requirement dependency on it. [2021-01-23T15:22:22.150Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-23T15:22:22.150Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-23T15:22:22.150Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-23T15:22:22.150Z] instance name specified. [2021-01-23T15:22:22.410Z] Reading package lists... [2021-01-23T15:22:22.410Z] Building dependency tree... [2021-01-23T15:22:22.410Z] Reading state information... [2021-01-23T15:22:22.671Z] The following additional packages will be installed: [2021-01-23T15:22:22.671Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-23T15:22:22.671Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-23T15:22:22.671Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-23T15:22:22.671Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-23T15:22:22.671Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-23T15:22:22.671Z] Suggested packages: [2021-01-23T15:22:22.671Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-23T15:22:22.671Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-23T15:22:22.671Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-23T15:22:22.671Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-23T15:22:22.671Z] systemd-container policykit-1 [2021-01-23T15:22:22.671Z] Recommended packages: [2021-01-23T15:22:22.671Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-23T15:22:22.671Z] The following NEW packages will be installed: [2021-01-23T15:22:22.671Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-23T15:22:22.671Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-23T15:22:22.671Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-23T15:22:22.671Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-23T15:22:22.671Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-23T15:22:22.671Z] The following packages will be upgraded: [2021-01-23T15:22:22.671Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-23T15:22:22.671Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-23T15:22:22.671Z] Need to get 35.2 MB of archives. [2021-01-23T15:22:22.671Z] After this operation, 141 MB of additional disk space will be used. [2021-01-23T15:22:22.671Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-23T15:22:22.671Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-23T15:22:22.932Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-23T15:22:22.932Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-23T15:22:22.932Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-23T15:22:22.932Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-23T15:22:22.932Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-23T15:22:22.932Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-23T15:22:22.932Z] 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-23T15:22:22.932Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-23T15:22:22.932Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-23T15:22:22.932Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-23T15:22:22.932Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-23T15:22:22.932Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-23T15:22:22.932Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-23T15:22:22.932Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-23T15:22:22.932Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-23T15:22:23.504Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-23T15:22:23.504Z] 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-23T15:22:23.504Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-23T15:22:23.504Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-23T15:22:23.504Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-23T15:22:23.504Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-23T15:22:23.504Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-23T15:22:23.504Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-23T15:22:23.504Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-23T15:22:23.765Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-23T15:22:23.765Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-23T15:22:23.765Z] 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-23T15:22:23.765Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-23T15:22:25.151Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T15:22:25.151Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-01-23T15:22:25.151Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T15:22:25.151Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-23T15:22:25.411Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T15:22:25.984Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-23T15:22:25.984Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T15:22:25.984Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-23T15:22:26.247Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T15:22:26.247Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T15:22:26.247Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T15:22:26.509Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-23T15:22:26.509Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-23T15:22:26.509Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-23T15:22:26.509Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-23T15:22:26.772Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-23T15:22:26.772Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-23T15:22:27.345Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-23T15:22:27.345Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-23T15:22:27.345Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T15:22:27.345Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T15:22:27.606Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-23T15:22:27.606Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T15:22:27.606Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:28.180Z] Selecting previously unselected package libexpat1:amd64. [2021-01-23T15:22:28.180Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-23T15:22:28.180Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T15:22:28.180Z] Selecting previously unselected package python3.6-minimal. [2021-01-23T15:22:28.180Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T15:22:28.180Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:28.442Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T15:22:28.705Z] Checking for services that may need to be restarted...done. [2021-01-23T15:22:28.705Z] Checking for services that may need to be restarted...done. [2021-01-23T15:22:28.705Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:28.705Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-23T15:22:28.705Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:29.277Z] Selecting previously unselected package python3-minimal. [2021-01-23T15:22:29.277Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-23T15:22:29.277Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-23T15:22:29.277Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-23T15:22:29.277Z] Selecting previously unselected package mime-support. [2021-01-23T15:22:29.277Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-23T15:22:29.277Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-23T15:22:29.538Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-23T15:22:29.538Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-23T15:22:29.538Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T15:22:29.538Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-23T15:22:29.539Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T15:22:29.539Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:29.800Z] Selecting previously unselected package python3.6. [2021-01-23T15:22:29.800Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-23T15:22:29.800Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:30.069Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-23T15:22:30.069Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-23T15:22:30.069Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T15:22:30.069Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-23T15:22:30.339Z] Selecting previously unselected package python3. [2021-01-23T15:22:30.339Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-23T15:22:30.339Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-23T15:22:30.339Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-23T15:22:30.339Z] Selecting previously unselected package multiarch-support. [2021-01-23T15:22:30.339Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T15:22:30.339Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T15:22:30.601Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-23T15:22:30.601Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-23T15:22:30.601Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-23T15:22:30.601Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-23T15:22:30.601Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T15:22:30.601Z] Selecting previously unselected package libbsd0:amd64. [2021-01-23T15:22:30.601Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-23T15:22:30.863Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T15:22:30.863Z] Selecting previously unselected package sudo. [2021-01-23T15:22:30.863Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-23T15:22:30.863Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T15:22:30.863Z] Selecting previously unselected package apparmor. [2021-01-23T15:22:30.863Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T15:22:30.863Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-23T15:22:31.124Z] Selecting previously unselected package libedit2:amd64. [2021-01-23T15:22:31.124Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-23T15:22:31.124Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T15:22:31.124Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-23T15:22:31.124Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T15:22:31.124Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:31.384Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-23T15:22:31.384Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T15:22:31.384Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:31.384Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-23T15:22:31.384Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-23T15:22:31.384Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T15:22:31.384Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-23T15:22:31.384Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T15:22:31.384Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:31.647Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-23T15:22:31.647Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-23T15:22:31.647Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:31.647Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-23T15:22:31.647Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-23T15:22:31.647Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T15:22:31.908Z] Selecting previously unselected package openssh-client. [2021-01-23T15:22:31.908Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-23T15:22:31.908Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T15:22:32.169Z] Selecting previously unselected package squashfs-tools. [2021-01-23T15:22:32.169Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-23T15:22:32.169Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T15:22:32.169Z] Selecting previously unselected package snapd. [2021-01-23T15:22:32.169Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-23T15:22:32.169Z] Unpacking snapd (2.48+18.04) ... [2021-01-23T15:22:34.724Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-23T15:22:34.724Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-23T15:22:34.724Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-23T15:22:34.724Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-23T15:22:34.724Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-23T15:22:34.724Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:34.724Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T15:22:34.724Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-23T15:22:34.724Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-23T15:22:35.668Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-23T15:22:35.668Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-23T15:22:35.668Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-23T15:22:35.668Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:35.668Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:35.668Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-23T15:22:36.242Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-23T15:22:36.242Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:36.511Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-23T15:22:36.511Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-23T15:22:36.511Z] running python rtupdate hooks for python3.6... [2021-01-23T15:22:36.511Z] running python post-rtupdate hooks for python3.6... [2021-01-23T15:22:36.511Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-23T15:22:37.899Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-23T15:22:37.899Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-23T15:22:37.899Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-23T15:22:38.160Z] Setting up snapd (2.48+18.04) ... [2021-01-23T15:22:38.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-23T15:22:38.693Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-23T15:22:38.955Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-23T15:22:39.217Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-23T15:22:39.217Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T15:22:39.217Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-23T15:22:39.479Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-23T15:22:39.744Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-23T15:22:39.744Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-23T15:22:39.981Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:22:39.981Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:22:39.981Z] ---> 4144104b4055 [2021-01-23T15:22:39.981Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T15:22:39.981Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:22:39.981Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:22:39.981Z] ---> 4144104b4055 [2021-01-23T15:22:39.981Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:22:39.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:22:39.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:22:39.981Z] ---> 4144104b4055 [2021-01-23T15:22:39.981Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T15:22:39.981Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:22:39.981Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:22:39.981Z] ---> 4144104b4055 [2021-01-23T15:22:39.981Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T15:22:39.981Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:22:39.981Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:22:39.981Z] ---> 4144104b4055 [2021-01-23T15:22:39.981Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T15:22:39.981Z] ---> Running in dd3131bd175e [2021-01-23T15:22:39.981Z] ---> Running in 052631c44514 [2021-01-23T15:22:39.981Z] ---> Running in a4f3c2450d11 [2021-01-23T15:22:39.981Z] ---> Running in 84eb914b1f55 [2021-01-23T15:22:39.981Z] ---> Running in 51cfe46cd92c [2021-01-23T15:22:39.981Z] Removing intermediate container 052631c44514 [2021-01-23T15:22:39.981Z] ---> 79044d2a2390 [2021-01-23T15:22:39.981Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:22:39.981Z] Removing intermediate container dd3131bd175e [2021-01-23T15:22:39.981Z] ---> 5c93f0dadaf3 [2021-01-23T15:22:39.981Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:22:39.981Z] Removing intermediate container a4f3c2450d11 [2021-01-23T15:22:39.981Z] ---> 3d5682580d57 [2021-01-23T15:22:39.981Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:22:39.981Z] Removing intermediate container 84eb914b1f55 [2021-01-23T15:22:39.981Z] ---> 07397d82eb18 [2021-01-23T15:22:39.981Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:22:39.981Z] Removing intermediate container 51cfe46cd92c [2021-01-23T15:22:39.981Z] ---> 0cb5266c2b14 [2021-01-23T15:22:39.981Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:22:39.981Z] ---> Running in 48a41db64f45 [2021-01-23T15:22:39.981Z] ---> Running in 994989d9f4a1 [2021-01-23T15:22:39.981Z] ---> Running in 4a67e7928082 [2021-01-23T15:22:39.981Z] ---> Running in 041125fd4708 [2021-01-23T15:22:39.981Z] ---> Running in 7f6516be2d91 [2021-01-23T15:22:39.981Z] Removing intermediate container 48a41db64f45 [2021-01-23T15:22:39.981Z] ---> c29cbb77ed5a [2021-01-23T15:22:39.981Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T15:22:39.981Z] ---> Running in 7185a352788e [2021-01-23T15:22:39.981Z] Removing intermediate container 994989d9f4a1 [2021-01-23T15:22:39.981Z] ---> 2b2c9f1e4d54 [2021-01-23T15:22:39.981Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T15:22:39.981Z] Removing intermediate container 4a67e7928082 [2021-01-23T15:22:39.981Z] ---> 613b1bd3ab01 [2021-01-23T15:22:39.981Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T15:22:39.981Z] Removing intermediate container 041125fd4708 [2021-01-23T15:22:39.981Z] ---> 86dc153d6bed [2021-01-23T15:22:39.981Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T15:22:39.981Z] ---> Running in 48b64053aab0 [2021-01-23T15:22:39.981Z] ---> Running in 8679ba5e5347 [2021-01-23T15:22:39.981Z] ---> Running in 6276fcaaa924 [2021-01-23T15:22:39.981Z] Removing intermediate container 7f6516be2d91 [2021-01-23T15:22:39.981Z] ---> beb49f91bf78 [2021-01-23T15:22:39.981Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T15:22:39.981Z] ---> Running in 3172f79441a8 [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:39.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:40.007Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-23T15:22:40.269Z] /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-23T15:22:40.269Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-23T15:22:40.269Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T15:22:40.276Z] OK: 217 MiB in 51 packages [2021-01-23T15:22:40.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:40.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:40.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:22:40.575Z] OK: 217 MiB in 51 packages [2021-01-23T15:22:41.182Z] OK: 217 MiB in 51 packages [2021-01-23T15:22:41.182Z] OK: 217 MiB in 51 packages [2021-01-23T15:22:41.182Z] OK: 217 MiB in 51 packages [2021-01-23T15:22:41.218Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T15:22:41.218Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T15:22:41.479Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T15:22:41.781Z] Removing intermediate container 7185a352788e [2021-01-23T15:22:41.781Z] ---> 4f64983d4099 [2021-01-23T15:22:41.782Z] Step 6/33 : COPY go.mod . [2021-01-23T15:22:42.065Z] Removing intermediate container 48b64053aab0 [2021-01-23T15:22:42.065Z] ---> af64db017c1e [2021-01-23T15:22:42.065Z] Step 6/26 : COPY go.mod . [2021-01-23T15:22:42.683Z] Reading package lists... [2021-01-23T15:22:42.683Z] Reading package lists... [2021-01-23T15:22:42.711Z] ---> 022dfd18b0e7 [2021-01-23T15:22:42.711Z] Step 7/33 : RUN go mod download [2021-01-23T15:22:42.944Z] Building dependency tree... [2021-01-23T15:22:42.944Z] Reading state information... [2021-01-23T15:22:42.983Z] ---> Running in 643d96e88640 [2021-01-23T15:22:42.983Z] Removing intermediate container 6276fcaaa924 [2021-01-23T15:22:42.983Z] ---> a1e1a4d8ab79 [2021-01-23T15:22:42.983Z] Step 6/23 : COPY go.mod . [2021-01-23T15:22:43.208Z] Calculating upgrade... [2021-01-23T15:22:43.208Z] The following packages will be upgraded: [2021-01-23T15:22:43.208Z] advancecomp base-files bash binutils binutils-common [2021-01-23T15:22:43.208Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-23T15:22:43.208Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-23T15:22:43.208Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-23T15:22:43.208Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-23T15:22:43.208Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-23T15:22:43.208Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-23T15:22:43.208Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-23T15:22:43.208Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-23T15:22:43.208Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-23T15:22:43.208Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-23T15:22:43.208Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-23T15:22:43.208Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-23T15:22:43.208Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-23T15:22:43.208Z] ubuntu-keyring util-linux [2021-01-23T15:22:43.256Z] Removing intermediate container 3172f79441a8 [2021-01-23T15:22:43.256Z] ---> a9bfac80644d [2021-01-23T15:22:43.256Z] Step 6/22 : COPY go.mod . [2021-01-23T15:22:43.256Z] ---> bc710d029106 [2021-01-23T15:22:43.256Z] Step 7/26 : RUN go mod download [2021-01-23T15:22:43.256Z] Removing intermediate container 8679ba5e5347 [2021-01-23T15:22:43.256Z] ---> 09a5a71f1bdb [2021-01-23T15:22:43.256Z] Step 6/24 : COPY go.mod . [2021-01-23T15:22:43.468Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T15:22:43.468Z] Need to get 63.7 MB of archives. [2021-01-23T15:22:43.468Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-23T15:22:43.468Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-23T15:22:43.468Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-23T15:22:43.533Z] ---> Running in 517af3a3f9b8 [2021-01-23T15:22:44.040Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-23T15:22:44.040Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-23T15:22:44.040Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-23T15:22:44.040Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-23T15:22:44.040Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-23T15:22:44.040Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-23T15:22:44.040Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-23T15:22:44.040Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-23T15:22:44.040Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-23T15:22:44.040Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-23T15:22:44.301Z] 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-23T15:22:44.302Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-23T15:22:44.302Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-23T15:22:44.302Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-23T15:22:44.302Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-23T15:22:44.302Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-23T15:22:44.302Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-23T15:22:44.302Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-23T15:22:44.520Z] ---> 0bafcd0dac66 [2021-01-23T15:22:44.520Z] Step 7/23 : RUN go mod download [2021-01-23T15:22:44.563Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-23T15:22:44.563Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-23T15:22:44.563Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-23T15:22:44.563Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-23T15:22:44.563Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-23T15:22:44.563Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-23T15:22:44.563Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-23T15:22:44.563Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-23T15:22:44.563Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-23T15:22:44.563Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-23T15:22:44.563Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-23T15:22:44.563Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-23T15:22:44.563Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-23T15:22:44.799Z] ---> 1aa44709fc9e [2021-01-23T15:22:44.799Z] Step 7/22 : RUN go mod download [2021-01-23T15:22:44.799Z] ---> 24237a074e80 [2021-01-23T15:22:44.799Z] Step 7/24 : RUN go mod download [2021-01-23T15:22:44.799Z] ---> Running in c9df1cefc1c3 [2021-01-23T15:22:44.823Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-23T15:22:44.823Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-23T15:22:44.823Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-23T15:22:44.823Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-23T15:22:44.823Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-23T15:22:44.823Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-23T15:22:44.823Z] Get:40 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-23T15:22:44.823Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-23T15:22:44.823Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-23T15:22:44.823Z] Get:43 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-23T15:22:44.823Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-23T15:22:44.823Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-23T15:22:44.823Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-23T15:22:44.823Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-23T15:22:44.823Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-23T15:22:44.823Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-23T15:22:44.823Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-23T15:22:44.823Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-23T15:22:44.823Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-23T15:22:44.823Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-23T15:22:44.823Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-23T15:22:44.823Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-23T15:22:44.823Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-23T15:22:44.823Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-23T15:22:44.823Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-23T15:22:45.075Z] ---> Running in a5d7a1d23081 [2021-01-23T15:22:45.075Z] ---> Running in 5974e46526ce [2021-01-23T15:22:45.083Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-23T15:22:45.083Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-23T15:22:45.083Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-23T15:22:45.083Z] Get:62 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-23T15:22:45.083Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-23T15:22:45.083Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-23T15:22:45.083Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-23T15:22:45.083Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-23T15:22:45.083Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-23T15:22:45.083Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-23T15:22:45.083Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-23T15:22:45.083Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-23T15:22:45.083Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-23T15:22:45.083Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-23T15:22:45.083Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-23T15:22:45.083Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-23T15:22:45.083Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-23T15:22:45.083Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-23T15:22:45.083Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-23T15:22:45.083Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-23T15:22:45.083Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-23T15:22:45.084Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-23T15:22:45.084Z] Get:81 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-23T15:22:45.344Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-23T15:22:45.344Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-23T15:22:45.344Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-23T15:22:45.344Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-23T15:22:45.344Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-23T15:22:45.344Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-23T15:22:45.344Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-23T15:22:45.916Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-23T15:22:46.177Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-23T15:22:46.437Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-23T15:22:46.437Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-23T15:22:46.700Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-23T15:22:46.700Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-23T15:22:46.700Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-23T15:22:46.700Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-23T15:22:46.700Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-23T15:22:46.962Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T15:22:46.962Z] Fetched 63.7 MB in 3s (19.0 MB/s) [2021-01-23T15:22:46.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:46.962Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T15:22:46.962Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T15:22:47.533Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T15:22:47.533Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T15:22:47.701Z] Removing intermediate container 643d96e88640 [2021-01-23T15:22:47.701Z] ---> 6ca040f0f688 [2021-01-23T15:22:47.701Z] Step 8/33 : COPY . . [2021-01-23T15:22:47.701Z] Removing intermediate container 517af3a3f9b8 [2021-01-23T15:22:47.701Z] ---> 836515d7a466 [2021-01-23T15:22:47.701Z] Step 8/26 : COPY . . [2021-01-23T15:22:47.794Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-23T15:22:47.794Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-23T15:22:48.735Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:48.735Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:48.735Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:48.735Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:48.735Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:48.997Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:48.997Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:48.997Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:49.259Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:49.259Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:49.259Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:49.259Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:49.520Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:49.520Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:49.780Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:22:49.781Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T15:22:49.781Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:49.781Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-23T15:22:50.044Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:22:50.044Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T15:22:50.044Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:50.044Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:50.310Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:50.310Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:50.310Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-23T15:22:50.331Z] Removing intermediate container c9df1cefc1c3 [2021-01-23T15:22:50.331Z] ---> 10a747743368 [2021-01-23T15:22:50.331Z] Step 8/23 : COPY . . [2021-01-23T15:22:50.578Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-23T15:22:50.578Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:22:50.839Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T15:22:50.839Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T15:22:50.839Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T15:22:51.332Z] Removing intermediate container 5974e46526ce [2021-01-23T15:22:51.332Z] ---> aa8fdb376aa8 [2021-01-23T15:22:51.332Z] Step 8/22 : COPY . . [2021-01-23T15:22:51.332Z] Removing intermediate container a5d7a1d23081 [2021-01-23T15:22:51.332Z] ---> 649e097cab98 [2021-01-23T15:22:51.332Z] Step 8/24 : COPY . . [2021-01-23T15:22:51.412Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T15:22:51.673Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-23T15:22:51.673Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-23T15:22:51.673Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-23T15:22:51.673Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-23T15:22:51.673Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-23T15:22:51.933Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-23T15:22:51.933Z] Installing new version of config file /etc/issue ... [2021-01-23T15:22:51.933Z] Installing new version of config file /etc/issue.net ... [2021-01-23T15:22:51.933Z] Installing new version of config file /etc/lsb-release ... [2021-01-23T15:22:51.933Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-23T15:22:52.196Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-23T15:22:52.196Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-23T15:22:52.196Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-23T15:22:52.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:52.457Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-23T15:22:52.457Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-23T15:22:52.719Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-23T15:22:52.719Z] 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-23T15:22:52.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:52.719Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:52.719Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:52.980Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:52.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:52.980Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-23T15:22:52.980Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-23T15:22:53.243Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-23T15:22:53.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:53.243Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-23T15:22:53.243Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T15:22:53.504Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-23T15:22:53.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:53.765Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:53.765Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T15:22:53.765Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T15:22:54.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:54.026Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T15:22:54.026Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T15:22:54.026Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-23T15:22:54.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:54.288Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-23T15:22:54.288Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-23T15:22:54.288Z] Setting up grep (3.1-2build1) ... [2021-01-23T15:22:54.550Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:54.550Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T15:22:54.550Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T15:22:54.550Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-23T15:22:54.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:54.810Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T15:22:54.810Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T15:22:55.071Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-23T15:22:55.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:55.071Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T15:22:55.071Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T15:22:55.644Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T15:22:55.644Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T15:22:55.644Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-23T15:22:55.644Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T15:22:56.223Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-23T15:22:56.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:56.223Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-23T15:22:56.223Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-23T15:22:57.167Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T15:22:57.429Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T15:22:57.429Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-23T15:22:57.429Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-23T15:22:57.429Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T15:22:57.690Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:57.691Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-23T15:22:57.691Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-23T15:22:57.952Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-23T15:22:57.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:57.952Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:57.952Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:58.213Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:58.213Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:58.213Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:58.213Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:58.213Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:58.475Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:58.475Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:58.475Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:58.475Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:58.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:58.738Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:58.738Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:58.738Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:58.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:58.999Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T15:22:58.999Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T15:22:58.999Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T15:22:58.999Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T15:22:58.999Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T15:22:59.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:59.265Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-23T15:22:59.265Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T15:22:59.265Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T15:22:59.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:59.526Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:59.526Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:59.526Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:22:59.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:22:59.526Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:22:59.789Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:22:59.789Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:23:00.051Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:23:00.051Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:23:00.051Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:23:00.314Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:23:00.890Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-23T15:23:00.890Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-23T15:23:01.151Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:23:01.151Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-23T15:23:01.151Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-23T15:23:01.414Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T15:23:01.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-23T15:23:01.414Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-23T15:23:01.678Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-23T15:23:01.678Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-23T15:23:01.940Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:01.940Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-23T15:23:01.940Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-23T15:23:01.940Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-23T15:23:02.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:02.202Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T15:23:02.202Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T15:23:02.464Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T15:23:02.464Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:02.464Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T15:23:02.464Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T15:23:02.725Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T15:23:02.725Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:02.725Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-23T15:23:02.986Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T15:23:02.986Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T15:23:03.247Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:03.247Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-23T15:23:03.247Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-23T15:23:03.515Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-23T15:23:03.515Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-23T15:23:03.515Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T15:23:03.515Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T15:23:03.776Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T15:23:03.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:03.776Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-23T15:23:03.776Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-23T15:23:04.037Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-23T15:23:04.037Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:04.037Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-23T15:23:04.298Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-23T15:23:04.298Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-23T15:23:04.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:04.569Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-23T15:23:04.569Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-23T15:23:04.830Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-23T15:23:04.830Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:04.830Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-23T15:23:04.830Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-23T15:23:05.091Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-23T15:23:05.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:05.091Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-23T15:23:05.351Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-23T15:23:05.613Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-23T15:23:05.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:05.613Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-23T15:23:05.613Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-23T15:23:05.875Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-23T15:23:05.875Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:05.875Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-23T15:23:05.875Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-23T15:23:06.135Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-23T15:23:06.135Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:06.135Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-23T15:23:06.135Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-23T15:23:06.395Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-23T15:23:06.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:06.395Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-23T15:23:06.395Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-23T15:23:06.656Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-23T15:23:06.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:06.656Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-23T15:23:06.656Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-23T15:23:06.917Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-23T15:23:06.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:06.917Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T15:23:06.917Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-23T15:23:07.179Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-23T15:23:07.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-23T15:23:07.179Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-23T15:23:07.179Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-23T15:23:07.440Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-23T15:23:07.440Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-23T15:23:07.440Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T15:23:07.440Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T15:23:07.702Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-23T15:23:07.702Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-23T15:23:07.964Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-23T15:23:07.964Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-23T15:23:08.224Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-23T15:23:08.224Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-23T15:23:08.224Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-23T15:23:08.486Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-23T15:23:08.486Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-23T15:23:08.486Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-23T15:23:08.747Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-23T15:23:08.747Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-23T15:23:08.747Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-23T15:23:08.747Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-23T15:23:08.747Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-23T15:23:08.747Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-23T15:23:09.008Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-23T15:23:09.008Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-23T15:23:09.008Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-23T15:23:09.008Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-23T15:23:09.269Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-23T15:23:09.269Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-23T15:23:10.215Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-23T15:23:10.215Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-23T15:23:10.479Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-23T15:23:10.479Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-23T15:23:10.740Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T15:23:10.740Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T15:23:11.002Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T15:23:11.002Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T15:23:11.266Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T15:23:11.266Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T15:23:11.527Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-23T15:23:11.527Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-23T15:23:11.527Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:11.527Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:11.790Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:11.791Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:12.052Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:12.052Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:12.052Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:12.052Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:12.996Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:12.996Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:13.939Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:13.939Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:14.511Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:14.511Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:14.772Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:14.772Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:15.715Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-23T15:23:15.715Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-23T15:23:15.715Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T15:23:15.715Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T15:23:15.976Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T15:23:15.976Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T15:23:16.237Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-23T15:23:16.237Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-23T15:23:16.237Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-23T15:23:16.237Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-23T15:23:16.498Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T15:23:16.498Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T15:23:16.498Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-23T15:23:16.498Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-23T15:23:16.498Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-23T15:23:16.759Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-23T15:23:16.759Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:16.759Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-23T15:23:16.759Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:16.759Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:16.759Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:16.759Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-23T15:23:16.759Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-23T15:23:17.020Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-23T15:23:17.020Z] [2021-01-23T15:23:17.020Z] Current default time zone: 'Etc/UTC' [2021-01-23T15:23:17.020Z] Local time is now: Sat Jan 23 15:23:16 UTC 2021. [2021-01-23T15:23:17.020Z] Universal Time is now: Sat Jan 23 15:23:16 UTC 2021. [2021-01-23T15:23:17.020Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-23T15:23:17.020Z] [2021-01-23T15:23:17.020Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-23T15:23:17.020Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:17.020Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-23T15:23:17.020Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-23T15:23:17.280Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-23T15:23:17.280Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-23T15:23:17.280Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-23T15:23:17.280Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-23T15:23:17.280Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-23T15:23:17.280Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-23T15:23:17.280Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:17.280Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-23T15:23:17.541Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:17.542Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T15:23:17.542Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:17.803Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-23T15:23:17.803Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-23T15:23:17.803Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-23T15:23:17.803Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-23T15:23:17.803Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-23T15:23:17.803Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-23T15:23:17.803Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-23T15:23:17.803Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T15:23:18.160Z] ---> 90f164767d41 [2021-01-23T15:23:18.160Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T15:23:18.160Z] ---> 7aeca510bac4 [2021-01-23T15:23:18.160Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T15:23:18.160Z] ---> 8f32dd189cf1 [2021-01-23T15:23:18.160Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T15:23:18.160Z] ---> 4fb71c96ccdb [2021-01-23T15:23:18.160Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T15:23:18.160Z] ---> Running in f62df11b357a [2021-01-23T15:23:18.160Z] ---> Running in 8aca42c59e3e [2021-01-23T15:23:18.160Z] ---> Running in c50b15b5aacb [2021-01-23T15:23:18.160Z] ---> Running in c1d0b37f8350 [2021-01-23T15:23:18.160Z] ---> 9b981584996f [2021-01-23T15:23:18.160Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T15:23:18.160Z] ---> Running in c5a10ae033ee [2021-01-23T15:23:18.160Z] 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-23T15:23:18.160Z] 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-23T15:23:18.160Z] 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-23T15:23:18.160Z] 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-23T15:23:18.160Z] 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-23T15:23:19.715Z] Updating certificates in /etc/ssl/certs... [2021-01-23T15:23:20.658Z] 22 added, 17 removed; done. [2021-01-23T15:23:20.658Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-23T15:23:20.658Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-23T15:23:20.658Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-23T15:23:20.919Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-23T15:23:20.919Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-23T15:23:20.919Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:20.919Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-23T15:23:20.919Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.180Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.180Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.180Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.180Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.180Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-23T15:23:21.180Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-23T15:23:21.180Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-23T15:23:21.180Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-23T15:23:21.442Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-23T15:23:21.442Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.442Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-23T15:23:21.442Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-23T15:23:21.442Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-23T15:23:21.442Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-23T15:23:21.442Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T15:23:21.704Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-23T15:23:21.704Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-23T15:23:21.704Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-23T15:23:21.704Z] Updating certificates in /etc/ssl/certs... [2021-01-23T15:23:22.274Z] 0 added, 0 removed; done. [2021-01-23T15:23:22.274Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-23T15:23:22.274Z] done. [2021-01-23T15:23:22.844Z] Reading package lists... [2021-01-23T15:23:22.844Z] Building dependency tree... [2021-01-23T15:23:22.844Z] Reading state information... [2021-01-23T15:23:23.105Z] The following NEW packages will be installed: [2021-01-23T15:23:23.105Z] apt-transport-https [2021-01-23T15:23:23.105Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T15:23:23.105Z] Need to get 1696 B of archives. [2021-01-23T15:23:23.105Z] After this operation, 153 kB of additional disk space will be used. [2021-01-23T15:23:23.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-23T15:23:23.105Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T15:23:23.105Z] Fetched 1696 B in 0s (29.8 kB/s) [2021-01-23T15:23:23.366Z] Selecting previously unselected package apt-transport-https. [2021-01-23T15:23:23.366Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-23T15:23:23.366Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-23T15:23:23.366Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T15:23:23.366Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-23T15:23:23.627Z] Waiting for network to be ready... [2021-01-23T15:23:30.228Z] 2021-01-23T15:23:26Z INFO Waiting for automatic snapd restart... [2021-01-23T15:23:30.228Z] snapd 2.48.2 from Canonical* installed [2021-01-23T15:23:30.228Z] "snapd" switched to the "latest/stable" channel [2021-01-23T15:23:30.228Z] [2021-01-23T15:23:33.535Z] core18 20201210 from Canonical* installed [2021-01-23T15:23:33.535Z] "core18" switched to the "latest/stable" channel [2021-01-23T15:23:33.535Z] [2021-01-23T15:23:36.843Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T15:23:36.843Z] "snapcraft" switched to the "latest/stable" channel [2021-01-23T15:23:36.843Z] [2021-01-23T15:23:40.146Z] 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-23T15:23:40.146Z] - README.md [2021-01-23T15:23:40.146Z] - snapcraft.yaml.orig [2021-01-23T15:23:40.146Z] [2021-01-23T15:23:40.146Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-23T15:23:46.748Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T15:23:46.748Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T15:23:46.748Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T15:23:46.748Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T15:23:47.691Z] Reading package lists... [2021-01-23T15:23:47.953Z] 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-23T15:23:54.545Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T15:23:54.545Z] Reading package lists... [2021-01-23T15:23:54.545Z] Building dependency tree... [2021-01-23T15:23:54.545Z] Reading state information... [2021-01-23T15:23:54.545Z] Suggested packages: [2021-01-23T15:23:54.545Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-23T15:23:54.545Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-23T15:23:54.545Z] Recommended packages: [2021-01-23T15:23:54.545Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-23T15:23:54.545Z] The following NEW packages will be installed: [2021-01-23T15:23:54.546Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-23T15:23:54.546Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-23T15:23:54.546Z] pkg-config zip [2021-01-23T15:23:54.546Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-23T15:23:54.546Z] Need to get 7655 kB of archives. [2021-01-23T15:23:54.546Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-23T15:23:54.546Z] 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-23T15:23:54.546Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-23T15:23:54.546Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-23T15:23:54.546Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-23T15:23:54.546Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-23T15:23:54.807Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-23T15:23:54.807Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-23T15:23:54.808Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-23T15:23:54.808Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-23T15:23:55.069Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-23T15:23:55.069Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-23T15:23:55.069Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-23T15:23:55.069Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-23T15:23:55.069Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-23T15:23:55.069Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-23T15:23:55.331Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-23T15:23:55.331Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-23T15:23:55.331Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-23T15:23:55.331Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-23T15:23:55.331Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-23T15:23:55.331Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T15:23:55.593Z] Selecting previously unselected package libpsl5:amd64. [2021-01-23T15:23:55.593Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-23T15:23:55.593Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T15:23:55.593Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-23T15:23:55.593Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-23T15:23:55.593Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T15:23:55.854Z] Selecting previously unselected package librtmp1:amd64. [2021-01-23T15:23:55.854Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-23T15:23:55.854Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T15:23:55.854Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-23T15:23:55.854Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-23T15:23:55.854Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T15:23:55.854Z] Selecting previously unselected package liberror-perl. [2021-01-23T15:23:55.854Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-23T15:23:55.854Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-23T15:23:56.141Z] Selecting previously unselected package git-man. [2021-01-23T15:23:56.141Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-23T15:23:56.141Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T15:23:56.141Z] Selecting previously unselected package git. [2021-01-23T15:23:56.141Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-23T15:23:56.141Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T15:23:57.084Z] Selecting previously unselected package libnorm1:amd64. [2021-01-23T15:23:57.084Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-23T15:23:57.084Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T15:23:57.084Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-23T15:23:57.084Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-23T15:23:57.084Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T15:23:57.345Z] Selecting previously unselected package libsodium23:amd64. [2021-01-23T15:23:57.345Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-23T15:23:57.345Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-23T15:23:57.345Z] Selecting previously unselected package libzmq5:amd64. [2021-01-23T15:23:57.345Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T15:23:57.345Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T15:23:57.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-23T15:23:57.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-23T15:23:57.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T15:23:57.606Z] Selecting previously unselected package pkg-config. [2021-01-23T15:23:57.606Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-23T15:23:57.606Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T15:23:57.867Z] Selecting previously unselected package zip. [2021-01-23T15:23:57.867Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-23T15:23:57.867Z] Unpacking zip (3.0-11build1) ... [2021-01-23T15:23:57.867Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-23T15:23:57.867Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-23T15:23:57.867Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-23T15:23:57.867Z] Setting up liberror-perl (0.17025-1) ... [2021-01-23T15:23:57.867Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-23T15:23:57.867Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-23T15:23:58.132Z] No schema files found: doing nothing. [2021-01-23T15:23:58.132Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-23T15:23:58.132Z] Setting up zip (3.0-11build1) ... [2021-01-23T15:23:58.132Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-23T15:23:58.132Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-23T15:23:58.132Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-23T15:23:58.132Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T15:23:58.132Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-23T15:23:58.132Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-23T15:23:58.132Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-23T15:23:58.393Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-23T15:24:04.986Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T15:24:04.986Z] git set to automatically installed. [2021-01-23T15:24:04.986Z] git-man set to automatically installed. [2021-01-23T15:24:04.986Z] libcurl3-gnutls set to automatically installed. [2021-01-23T15:24:04.986Z] liberror-perl set to automatically installed. [2021-01-23T15:24:04.986Z] libglib2.0-0 set to automatically installed. [2021-01-23T15:24:04.986Z] libnghttp2-14 set to automatically installed. [2021-01-23T15:24:04.986Z] libnorm1 set to automatically installed. [2021-01-23T15:24:04.986Z] libpgm-5.2-0 set to automatically installed. [2021-01-23T15:24:04.986Z] libpsl5 set to automatically installed. [2021-01-23T15:24:04.986Z] librtmp1 set to automatically installed. [2021-01-23T15:24:04.986Z] libsodium23 set to automatically installed. [2021-01-23T15:24:04.986Z] libzmq3-dev set to automatically installed. [2021-01-23T15:24:04.986Z] libzmq5 set to automatically installed. [2021-01-23T15:24:04.986Z] pkg-config set to automatically installed. [2021-01-23T15:24:04.986Z] zip set to automatically installed. [2021-01-23T15:24:06.372Z] snapd is not logged in, snap install commands will use sudo [2021-01-23T15:24:12.958Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-23T15:24:13.530Z] snap "core18" has no updates available [2021-01-23T15:24:14.101Z] Pulling config-common [2021-01-23T15:24:15.484Z] Pulling go-build-helper [2021-01-23T15:24:37.459Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-23T15:24:37.459Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-23T15:24:37.459Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-23T15:24:37.459Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-23T15:24:37.459Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-23T15:24:37.459Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-23T15:24:37.459Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-23T15:24:37.459Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-23T15:24:37.459Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-23T15:24:37.459Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-23T15:24:37.459Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-23T15:24:37.459Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-23T15:24:37.459Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-23T15:24:37.459Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-23T15:24:37.459Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-23T15:24:37.459Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-23T15:24:37.459Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-23T15:24:37.459Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-23T15:24:37.459Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-23T15:24:37.459Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-23T15:24:37.459Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-23T15:24:37.460Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-23T15:24:37.460Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-23T15:24:37.460Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-23T15:24:37.460Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-23T15:24:37.460Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-23T15:24:37.460Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-23T15:24:37.460Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-23T15:24:37.460Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-23T15:24:37.460Z] Fetched 279 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-23T15:24:37.460Z] Fetched 122 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-23T15:24:37.460Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-23T15:24:37.460Z] Fetched 8848 B in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-23T15:24:37.460Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-23T15:24:37.460Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-23T15:24:37.460Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-23T15:24:37.460Z] Fetched 214 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-23T15:24:37.460Z] Fetched 155 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-23T15:24:37.460Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-23T15:24:37.460Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-23T15:24:37.460Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-23T15:24:37.460Z] Fetched 499 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-23T15:24:37.460Z] Fetched 111 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-23T15:24:37.460Z] Fetched 240 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-23T15:24:37.460Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-23T15:24:37.460Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-23T15:24:37.460Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-23T15:24:37.460Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-23T15:24:37.460Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-23T15:24:37.460Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-23T15:24:37.460Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-23T15:24:37.460Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-23T15:24:37.460Z] Fetched 8720 B in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-23T15:24:37.460Z] Fetched 137 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-23T15:24:37.460Z] Fetched 119 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-23T15:24:37.460Z] Fetched 109 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-23T15:24:37.460Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-23T15:24:37.460Z] Fetched 645 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-23T15:24:37.460Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-23T15:24:37.460Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-23T15:24:37.460Z] Fetched 368 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-23T15:24:37.460Z] Fetched 187 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-23T15:24:37.460Z] Fetched 175 kB in 0s (0 B/s) [2021-01-23T15:24:37.460Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-23T15:24:39.997Z] 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-23T15:24:39.997Z] 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-23T15:24:40.010Z] Fetched 206 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-23T15:24:40.010Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-23T15:24:40.010Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-23T15:24:40.010Z] Fetched 159 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-23T15:24:40.010Z] Fetched 107 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-23T15:24:40.010Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-23T15:24:40.010Z] Pulling static-packages [2021-01-23T15:24:40.588Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-23T15:24:40.588Z] Skipping pull go-build-helper (already ran) [2021-01-23T15:24:40.588Z] Skipping pull static-packages (already ran) [2021-01-23T15:24:40.588Z] Building go-build-helper [2021-01-23T15:24:44.795Z] Building static-packages [2021-01-23T15:24:45.737Z] Staging go-build-helper [2021-01-23T15:24:46.679Z] Staging static-packages [2021-01-23T15:24:47.620Z] Pulling go115 [2021-01-23T15:24:48.565Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-23T15:24:48.565Z] Skipping pull go115 (already ran) [2021-01-23T15:24:48.565Z] Building go115 [2021-01-23T15:24:48.565Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T15:24:48.565Z] Dload Upload Total Spent Left Speed [2021-01-23T15:24:51.210Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2767k 0 0 11.3M 0 0:00:10 --:--:-- 0:00:10 11.3M 49 115M 49 57.5M 0 0 46.7M 0 0:00:02 0:00:01 0:00:01 46.7M 100 115M 100 115M 0 0 51.7M 0 0:00:02 0:00:02 --:--:-- 51.7M [2021-01-23T15:24:51.470Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-23T15:24:52.439Z] Removing intermediate container c5a10ae033ee [2021-01-23T15:24:52.439Z] ---> 99e0f4b69c71 [2021-01-23T15:24:52.439Z] [2021-01-23T15:24:52.439Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T15:24:52.439Z] 3.12: Pulling from library/alpine [2021-01-23T15:24:52.439Z] Removing intermediate container c50b15b5aacb [2021-01-23T15:24:52.439Z] ---> e5b7d6e7c46c [2021-01-23T15:24:52.439Z] [2021-01-23T15:24:52.439Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T15:24:52.439Z] Removing intermediate container 8aca42c59e3e [2021-01-23T15:24:52.439Z] ---> 44fd24a82eb8 [2021-01-23T15:24:52.439Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T15:24:52.439Z] Removing intermediate container f62df11b357a [2021-01-23T15:24:52.439Z] ---> 83ee672ebaad [2021-01-23T15:24:52.439Z] [2021-01-23T15:24:52.439Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:24:52.709Z] 3.12: Pulling from library/alpine [2021-01-23T15:24:52.710Z] 3.12: Pulling from library/alpine [2021-01-23T15:24:52.982Z] ---> Running in 181cab9fd9eb [2021-01-23T15:24:53.967Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T15:24:53.967Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T15:24:53.967Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T15:24:53.967Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T15:24:53.967Z] ---> afeebe901d6b [2021-01-23T15:24:53.967Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:24:53.967Z] Status: Image is up to date for alpine:3.12 [2021-01-23T15:24:53.967Z] ---> afeebe901d6b [2021-01-23T15:24:53.967Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T15:24:53.967Z] Status: Image is up to date for alpine:3.12 [2021-01-23T15:24:53.967Z] ---> afeebe901d6b [2021-01-23T15:24:53.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T15:24:54.560Z] 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-23T15:24:54.836Z] ---> Running in ff9a20187000 [2021-01-23T15:24:54.836Z] ---> Running in 740840366f3b [2021-01-23T15:24:54.836Z] ---> Running in aa448c13c777 [2021-01-23T15:24:55.450Z] Removing intermediate container c1d0b37f8350 [2021-01-23T15:24:55.450Z] ---> 6c1adf3152ae [2021-01-23T15:24:55.450Z] [2021-01-23T15:24:55.450Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T15:24:55.450Z] ---> afeebe901d6b [2021-01-23T15:24:55.450Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T15:24:55.679Z] Staging go115 [2021-01-23T15:24:55.728Z] ---> Running in 9f0788fb2c99 [2021-01-23T15:24:57.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:24:57.997Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T15:24:57.997Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T15:24:57.997Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:24:58.273Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:24:58.273Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T15:24:58.273Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:24:58.273Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T15:24:58.273Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T15:24:58.273Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T15:24:58.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:24:58.273Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:24:58.273Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T15:24:58.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:24:58.554Z] OK: 5 MiB in 15 packages [2021-01-23T15:24:58.554Z] OK: 6 MiB in 16 packages [2021-01-23T15:24:58.554Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T15:24:58.554Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T15:24:58.554Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T15:24:58.554Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:24:58.554Z] OK: 6 MiB in 17 packages [2021-01-23T15:24:58.554Z] OK: 7 MiB in 19 packages [2021-01-23T15:24:58.836Z] Removing intermediate container 181cab9fd9eb [2021-01-23T15:24:58.836Z] ---> 714f8107e28d [2021-01-23T15:24:58.836Z] [2021-01-23T15:24:58.836Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T15:24:58.836Z] 20.10.0: Pulling from library/docker [2021-01-23T15:25:00.823Z] Removing intermediate container aa448c13c777 [2021-01-23T15:25:00.823Z] ---> dc3f23c0f74f [2021-01-23T15:25:00.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:25:00.823Z] Removing intermediate container 9f0788fb2c99 [2021-01-23T15:25:00.823Z] ---> ae9dd0a1a377 [2021-01-23T15:25:00.823Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T15:25:00.823Z] ---> Running in ee9f8a9ba9d0 [2021-01-23T15:25:00.968Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-23T15:25:00.968Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-23T15:25:00.968Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-23T15:25:00.968Z] Fetched 0 B in 0s (0 B/s) [2021-01-23T15:25:00.968Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-23T15:25:00.968Z] Fetched 224 kB in 0s (0 B/s) [2021-01-23T15:25:00.968Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-23T15:25:00.968Z] Fetched 157 kB in 0s (0 B/s) [2021-01-23T15:25:00.968Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-23T15:25:00.968Z] Fetched 221 kB in 0s (0 B/s) [2021-01-23T15:25:00.968Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-23T15:25:00.968Z] Fetched 143 kB in 0s (0 B/s) [2021-01-23T15:25:00.968Z] Pulling edgex-go [2021-01-23T15:25:01.097Z] ---> Running in a9ea21f814bf [2021-01-23T15:25:01.372Z] Removing intermediate container ff9a20187000 [2021-01-23T15:25:01.372Z] ---> a2ce3f6f8273 [2021-01-23T15:25:01.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:25:01.372Z] Removing intermediate container 740840366f3b [2021-01-23T15:25:01.372Z] ---> 961af15580f4 [2021-01-23T15:25:01.372Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T15:25:01.542Z] Pulling version [2021-01-23T15:25:01.654Z] ---> Running in a2627d1aa598 [2021-01-23T15:25:01.654Z] ---> Running in 7cae8d604917 [2021-01-23T15:25:01.930Z] Removing intermediate container ee9f8a9ba9d0 [2021-01-23T15:25:01.930Z] ---> da3cb9445b5b [2021-01-23T15:25:01.930Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T15:25:02.201Z] Removing intermediate container a9ea21f814bf [2021-01-23T15:25:02.201Z] ---> 4f7642adc7f6 [2021-01-23T15:25:02.201Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T15:25:02.201Z] ---> Running in 6c1d2dc3fa57 [2021-01-23T15:25:02.474Z] Removing intermediate container a2627d1aa598 [2021-01-23T15:25:02.474Z] ---> 97cc0f407bfd [2021-01-23T15:25:02.474Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T15:25:02.474Z] ---> Running in df3dd8455b5d [2021-01-23T15:25:02.474Z] Removing intermediate container 7cae8d604917 [2021-01-23T15:25:02.474Z] ---> b8f8257109a4 [2021-01-23T15:25:02.474Z] Step 13/24 : WORKDIR / [2021-01-23T15:25:02.484Z] Building config-common [2021-01-23T15:25:02.746Z] ---> Running in 3537ad34c344 [2021-01-23T15:25:02.746Z] ---> Running in 499c380fd131 [2021-01-23T15:25:02.746Z] Removing intermediate container 6c1d2dc3fa57 [2021-01-23T15:25:02.746Z] ---> 73bdfa23d66a [2021-01-23T15:25:02.746Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T15:25:03.017Z] Removing intermediate container df3dd8455b5d [2021-01-23T15:25:03.017Z] ---> a1a9f48e89ab [2021-01-23T15:25:03.017Z] 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-23T15:25:03.289Z] ---> Running in 5a9c8222e064 [2021-01-23T15:25:03.289Z] ---> Running in af504b1cd891 [2021-01-23T15:25:03.289Z] Removing intermediate container 3537ad34c344 [2021-01-23T15:25:03.289Z] ---> 52b00978e86f [2021-01-23T15:25:03.289Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T15:25:03.563Z] Removing intermediate container 499c380fd131 [2021-01-23T15:25:03.563Z] ---> de6273fd448b [2021-01-23T15:25:03.563Z] 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-23T15:25:03.844Z] ---> Running in 46fee3ba4752 [2021-01-23T15:25:03.844Z] Removing intermediate container 5a9c8222e064 [2021-01-23T15:25:03.844Z] ---> 1d71e99b77bb [2021-01-23T15:25:03.844Z] Step 15/23 : WORKDIR / [2021-01-23T15:25:04.391Z] Skipping build go-build-helper (already ran) [2021-01-23T15:25:04.391Z] Skipping build static-packages (already ran) [2021-01-23T15:25:04.391Z] Skipping build go115 (already ran) [2021-01-23T15:25:04.391Z] Building edgex-go [2021-01-23T15:25:04.438Z] ---> Running in 9b7b03d204b8 [2021-01-23T15:25:04.438Z] Removing intermediate container 46fee3ba4752 [2021-01-23T15:25:04.438Z] ---> f9d4f830f5c0 [2021-01-23T15:25:04.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:25:04.652Z] 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-23T15:25:05.045Z] Connecting to github.com (140.82.114.4:443) [2021-01-23T15:25:05.045Z]  ---> 8646fab9a519 [2021-01-23T15:25:05.045Z] 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-23T15:25:05.045Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.37.60:443) [2021-01-23T15:25:05.045Z] Removing intermediate container 9b7b03d204b8 [2021-01-23T15:25:05.045Z] ---> 7c77bbafe894 [2021-01-23T15:25:05.045Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:25:05.330Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T15:25:05.962Z]  ---> 5c3e685bb432 [2021-01-23T15:25:05.962Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T15:25:05.962Z] dockerize-alpine-lin 78% |************************* | 2293k 0:00:00 ETA [2021-01-23T15:25:05.962Z]  ---> 74b4a001e323 [2021-01-23T15:25:05.962Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T15:25:06.271Z] ---> fe850ae91741 [2021-01-23T15:25:06.271Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T15:25:06.271Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T15:25:06.271Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T15:25:06.271Z] dockerize [2021-01-23T15:25:07.199Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-23T15:25:07.200Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-23T15:25:07.200Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-23T15:25:07.200Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-23T15:25:07.200Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-23T15:25:07.200Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-23T15:25:07.200Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-23T15:25:07.200Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-23T15:25:07.200Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-23T15:25:07.200Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-23T15:25:07.200Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-23T15:25:07.200Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-23T15:25:07.200Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-23T15:25:07.460Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-23T15:25:07.460Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-23T15:25:07.460Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-23T15:25:08.383Z] ---> 3b378d9a77d5 [2021-01-23T15:25:08.383Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T15:25:08.657Z] ---> 0999e55af9e0 [2021-01-23T15:25:08.657Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T15:25:09.253Z] ---> 07d175d1b33a [2021-01-23T15:25:09.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T15:25:09.527Z] Removing intermediate container af504b1cd891 [2021-01-23T15:25:09.527Z] ---> 7c0d81c0c2d6 [2021-01-23T15:25:09.527Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T15:25:10.123Z] ---> Running in 6b2eb2a83474 [2021-01-23T15:25:10.396Z] ---> fd8617775642 [2021-01-23T15:25:10.396Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T15:25:10.396Z] ---> bd1247f4fd6c [2021-01-23T15:25:10.396Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T15:25:10.993Z] ---> 13962c6be31e [2021-01-23T15:25:10.993Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T15:25:11.271Z] ---> Running in 4baabb87a49f [2021-01-23T15:25:11.543Z] Removing intermediate container 6b2eb2a83474 [2021-01-23T15:25:11.543Z] ---> Running in b0e00b80539d [2021-01-23T15:25:11.543Z] ---> 364465aaf048 [2021-01-23T15:25:11.543Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T15:25:12.142Z] ---> 5605e7476e03 [2021-01-23T15:25:12.142Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T15:25:12.142Z] Removing intermediate container 4baabb87a49f [2021-01-23T15:25:12.142Z] ---> 463f0528ddde [2021-01-23T15:25:12.142Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:25:12.142Z] ---> Running in 6b32ad19f023 [2021-01-23T15:25:12.738Z] Removing intermediate container b0e00b80539d [2021-01-23T15:25:12.738Z] ---> c2381926c059 [2021-01-23T15:25:12.738Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:25:12.738Z] ---> Running in a8a5135217d3 [2021-01-23T15:25:13.027Z] ---> Running in 4802b42cdc53 [2021-01-23T15:25:13.300Z] ---> de9aea359ee8 [2021-01-23T15:25:13.300Z] 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-23T15:25:13.300Z] Removing intermediate container 6b32ad19f023 [2021-01-23T15:25:13.300Z] ---> 611e5c786640 [2021-01-23T15:25:13.300Z] 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-23T15:25:13.571Z] Removing intermediate container a8a5135217d3 [2021-01-23T15:25:13.571Z] ---> 8e9c354a9c10 [2021-01-23T15:25:13.571Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T15:25:13.849Z] ---> Running in 1bf0c5583252 [2021-01-23T15:25:13.849Z] ---> Running in d1144dd57b1f [2021-01-23T15:25:13.849Z] ---> Running in fb753d592212 [2021-01-23T15:25:13.849Z] Removing intermediate container 4802b42cdc53 [2021-01-23T15:25:13.849Z] ---> db9307fb71b4 [2021-01-23T15:25:13.849Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T15:25:14.044Z] 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-23T15:25:14.125Z] ---> Running in e034c41ec303 [2021-01-23T15:25:14.718Z] Removing intermediate container fb753d592212 [2021-01-23T15:25:14.718Z] ---> 896cfb408020 [2021-01-23T15:25:14.718Z] Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:25:14.995Z] ---> Running in 63f9086dbc1a [2021-01-23T15:25:14.995Z] Removing intermediate container e034c41ec303 [2021-01-23T15:25:14.995Z] ---> 7b1e6cb93786 [2021-01-23T15:25:14.995Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:25:15.270Z] ---> Running in e26f7c266c48 [2021-01-23T15:25:15.543Z] Move dockerize executable [2021-01-23T15:25:15.817Z] Removing intermediate container 63f9086dbc1a [2021-01-23T15:25:15.817Z] ---> 8a8e70747dfa [2021-01-23T15:25:15.817Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T15:25:15.817Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T15:25:15.817Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T15:25:15.817Z] ---> eeaf43b92773 [2021-01-23T15:25:15.817Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T15:25:15.817Z] ---> Running in 781862f0db2d [2021-01-23T15:25:16.100Z] Removing intermediate container e26f7c266c48 [2021-01-23T15:25:16.101Z] ---> 20623ad8ef53 [2021-01-23T15:25:16.101Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:25:16.101Z] ---> Running in c2f4b8f41c51 [2021-01-23T15:25:16.392Z] ---> Running in f89ee9414f18 [2021-01-23T15:25:16.680Z] Removing intermediate container 781862f0db2d [2021-01-23T15:25:16.680Z] ---> 267a497a527d [2021-01-23T15:25:16.680Z] [2021-01-23T15:25:16.955Z] Removing intermediate container f89ee9414f18 [2021-01-23T15:25:16.955Z] ---> 80aaff2dc250 [2021-01-23T15:25:16.955Z] [2021-01-23T15:25:17.230Z] Successfully built 267a497a527d [2021-01-23T15:25:17.230Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-23T15:25:17.230Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-23T15:25:17.339Z] 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-23T15:25:17.504Z] Successfully built 80aaff2dc250 [2021-01-23T15:25:17.781Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-23T15:25:17.781Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-23T15:25:17.781Z] Removing intermediate container d1144dd57b1f [2021-01-23T15:25:17.781Z] ---> b769ab1b4926 [2021-01-23T15:25:17.781Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T15:25:18.055Z] Removing intermediate container 1bf0c5583252 [2021-01-23T15:25:18.055Z] ---> bca07ad6ed29 [2021-01-23T15:25:18.055Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} ---> Running in d083627d1d5a [2021-01-23T15:25:18.055Z] [2021-01-23T15:25:18.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:18.056Z] ---> Running in 1899fa6554c1 [2021-01-23T15:25:18.281Z] 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-23T15:25:18.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:18.334Z] Removing intermediate container d083627d1d5a [2021-01-23T15:25:18.334Z] ---> e79cc3e83548 [2021-01-23T15:25:18.605Z] Step 22/24 : LABEL arch=arm64 [2021-01-23T15:25:18.605Z] ---> Running in 826e3a95d67a [2021-01-23T15:25:18.877Z] Removing intermediate container 1899fa6554c1 [2021-01-23T15:25:18.877Z] ---> a0ef42089c19 [2021-01-23T15:25:18.877Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T15:25:19.153Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T15:25:19.153Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T15:25:19.153Z] Executing bash-5.0.17-r0.post-install [2021-01-23T15:25:19.153Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:25:19.153Z] OK: 12 MiB in 22 packages [2021-01-23T15:25:19.430Z] Removing intermediate container 826e3a95d67a [2021-01-23T15:25:19.430Z] ---> 4285257d163e [2021-01-23T15:25:19.430Z] Step 23/24 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:25:19.430Z] ---> Running in 1652086664d1 [2021-01-23T15:25:19.664Z] 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-23T15:25:19.664Z] 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-23T15:25:19.924Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-23T15:25:20.031Z] ---> 92b0b907ba18 [2021-01-23T15:25:20.031Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T15:25:20.185Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-23T15:25:20.185Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-23T15:25:20.185Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-23T15:25:21.569Z] 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-23T15:25:21.569Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-23T15:25:21.569Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-23T15:25:22.008Z] ---> Running in 47dc21ef0c48 [2021-01-23T15:25:22.008Z] Removing intermediate container 1652086664d1 [2021-01-23T15:25:22.008Z] ---> 858865f26ee0 [2021-01-23T15:25:22.008Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T15:25:22.954Z] 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-23T15:25:23.902Z] 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-23T15:25:23.902Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-23T15:25:23.986Z] ---> Running in c1905e463345 [2021-01-23T15:25:23.986Z] Removing intermediate container c2f4b8f41c51 [2021-01-23T15:25:23.986Z] ---> 6f91ef46c18e [2021-01-23T15:25:23.986Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T15:25:24.270Z] ---> Running in a9c9fad0685a [2021-01-23T15:25:24.865Z] Removing intermediate container c1905e463345 [2021-01-23T15:25:24.865Z] ---> 51b8a8ed831a [2021-01-23T15:25:24.865Z] [2021-01-23T15:25:25.285Z] 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-23T15:25:25.465Z] Successfully built 51b8a8ed831a [2021-01-23T15:25:25.746Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-23T15:25:25.746Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-23T15:25:25.746Z] Removing intermediate container a9c9fad0685a [2021-01-23T15:25:25.746Z] ---> 3ec2f6509fde [2021-01-23T15:25:25.746Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T15:25:25.855Z] 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-23T15:25:26.341Z] ---> Running in 4fbd5cde8af9 [2021-01-23T15:25:26.797Z] 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-23T15:25:26.797Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-23T15:25:26.954Z] Removing intermediate container 4fbd5cde8af9 [2021-01-23T15:25:26.954Z] ---> e4da467f41a1 [2021-01-23T15:25:26.954Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T15:25:26.954Z] Removing intermediate container 47dc21ef0c48 [2021-01-23T15:25:26.954Z] ---> 25ea1da6d042 [2021-01-23T15:25:26.954Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:25:27.229Z] ---> Running in 0e46ff1885e0 [2021-01-23T15:25:27.743Z] 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-23T15:25:27.743Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-23T15:25:27.831Z] Removing intermediate container 0e46ff1885e0 [2021-01-23T15:25:27.831Z] ---> d7203b1d86eb [2021-01-23T15:25:27.831Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T15:25:28.425Z] ---> 1006483be3da [2021-01-23T15:25:28.425Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T15:25:29.875Z] ---> 8fdb035dfba2 [2021-01-23T15:25:29.875Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T15:25:29.875Z] ---> 6cd8bd0831c2 [2021-01-23T15:25:29.875Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T15:25:30.332Z] Building version [2021-01-23T15:25:30.855Z] ---> 32eed375e2fa [2021-01-23T15:25:30.855Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T15:25:31.130Z] ---> 16105ff131fe [2021-01-23T15:25:31.130Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T15:25:32.267Z] Staging config-common [2021-01-23T15:25:32.838Z] Skipping stage go-build-helper (already ran) [2021-01-23T15:25:32.838Z] Skipping stage static-packages (already ran) [2021-01-23T15:25:32.838Z] Skipping stage go115 (already ran) [2021-01-23T15:25:32.838Z] Staging edgex-go [2021-01-23T15:25:33.120Z] ---> 32f9604c011d [2021-01-23T15:25:33.120Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T15:25:33.399Z] ---> 871bc0ef3967 [2021-01-23T15:25:33.399Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T15:25:33.675Z] ---> Running in 17973c9b1811 [2021-01-23T15:25:33.782Z] Staging version [2021-01-23T15:25:34.722Z] Priming config-common [2021-01-23T15:25:35.108Z] ---> 46045cb1c577 [2021-01-23T15:25:35.108Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T15:25:35.662Z] Priming go-build-helper [2021-01-23T15:25:35.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:35.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:35.978Z] ---> Running in 7da8cf976bc6 [2021-01-23T15:25:36.232Z] Priming static-packages [2021-01-23T15:25:36.254Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T15:25:36.254Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T15:25:36.254Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T15:25:36.254Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T15:25:36.254Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T15:25:36.254Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T15:25:36.254Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T15:25:37.236Z] Removing intermediate container 7da8cf976bc6 [2021-01-23T15:25:37.236Z] ---> 2e175dbbff99 [2021-01-23T15:25:37.236Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T15:25:38.238Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T15:25:38.238Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T15:25:38.238Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T15:25:38.238Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T15:25:38.238Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T15:25:38.512Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T15:25:38.512Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T15:25:38.512Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T15:25:38.512Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T15:25:38.512Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T15:25:38.777Z] Priming go115 [2021-01-23T15:25:38.785Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T15:25:38.785Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T15:25:38.785Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T15:25:38.785Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T15:25:38.785Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T15:25:38.785Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T15:25:39.059Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T15:25:39.059Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T15:25:39.059Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T15:25:39.059Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T15:25:39.059Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T15:25:39.059Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T15:25:39.059Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T15:25:39.059Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T15:25:39.059Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T15:25:39.059Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T15:25:39.342Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:25:39.342Z] OK: 71 MiB in 55 packages [2021-01-23T15:25:39.618Z] ---> 2d90a09c87ca [2021-01-23T15:25:39.618Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T15:25:39.718Z] Priming edgex-go [2021-01-23T15:25:40.659Z] Priming version [2021-01-23T15:25:41.069Z] ---> Running in 487031f74703 [2021-01-23T15:25:41.601Z] 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-23T15:25:45.446Z] Removing intermediate container 487031f74703 [2021-01-23T15:25:45.446Z] ---> ff59b6a25da2 [2021-01-23T15:25:45.446Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T15:25:46.433Z] ---> Running in cfca3a97a97e [2021-01-23T15:25:47.419Z] Removing intermediate container cfca3a97a97e [2021-01-23T15:25:47.419Z] ---> be601c031969 [2021-01-23T15:25:47.419Z] Step 30/33 : CMD ["gate"] [2021-01-23T15:25:48.863Z] ---> Running in 06aa5545aaee [2021-01-23T15:25:49.466Z] Removing intermediate container 06aa5545aaee [2021-01-23T15:25:49.466Z] ---> d931eb95a418 [2021-01-23T15:25:49.466Z] Step 31/33 : LABEL arch=arm64 [2021-01-23T15:25:49.737Z] Removing intermediate container 17973c9b1811 [2021-01-23T15:25:49.737Z] ---> f483de20950d [2021-01-23T15:25:49.737Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T15:25:50.715Z] ---> Running in 812d69158d73 [2021-01-23T15:25:50.715Z] ---> Running in 4c0d428e67f7 [2021-01-23T15:25:51.692Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:25:51.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:25:51.692Z] ---> 4144104b4055 [2021-01-23T15:25:51.692Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T15:25:51.692Z] ---> Using cache [2021-01-23T15:25:51.692Z] ---> 0cb5266c2b14 [2021-01-23T15:25:51.692Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:25:51.692Z] ---> Using cache [2021-01-23T15:25:51.692Z] ---> beb49f91bf78 [2021-01-23T15:25:51.692Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T15:25:51.692Z] Removing intermediate container 812d69158d73 [2021-01-23T15:25:51.692Z] ---> 0e4cbe944f18 [2021-01-23T15:25:51.692Z] Step 32/33 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:25:52.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:25:52.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:25:52.286Z] ---> 4144104b4055 [2021-01-23T15:25:52.286Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:25:52.286Z] ---> Using cache [2021-01-23T15:25:52.286Z] ---> 0cb5266c2b14 [2021-01-23T15:25:52.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:25:52.286Z] ---> Using cache [2021-01-23T15:25:52.286Z] ---> beb49f91bf78 [2021-01-23T15:25:52.286Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T15:25:52.560Z] ---> Running in 10384e3fd20c [2021-01-23T15:25:52.560Z] ---> Running in f629ecfd9f35 [2021-01-23T15:25:52.560Z] ---> Running in 9d265b9e32f2 [2021-01-23T15:25:54.542Z] Removing intermediate container 9d265b9e32f2 [2021-01-23T15:25:54.542Z] ---> 7b9c8b546f95 [2021-01-23T15:25:54.542Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T15:25:54.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:54.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:55.134Z] ---> Running in 4e47f85d9dab [2021-01-23T15:25:55.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:55.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:25:56.011Z] Removing intermediate container 4e47f85d9dab [2021-01-23T15:25:56.011Z] ---> d485e7f98934 [2021-01-23T15:25:56.011Z] [2021-01-23T15:25:56.290Z] OK: 217 MiB in 51 packages [2021-01-23T15:25:56.565Z] OK: 217 MiB in 51 packages [2021-01-23T15:25:56.565Z] Successfully built d485e7f98934 [2021-01-23T15:25:56.848Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-23T15:25:56.848Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-01-23T15:25:57.440Z] Collecting docker-compose==1.23.2 [2021-01-23T15:25:57.440Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T15:25:58.033Z] Removing intermediate container 10384e3fd20c [2021-01-23T15:25:58.033Z] ---> 62e40307494b [2021-01-23T15:25:58.033Z] Step 6/22 : COPY go.mod . [2021-01-23T15:25:58.306Z] 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-23T15:25:58.582Z] Removing intermediate container f629ecfd9f35 [2021-01-23T15:25:58.582Z] ---> 9d293520ca25 [2021-01-23T15:25:58.582Z] Step 6/23 : COPY go.mod . [2021-01-23T15:25:58.582Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T15:25:58.582Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T15:26:00.020Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:26:00.020Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:26:00.020Z] ---> 4144104b4055 [2021-01-23T15:26:00.020Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T15:26:00.020Z] ---> Using cache [2021-01-23T15:26:00.020Z] ---> 0cb5266c2b14 [2021-01-23T15:26:00.020Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:26:00.020Z] ---> Using cache [2021-01-23T15:26:00.020Z] ---> beb49f91bf78 [2021-01-23T15:26:00.020Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T15:26:00.020Z] ---> Using cache [2021-01-23T15:26:00.020Z] ---> 62e40307494b [2021-01-23T15:26:00.020Z] Step 6/21 : COPY go.mod . [2021-01-23T15:26:00.020Z] ---> Using cache [2021-01-23T15:26:00.020Z] ---> 047bd10e1795 [2021-01-23T15:26:00.020Z] Step 7/21 : RUN go mod download [2021-01-23T15:26:00.020Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T15:26:00.020Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T15:26:00.613Z] ---> 047bd10e1795 [2021-01-23T15:26:00.613Z] Step 7/22 : RUN go mod download [2021-01-23T15:26:00.888Z] ---> Running in 6b7e825ebce2 [2021-01-23T15:26:01.167Z] ---> 1f648b24a824 [2021-01-23T15:26:01.167Z] Step 7/23 : RUN go mod download [2021-01-23T15:26:01.167Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T15:26:01.167Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T15:26:01.167Z] ---> Running in a301a664648b [2021-01-23T15:26:01.445Z] ---> Running in 0b3c56783a06 [2021-01-23T15:26:02.442Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T15:26:02.442Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T15:26:03.434Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T15:26:03.434Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T15:26:06.915Z] Removing intermediate container 6b7e825ebce2 [2021-01-23T15:26:06.915Z] ---> 0befe49ac3f4 [2021-01-23T15:26:06.915Z] Step 8/21 : COPY . . [2021-01-23T15:26:06.915Z] Removing intermediate container a301a664648b [2021-01-23T15:26:06.915Z] ---> e6250faabf50 [2021-01-23T15:26:06.915Z] Step 8/22 : COPY . . [2021-01-23T15:26:06.915Z] Collecting PyYAML<4,>=3.10 [2021-01-23T15:26:06.915Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T15:26:07.568Z] Removing intermediate container 0b3c56783a06 [2021-01-23T15:26:07.568Z] ---> f04205e13b66 [2021-01-23T15:26:07.568Z] Step 8/23 : COPY . . [2021-01-23T15:26:13.043Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T15:26:13.043Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T15:26:13.043Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T15:26:13.043Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T15:26:15.040Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T15:26:15.040Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T15:26:17.027Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T15:26:17.027Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T15:26:17.027Z] ---> 4144104b4055 [2021-01-23T15:26:17.027Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T15:26:17.027Z] ---> Using cache [2021-01-23T15:26:17.027Z] ---> 0cb5266c2b14 [2021-01-23T15:26:17.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:26:17.027Z] ---> Using cache [2021-01-23T15:26:17.027Z] ---> beb49f91bf78 [2021-01-23T15:26:17.027Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T15:26:17.027Z] ---> Using cache [2021-01-23T15:26:17.027Z] ---> 62e40307494b [2021-01-23T15:26:17.027Z] Step 6/23 : COPY go.mod . [2021-01-23T15:26:17.027Z] ---> Using cache [2021-01-23T15:26:17.027Z] ---> 047bd10e1795 [2021-01-23T15:26:17.027Z] Step 7/23 : RUN go mod download [2021-01-23T15:26:17.027Z] ---> Using cache [2021-01-23T15:26:17.027Z] ---> e6250faabf50 [2021-01-23T15:26:17.027Z] Step 8/23 : COPY . . [2021-01-23T15:26:17.027Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T15:26:17.027Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T15:26:17.302Z] 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-23T15:26:17.302Z] 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-23T15:26:17.577Z] Collecting idna<2.8,>=2.5 [2021-01-23T15:26:17.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T15:26:18.558Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T15:26:18.558Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T15:26:18.832Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T15:26:18.832Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T15:26:18.832Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T15:26:18.832Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T15:26:19.817Z] Installing collected packages: jsonschema, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, dockerpty, texttable, docker-compose [2021-01-23T15:26:20.800Z] Attempting uninstall: idna [2021-01-23T15:26:20.800Z] Found existing installation: idna 2.9 [2021-01-23T15:26:20.800Z] Uninstalling idna-2.9: [2021-01-23T15:26:21.074Z] Successfully uninstalled idna-2.9 [2021-01-23T15:26:21.670Z] Attempting uninstall: urllib3 [2021-01-23T15:26:21.670Z] Found existing installation: urllib3 1.25.9 [2021-01-23T15:26:21.670Z] Uninstalling urllib3-1.25.9: [2021-01-23T15:26:21.943Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T15:26:22.540Z] Attempting uninstall: requests [2021-01-23T15:26:22.541Z] Found existing installation: requests 2.23.0 [2021-01-23T15:26:22.541Z] Uninstalling requests-2.23.0: [2021-01-23T15:26:22.541Z] Successfully uninstalled requests-2.23.0 [2021-01-23T15:26:23.998Z] Running setup.py install for docopt: started [2021-01-23T15:26:25.986Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T15:26:25.986Z] Running setup.py install for PyYAML: started [2021-01-23T15:26:28.616Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T15:26:28.616Z] Running setup.py install for dockerpty: started [2021-01-23T15:26:30.600Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T15:26:30.600Z] Running setup.py install for texttable: started [2021-01-23T15:26:33.265Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T15:26:34.718Z] 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-23T15:26:39.031Z] ---> f899b0e4370a [2021-01-23T15:26:39.031Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T15:26:39.031Z] ---> 737231dce5cf [2021-01-23T15:26:39.031Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T15:26:39.031Z] ---> 5918f4d5cdd0 [2021-01-23T15:26:39.031Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T15:26:39.031Z] ---> ad08c4f63323 [2021-01-23T15:26:39.031Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T15:26:39.031Z] ---> Running in 152752e92de1 [2021-01-23T15:26:39.031Z] ---> Running in f98407a8e20a [2021-01-23T15:26:39.031Z] ---> Running in f575159c2bd0 [2021-01-23T15:26:39.031Z] ---> Running in e4e326a56aab [2021-01-23T15:26:40.493Z] 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-23T15:26:41.097Z] 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-23T15:26:41.097Z] Removing intermediate container 4c0d428e67f7 [2021-01-23T15:26:41.097Z] ---> 7762cce1cbf0 [2021-01-23T15:26:41.097Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T15:26:41.097Z] 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-23T15:26:41.379Z] 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-23T15:26:41.379Z] ---> Running in 917341225de9 [2021-01-23T15:26:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:26:43.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:26:43.979Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:26:43.979Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T15:26:43.979Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T15:26:43.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:26:43.979Z] OK: 71 MiB in 58 packages [2021-01-23T15:26:45.973Z] Removing intermediate container 917341225de9 [2021-01-23T15:26:45.973Z] ---> 3e5e0a0b0c05 [2021-01-23T15:26:45.973Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T15:26:45.973Z] ---> Running in 3791c27a9307 [2021-01-23T15:26:46.577Z] Removing intermediate container 3791c27a9307 [2021-01-23T15:26:46.577Z] ---> de98d765e621 [2021-01-23T15:26:46.577Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:26:46.861Z] ---> Running in 0f36e8bb49e5 [2021-01-23T15:26:47.851Z] Removing intermediate container 0f36e8bb49e5 [2021-01-23T15:26:47.851Z] ---> f37c299abe04 [2021-01-23T15:26:47.851Z] Step 24/26 : LABEL arch=arm64 [2021-01-23T15:26:47.851Z] ---> Running in 6ebbe220ee9c [2021-01-23T15:26:48.468Z] Removing intermediate container 6ebbe220ee9c [2021-01-23T15:26:48.468Z] ---> ffdcd8a13134 [2021-01-23T15:26:48.468Z] Step 25/26 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:26:48.745Z] ---> Running in cf2482802536 [2021-01-23T15:26:49.354Z] Removing intermediate container cf2482802536 [2021-01-23T15:26:49.354Z] ---> af9f34ded6c7 [2021-01-23T15:26:49.354Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T15:26:49.644Z] ---> Running in 051c027fec65 [2021-01-23T15:26:50.251Z] Removing intermediate container 051c027fec65 [2021-01-23T15:26:50.251Z] ---> 5afb776aba19 [2021-01-23T15:26:50.251Z] [2021-01-23T15:26:50.542Z] Successfully built 5afb776aba19 [2021-01-23T15:26:50.823Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-23T15:27:47.392Z]  Building docker-sys-mgmt-agent-go ... done 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-23T15:28:05.753Z] Removing intermediate container e4e326a56aab [2021-01-23T15:28:05.753Z] ---> 7915896453f1 [2021-01-23T15:28:05.753Z] [2021-01-23T15:28:05.753Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T15:28:05.753Z] ---> afeebe901d6b [2021-01-23T15:28:05.753Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:28:05.753Z] ---> Using cache [2021-01-23T15:28:05.753Z] ---> dc3f23c0f74f [2021-01-23T15:28:05.753Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:28:05.754Z] ---> Using cache [2021-01-23T15:28:05.754Z] ---> da3cb9445b5b [2021-01-23T15:28:05.754Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T15:28:05.754Z] Removing intermediate container f98407a8e20a [2021-01-23T15:28:05.754Z] ---> 591e070736e0 [2021-01-23T15:28:05.754Z] [2021-01-23T15:28:05.754Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T15:28:05.754Z] ---> afeebe901d6b [2021-01-23T15:28:05.754Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T15:28:05.754Z] ---> Running in a04372828fef [2021-01-23T15:28:05.754Z] ---> Running in 774956476e0e [2021-01-23T15:28:05.754Z] Removing intermediate container a04372828fef [2021-01-23T15:28:05.754Z] ---> 964e3c035124 [2021-01-23T15:28:05.754Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T15:28:05.754Z] ---> Running in e10098142d57 [2021-01-23T15:28:05.754Z] Removing intermediate container e10098142d57 [2021-01-23T15:28:05.754Z] ---> 3d97b26df786 [2021-01-23T15:28:05.754Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:28:05.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:28:05.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:28:06.040Z] ---> 29571054ee19 [2021-01-23T15:28:06.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T15:28:06.040Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T15:28:06.040Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T15:28:06.321Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T15:28:06.321Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T15:28:06.321Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:28:06.321Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T15:28:06.604Z] OK: 7 MiB in 18 packages [2021-01-23T15:28:08.065Z] ---> 5ce082656e5f [2021-01-23T15:28:08.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T15:28:09.048Z] Removing intermediate container 774956476e0e [2021-01-23T15:28:09.048Z] ---> 6c01d104e5a1 [2021-01-23T15:28:09.048Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T15:28:09.322Z] ---> Running in 1e0e83e20fd9 [2021-01-23T15:28:09.322Z] ---> 6f610e560f18 [2021-01-23T15:28:09.322Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T15:28:09.594Z] ---> Running in f725bdf46b08 [2021-01-23T15:28:09.866Z] Removing intermediate container 1e0e83e20fd9 [2021-01-23T15:28:09.866Z] ---> 0f3f4801ed44 [2021-01-23T15:28:09.866Z] Step 13/21 : WORKDIR /edgex [2021-01-23T15:28:10.143Z] ---> Running in 1995cda85c22 [2021-01-23T15:28:10.418Z] Removing intermediate container f725bdf46b08 [2021-01-23T15:28:10.418Z] ---> 67e27a9db826 [2021-01-23T15:28:10.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:28:10.418Z] ---> Running in 59788ee4cba4 [2021-01-23T15:28:10.693Z] Removing intermediate container 1995cda85c22 [2021-01-23T15:28:10.693Z] ---> 40b5520ec7fb [2021-01-23T15:28:10.693Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T15:28:11.292Z] Removing intermediate container 59788ee4cba4 [2021-01-23T15:28:11.292Z] ---> f03ed1bb76d2 [2021-01-23T15:28:11.292Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T15:28:11.292Z] ---> Running in 843cf3c61cab [2021-01-23T15:28:11.566Z] ---> f90ab84d53e8 [2021-01-23T15:28:11.839Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T15:28:12.113Z] Removing intermediate container 843cf3c61cab [2021-01-23T15:28:12.113Z] ---> 0e62cfdb76ae [2021-01-23T15:28:12.113Z] Step 21/22 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:28:12.113Z] ---> Running in a39bac13e2a2 [2021-01-23T15:28:12.885Z] Removing intermediate container a39bac13e2a2 [2021-01-23T15:28:12.885Z] ---> 0d558b0947ef [2021-01-23T15:28:12.885Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T15:28:13.183Z] ---> Running in 6520447ac58d [2021-01-23T15:28:13.820Z] ---> 549281789341 [2021-01-23T15:28:13.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T15:28:13.820Z] Removing intermediate container 6520447ac58d [2021-01-23T15:28:13.820Z] ---> 92b9a9596acd [2021-01-23T15:28:13.820Z] [2021-01-23T15:28:14.857Z] Successfully built 92b9a9596acd [2021-01-23T15:28:14.857Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-23T15:28:15.846Z]  Building docker-support-scheduler-go ... done  ---> 1e4be4a33a83 [2021-01-23T15:28:15.846Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T15:28:16.121Z] ---> Running in ec11714cb59c [2021-01-23T15:28:17.108Z] Removing intermediate container ec11714cb59c [2021-01-23T15:28:17.108Z] ---> 9032e7e9c4e4 [2021-01-23T15:28:17.108Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T15:28:17.384Z] ---> Running in 60de26facdd5 [2021-01-23T15:28:18.370Z] Removing intermediate container 60de26facdd5 [2021-01-23T15:28:18.370Z] ---> 58887af894b7 [2021-01-23T15:28:18.370Z] Step 19/21 : LABEL arch=arm64 [2021-01-23T15:28:18.643Z] Removing intermediate container f575159c2bd0 [2021-01-23T15:28:18.643Z] ---> adbccedc130b [2021-01-23T15:28:18.643Z] [2021-01-23T15:28:18.643Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:28:18.643Z] ---> afeebe901d6b [2021-01-23T15:28:18.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T15:28:18.643Z] ---> Using cache [2021-01-23T15:28:18.643Z] ---> dc3f23c0f74f [2021-01-23T15:28:18.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T15:28:18.643Z] ---> Using cache [2021-01-23T15:28:18.643Z] ---> da3cb9445b5b [2021-01-23T15:28:18.643Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T15:28:18.643Z] ---> Running in c1255607899c [2021-01-23T15:28:18.918Z] ---> Running in 67a232ae14a3 [2021-01-23T15:28:19.200Z] Removing intermediate container c1255607899c [2021-01-23T15:28:19.200Z] ---> 6df8c981eb3c [2021-01-23T15:28:19.200Z] Step 20/21 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:28:19.477Z] Removing intermediate container 67a232ae14a3 [2021-01-23T15:28:19.477Z] ---> 3cdef67221ea [2021-01-23T15:28:19.477Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T15:28:19.477Z] ---> Running in b43bdc0a4d81 [2021-01-23T15:28:19.477Z] ---> Running in 07d9dbff4b62 [2021-01-23T15:28:20.072Z] Removing intermediate container b43bdc0a4d81 [2021-01-23T15:28:20.072Z] ---> 7e5e7a76aa8f [2021-01-23T15:28:20.072Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T15:28:20.072Z] Removing intermediate container 07d9dbff4b62 [2021-01-23T15:28:20.072Z] ---> e0d039879402 [2021-01-23T15:28:20.072Z] Step 15/23 : WORKDIR / [2021-01-23T15:28:20.346Z] ---> Running in 025d0fdf64d6 [2021-01-23T15:28:20.346Z] ---> Running in 87bb2e3e1a97 [2021-01-23T15:28:20.941Z] Removing intermediate container 87bb2e3e1a97 [2021-01-23T15:28:20.941Z] ---> 4b08a6e436c4 [2021-01-23T15:28:20.941Z] [2021-01-23T15:28:20.941Z] Removing intermediate container 025d0fdf64d6 [2021-01-23T15:28:20.941Z] ---> 2faab7c214d7 [2021-01-23T15:28:20.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:28:21.218Z] Successfully built 4b08a6e436c4 [2021-01-23T15:28:21.218Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-23T15:28:22.208Z]  Building docker-security-proxy-setup-go ... done  ---> 983094b1d602 [2021-01-23T15:28:22.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T15:28:23.649Z] ---> 677504b1448d [2021-01-23T15:28:23.649Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T15:28:23.925Z] Removing intermediate container 152752e92de1 [2021-01-23T15:28:23.925Z] ---> 6bfb0ccf56fa [2021-01-23T15:28:23.925Z] [2021-01-23T15:28:23.925Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T15:28:23.925Z] ---> afeebe901d6b [2021-01-23T15:28:23.925Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T15:28:24.198Z] ---> Running in 337bf9c4f094 [2021-01-23T15:28:24.476Z] ---> d3fea8b03922 [2021-01-23T15:28:24.476Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T15:28:24.747Z] ---> Running in 09c506b8e1a9 [2021-01-23T15:28:24.747Z] Removing intermediate container 337bf9c4f094 [2021-01-23T15:28:24.747Z] ---> ebe405b0348c [2021-01-23T15:28:24.747Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T15:28:25.024Z] ---> Running in fcdbd05d0d27 [2021-01-23T15:28:25.302Z] Removing intermediate container 09c506b8e1a9 [2021-01-23T15:28:25.302Z] ---> c0a4ca6fef39 [2021-01-23T15:28:25.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:28:25.578Z] ---> Running in 564be211fe7a [2021-01-23T15:28:25.578Z] Removing intermediate container fcdbd05d0d27 [2021-01-23T15:28:25.578Z] ---> c80a7478b87b [2021-01-23T15:28:25.578Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T15:28:25.578Z] ---> Running in 6faae66ae1f5 [2021-01-23T15:28:25.849Z] Removing intermediate container 564be211fe7a [2021-01-23T15:28:25.849Z] ---> 30b4182193dc [2021-01-23T15:28:25.849Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T15:28:26.120Z] ---> Running in 6a1682aaf48f [2021-01-23T15:28:26.120Z] Removing intermediate container 6faae66ae1f5 [2021-01-23T15:28:26.120Z] ---> f28f1782dc93 [2021-01-23T15:28:26.120Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T15:28:26.396Z] ---> Running in a9a250d4ed52 [2021-01-23T15:28:26.679Z] Removing intermediate container 6a1682aaf48f [2021-01-23T15:28:26.679Z] ---> 82147a363a9d [2021-01-23T15:28:26.679Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:28:26.679Z] ---> Running in a9c3aa6d0ca7 [2021-01-23T15:28:27.279Z] Removing intermediate container a9c3aa6d0ca7 [2021-01-23T15:28:27.279Z] ---> 4cb0e2e469a1 [2021-01-23T15:28:27.279Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:28:27.279Z] ---> Running in 6b51f15defcf [2021-01-23T15:28:27.885Z] Removing intermediate container 6b51f15defcf [2021-01-23T15:28:27.885Z] ---> f8f17e5ce87c [2021-01-23T15:28:27.885Z] [2021-01-23T15:28:28.164Z] Successfully built f8f17e5ce87c [2021-01-23T15:28:28.434Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-23T15:28:28.706Z]  Building docker-core-metadata-go ... done Removing intermediate container a9a250d4ed52 [2021-01-23T15:28:28.706Z] ---> db654c0af0a7 [2021-01-23T15:28:28.706Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T15:28:28.980Z] ---> Running in c21737161115 [2021-01-23T15:28:29.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T15:28:30.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T15:28:31.533Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T15:28:31.533Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T15:28:31.806Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T15:28:31.806Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T15:28:32.075Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T15:28:32.347Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T15:28:32.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T15:28:32.347Z] OK: 8 MiB in 20 packages [2021-01-23T15:28:33.771Z] Removing intermediate container c21737161115 [2021-01-23T15:28:33.771Z] ---> 5f72e1d58656 [2021-01-23T15:28:33.771Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T15:28:34.365Z] ---> 261c4820241d [2021-01-23T15:28:34.365Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T15:28:35.806Z] ---> 8ad722e02330 [2021-01-23T15:28:35.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T15:28:36.404Z] ---> 69bc1a3928c8 [2021-01-23T15:28:36.404Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T15:28:36.677Z] ---> Running in 6f672fd4cdf8 [2021-01-23T15:28:36.949Z] Removing intermediate container 6f672fd4cdf8 [2021-01-23T15:28:36.949Z] ---> fe2081ceb1c5 [2021-01-23T15:28:36.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T15:28:37.222Z] ---> Running in cece31316a9f [2021-01-23T15:28:37.821Z] Removing intermediate container cece31316a9f [2021-01-23T15:28:37.821Z] ---> 0749bf04e042 [2021-01-23T15:28:37.821Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T15:28:37.821Z] ---> Running in 3c280be06079 [2021-01-23T15:28:38.414Z] Removing intermediate container 3c280be06079 [2021-01-23T15:28:38.414Z] ---> 820089344f5a [2021-01-23T15:28:38.414Z] Step 22/23 : LABEL git_sha=e113d058b8807d039cc24b5843098dac9bff2d33 [2021-01-23T15:28:38.414Z] ---> Running in 4ef918b1d3ab [2021-01-23T15:28:39.008Z] Removing intermediate container 4ef918b1d3ab [2021-01-23T15:28:39.008Z] ---> 552e25d16890 [2021-01-23T15:28:39.008Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T15:28:39.008Z] ---> Running in 2067cf1d4645 [2021-01-23T15:28:39.598Z] Removing intermediate container 2067cf1d4645 [2021-01-23T15:28:39.598Z] ---> a3cdc8c90aa6 [2021-01-23T15:28:39.598Z] [2021-01-23T15:28:39.870Z] Successfully built a3cdc8c90aa6 [2021-01-23T15:28:39.871Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-23T15:28:40.159Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-23T15:28:40.154Z] $ docker stop --time=1 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 [2021-01-23T15:28:42.064Z] $ docker rm -f 9ded660f1418cd5acaa1c15e9857b5edf4a53ebc7a98f0a2c293e94759e63420 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T15:28:42.779Z] + docker images [2021-01-23T15:28:42.779Z] + grep docker [2021-01-23T15:28:43.050Z] docker-core-data-go-arm64 latest a3cdc8c90aa6 3 seconds ago 21MB [2021-01-23T15:28:43.050Z] docker-core-metadata-go-arm64 latest f8f17e5ce87c 15 seconds ago 17.7MB [2021-01-23T15:28:43.050Z] docker-security-proxy-setup-go-arm64 latest 4b08a6e436c4 22 seconds ago 23.2MB [2021-01-23T15:28:43.050Z] docker-support-scheduler-go-arm64 latest 92b9a9596acd 29 seconds ago 15.5MB [2021-01-23T15:28:43.050Z] docker-sys-mgmt-agent-go-arm64 latest 5afb776aba19 About a minute ago 300MB [2021-01-23T15:28:43.050Z] docker-security-bootstrapper-go-arm64 latest d485e7f98934 2 minutes ago 40.3MB [2021-01-23T15:28:43.050Z] docker-security-secretstore-setup-go-arm64 latest 51b8a8ed831a 3 minutes ago 23.4MB [2021-01-23T15:28:43.050Z] docker-core-command-go-arm64 latest 80aaff2dc250 3 minutes ago 15.4MB [2021-01-23T15:28:43.050Z] docker-support-notifications-go-arm64 latest 267a497a527d 3 minutes ago 16MB [2021-01-23T15:28:43.050Z] 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-23T15:28:45.312Z] provisioning config files... [2021-01-23T15:28:45.326Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config5258719684188590701tmp [Pipeline] { [Pipeline] sh [2021-01-23T15:28:45.700Z] + set +x [2021-01-23T15:28:45.700Z] + curl -s https://codecov.io/bash [2021-01-23T15:28:45.700Z] + bash -s -- [2021-01-23T15:28:46.276Z] [2021-01-23T15:28:46.276Z] _____ _ [2021-01-23T15:28:46.276Z] / ____| | | [2021-01-23T15:28:46.276Z] | | ___ __| | ___ ___ _____ __ [2021-01-23T15:28:46.276Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-23T15:28:46.276Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-23T15:28:46.276Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-23T15:28:46.276Z] Bash-20210115-cec3c92 [2021-01-23T15:28:46.276Z] [2021-01-23T15:28:46.276Z] [2021-01-23T15:28:46.276Z] ==> git version 2.24.3 found [2021-01-23T15:28:46.276Z] ==> 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-23T15:28:46.276Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-23T15:28:46.276Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-23T15:28:46.276Z] ==> Jenkins CI detected. [2021-01-23T15:28:46.276Z] project root: . [2021-01-23T15:28:46.276Z] --> token set from env [2021-01-23T15:28:46.276Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-23T15:28:46.276Z] ==> Running gcov in . (disable via -X gcov) [2021-01-23T15:28:46.276Z] ==> Python coveragepy not found [2021-01-23T15:28:46.276Z] ==> Searching for coverage reports in: [2021-01-23T15:28:46.276Z] + . [2021-01-23T15:28:46.276Z] -> Found 1 reports [2021-01-23T15:28:46.276Z] ==> Detecting git/mercurial file structure [2021-01-23T15:28:46.276Z] ==> Reading reports [2021-01-23T15:28:46.276Z] + ./coverage.out bytes=564700 [2021-01-23T15:28:46.539Z] ==> Appending adjustments [2021-01-23T15:28:46.539Z] https://docs.codecov.io/docs/fixing-reports [2021-01-23T15:28:49.866Z] + Found adjustments [2021-01-23T15:28:49.866Z] ==> Gzipping contents [2021-01-23T15:28:49.866Z] 84K /tmp/codecov.chGLht.gz [2021-01-23T15:28:49.866Z] ==> Uploading reports [2021-01-23T15:28:49.866Z] url: https://codecov.io [2021-01-23T15:28:49.866Z] query: branch=PR-3030&commit=e113d058b8807d039cc24b5843098dac9bff2d33&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-23T15:28:49.866Z] -> Pinging Codecov [2021-01-23T15:28:49.866Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=e113d058b8807d039cc24b5843098dac9bff2d33&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-23T15:28:49.866Z] -> Uploading to [2021-01-23T15:28:49.866Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-23/00271124DB129430A58F1EEE437C3FCB/e113d058b8807d039cc24b5843098dac9bff2d33/340b11a5-7750-4437-bddd-80146dd6aeec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210123%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210123T152849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5580060d714a94379bd843cbae33953860f7f0412e3b192817b2ad3cf499a4b8 [2021-01-23T15:28:49.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-23T15:28:49.866Z] Dload Upload Total Spent Left Speed [2021-01-23T15:28:50.441Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85587 0 0 100 85587 0 169k --:--:-- --:--:-- --:--:-- 170k [2021-01-23T15:28:50.441Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e113d058b8807d039cc24b5843098dac9bff2d33 [Pipeline] } [2021-01-23T15:28:50.452Z] 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-23T15:28:52.486Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:28:53.368Z] ---> package-listing.sh [2021-01-23T15:28:53.368Z] ++ facter osfamily [2021-01-23T15:28:53.368Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-23T15:28:53.368Z] + OS_FAMILY=redhat [2021-01-23T15:28:53.368Z] + workspace=/w/workspace/edgex-go/23 [2021-01-23T15:28:53.368Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-23T15:28:53.368Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-23T15:28:53.368Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-23T15:28:53.368Z] + PACKAGES=/tmp/packages_start.txt [2021-01-23T15:28:53.368Z] + '[' /w/workspace/edgex-go/23 ']' [2021-01-23T15:28:53.368Z] + PACKAGES=/tmp/packages_end.txt [2021-01-23T15:28:53.368Z] + case "${OS_FAMILY}" in [2021-01-23T15:28:53.368Z] + rpm -qa [2021-01-23T15:28:53.368Z] + sort [2021-01-23T15:28:58.675Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-23T15:28:58.675Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-23T15:28:58.675Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-23T15:28:58.675Z] + '[' /w/workspace/edgex-go/23 ']' [2021-01-23T15:28:58.675Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2021-01-23T15:28:58.675Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo [2021-01-23T15:28:58.690Z] 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-23T15:28:58.991Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:28:59.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T15:28:59.305Z] [2021-01-23T15:28:59.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-23T15:28:59.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T15:28:59.657Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-23T15:28:59.657Z] df20fa9351a1: Pulling fs layer [2021-01-23T15:28:59.657Z] 36b3adc4ff6f: Pulling fs layer [2021-01-23T15:28:59.657Z] 8ad3a11d3b57: Pulling fs layer [2021-01-23T15:28:59.657Z] 46f8f816bc3b: Pulling fs layer [2021-01-23T15:28:59.657Z] 93b61091891f: Pulling fs layer [2021-01-23T15:28:59.657Z] 93b9cdb0e59b: Pulling fs layer [2021-01-23T15:28:59.657Z] 5e14af77c1be: Pulling fs layer [2021-01-23T15:28:59.657Z] 01666e4c0597: Pulling fs layer [2021-01-23T15:28:59.657Z] aa168da1d23b: Pulling fs layer [2021-01-23T15:28:59.657Z] 46f8f816bc3b: Waiting [2021-01-23T15:28:59.657Z] 93b61091891f: Waiting [2021-01-23T15:28:59.657Z] 93b9cdb0e59b: Waiting [2021-01-23T15:28:59.657Z] 01666e4c0597: Waiting [2021-01-23T15:28:59.657Z] aa168da1d23b: Waiting [2021-01-23T15:28:59.657Z] 5e14af77c1be: Waiting [2021-01-23T15:28:59.657Z] 36b3adc4ff6f: Verifying Checksum [2021-01-23T15:28:59.657Z] 36b3adc4ff6f: Download complete [2021-01-23T15:28:59.657Z] 46f8f816bc3b: Verifying Checksum [2021-01-23T15:28:59.657Z] df20fa9351a1: Download complete [2021-01-23T15:28:59.920Z] 93b9cdb0e59b: Verifying Checksum [2021-01-23T15:28:59.920Z] 93b9cdb0e59b: Download complete [2021-01-23T15:28:59.920Z] 93b61091891f: Verifying Checksum [2021-01-23T15:28:59.920Z] 93b61091891f: Download complete [2021-01-23T15:28:59.920Z] 5e14af77c1be: Verifying Checksum [2021-01-23T15:28:59.920Z] 5e14af77c1be: Download complete [2021-01-23T15:28:59.920Z] 01666e4c0597: Verifying Checksum [2021-01-23T15:28:59.920Z] 01666e4c0597: Download complete [2021-01-23T15:29:00.183Z] 8ad3a11d3b57: Verifying Checksum [2021-01-23T15:29:00.183Z] 8ad3a11d3b57: Download complete [2021-01-23T15:29:00.183Z] df20fa9351a1: Pull complete [2021-01-23T15:29:00.768Z] 36b3adc4ff6f: Pull complete [2021-01-23T15:29:01.727Z] 8ad3a11d3b57: Pull complete [2021-01-23T15:29:01.990Z] aa168da1d23b: Verifying Checksum [2021-01-23T15:29:01.990Z] aa168da1d23b: Download complete [2021-01-23T15:29:02.572Z] 46f8f816bc3b: Pull complete [2021-01-23T15:29:03.161Z] 93b61091891f: Pull complete [2021-01-23T15:29:03.161Z] 93b9cdb0e59b: Pull complete [2021-01-23T15:29:03.422Z] 5e14af77c1be: Pull complete [2021-01-23T15:29:03.422Z] 01666e4c0597: Pull complete [2021-01-23T15:29:22.548Z] aa168da1d23b: Pull complete [2021-01-23T15:29:22.548Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-23T15:29:22.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T15:29:22.548Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-23T15:29:22.807Z] prd-centos7-docker-4c-2g-22454 does not seem to be running inside a container [2021-01-23T15:29:22.895Z] $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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-lftools-log-publisher:alpine cat [2021-01-23T15:29:25.256Z] $ docker top 75ae59ed4575c1f641d70d74e006dbd147f9250fb4ce1ca3be120e84a5d7a34c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T15:29:25.811Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-23T15:29:26.109Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-23T15:29:26.411Z] + ls /var/log/sa-host [2021-01-23T15:29:26.411Z] + sadf -c /var/log/sa-host/sa23 [2021-01-23T15:29:26.411Z] file_magic: OK [2021-01-23T15:29:26.411Z] HZ: Using current value: 100 [2021-01-23T15:29:26.411Z] file_header: OK [2021-01-23T15:29:26.411Z] 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-23T15:29:26.411Z] Statistics: [2021-01-23T15:29:26.411Z] 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... [2021-01-23T15:29:26.411Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-23T15:29:26.635Z] provisioning config files... [2021-01-23T15:29:26.664Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config988272478093285216tmp [Pipeline] { [Pipeline] echo [2021-01-23T15:29:26.748Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:29:27.049Z] ---> create-netrc.sh [Pipeline] } [2021-01-23T15:29:27.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-23T15:29:27.150Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:29:27.451Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-23T15:29:27.462Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:29:27.760Z] ---> sudo-logs.sh [2021-01-23T15:29:27.760Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-23T15:29:27.772Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:29:28.072Z] ---> job-cost.sh [2021-01-23T15:29:28.072Z] lf-activate-venv: SKIPPING [2021-01-23T15:29:28.072Z] INFO: No Stack... [2021-01-23T15:29:29.019Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-23T15:29:29.594Z] INFO: Archiving Costs [Pipeline] echo [2021-01-23T15:29:29.616Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T15:29:29.919Z] ---> logs-deploy.sh [2021-01-23T15:29:29.919Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/23 [2021-01-23T15:29:29.919Z] INFO: archiving workspace using pattern(s): [2021-01-23T15:29:31.315Z] Archives upload complete. [2021-01-23T15:29:31.315Z] INFO: archiving logs to Nexus