Pull request #3293 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e75227e261945ad25a87a260968361d7077a8ca+5dc7e5651dca608dfecf419d4d65481f56e38b66 (7f45745a1353b308dda419cd87979660bb72876f) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31237’ Running on prd-centos7-docker-4c-2g-31239 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk a93ffb4c9050ee7fb6674a44443b4033b4d00f17 # timeout=10 [Pipeline] timeout [2021-03-24T18:44:22.317Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T18:44:22.602Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T18:44:22.718Z] ========================================================= [2021-03-24T18:44:22.718Z] EdgeX Global Pipelines Version Info [2021-03-24T18:44:22.718Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:44:24.275Z] ------------------- [2021-03-24T18:44:24.275Z] stable info: [2021-03-24T18:44:24.275Z] ------------------- [2021-03-24T18:44:24.275Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T18:44:24.275Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T18:44:24.275Z] Message: update stable to v1.0.186 [2021-03-24T18:44:25.223Z] ------------------- [2021-03-24T18:44:25.224Z] experimental info: [2021-03-24T18:44:25.224Z] ------------------- [2021-03-24T18:44:25.224Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T18:44:25.224Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-24T18:44:25.224Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T18:44:25.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-24T18:44:25.646Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-24T18:44:25.762Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T18:44:25.858Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T18:44:25.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T18:44:26.079Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T18:44:26.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T18:44:26.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-24T18:44:26.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-24T18:44:26.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-24T18:44:26.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T18:44:26.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T18:44:26.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T18:44:27.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T18:44:27.141Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T18:44:27.268Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T18:44:27.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T18:44:27.479Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T18:44:27.587Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-24T18:44:27.687Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-24T18:44:27.845Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-24T18:44:27.944Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T18:44:28.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3293 [Pipeline] echo [2021-03-24T18:44:28.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3293 [Pipeline] echo [2021-03-24T18:44:28.245Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3293 [Pipeline] echo [2021-03-24T18:44:28.373Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e75227e261945ad25a87a260968361d7077a8ca [Pipeline] echo [2021-03-24T18:44:28.466Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e75227 [Pipeline] echo [2021-03-24T18:44:28.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T18:44:28.801Z] provisioning config files... [2021-03-24T18:44:28.845Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3896662324124637678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:44:29.267Z] ---> docker-login.sh [2021-03-24T18:44:29.267Z] nexus3.edgexfoundry.org:10001 [2021-03-24T18:44:29.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:44:29.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:44:29.809Z] Configure a credential helper to remove this warning. See [2021-03-24T18:44:29.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:44:29.809Z] [2021-03-24T18:44:29.809Z] Login Succeeded [2021-03-24T18:44:29.809Z] nexus3.edgexfoundry.org:10002 [2021-03-24T18:44:29.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:44:29.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:44:29.809Z] Configure a credential helper to remove this warning. See [2021-03-24T18:44:29.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:44:29.809Z] [2021-03-24T18:44:29.809Z] Login Succeeded [2021-03-24T18:44:29.809Z] nexus3.edgexfoundry.org:10003 [2021-03-24T18:44:30.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:44:30.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:44:30.080Z] Configure a credential helper to remove this warning. See [2021-03-24T18:44:30.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:44:30.080Z] [2021-03-24T18:44:30.080Z] Login Succeeded [2021-03-24T18:44:30.080Z] nexus3.edgexfoundry.org:10004 [2021-03-24T18:44:30.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:44:30.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:44:30.347Z] Configure a credential helper to remove this warning. See [2021-03-24T18:44:30.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:44:30.347Z] [2021-03-24T18:44:30.347Z] Login Succeeded [2021-03-24T18:44:30.347Z] docker.io [2021-03-24T18:44:30.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:44:30.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:44:30.616Z] Configure a credential helper to remove this warning. See [2021-03-24T18:44:30.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:44:30.616Z] [2021-03-24T18:44:30.616Z] Login Succeeded [2021-03-24T18:44:30.616Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T18:44:30.631Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T18:44:31.142Z] ++ 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-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/core-command/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/core-data/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-24T18:44:31.142Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:44:31.142Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-24T18:44:31.142Z] ++ cut -d/ -f2 [2021-03-24T18:44:31.142Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-24T18:44:31.251Z] 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-03-24T18:44:32.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:44:32.171Z] [2021-03-24T18:44:32.171Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:44:32.533Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:44:32.533Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T18:44:32.533Z] 31603596830f: Pulling fs layer [2021-03-24T18:44:32.533Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T18:44:32.533Z] 6ca5941a6612: Pulling fs layer [2021-03-24T18:44:32.533Z] ecc8261a40a4: Pulling fs layer [2021-03-24T18:44:32.533Z] ecc8261a40a4: Waiting [2021-03-24T18:44:32.533Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T18:44:32.533Z] 2a8b12db71e7: Download complete [2021-03-24T18:44:32.533Z] 31603596830f: Verifying Checksum [2021-03-24T18:44:32.533Z] 31603596830f: Download complete [2021-03-24T18:44:32.800Z] ecc8261a40a4: Verifying Checksum [2021-03-24T18:44:32.800Z] ecc8261a40a4: Download complete [2021-03-24T18:44:33.076Z] 31603596830f: Pull complete [2021-03-24T18:44:33.076Z] 6ca5941a6612: Verifying Checksum [2021-03-24T18:44:33.076Z] 6ca5941a6612: Download complete [2021-03-24T18:44:33.076Z] 2a8b12db71e7: Pull complete [2021-03-24T18:44:34.057Z] 6ca5941a6612: Pull complete [2021-03-24T18:44:34.057Z] ecc8261a40a4: Pull complete [2021-03-24T18:44:34.329Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T18:44:34.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:44:34.329Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T18:44:34.446Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T18:44:34.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T18:44:36.922Z] $ docker top a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T18:44:37.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T18:44:37.259Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T18:44:37.477Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T18:44:37.481Z] $ docker exec a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent [2021-03-24T18:44:37.662Z] SSH_AUTH_SOCK=/tmp/ssh-g973Su8atLBE/agent.11 [2021-03-24T18:44:37.662Z] SSH_AGENT_PID=17 [2021-03-24T18:44:37.673Z] Running ssh-add (command line suppressed) [2021-03-24T18:44:37.808Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4150004080042438962.key (/w/workspace/edgex-go/3@tmp/private_key_4150004080042438962.key) [2021-03-24T18:44:37.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T18:44:38.211Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T18:44:38.231Z] $ docker exec --env ******** --env ******** a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent -k [2021-03-24T18:44:38.342Z] unset SSH_AUTH_SOCK; [2021-03-24T18:44:38.342Z] unset SSH_AGENT_PID; [2021-03-24T18:44:38.343Z] echo Agent pid 17 killed; [2021-03-24T18:44:38.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T18:44:38.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T18:44:38.536Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T18:44:38.714Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T18:44:38.717Z] $ docker exec a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent [2021-03-24T18:44:38.880Z] SSH_AUTH_SOCK=/tmp/ssh-KvOjxdq2CjOH/agent.47 [2021-03-24T18:44:38.880Z] SSH_AGENT_PID=52 [2021-03-24T18:44:38.887Z] Running ssh-add (command line suppressed) [2021-03-24T18:44:39.005Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5511584278503308148.key (/w/workspace/edgex-go/3@tmp/private_key_5511584278503308148.key) [2021-03-24T18:44:39.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T18:44:39.395Z] + git semver init [2021-03-24T18:44:39.395Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T18:44:39.395Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-24T18:44:39.395Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-24T18:44:39.395Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T18:44:39.395Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T18:44:39.395Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T18:44:39.395Z] # $SEMVER_BRANCH = PR-3293 [2021-03-24T18:44:39.395Z] # $SEMVER_TEMP = /tmp/semver-774341477 [2021-03-24T18:44:39.395Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-24T18:44:57.732Z] # '/tmp/semver-774341477' -> '/w/workspace/edgex-go/3/.semver' [2021-03-24T18:44:57.732Z] # -> Force: false [2021-03-24T18:44:57.732Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-24T18:44:57.745Z] $ docker exec --env ******** --env ******** a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent -k [2021-03-24T18:44:57.979Z] unset SSH_AUTH_SOCK; [2021-03-24T18:44:57.980Z] unset SSH_AGENT_PID; [2021-03-24T18:44:57.980Z] echo Agent pid 52 killed; [2021-03-24T18:44:58.081Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T18:44:58.626Z] + git semver [Pipeline] } [2021-03-24T18:44:58.647Z] $ docker stop --time=1 a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae [2021-03-24T18:45:00.192Z] $ docker rm -f a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T18:45:00.720Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T18:45:01.284Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T18:45:01.287Z] [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-03-24T18:45:02.208Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:45:02.550Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:45:02.898Z] + sudo service docker restart [2021-03-24T18:45:02.898Z] + true [2021-03-24T18:45:02.898Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-24T18:45:03.490Z] ========================================================= [2021-03-24T18:45:03.490Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T18:45:03.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:45:03.832Z] + 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-03-24T18:45:07.198Z] Sending build context to Docker daemon 328.8MB [2021-03-24T18:45:07.198Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T18:45:07.198Z] Step 2/6 : FROM ${BASE} [2021-03-24T18:45:07.198Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T18:45:07.198Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T18:45:07.198Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T18:45:07.198Z] de9db76c5a1d: Pulling fs layer [2021-03-24T18:45:07.198Z] bca2f99d35d6: Pulling fs layer [2021-03-24T18:45:07.198Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T18:45:07.198Z] 7c6f9722023f: Pulling fs layer [2021-03-24T18:45:07.198Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T18:45:07.198Z] 93359f2a8cfa: Waiting [2021-03-24T18:45:07.198Z] a35cf1a2eb13: Waiting [2021-03-24T18:45:07.198Z] bca2f99d35d6: Waiting [2021-03-24T18:45:07.198Z] de9db76c5a1d: Verifying Checksum [2021-03-24T18:45:07.198Z] de9db76c5a1d: Download complete [2021-03-24T18:45:07.198Z] 0ef7d3d256c8: Verifying Checksum [2021-03-24T18:45:07.198Z] 0ef7d3d256c8: Download complete [2021-03-24T18:45:07.198Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T18:45:07.198Z] 93359f2a8cfa: Download complete [2021-03-24T18:45:07.198Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T18:45:07.198Z] 188c0c94c7c5: Download complete [2021-03-24T18:45:07.777Z] 188c0c94c7c5: Pull complete [2021-03-24T18:45:08.040Z] 0ef7d3d256c8: Pull complete [2021-03-24T18:45:08.040Z] 7c6f9722023f: Verifying Checksum [2021-03-24T18:45:08.040Z] 7c6f9722023f: Download complete [2021-03-24T18:45:08.040Z] de9db76c5a1d: Pull complete [2021-03-24T18:45:10.008Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T18:45:10.008Z] a35cf1a2eb13: Download complete [2021-03-24T18:45:10.281Z] bca2f99d35d6: Verifying Checksum [2021-03-24T18:45:10.281Z] bca2f99d35d6: Download complete [2021-03-24T18:45:15.681Z] bca2f99d35d6: Pull complete [2021-03-24T18:45:15.681Z] 93359f2a8cfa: Pull complete [2021-03-24T18:45:15.681Z] 7c6f9722023f: Pull complete [2021-03-24T18:45:16.651Z] Still waiting to schedule task [2021-03-24T18:45:16.652Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T18:45:19.956Z] a35cf1a2eb13: Pull complete [2021-03-24T18:45:19.956Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T18:45:19.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T18:45:19.956Z] ---> a62c8e92a672 [2021-03-24T18:45:19.956Z] 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-03-24T18:45:20.223Z] ---> Running in e3d04fb06c3c [2021-03-24T18:45:20.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:45:21.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:45:22.328Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T18:45:22.328Z] (2/12) Installing file (5.38-r0) [2021-03-24T18:45:22.328Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T18:45:22.591Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T18:45:25.941Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T18:45:25.941Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T18:45:25.941Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T18:45:25.941Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T18:45:25.941Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T18:45:25.941Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T18:45:25.941Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T18:45:25.941Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T18:45:26.204Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:45:26.204Z] OK: 233 MiB in 51 packages [2021-03-24T18:45:30.494Z] Removing intermediate container e3d04fb06c3c [2021-03-24T18:45:30.494Z] ---> c9dd8f927d12 [2021-03-24T18:45:30.494Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T18:45:30.494Z] ---> Running in f4469daf1b2a [2021-03-24T18:45:30.494Z] Removing intermediate container f4469daf1b2a [2021-03-24T18:45:30.494Z] ---> 9d1048f63eb5 [2021-03-24T18:45:30.494Z] Step 5/6 : COPY go.mod . [2021-03-24T18:45:30.494Z] ---> c5996318f2f2 [2021-03-24T18:45:30.494Z] Step 6/6 : RUN go mod download [2021-03-24T18:45:30.761Z] ---> Running in b084f632436d [2021-03-24T18:45:52.783Z] Removing intermediate container b084f632436d [2021-03-24T18:45:52.783Z] ---> 958fc9457ec7 [2021-03-24T18:45:52.783Z] Successfully built 958fc9457ec7 [2021-03-24T18:45:52.783Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:45:53.110Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T18:45:53.110Z] . [Pipeline] withDockerContainer [2021-03-24T18:45:53.221Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T18:45:53.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-24T18:45:54.112Z] $ docker top 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:45:54.610Z] + go version [2021-03-24T18:45:54.610Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T18:45:54.622Z] $ docker stop --time=1 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 [2021-03-24T18:45:55.963Z] $ docker rm -f 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:45:56.769Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T18:45:56.770Z] . [Pipeline] withDockerContainer [2021-03-24T18:45:56.894Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T18:45:56.940Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-24T18:45:57.676Z] $ docker top 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T18:45:57.905Z] ========================================================= [2021-03-24T18:45:57.905Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T18:45:57.905Z] ========================================================= [Pipeline] sh [2021-03-24T18:45:58.200Z] + make test [2021-03-24T18:45:58.200Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T18:46:08.280Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T18:46:23.398Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T18:46:28.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T18:46:28.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T18:46:28.787Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T18:46:31.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T18:46:31.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T18:46:31.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T18:46:31.414Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T18:46:32.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T18:46:32.669Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T18:46:35.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T18:46:35.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T18:46:35.264Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T18:46:37.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T18:46:37.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T18:46:37.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements [2021-03-24T18:46:37.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-03-24T18:46:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T18:46:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T18:46:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T18:46:41.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T18:46:41.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T18:46:41.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements [2021-03-24T18:46:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T18:46:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:46:41.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-03-24T18:46:41.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T18:46:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T18:46:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T18:46:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T18:46:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T18:46:44.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-03-24T18:46:44.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T18:46:44.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-03-24T18:46:44.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T18:46:44.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T18:46:44.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T18:46:44.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T18:46:46.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-03-24T18:46:46.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-03-24T18:46:47.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements [2021-03-24T18:46:59.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-24T18:46:59.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-24T18:47:01.275Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31240 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-24T18:47:01.352Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-24T18:47:02.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.454s coverage: 82.6% of statements [2021-03-24T18:47:07.110Z] using credential edgex-jenkins-ssh [2021-03-24T18:47:07.172Z] Cloning the remote Git repository [2021-03-24T18:47:07.229Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:47:07.337Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-24T18:47:07.408Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:47:07.409Z] > git --version # timeout=10 [2021-03-24T18:47:07.430Z] > git --version # 'git version 2.17.1' [2021-03-24T18:47:07.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:47:07.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:47:10.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T18:47:10.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T18:47:10.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.6% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.4% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 69.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 38.4% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.146s coverage: 87.1% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.108s coverage: 94.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T18:47:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T18:47:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T18:47:11.165Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-03-24T18:47:11.165Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T18:47:11.165Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T18:47:11.165Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-24T18:47:11.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2021-03-24T18:47:11.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-24T18:47:11.952Z] GO111MODULE=on go vet ./... [2021-03-24T18:47:29.916Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:47:30.359Z] Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:47:30.360Z] Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) [2021-03-24T18:47:29.051Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:47:29.074Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:47:29.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:47:29.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:47:29.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:47:29.157Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T18:47:29.939Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T18:47:29.961Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-24T18:47:30.273Z] > git remote # timeout=10 [2021-03-24T18:47:30.301Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T18:47:30.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:47:30.325Z] > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 [2021-03-24T18:47:30.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T18:47:30.368Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T18:47:30.379Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-24T18:47:34.740Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-24T18:47:36.425Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:47:36.888Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:47:37.242Z] + true [2021-03-24T18:47:37.242Z] + sudo service docker restart [2021-03-24T18:47:38.663Z] gofmt -l . [2021-03-24T18:47:38.663Z] [ "`gofmt -l .`" = "" ] [2021-03-24T18:47:39.266Z] ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T18:47:39.364Z] provisioning config files... [2021-03-24T18:47:39.408Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1276100082302688386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:47:39.862Z] ---> docker-login.sh [2021-03-24T18:47:39.862Z] nexus3.edgexfoundry.org:10001 [2021-03-24T18:47:39.866Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T18:47:40.762Z] + ls -al . [2021-03-24T18:47:40.762Z] total 776 [2021-03-24T18:47:40.762Z] drwxrwxr-x 10 1001 1001 4096 Mar 24 18:47 . [2021-03-24T18:47:40.762Z] drwxr-xr-x 4 root root 28 Mar 24 18:45 .. [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 18:44 .dockerignore [2021-03-24T18:47:40.762Z] drwxrwxr-x 8 1001 1001 179 Mar 24 18:44 .git [2021-03-24T18:47:40.762Z] drwxrwxr-x 3 1001 1001 125 Mar 24 18:44 .github [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 18:44 .gitignore [2021-03-24T18:47:40.762Z] drwx------ 3 1001 1001 60 Mar 24 18:44 .semver [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 18:44 .sonarcloud.properties [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:44 Attribution.txt [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:44 CONTRIBUTING.md [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 18:44 Dockerfile.build [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 18:44 Jenkinsfile [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:44 LICENSE [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:44 Makefile [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:44 README.md [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:44 SECURITY.md [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 18:45 VERSION [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:44 ZMQWindows.md [2021-03-24T18:47:40.762Z] drwxrwxr-x 2 1001 1001 117 Mar 24 18:44 bin [2021-03-24T18:47:40.762Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 18:44 cmd [2021-03-24T18:47:40.762Z] -rw-r--r-- 1 root root 666600 Mar 24 18:47 coverage.out [2021-03-24T18:47:40.762Z] -rw-r--r-- 1 root root 1056 Mar 24 18:47 go.mod [2021-03-24T18:47:40.762Z] -rw-r--r-- 1 root root 22211 Mar 24 18:47 go.sum [2021-03-24T18:47:40.762Z] drwxrwxr-x 8 1001 1001 127 Mar 24 18:44 internal [2021-03-24T18:47:40.762Z] drwxrwxr-x 4 1001 1001 26 Mar 24 18:44 openapi [2021-03-24T18:47:40.762Z] drwxrwxr-x 4 1001 1001 71 Mar 24 18:44 snap [2021-03-24T18:47:40.762Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 18:44 version.go [Pipeline] sh [2021-03-24T18:47:40.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:47:41.079Z] + '[' -e coverage.out ] [2021-03-24T18:47:41.079Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T18:47:41.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:47:41.116Z] Configure a credential helper to remove this warning. See [2021-03-24T18:47:41.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:47:41.116Z] [2021-03-24T18:47:41.116Z] Login Succeeded [2021-03-24T18:47:41.116Z] nexus3.edgexfoundry.org:10002 [2021-03-24T18:47:41.293Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T18:47:41.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:47:41.593Z] + make build [2021-03-24T18:47:41.594Z] 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-03-24T18:47:41.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:47:41.659Z] Configure a credential helper to remove this warning. See [2021-03-24T18:47:41.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:47:41.659Z] [2021-03-24T18:47:41.659Z] Login Succeeded [2021-03-24T18:47:41.659Z] nexus3.edgexfoundry.org:10003 [2021-03-24T18:47:41.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:47:41.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:47:41.931Z] Configure a credential helper to remove this warning. See [2021-03-24T18:47:41.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:47:41.931Z] [2021-03-24T18:47:41.931Z] Login Succeeded [2021-03-24T18:47:41.931Z] nexus3.edgexfoundry.org:10004 [2021-03-24T18:47:42.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:47:42.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:47:42.523Z] Configure a credential helper to remove this warning. See [2021-03-24T18:47:42.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:47:42.523Z] [2021-03-24T18:47:42.523Z] Login Succeeded [2021-03-24T18:47:42.523Z] docker.io [2021-03-24T18:47:42.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:47:43.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:47:43.065Z] Configure a credential helper to remove this warning. See [2021-03-24T18:47:43.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:47:43.065Z] [2021-03-24T18:47:43.065Z] Login Succeeded [2021-03-24T18:47:43.065Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T18:47:43.081Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-24T18:47:43.556Z] ========================================================= [2021-03-24T18:47:43.556Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-24T18:47:43.556Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:47:43.933Z] + 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-03-24T18:47:46.608Z] Sending build context to Docker daemon 166.9MB [2021-03-24T18:47:46.608Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T18:47:46.608Z] Step 2/6 : FROM ${BASE} [2021-03-24T18:47:46.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-24T18:47:46.608Z] 5f621e34cdf4: Pulling fs layer [2021-03-24T18:47:46.608Z] a4357932f1b6: Pulling fs layer [2021-03-24T18:47:46.608Z] 18c013af1878: Pulling fs layer [2021-03-24T18:47:46.608Z] 00ac8860ef70: Pulling fs layer [2021-03-24T18:47:46.608Z] 63d7cb157983: Pulling fs layer [2021-03-24T18:47:46.608Z] b116817d02f9: Pulling fs layer [2021-03-24T18:47:46.608Z] 745a02a5169b: Pulling fs layer [2021-03-24T18:47:46.608Z] b116817d02f9: Waiting [2021-03-24T18:47:46.608Z] 745a02a5169b: Waiting [2021-03-24T18:47:46.608Z] 00ac8860ef70: Waiting [2021-03-24T18:47:46.608Z] 18c013af1878: Verifying Checksum [2021-03-24T18:47:46.608Z] 18c013af1878: Download complete [2021-03-24T18:47:46.608Z] a4357932f1b6: Verifying Checksum [2021-03-24T18:47:46.608Z] a4357932f1b6: Download complete [2021-03-24T18:47:46.608Z] 63d7cb157983: Download complete [2021-03-24T18:47:46.608Z] b116817d02f9: Download complete [2021-03-24T18:47:46.608Z] 5f621e34cdf4: Download complete [2021-03-24T18:47:46.916Z] 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-03-24T18:47:47.216Z] 5f621e34cdf4: Pull complete [2021-03-24T18:47:47.826Z] a4357932f1b6: Pull complete [2021-03-24T18:47:48.108Z] 18c013af1878: Pull complete [2021-03-24T18:47:49.574Z] 745a02a5169b: Verifying Checksum [2021-03-24T18:47:49.574Z] 745a02a5169b: Download complete [2021-03-24T18:47:51.042Z] 00ac8860ef70: Verifying Checksum [2021-03-24T18:47:51.042Z] 00ac8860ef70: Download complete [2021-03-24T18:47:55.219Z] 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-03-24T18:47:55.814Z] 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-03-24T18:47:57.267Z] 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-03-24T18:47:57.852Z] 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-03-24T18:47:59.272Z] 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-03-24T18:48:01.220Z] 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-03-24T18:48:01.266Z] 00ac8860ef70: Pull complete [2021-03-24T18:48:01.267Z] 63d7cb157983: Pull complete [2021-03-24T18:48:01.541Z] b116817d02f9: Pull complete [2021-03-24T18:48:02.182Z] 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-03-24T18:48:03.147Z] 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-03-24T18:48:04.589Z] 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-03-24T18:48:05.013Z] 745a02a5169b: Pull complete [2021-03-24T18:48:05.013Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-24T18:48:05.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-24T18:48:05.013Z] ---> b7e6874047d6 [2021-03-24T18:48:05.013Z] 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-03-24T18:48:05.553Z] 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-03-24T18:48:07.544Z] $ docker stop --time=1 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 [2021-03-24T18:48:08.478Z] ---> Running in d2e2758e58ec [2021-03-24T18:48:09.161Z] $ docker rm -f 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-24T18:48:09.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-24T18:48:10.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:48:10.860Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T18:48:11.142Z] (2/12) Installing file (5.38-r0) [2021-03-24T18:48:11.142Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T18:48:11.420Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:48:13.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:48:13.084Z] [2021-03-24T18:48:13.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:48:13.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:48:13.444Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-24T18:48:13.444Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-24T18:48:13.444Z] ca9280d653b3: Pulling fs layer [2021-03-24T18:48:13.444Z] 7e9c9ca2126c: Pulling fs layer [2021-03-24T18:48:13.722Z] cbdbe7a5bc2a: Download complete [2021-03-24T18:48:14.003Z] cbdbe7a5bc2a: Pull complete [2021-03-24T18:48:14.283Z] ca9280d653b3: Verifying Checksum [2021-03-24T18:48:14.283Z] ca9280d653b3: Download complete [2021-03-24T18:48:15.290Z] ca9280d653b3: Pull complete [2021-03-24T18:48:15.554Z] 7e9c9ca2126c: Verifying Checksum [2021-03-24T18:48:15.554Z] 7e9c9ca2126c: Download complete [2021-03-24T18:48:19.771Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T18:48:19.771Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T18:48:19.771Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T18:48:19.771Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T18:48:19.771Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T18:48:19.771Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T18:48:19.771Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T18:48:19.771Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T18:48:19.771Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:48:19.771Z] OK: 217 MiB in 51 packages [2021-03-24T18:48:22.230Z] 7e9c9ca2126c: Pull complete [2021-03-24T18:48:22.230Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-24T18:48:22.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:48:22.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-24T18:48:22.416Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T18:48:22.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T18:48:23.188Z] Removing intermediate container d2e2758e58ec [2021-03-24T18:48:23.188Z] ---> 2fa22351910f [2021-03-24T18:48:23.188Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T18:48:23.459Z] ---> Running in 41f6d7909446 [2021-03-24T18:48:23.733Z] Removing intermediate container 41f6d7909446 [2021-03-24T18:48:23.733Z] ---> 5ee8a71b5c37 [2021-03-24T18:48:23.733Z] Step 5/6 : COPY go.mod . [2021-03-24T18:48:24.329Z] ---> d58a41d78490 [2021-03-24T18:48:24.329Z] Step 6/6 : RUN go mod download [2021-03-24T18:48:24.601Z] ---> Running in e01c6a1a1ca9 [2021-03-24T18:48:25.527Z] $ docker top f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:48:26.085Z] + docker-compose build --help [2021-03-24T18:48:26.085Z] + grep parallel [2021-03-24T18:48:27.033Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T18:48:27.047Z] $ docker stop --time=1 f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 [2021-03-24T18:48:28.461Z] $ docker rm -f f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:48:29.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:48:29.106Z] . [Pipeline] withDockerContainer [2021-03-24T18:48:29.214Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T18:48:29.267Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T18:48:29.996Z] $ docker top 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:48:30.521Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T18:48:31.518Z] Building docker-core-command-go ... [2021-03-24T18:48:31.518Z] Building docker-core-data-go ... [2021-03-24T18:48:31.518Z] Building docker-core-metadata-go ... [2021-03-24T18:48:31.518Z] Building docker-security-bootstrapper-go ... [2021-03-24T18:48:31.518Z] Building docker-security-proxy-setup-go ... [2021-03-24T18:48:31.518Z] Building docker-security-secretstore-setup-go ... [2021-03-24T18:48:31.518Z] Building docker-support-notifications-go ... [2021-03-24T18:48:31.518Z] Building docker-support-scheduler-go ... [2021-03-24T18:48:31.518Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T18:48:31.518Z] Building docker-core-data-go [2021-03-24T18:48:31.518Z] Building docker-support-scheduler-go [2021-03-24T18:48:31.518Z] Building docker-core-metadata-go [2021-03-24T18:48:31.518Z] Building docker-support-notifications-go [2021-03-24T18:48:31.518Z] Building docker-security-bootstrapper-go [2021-03-24T18:48:51.433Z] Removing intermediate container e01c6a1a1ca9 [2021-03-24T18:48:51.433Z] ---> 1b6886c6bdd6 [2021-03-24T18:48:51.433Z] Successfully built 1b6886c6bdd6 [2021-03-24T18:48:51.433Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:48:51.775Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T18:48:51.775Z] . [Pipeline] withDockerContainer [2021-03-24T18:48:51.999Z] prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container [2021-03-24T18:48:52.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-03-24T18:48:53.543Z] $ docker top 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:48:54.531Z] + go version [2021-03-24T18:48:54.532Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-24T18:48:54.554Z] $ docker stop --time=1 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 [2021-03-24T18:48:56.418Z] $ docker rm -f 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:48:57.437Z] + docker inspect -f . ci-base-image-arm64 [2021-03-24T18:48:57.437Z] . [Pipeline] withDockerContainer [2021-03-24T18:48:57.668Z] prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container [2021-03-24T18:48:57.757Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-03-24T18:48:59.075Z] $ docker top 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T18:48:59.436Z] ========================================================= [2021-03-24T18:48:59.436Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T18:48:59.436Z] ========================================================= [Pipeline] sh [2021-03-24T18:49:00.081Z] + make test [2021-03-24T18:49:00.081Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T18:49:03.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:49:03.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:49:03.985Z] ---> 958fc9457ec7 [2021-03-24T18:49:03.985Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T18:49:03.985Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:49:03.985Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:49:03.985Z] ---> 958fc9457ec7 [2021-03-24T18:49:03.985Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T18:49:03.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:49:03.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:49:03.985Z] ---> 958fc9457ec7 [2021-03-24T18:49:03.985Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:49:03.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:49:03.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:49:03.985Z] ---> 958fc9457ec7 [2021-03-24T18:49:03.985Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:49:04.564Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:49:04.564Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:49:04.564Z] ---> 958fc9457ec7 [2021-03-24T18:49:04.564Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T18:49:05.525Z] ---> Running in c2f40b9dc90c [2021-03-24T18:49:05.525Z] ---> Running in bdaa9d6b6552 [2021-03-24T18:49:05.525Z] ---> Running in a2dffc2d7981 [2021-03-24T18:49:05.525Z] ---> Running in d5c923e47f17 [2021-03-24T18:49:05.525Z] ---> Running in d88f5487a50c [2021-03-24T18:49:05.788Z] Removing intermediate container d88f5487a50c [2021-03-24T18:49:05.788Z] ---> 33274af93c19 [2021-03-24T18:49:05.788Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:49:05.788Z] Removing intermediate container bdaa9d6b6552 [2021-03-24T18:49:05.788Z] ---> 1005e97b2ff3 [2021-03-24T18:49:05.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:49:05.788Z] Removing intermediate container a2dffc2d7981 [2021-03-24T18:49:05.788Z] ---> 79f20c92267f [2021-03-24T18:49:05.788Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:49:05.788Z] Removing intermediate container d5c923e47f17 [2021-03-24T18:49:05.788Z] ---> dd265c3c9305 [2021-03-24T18:49:05.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:49:05.788Z] Removing intermediate container c2f40b9dc90c [2021-03-24T18:49:05.788Z] ---> f96fc547e7f4 [2021-03-24T18:49:05.788Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:49:06.065Z] ---> Running in e38bbb1dcfbd [2021-03-24T18:49:06.065Z] ---> Running in 5a9a411beef9 [2021-03-24T18:49:06.065Z] ---> Running in fdc775d88fb7 [2021-03-24T18:49:06.065Z] ---> Running in 67e723c35817 [2021-03-24T18:49:06.065Z] ---> Running in 7d72893feffd [2021-03-24T18:49:08.015Z] Removing intermediate container fdc775d88fb7 [2021-03-24T18:49:08.015Z] ---> 39b01a395726 [2021-03-24T18:49:08.015Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T18:49:08.287Z] ---> Running in 8748986b8e98 [2021-03-24T18:49:08.551Z] Removing intermediate container 5a9a411beef9 [2021-03-24T18:49:08.551Z] ---> 240faf8bd1fd [2021-03-24T18:49:08.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:49:08.551Z] Removing intermediate container e38bbb1dcfbd [2021-03-24T18:49:08.551Z] ---> bfb70c760ef1 [2021-03-24T18:49:08.551Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T18:49:08.551Z] Removing intermediate container 7d72893feffd [2021-03-24T18:49:08.551Z] ---> f31606ff78c3 [2021-03-24T18:49:08.551Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T18:49:08.812Z] ---> Running in b53bcb7a21df [2021-03-24T18:49:08.812Z] ---> Running in 5b2699856869 [2021-03-24T18:49:08.812Z] ---> Running in 36f42e277947 [2021-03-24T18:49:08.812Z] Removing intermediate container 67e723c35817 [2021-03-24T18:49:08.812Z] ---> 2c53d91b4663 [2021-03-24T18:49:08.812Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T18:49:09.075Z] ---> Running in ad1cfc4e3781 [2021-03-24T18:49:09.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:09.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:09.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:09.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:09.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:09.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:10.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:10.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:10.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:49:10.753Z] OK: 233 MiB in 51 packages [2021-03-24T18:49:11.349Z] OK: 233 MiB in 51 packages [2021-03-24T18:49:11.349Z] Removing intermediate container 8748986b8e98 [2021-03-24T18:49:11.349Z] ---> 02d779d55667 [2021-03-24T18:49:11.349Z] Step 6/23 : COPY go.mod . [2021-03-24T18:49:11.349Z] OK: 233 MiB in 51 packages [2021-03-24T18:49:11.615Z] OK: 233 MiB in 51 packages [2021-03-24T18:49:11.615Z] OK: 233 MiB in 51 packages [2021-03-24T18:49:11.615Z] ---> f2e44bb906e5 [2021-03-24T18:49:11.615Z] Step 7/23 : RUN go mod download [2021-03-24T18:49:11.878Z] ---> Running in 36a7f3f38798 [2021-03-24T18:49:11.878Z] Removing intermediate container 5b2699856869 [2021-03-24T18:49:11.878Z] ---> 4bf808757bd8 [2021-03-24T18:49:11.878Z] Step 6/22 : COPY go.mod . [2021-03-24T18:49:12.468Z] ---> ec63be27437d [2021-03-24T18:49:12.468Z] Step 7/22 : RUN go mod download [2021-03-24T18:49:12.736Z] Removing intermediate container b53bcb7a21df [2021-03-24T18:49:12.736Z] ---> c65d1521f2e6 [2021-03-24T18:49:12.736Z] Step 6/23 : COPY go.mod . [2021-03-24T18:49:12.736Z] ---> Running in d99bbe105b99 [2021-03-24T18:49:13.019Z] Removing intermediate container 36f42e277947 [2021-03-24T18:49:13.019Z] ---> 8241bda718f9 [2021-03-24T18:49:13.019Z] Step 6/31 : COPY go.mod . [2021-03-24T18:49:13.019Z] Removing intermediate container ad1cfc4e3781 [2021-03-24T18:49:13.019Z] ---> 24b655bf0ec6 [2021-03-24T18:49:13.019Z] Step 6/22 : COPY go.mod . [2021-03-24T18:49:13.019Z] ---> f60c211e2e8e [2021-03-24T18:49:13.019Z] Step 7/23 : RUN go mod download [2021-03-24T18:49:13.289Z] ---> Running in 9667f371dcf1 [2021-03-24T18:49:13.561Z] ---> b1b56a2b479f [2021-03-24T18:49:13.561Z] Step 7/31 : RUN go mod download [2021-03-24T18:49:13.561Z] ---> 2a56a0646118 [2021-03-24T18:49:13.561Z] Step 7/22 : RUN go mod download [2021-03-24T18:49:13.561Z] ---> Running in 54e08a72cfed [2021-03-24T18:49:13.561Z] ---> Running in 987aee680cd4 [2021-03-24T18:49:14.530Z] Removing intermediate container d99bbe105b99 [2021-03-24T18:49:14.530Z] ---> 0f56cd6a1bce [2021-03-24T18:49:14.530Z] Step 8/22 : COPY . . [2021-03-24T18:49:14.798Z] Removing intermediate container 36a7f3f38798 [2021-03-24T18:49:14.798Z] ---> 70b1fdaf0f87 [2021-03-24T18:49:14.798Z] Step 8/23 : COPY . . [2021-03-24T18:49:14.798Z] Removing intermediate container 9667f371dcf1 [2021-03-24T18:49:14.798Z] ---> 555a1986c8c9 [2021-03-24T18:49:14.798Z] Step 8/23 : COPY . . [2021-03-24T18:49:22.250Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T18:49:23.034Z] Removing intermediate container 54e08a72cfed [2021-03-24T18:49:23.034Z] ---> f41b88afaff0 [2021-03-24T18:49:23.034Z] Step 8/31 : COPY . . [2021-03-24T18:49:23.303Z] Removing intermediate container 987aee680cd4 [2021-03-24T18:49:23.304Z] ---> a2b0b9a901f9 [2021-03-24T18:49:23.304Z] Step 8/22 : COPY . . [2021-03-24T18:50:02.276Z] ---> d4f5206c3a1b [2021-03-24T18:50:02.276Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T18:50:02.276Z] ---> c1f63fdfc4f1 [2021-03-24T18:50:02.276Z] ---> 006cd983fbfe [2021-03-24T18:50:02.276Z] Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T18:50:02.276Z] [2021-03-24T18:50:02.276Z] ---> Running in 066f923da994 [2021-03-24T18:50:02.276Z] ---> Running in 953bcaec208d [2021-03-24T18:50:02.276Z] ---> Running in ce047f7bcb03 [2021-03-24T18:50:02.276Z] ---> 2de79c22330d [2021-03-24T18:50:02.276Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T18:50:02.276Z] ---> d761655111c4 [2021-03-24T18:50:02.276Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T18:50:02.276Z] ---> Running in aa45dcba5609 [2021-03-24T18:50:02.276Z] ---> Running in 0090566fb988 [2021-03-24T18:50:02.276Z] 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-03-24T18:50:02.276Z] 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-03-24T18:50:02.276Z] 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-03-24T18:50:02.276Z] 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-03-24T18:50:02.276Z] 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-03-24T18:50:09.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T18:50:27.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T18:50:29.610Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T18:50:29.887Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T18:50:38.358Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T18:50:38.358Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T18:50:38.358Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T18:50:41.234Z] Removing intermediate container 0090566fb988 [2021-03-24T18:50:41.235Z] ---> 6ded3e7c3a1f [2021-03-24T18:50:41.235Z] [2021-03-24T18:50:41.235Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T18:50:41.235Z] 3.12: Pulling from library/alpine [2021-03-24T18:50:41.235Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T18:50:41.235Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T18:50:41.235Z] ---> 88dd2752d2ea [2021-03-24T18:50:41.235Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T18:50:43.806Z] ---> Running in 50995533c542 [2021-03-24T18:50:43.806Z] Removing intermediate container aa45dcba5609 [2021-03-24T18:50:43.806Z] ---> 4e77317c6c53 [2021-03-24T18:50:43.806Z] [2021-03-24T18:50:43.806Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T18:50:43.806Z] ---> 88dd2752d2ea [2021-03-24T18:50:43.806Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:50:43.806Z] Removing intermediate container 953bcaec208d [2021-03-24T18:50:43.806Z] ---> b0184a4e2746 [2021-03-24T18:50:43.806Z] [2021-03-24T18:50:43.806Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T18:50:43.806Z] ---> 88dd2752d2ea [2021-03-24T18:50:43.806Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T18:50:44.074Z] ---> Running in 66796b909a3f [2021-03-24T18:50:44.074Z] ---> Running in 887b345d0302 [2021-03-24T18:50:44.654Z] Removing intermediate container 50995533c542 [2021-03-24T18:50:44.654Z] ---> 50531ff50020 [2021-03-24T18:50:44.654Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T18:50:45.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T18:50:45.101Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T18:50:45.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements [2021-03-24T18:50:45.101Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.260s coverage: 100.0% of statements [2021-03-24T18:50:48.876Z] ---> Running in 25a74e41388d [2021-03-24T18:50:48.876Z] Removing intermediate container ce047f7bcb03 [2021-03-24T18:50:48.876Z] ---> 897c7c413ad0 [2021-03-24T18:50:48.876Z] [2021-03-24T18:50:48.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:50:48.876Z] ---> 88dd2752d2ea [2021-03-24T18:50:48.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:50:48.876Z] Removing intermediate container 066f923da994 [2021-03-24T18:50:48.876Z] ---> dc213d077043 [2021-03-24T18:50:48.876Z] [2021-03-24T18:50:48.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:50:48.876Z] ---> 88dd2752d2ea [2021-03-24T18:50:48.876Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T18:50:48.876Z] ---> Running in 122728f49ac0 [2021-03-24T18:50:48.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:48.876Z] ---> Running in a267f3969484 [2021-03-24T18:50:48.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.169Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T18:50:49.169Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:50:49.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.169Z] OK: 6 MiB in 15 packages [2021-03-24T18:50:49.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.169Z] Removing intermediate container a267f3969484 [2021-03-24T18:50:49.169Z] ---> 023cbc58facc [2021-03-24T18:50:49.169Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T18:50:49.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.169Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.169Z] ---> Running in be1305c2eba2 [2021-03-24T18:50:49.446Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T18:50:49.446Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T18:50:49.446Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:50:49.446Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:50:49.446Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T18:50:49.446Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T18:50:49.446Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:50:49.446Z] OK: 6 MiB in 16 packages [2021-03-24T18:50:49.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:49.712Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T18:50:49.712Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:50:49.712Z] OK: 6 MiB in 15 packages [2021-03-24T18:50:49.712Z] OK: 6 MiB in 16 packages [2021-03-24T18:50:50.297Z] Removing intermediate container be1305c2eba2 [2021-03-24T18:50:50.297Z] ---> 7a792feb2250 [2021-03-24T18:50:50.297Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T18:50:50.297Z] ---> Running in cdf561e65e44 [2021-03-24T18:50:50.297Z] Removing intermediate container 66796b909a3f [2021-03-24T18:50:50.297Z] ---> c5ad85605372 [2021-03-24T18:50:50.297Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:50:50.874Z] ---> Running in 2a29905d10ef [2021-03-24T18:50:50.874Z] Removing intermediate container cdf561e65e44 [2021-03-24T18:50:50.874Z] ---> bcb45cb8433c [2021-03-24T18:50:50.874Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:50:50.874Z] Removing intermediate container 25a74e41388d [2021-03-24T18:50:50.874Z] ---> 50b1c2a4f84d [2021-03-24T18:50:50.874Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T18:50:51.451Z] Removing intermediate container 122728f49ac0 [2021-03-24T18:50:51.451Z] ---> 92f767f7979d [2021-03-24T18:50:51.451Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:50:51.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T18:50:51.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T18:50:51.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T18:50:51.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T18:50:52.028Z] ---> Running in e518400a3415 [2021-03-24T18:50:52.028Z] ---> Running in 93ac320bf40d [2021-03-24T18:50:52.028Z] Removing intermediate container 2a29905d10ef [2021-03-24T18:50:52.028Z] ---> d1a4432feee8 [2021-03-24T18:50:52.028Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T18:50:52.291Z] ---> Running in 818f422fa498 [2021-03-24T18:50:52.291Z] Removing intermediate container 887b345d0302 [2021-03-24T18:50:52.291Z] ---> 986d45839bde [2021-03-24T18:50:52.291Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:50:52.558Z] ---> Running in 848a2ce7b90b [2021-03-24T18:50:52.558Z] ---> Running in 2d92892bc24d [2021-03-24T18:50:52.559Z] Removing intermediate container e518400a3415 [2021-03-24T18:50:52.559Z] ---> 28662c26bd4c [2021-03-24T18:50:52.559Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T18:50:52.827Z] Removing intermediate container 818f422fa498 [2021-03-24T18:50:52.827Z] ---> 0e270dd7d8a5 [2021-03-24T18:50:52.827Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T18:50:52.827Z] Removing intermediate container 848a2ce7b90b [2021-03-24T18:50:52.827Z] ---> bcf8d7adb40d [2021-03-24T18:50:52.827Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T18:50:52.827Z] ---> Running in 30ffb3286b0f [2021-03-24T18:50:52.827Z] ---> Running in 95963830d0d7 [2021-03-24T18:50:53.091Z] ---> Running in 8f44ee35d611 [2021-03-24T18:50:53.091Z] Removing intermediate container 2d92892bc24d [2021-03-24T18:50:53.091Z] ---> ae3edd353ec6 [2021-03-24T18:50:53.091Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T18:50:53.091Z] ---> Running in 5362c63f56a6 [2021-03-24T18:50:53.353Z] Removing intermediate container 30ffb3286b0f [2021-03-24T18:50:53.353Z] ---> 4cb5a86c3beb [2021-03-24T18:50:53.353Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T18:50:53.353Z] Removing intermediate container 95963830d0d7 [2021-03-24T18:50:53.353Z] ---> 37e88eb76a0b [2021-03-24T18:50:53.353Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:50:53.353Z] Removing intermediate container 8f44ee35d611 [2021-03-24T18:50:53.353Z] ---> b66778289b19 [2021-03-24T18:50:53.353Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:50:53.616Z] ---> Running in 8018c33c1227 [2021-03-24T18:50:53.616Z] ---> Running in 99386fb3928f [2021-03-24T18:50:53.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements [2021-03-24T18:50:53.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T18:50:53.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T18:50:53.883Z] Removing intermediate container 5362c63f56a6 [2021-03-24T18:50:53.883Z] ---> fd6750bca147 [2021-03-24T18:50:53.883Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T18:50:53.883Z] ---> Running in e135325593fa [2021-03-24T18:50:53.883Z] ---> 3599e6b9a246 [2021-03-24T18:50:53.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T18:50:54.145Z] Removing intermediate container 93ac320bf40d [2021-03-24T18:50:54.145Z] ---> 9c4924c2a9ad [2021-03-24T18:50:54.145Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T18:50:54.145Z] Removing intermediate container 99386fb3928f [2021-03-24T18:50:54.145Z] ---> 2582db9efb74 [2021-03-24T18:50:54.145Z] Step 15/23 : WORKDIR / [2021-03-24T18:50:54.720Z] ---> Running in be6df5f52dbc [2021-03-24T18:50:54.720Z] ---> Running in b04279ff642e [2021-03-24T18:50:54.985Z] Removing intermediate container e135325593fa [2021-03-24T18:50:54.985Z] ---> 95d344c0cb2e [2021-03-24T18:50:54.985Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:50:54.985Z] ---> 530a98f5b3c3 [2021-03-24T18:50:54.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T18:50:55.247Z] Removing intermediate container b04279ff642e [2021-03-24T18:50:55.247Z] ---> 8421255efe42 [2021-03-24T18:50:55.247Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:50:55.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.9% of statements [2021-03-24T18:50:55.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T18:50:55.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:50:55.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements [2021-03-24T18:50:55.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T18:50:55.519Z] ---> 00b78082e648 [2021-03-24T18:50:55.519Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T18:50:55.519Z] ---> 89b57e6fa770 [2021-03-24T18:50:55.519Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T18:50:55.519Z] ---> b3ef32099852 [2021-03-24T18:50:55.519Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T18:50:55.787Z] ---> Running in 665a51a1f5be [2021-03-24T18:50:55.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:55.787Z] Removing intermediate container 8018c33c1227 [2021-03-24T18:50:55.787Z] ---> bd9510a6b741 [2021-03-24T18:50:55.787Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T18:50:56.051Z] ---> Running in 0559ee0b9068 [2021-03-24T18:50:56.051Z] Removing intermediate container 665a51a1f5be [2021-03-24T18:50:56.051Z] ---> 3c2dbf8504e1 [2021-03-24T18:50:56.051Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:50:56.051Z] ---> Running in 5697ce48cc9f [2021-03-24T18:50:56.051Z] ---> ecd57d9f11ea [2021-03-24T18:50:56.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T18:50:56.051Z] ---> 0b98e3048a66 [2021-03-24T18:50:56.051Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T18:50:56.316Z] Removing intermediate container 0559ee0b9068 [2021-03-24T18:50:56.316Z] ---> 47a50daf91af [2021-03-24T18:50:56.316Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T18:50:56.316Z] Removing intermediate container 5697ce48cc9f [2021-03-24T18:50:56.316Z] ---> 190da8778d42 [2021-03-24T18:50:56.316Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T18:50:56.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:50:56.578Z] ---> Running in f1d6d95d3d8a [2021-03-24T18:50:56.578Z] ---> 8350ee6fc5dc [2021-03-24T18:50:56.578Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T18:50:56.843Z] ---> aa913a7404b0 [2021-03-24T18:50:56.843Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T18:50:56.843Z] ---> e3c0fdbacaa6 [2021-03-24T18:50:56.843Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T18:50:57.105Z] ---> Running in caff2374513c [2021-03-24T18:50:57.105Z] ---> Running in 56d16eb978c9 [2021-03-24T18:50:57.105Z] ---> Running in f91dcafa5968 [2021-03-24T18:50:57.105Z] Removing intermediate container f1d6d95d3d8a [2021-03-24T18:50:57.105Z] ---> a08adecfdff8 [2021-03-24T18:50:57.105Z] Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:50:57.371Z] ---> Running in 9c9aedf0e7f0 [2021-03-24T18:50:57.640Z] Removing intermediate container caff2374513c [2021-03-24T18:50:57.640Z] ---> 7d917082ac09 [2021-03-24T18:50:57.640Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:50:57.640Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T18:50:57.640Z] Removing intermediate container f91dcafa5968 [2021-03-24T18:50:57.640Z] ---> c731c5f5fe5c [2021-03-24T18:50:57.640Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:50:57.640Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T18:50:57.640Z] ---> Running in 56abcbffc0cb [2021-03-24T18:50:57.640Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T18:50:57.640Z] ---> Running in 7774da40debf [2021-03-24T18:50:57.907Z] Removing intermediate container 9c9aedf0e7f0 [2021-03-24T18:50:57.907Z] ---> 9fd0af6433d0 [2021-03-24T18:50:57.907Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T18:50:57.907Z] Removing intermediate container 56abcbffc0cb [2021-03-24T18:50:57.907Z] ---> aec8069e8cf5 [2021-03-24T18:50:57.907Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T18:50:57.907Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T18:50:58.182Z] ---> Running in 69ce09558bba [2021-03-24T18:50:58.182Z] Removing intermediate container 7774da40debf [2021-03-24T18:50:58.182Z] ---> 30cec3c80bdd [2021-03-24T18:50:58.182Z] Step 21/23 : LABEL arch=x86_64 ---> Running in db58d01679da [2021-03-24T18:50:58.182Z] [2021-03-24T18:50:58.182Z] ---> Running in 09b968ebfaa2 [2021-03-24T18:50:58.445Z] Removing intermediate container db58d01679da [2021-03-24T18:50:58.445Z] ---> f939c44208be [2021-03-24T18:50:58.445Z] Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:50:58.445Z] Removing intermediate container 69ce09558bba [2021-03-24T18:50:58.445Z] ---> 41d1a0134631 [2021-03-24T18:50:58.445Z] [2021-03-24T18:50:58.445Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T18:50:58.707Z] ---> Running in 94d8f3b6c642 [2021-03-24T18:50:58.707Z] Successfully built 41d1a0134631 [2021-03-24T18:50:58.707Z] Removing intermediate container 09b968ebfaa2 [2021-03-24T18:50:58.707Z] ---> df632db462fd [2021-03-24T18:50:58.707Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:50:58.707Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T18:50:58.707Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-24T18:50:58.707Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-24T18:50:58.975Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:50:58.975Z] OK: 8 MiB in 20 packages [2021-03-24T18:50:58.975Z] Removing intermediate container 56d16eb978c9 [2021-03-24T18:50:58.975Z] ---> 26062b1cc729 [2021-03-24T18:50:58.975Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:50:58.975Z] ---> Running in 584d80a02dcf [2021-03-24T18:50:58.975Z] Removing intermediate container 94d8f3b6c642 [2021-03-24T18:50:58.975Z] ---> 113b0c6349fa [2021-03-24T18:50:58.975Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T18:50:59.240Z] ---> Running in 26d1fd14407b [2021-03-24T18:50:59.510Z] Removing intermediate container 584d80a02dcf [2021-03-24T18:50:59.510Z] ---> dbc1f35ab5de [2021-03-24T18:50:59.510Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:50:59.774Z] ---> 73b80a8691d5 [2021-03-24T18:50:59.774Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T18:50:59.774Z] Removing intermediate container 26d1fd14407b [2021-03-24T18:50:59.774Z] ---> 1145d21034f8 [2021-03-24T18:50:59.774Z] [2021-03-24T18:50:59.774Z] ---> Running in b44a1d903026 [2021-03-24T18:51:00.048Z] Successfully built 1145d21034f8 [2021-03-24T18:51:00.048Z] Removing intermediate container be6df5f52dbc [2021-03-24T18:51:00.048Z] ---> d399c97230e7 [2021-03-24T18:51:00.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Successfully tagged docker-support-notifications-go:latest [2021-03-24T18:51:00.048Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-24T18:51:00.048Z] [2021-03-24T18:51:00.314Z] Removing intermediate container b44a1d903026 [2021-03-24T18:51:00.314Z] ---> a59c4a3e91c8 [2021-03-24T18:51:00.314Z] [2021-03-24T18:51:00.576Z] Successfully built a59c4a3e91c8 [2021-03-24T18:51:00.841Z] ---> eb83c3a102cb [2021-03-24T18:51:00.842Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T18:51:00.842Z] Successfully tagged docker-core-metadata-go:latest [2021-03-24T18:51:00.842Z] Building docker-core-command-go [2021-03-24T18:51:04.173Z]  Building docker-core-metadata-go ... done  ---> 6f659152adaf [2021-03-24T18:51:04.173Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.213s coverage: 28.6% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.324s coverage: 86.7% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.292s coverage: 97.5% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T18:51:05.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.206s coverage: 78.3% of statements [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T18:51:05.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T18:51:05.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T18:51:09.543Z] ---> b1edc199e329 [2021-03-24T18:51:09.543Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T18:51:09.543Z] ---> c163da9c0bf4 [2021-03-24T18:51:09.543Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T18:51:09.543Z] ---> 35b31e440d8c [2021-03-24T18:51:09.543Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T18:51:09.543Z] ---> 69d6a12f01df [2021-03-24T18:51:09.543Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T18:51:09.543Z] ---> Running in e6293d2e1eae [2021-03-24T18:51:09.543Z] Removing intermediate container e6293d2e1eae [2021-03-24T18:51:09.543Z] ---> 5199481e6eda [2021-03-24T18:51:09.543Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:51:09.543Z] ---> cc4f62315e99 [2021-03-24T18:51:09.543Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T18:51:09.543Z] ---> Running in 11dd2cd87a21 [2021-03-24T18:51:13.843Z] ---> Running in 2fcfa62c1429 [2021-03-24T18:51:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T18:51:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T18:51:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T18:51:13.895Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T18:51:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 47.1% of statements [2021-03-24T18:51:13.895Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-03-24T18:51:13.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-03-24T18:51:13.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.114s coverage: 96.3% of statements [2021-03-24T18:51:13.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-03-24T18:51:14.432Z] Removing intermediate container 11dd2cd87a21 [2021-03-24T18:51:14.432Z] ---> 53e9734c1232 [2021-03-24T18:51:14.432Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T18:51:15.847Z] Removing intermediate container 2fcfa62c1429 [2021-03-24T18:51:15.848Z] ---> fe267175fae6 [2021-03-24T18:51:15.848Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T18:51:15.848Z] ---> Running in 9d2e615073f2 [2021-03-24T18:51:17.261Z] Removing intermediate container 9d2e615073f2 [2021-03-24T18:51:17.261Z] ---> adc38dbc7763 [2021-03-24T18:51:17.261Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:51:17.848Z] ---> b862b5ecec8a [2021-03-24T18:51:17.848Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T18:51:18.457Z] ---> Running in 7e2fed9843f6 [2021-03-24T18:51:19.437Z] ---> Running in e6d429ca9775 [2021-03-24T18:51:20.419Z] Removing intermediate container 7e2fed9843f6 [2021-03-24T18:51:20.419Z] ---> 4b3b0f451c8e [2021-03-24T18:51:20.419Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:51:21.412Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:21.412Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:21.412Z] ---> 958fc9457ec7 [2021-03-24T18:51:21.412Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:51:21.412Z] ---> Using cache [2021-03-24T18:51:21.412Z] ---> f96fc547e7f4 [2021-03-24T18:51:21.412Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:21.412Z] ---> Running in 7ea9aa8ec851 [2021-03-24T18:51:21.412Z] ---> Using cache [2021-03-24T18:51:21.412Z] ---> f31606ff78c3 [2021-03-24T18:51:21.412Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:51:21.412Z] ---> Using cache [2021-03-24T18:51:21.413Z] ---> 8241bda718f9 [2021-03-24T18:51:21.413Z] Step 6/23 : COPY go.mod . [2021-03-24T18:51:21.413Z] ---> Using cache [2021-03-24T18:51:21.413Z] ---> b1b56a2b479f [2021-03-24T18:51:21.413Z] Step 7/23 : RUN go mod download [2021-03-24T18:51:21.413Z] ---> Using cache [2021-03-24T18:51:21.413Z] ---> f41b88afaff0 [2021-03-24T18:51:21.413Z] Step 8/23 : COPY . . [2021-03-24T18:51:21.413Z] ---> Using cache [2021-03-24T18:51:21.413Z] ---> 2de79c22330d [2021-03-24T18:51:21.413Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T18:51:21.684Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:21.684Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:21.684Z] ---> 958fc9457ec7 [2021-03-24T18:51:21.684Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> f96fc547e7f4 [2021-03-24T18:51:21.684Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> f31606ff78c3 [2021-03-24T18:51:21.684Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> 8241bda718f9 [2021-03-24T18:51:21.684Z] Step 6/21 : COPY go.mod . [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> b1b56a2b479f [2021-03-24T18:51:21.684Z] Step 7/21 : RUN go mod download [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> f41b88afaff0 [2021-03-24T18:51:21.684Z] Step 8/21 : COPY . . [2021-03-24T18:51:21.684Z] ---> Using cache [2021-03-24T18:51:21.684Z] ---> 2de79c22330d [2021-03-24T18:51:21.684Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T18:51:22.288Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:22.288Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:23.243Z] ---> 958fc9457ec7 [2021-03-24T18:51:23.243Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T18:51:23.243Z] ---> Using cache [2021-03-24T18:51:23.244Z] ---> f96fc547e7f4 [2021-03-24T18:51:23.244Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:23.244Z] ---> Using cache [2021-03-24T18:51:23.244Z] ---> f31606ff78c3 [2021-03-24T18:51:23.244Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T18:51:23.821Z] ---> Running in e4467087eefb [2021-03-24T18:51:23.821Z] ---> Running in 340277732b80 [2021-03-24T18:51:23.821Z] Removing intermediate container 7ea9aa8ec851 [2021-03-24T18:51:23.821Z] ---> ece3f82ab179 [2021-03-24T18:51:23.821Z] [2021-03-24T18:51:23.821Z] ---> Running in 34c853d02a02 [2021-03-24T18:51:24.083Z] Successfully built ece3f82ab179 [2021-03-24T18:51:24.083Z] Successfully tagged docker-core-data-go:latest [2021-03-24T18:51:24.083Z] Building docker-security-secretstore-setup-go [2021-03-24T18:51:24.351Z]  Building docker-core-data-go ... done Removing intermediate container e6d429ca9775 [2021-03-24T18:51:24.351Z] ---> b1587011c9c4 [2021-03-24T18:51:24.351Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T18:51:25.302Z] 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-03-24T18:51:25.302Z] ---> Running in 08aebdabc9ea [2021-03-24T18:51:26.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-03-24T18:51:26.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-24T18:51:27.250Z] 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-03-24T18:51:27.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:27.250Z] Removing intermediate container 08aebdabc9ea [2021-03-24T18:51:27.250Z] ---> 628ef40c7b0c [2021-03-24T18:51:27.250Z] Step 28/31 : CMD ["gate"] [2021-03-24T18:51:27.533Z] ---> Running in 03605584f0cf [2021-03-24T18:51:28.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:28.407Z] Removing intermediate container 03605584f0cf [2021-03-24T18:51:28.407Z] ---> 20c1686254fe [2021-03-24T18:51:28.407Z] Step 29/31 : LABEL arch=x86_64 [2021-03-24T18:51:28.680Z] ---> Running in fa5bf4a6dea8 [2021-03-24T18:51:28.958Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:29.550Z] Removing intermediate container fa5bf4a6dea8 [2021-03-24T18:51:29.550Z] ---> ebdd2c1a0fc2 [2021-03-24T18:51:29.550Z] Step 30/31 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:51:30.158Z] ---> Running in e4581f2109ab [2021-03-24T18:51:30.758Z] Removing intermediate container e4581f2109ab [2021-03-24T18:51:30.758Z] ---> b4f2d91bf600 [2021-03-24T18:51:30.758Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T18:51:30.758Z] Removing intermediate container 34c853d02a02 [2021-03-24T18:51:30.758Z] ---> b805be232c9e [2021-03-24T18:51:30.758Z] Step 6/26 : COPY go.mod . [2021-03-24T18:51:31.030Z] ---> Running in d33268d9177a [2021-03-24T18:51:31.616Z] Removing intermediate container d33268d9177a [2021-03-24T18:51:31.616Z] ---> fcb7a6b5822d [2021-03-24T18:51:31.616Z] [2021-03-24T18:51:31.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.481s coverage: 82.6% of statements [2021-03-24T18:51:31.890Z] ---> a9c978d0cad7 [2021-03-24T18:51:31.890Z] Step 7/26 : RUN go mod download [2021-03-24T18:51:31.890Z] Successfully built fcb7a6b5822d [2021-03-24T18:51:31.890Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-24T18:51:31.890Z]  Building docker-security-bootstrapper-go ... done  ---> Running in a99a67c8dceb [2021-03-24T18:51:36.839Z] Removing intermediate container a99a67c8dceb [2021-03-24T18:51:36.840Z] ---> f6cedd235c4a [2021-03-24T18:51:36.840Z] Step 8/26 : COPY . . [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.6% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 64.4% of statements [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T18:51:41.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T18:51:41.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-24T18:51:41.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-03-24T18:51:41.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-03-24T18:51:41.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-03-24T18:51:42.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-03-24T18:51:43.600Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:43.600Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:43.600Z] ---> 958fc9457ec7 [2021-03-24T18:51:43.600Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> f96fc547e7f4 [2021-03-24T18:51:43.600Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> f31606ff78c3 [2021-03-24T18:51:43.600Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> 8241bda718f9 [2021-03-24T18:51:43.600Z] Step 6/24 : COPY go.mod . [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> b1b56a2b479f [2021-03-24T18:51:43.600Z] Step 7/24 : RUN go mod download [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> f41b88afaff0 [2021-03-24T18:51:43.600Z] Step 8/24 : COPY . . [2021-03-24T18:51:43.600Z] ---> Using cache [2021-03-24T18:51:43.600Z] ---> 2de79c22330d [2021-03-24T18:51:43.600Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T18:51:44.561Z] ---> Running in dc7d70eb6007 [2021-03-24T18:51:46.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 69.0% of statements [2021-03-24T18:51:46.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T18:51:46.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T18:51:46.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T18:51:46.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.352s coverage: 38.4% of statements [2021-03-24T18:51:46.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T18:51:46.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T18:51:46.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-03-24T18:51:46.808Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T18:51:46.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements [2021-03-24T18:51:47.895Z] 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-03-24T18:51:48.161Z] 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-03-24T18:51:53.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T18:51:53.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.186s coverage: 100.0% of statements [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T18:51:53.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T18:51:53.527Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.496s coverage: 87.1% of statements [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:51:53.527Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.216s coverage: 29.1% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.289s coverage: 94.0% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T18:52:01.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2021-03-24T18:52:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-24T18:52:03.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-24T18:52:03.851Z] GO111MODULE=on go vet ./... [2021-03-24T18:52:06.397Z] Removing intermediate container 340277732b80 [2021-03-24T18:52:06.397Z] ---> ed6e149a631e [2021-03-24T18:52:06.397Z] [2021-03-24T18:52:06.397Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T18:52:06.397Z] ---> 88dd2752d2ea [2021-03-24T18:52:06.397Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T18:52:06.397Z] Removing intermediate container e4467087eefb [2021-03-24T18:52:06.397Z] ---> cd827ca51d57 [2021-03-24T18:52:06.397Z] [2021-03-24T18:52:06.397Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:52:06.397Z] ---> 88dd2752d2ea [2021-03-24T18:52:06.397Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:52:06.397Z] ---> Using cache [2021-03-24T18:52:06.397Z] ---> 92f767f7979d [2021-03-24T18:52:06.397Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:52:06.397Z] ---> Using cache [2021-03-24T18:52:06.397Z] ---> 0e270dd7d8a5 [2021-03-24T18:52:06.397Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T18:52:06.397Z] ---> 262a78c7e461 [2021-03-24T18:52:06.397Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T18:52:06.397Z] ---> Running in cd5bb96219a1 [2021-03-24T18:52:06.397Z] ---> Running in ea421012d59a [2021-03-24T18:52:06.397Z] ---> Running in 7c9d533e5cef [2021-03-24T18:52:06.397Z] Removing intermediate container ea421012d59a [2021-03-24T18:52:06.397Z] ---> aa3b2a1fb51e [2021-03-24T18:52:06.397Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:52:06.397Z] ---> Running in 768ee294036f [2021-03-24T18:52:06.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:06.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:06.397Z] 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-03-24T18:52:06.397Z] Removing intermediate container 768ee294036f [2021-03-24T18:52:06.397Z] ---> 8198a732858b [2021-03-24T18:52:06.397Z] Step 15/23 : WORKDIR / [2021-03-24T18:52:06.397Z] 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-03-24T18:52:06.397Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T18:52:06.397Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:52:06.397Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T18:52:06.397Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T18:52:06.397Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:52:06.397Z] ---> Running in a6ea3987bda7 [2021-03-24T18:52:06.397Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:52:06.397Z] OK: 7 MiB in 18 packages [2021-03-24T18:52:06.397Z] Removing intermediate container a6ea3987bda7 [2021-03-24T18:52:06.397Z] ---> 2466e481e6d4 [2021-03-24T18:52:06.397Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:52:07.006Z] ---> 42533bb0c84f [2021-03-24T18:52:07.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T18:52:07.280Z] Removing intermediate container cd5bb96219a1 [2021-03-24T18:52:07.280Z] ---> 1fb8ed15af28 [2021-03-24T18:52:07.280Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:52:07.280Z] ---> Running in 38f89366b5ce [2021-03-24T18:52:07.924Z] Removing intermediate container 38f89366b5ce [2021-03-24T18:52:07.924Z] ---> 6a8ff87df96a [2021-03-24T18:52:07.924Z] Step 13/21 : WORKDIR /edgex [2021-03-24T18:52:07.924Z] ---> Running in 0c667fcef53c [2021-03-24T18:52:07.924Z] ---> f8d5a96cf79a [2021-03-24T18:52:07.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T18:52:08.201Z] Removing intermediate container 0c667fcef53c [2021-03-24T18:52:08.201Z] ---> 3e91d88e4f81 [2021-03-24T18:52:08.201Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T18:52:08.479Z] ---> e1f79aaae578 [2021-03-24T18:52:08.479Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T18:52:08.479Z] ---> cf5dfd1de947 [2021-03-24T18:52:08.479Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T18:52:08.760Z] ---> Running in 3c496ad0ca6c [2021-03-24T18:52:09.370Z] Removing intermediate container 3c496ad0ca6c [2021-03-24T18:52:09.370Z] ---> 91eef75eea8a [2021-03-24T18:52:09.370Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:52:09.370Z] ---> Running in dfbe75f937c6 [2021-03-24T18:52:11.990Z] ---> c31bd8a6ebd8 [2021-03-24T18:52:11.990Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T18:52:11.990Z] Removing intermediate container dfbe75f937c6 [2021-03-24T18:52:11.990Z] ---> 03e8850d6311 [2021-03-24T18:52:11.990Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T18:52:11.990Z] Removing intermediate container dc7d70eb6007 [2021-03-24T18:52:11.990Z] ---> 00abaa17726b [2021-03-24T18:52:11.990Z] [2021-03-24T18:52:11.990Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T18:52:11.990Z] ---> 88dd2752d2ea [2021-03-24T18:52:11.990Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T18:52:11.990Z] ---> Running in cee51fa0d51f [2021-03-24T18:52:11.990Z] ---> Running in b90d4bc6df3c [2021-03-24T18:52:11.990Z] Removing intermediate container cee51fa0d51f [2021-03-24T18:52:11.990Z] ---> 9e082594f0cd [2021-03-24T18:52:11.990Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:52:12.277Z] ---> Running in c7d6055db1f6 [2021-03-24T18:52:12.277Z] ---> 4bf95e335895 [2021-03-24T18:52:12.277Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T18:52:12.277Z] ---> Running in 8abe1c8e04af [2021-03-24T18:52:12.551Z] Removing intermediate container c7d6055db1f6 [2021-03-24T18:52:12.551Z] ---> 10b787185ec0 [2021-03-24T18:52:12.551Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:52:12.821Z] ---> Running in fd36b0dfe2d9 [2021-03-24T18:52:12.821Z] Removing intermediate container 8abe1c8e04af [2021-03-24T18:52:12.821Z] ---> ef7fb82c26e5 [2021-03-24T18:52:12.821Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T18:52:12.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:12.821Z] ---> Running in 4380a2947d2c [2021-03-24T18:52:12.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:13.086Z] Removing intermediate container fd36b0dfe2d9 [2021-03-24T18:52:13.086Z] ---> 64992298d2cd [2021-03-24T18:52:13.086Z] [2021-03-24T18:52:13.086Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T18:52:13.086Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:52:13.086Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T18:52:13.086Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T18:52:13.086Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T18:52:13.086Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T18:52:13.086Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:52:13.086Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:52:13.086Z] OK: 7 MiB in 20 packages [2021-03-24T18:52:13.374Z] Successfully built 64992298d2cd [2021-03-24T18:52:13.375Z] Removing intermediate container 4380a2947d2c [2021-03-24T18:52:13.375Z] ---> d7d4e40512f0 [2021-03-24T18:52:13.375Z] Step 19/21 : LABEL arch=x86_64 [2021-03-24T18:52:13.647Z] Successfully tagged docker-core-command-go:latest [2021-03-24T18:52:14.242Z]  Building docker-core-command-go ... done  ---> Running in df1c384c5c20 [2021-03-24T18:52:14.533Z] Removing intermediate container df1c384c5c20 [2021-03-24T18:52:14.533Z] ---> 894f5327ebbc [2021-03-24T18:52:14.533Z] Step 20/21 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:52:14.533Z] ---> Running in e3f87755940a [2021-03-24T18:52:15.117Z] Removing intermediate container e3f87755940a [2021-03-24T18:52:15.117Z] ---> 403fdda787f6 [2021-03-24T18:52:15.117Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T18:52:16.067Z] Removing intermediate container b90d4bc6df3c [2021-03-24T18:52:16.067Z] ---> 0b0c936073e1 [2021-03-24T18:52:16.067Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:52:16.067Z] ---> Running in 0aaa5dff98b9 [2021-03-24T18:52:16.067Z] ---> Running in c3b06dae7eed [2021-03-24T18:52:16.342Z] Removing intermediate container 0aaa5dff98b9 [2021-03-24T18:52:16.342Z] ---> e1e767df75a1 [2021-03-24T18:52:16.342Z] [2021-03-24T18:52:16.605Z] Removing intermediate container c3b06dae7eed [2021-03-24T18:52:16.605Z] ---> 7273c0c62a46 [2021-03-24T18:52:16.605Z] Step 13/24 : WORKDIR / [2021-03-24T18:52:16.605Z] Successfully built e1e767df75a1 [2021-03-24T18:52:16.605Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-24T18:52:16.605Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 44a078de7ce3 [2021-03-24T18:52:16.867Z] Removing intermediate container 44a078de7ce3 [2021-03-24T18:52:16.867Z] ---> ffbf2dc9015e [2021-03-24T18:52:16.867Z] 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-03-24T18:52:17.448Z] ---> bb4debd685f8 [2021-03-24T18:52:17.448Z] 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-03-24T18:52:17.712Z] ---> 686a23a4c88a [2021-03-24T18:52:17.712Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T18:52:19.102Z] ---> d7b5536e2982 [2021-03-24T18:52:19.102Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T18:52:19.364Z] Removing intermediate container 7c9d533e5cef [2021-03-24T18:52:19.364Z] ---> fa4d7b3bc730 [2021-03-24T18:52:19.364Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T18:52:19.627Z] ---> Running in ce0f8cdf14a7 [2021-03-24T18:52:19.889Z] ---> 5409aa3510cf [2021-03-24T18:52:19.889Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T18:52:20.151Z] 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-03-24T18:52:20.413Z] ---> 2c518e71ae62 [2021-03-24T18:52:20.414Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T18:52:20.676Z] ---> 25bc0638d43c [2021-03-24T18:52:20.676Z] 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-03-24T18:52:20.676Z] ---> Running in f8fcc103b2f3 [2021-03-24T18:52:21.254Z] Removing intermediate container ce0f8cdf14a7 [2021-03-24T18:52:21.254Z] ---> 43620ae5df8f [2021-03-24T18:52:21.254Z] [2021-03-24T18:52:21.254Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T18:52:21.254Z] 20.10.0: Pulling from library/docker [2021-03-24T18:52:21.831Z] Removing intermediate container f8fcc103b2f3 [2021-03-24T18:52:21.831Z] ---> 56da67cc3e7f [2021-03-24T18:52:21.831Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T18:52:22.099Z] ---> Running in 64cce9d749aa [2021-03-24T18:52:22.372Z] Removing intermediate container 64cce9d749aa [2021-03-24T18:52:22.372Z] ---> 779f01601835 [2021-03-24T18:52:22.372Z] Step 22/24 : LABEL arch=x86_64 [2021-03-24T18:52:22.650Z] ---> Running in c0a4124d8fdb [2021-03-24T18:52:22.650Z] Removing intermediate container c0a4124d8fdb [2021-03-24T18:52:22.650Z] ---> 0c32b6cb9de5 [2021-03-24T18:52:22.650Z] Step 23/24 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:52:22.927Z] ---> Running in 6987dc53adef [2021-03-24T18:52:23.202Z] Removing intermediate container 6987dc53adef [2021-03-24T18:52:23.202Z] ---> 89cd4926dcaa [2021-03-24T18:52:23.202Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T18:52:23.202Z] ---> Running in cc1ea60e55ab [2021-03-24T18:52:23.469Z] Removing intermediate container cc1ea60e55ab [2021-03-24T18:52:23.469Z] ---> decde2d821b7 [2021-03-24T18:52:23.469Z] [2021-03-24T18:52:23.469Z] Successfully built decde2d821b7 [2021-03-24T18:52:23.469Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-24T18:52:26.042Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T18:52:26.042Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T18:52:26.042Z] ---> aefe523efa57 [2021-03-24T18:52:26.042Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T18:52:26.305Z] ---> Running in 33e259df61c9 [2021-03-24T18:52:26.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:26.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:26.884Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T18:52:26.884Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T18:52:26.884Z] Executing bash-5.0.17-r0.post-install [2021-03-24T18:52:26.884Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:52:26.884Z] OK: 12 MiB in 22 packages [2021-03-24T18:52:27.460Z] Removing intermediate container 33e259df61c9 [2021-03-24T18:52:27.460Z] ---> 7525c2f6bb2f [2021-03-24T18:52:27.460Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T18:52:27.460Z] ---> Running in ceeb4cb413ac [2021-03-24T18:52:27.722Z] Removing intermediate container ceeb4cb413ac [2021-03-24T18:52:27.722Z] ---> 992f37dd945e [2021-03-24T18:52:27.722Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T18:52:28.295Z] ---> Running in d52ba5bb3faa [2021-03-24T18:52:28.295Z] Removing intermediate container d52ba5bb3faa [2021-03-24T18:52:28.295Z] ---> 02cd4e7142ad [2021-03-24T18:52:28.295Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T18:52:28.557Z] ---> Running in 26dddd8fcef5 [2021-03-24T18:52:28.557Z] Removing intermediate container 26dddd8fcef5 [2021-03-24T18:52:28.557Z] ---> fed72422110c [2021-03-24T18:52:28.557Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T18:52:29.134Z] ---> 94a34eba8e80 [2021-03-24T18:52:29.134Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T18:52:29.396Z] ---> 4501098f423a [2021-03-24T18:52:29.396Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T18:52:29.661Z] ---> 0887d3bb7bb9 [2021-03-24T18:52:29.661Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T18:52:29.661Z] ---> Running in aadf0a261871 [2021-03-24T18:52:30.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:30.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:30.502Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T18:52:30.502Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T18:52:30.502Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T18:52:30.502Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T18:52:30.502Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T18:52:30.502Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T18:52:30.502Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T18:52:31.892Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T18:52:31.892Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T18:52:31.892Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T18:52:31.892Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T18:52:31.892Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T18:52:31.892Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T18:52:31.892Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T18:52:31.892Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T18:52:31.892Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T18:52:31.892Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T18:52:31.892Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T18:52:31.892Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T18:52:31.892Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T18:52:31.892Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T18:52:31.892Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T18:52:31.892Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T18:52:31.892Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T18:52:31.892Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T18:52:32.154Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T18:52:32.154Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T18:52:32.154Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T18:52:32.154Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T18:52:32.154Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T18:52:32.154Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T18:52:32.154Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T18:52:32.154Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T18:52:32.454Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:52:32.454Z] OK: 71 MiB in 55 packages [2021-03-24T18:52:42.511Z] Removing intermediate container aadf0a261871 [2021-03-24T18:52:42.511Z] ---> 61427f8b0209 [2021-03-24T18:52:42.511Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T18:52:42.511Z] ---> Running in 11af18cc54d2 [2021-03-24T18:52:42.511Z] Collecting docker-compose==1.23.2 [2021-03-24T18:52:42.780Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T18:52:42.780Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T18:52:42.780Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T18:52:43.735Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T18:52:43.735Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T18:52:43.735Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T18:52:43.735Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T18:52:43.735Z] Collecting PyYAML<4,>=3.10 [2021-03-24T18:52:43.735Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T18:52:44.687Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T18:52:44.687Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T18:52:44.687Z] 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-03-24T18:52:44.949Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T18:52:44.949Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T18:52:45.522Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T18:52:45.522Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T18:52:45.785Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T18:52:46.048Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T18:52:46.048Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T18:52:46.048Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T18:52:46.048Z] 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-03-24T18:52:46.309Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T18:52:46.309Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T18:52:46.309Z] 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-03-24T18:52:46.309Z] Collecting idna<2.8,>=2.5 [2021-03-24T18:52:46.309Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T18:52:46.572Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T18:52:46.572Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T18:52:46.572Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T18:52:46.572Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T18:52:46.572Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T18:52:46.572Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T18:52:46.572Z] Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, PyYAML, websocket-client, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose [2021-03-24T18:52:46.572Z] Running setup.py install for dockerpty: started [2021-03-24T18:52:47.145Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T18:52:47.145Z] Attempting uninstall: urllib3 [2021-03-24T18:52:47.145Z] Found existing installation: urllib3 1.25.9 [2021-03-24T18:52:47.145Z] Uninstalling urllib3-1.25.9: [2021-03-24T18:52:47.145Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T18:52:47.405Z] Attempting uninstall: idna [2021-03-24T18:52:47.405Z] Found existing installation: idna 2.9 [2021-03-24T18:52:47.405Z] Uninstalling idna-2.9: [2021-03-24T18:52:47.405Z] Successfully uninstalled idna-2.9 [2021-03-24T18:52:47.668Z] Attempting uninstall: requests [2021-03-24T18:52:47.668Z] Found existing installation: requests 2.23.0 [2021-03-24T18:52:47.668Z] Uninstalling requests-2.23.0: [2021-03-24T18:52:47.668Z] Successfully uninstalled requests-2.23.0 [2021-03-24T18:52:47.928Z] Running setup.py install for PyYAML: started [2021-03-24T18:52:48.502Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T18:52:48.763Z] Running setup.py install for texttable: started [2021-03-24T18:52:49.337Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T18:52:49.337Z] Running setup.py install for docopt: started [2021-03-24T18:52:49.910Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T18:52:50.172Z] 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.58.0 [2021-03-24T18:52:53.499Z] Removing intermediate container 11af18cc54d2 [2021-03-24T18:52:53.500Z] ---> 983c5fcd54bb [2021-03-24T18:52:53.500Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T18:52:53.500Z] ---> Running in 362cceff61e2 [2021-03-24T18:52:53.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:54.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:52:54.040Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:52:54.040Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T18:52:54.040Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T18:52:54.040Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:52:54.040Z] OK: 72 MiB in 58 packages [2021-03-24T18:52:54.617Z] Removing intermediate container 362cceff61e2 [2021-03-24T18:52:54.617Z] ---> eef95409dc64 [2021-03-24T18:52:54.617Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T18:52:54.617Z] ---> Running in ae13c147adf6 [2021-03-24T18:52:54.878Z] Removing intermediate container ae13c147adf6 [2021-03-24T18:52:54.878Z] ---> 2c028c827b91 [2021-03-24T18:52:54.879Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:52:54.879Z] ---> Running in 9699baa051b4 [2021-03-24T18:52:55.140Z] Removing intermediate container 9699baa051b4 [2021-03-24T18:52:55.141Z] ---> 1dcfd819cb46 [2021-03-24T18:52:55.141Z] Step 24/26 : LABEL arch=x86_64 [2021-03-24T18:52:55.141Z] ---> Running in b285413b00cd [2021-03-24T18:52:55.404Z] Removing intermediate container b285413b00cd [2021-03-24T18:52:55.404Z] ---> 8c6efa1f95b3 [2021-03-24T18:52:55.404Z] Step 25/26 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:52:55.404Z] ---> Running in bb72080c9de5 [2021-03-24T18:52:55.667Z] Removing intermediate container bb72080c9de5 [2021-03-24T18:52:55.667Z] ---> 6203d1689986 [2021-03-24T18:52:55.667Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T18:52:55.667Z] ---> Running in 1e9f84d54aab [2021-03-24T18:52:55.933Z] Removing intermediate container 1e9f84d54aab [2021-03-24T18:52:55.933Z] ---> 937623c60219 [2021-03-24T18:52:55.933Z] [2021-03-24T18:52:55.933Z] Successfully built 937623c60219 [2021-03-24T18:52:55.933Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-24T18:52:56.207Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T18:52:56.216Z] $ docker stop --time=1 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 [2021-03-24T18:52:57.835Z] $ docker rm -f 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T18:52:58.455Z] + docker images [2021-03-24T18:52:58.455Z] + grep docker [2021-03-24T18:52:58.718Z] docker-sys-mgmt-agent-go latest 937623c60219 3 seconds ago 313MB [2021-03-24T18:52:58.718Z] docker-security-secretstore-setup-go latest decde2d821b7 35 seconds ago 25MB [2021-03-24T18:52:58.718Z] docker-security-proxy-setup-go latest e1e767df75a1 42 seconds ago 24.7MB [2021-03-24T18:52:58.718Z] docker-core-command-go latest 64992298d2cd 46 seconds ago 17.3MB [2021-03-24T18:52:58.718Z] docker-security-bootstrapper-go latest fcb7a6b5822d About a minute ago 18.8MB [2021-03-24T18:52:58.718Z] docker-core-data-go latest ece3f82ab179 About a minute ago 22.6MB [2021-03-24T18:52:58.718Z] docker-support-notifications-go latest 1145d21034f8 About a minute ago 17.9MB [2021-03-24T18:52:58.718Z] docker-core-metadata-go latest a59c4a3e91c8 About a minute ago 19.1MB [2021-03-24T18:52:58.718Z] docker-support-scheduler-go latest 41d1a0134631 2 minutes ago 17.3MB [2021-03-24T18:52:58.718Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-24T18:53:14.441Z] Still waiting to schedule task [2021-03-24T18:53:14.441Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-24T18:53:25.677Z] gofmt -l . [2021-03-24T18:53:25.677Z] [ "`gofmt -l .`" = "" ] [2021-03-24T18:53:25.677Z] ./bin/test-go-mod-tidy.sh [2021-03-24T18:53:25.677Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T18:53:26.341Z] + ls -al . [2021-03-24T18:53:26.341Z] total 804 [2021-03-24T18:53:26.341Z] drwxrwxr-x 9 1001 1001 4096 Mar 24 18:53 . [2021-03-24T18:53:26.341Z] drwxr-xr-x 4 root root 4096 Mar 24 18:48 .. [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 18:47 .dockerignore [2021-03-24T18:53:26.341Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 18:47 .git [2021-03-24T18:53:26.341Z] drwxrwxr-x 3 1001 1001 4096 Mar 24 18:47 .github [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 18:47 .gitignore [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 18:47 .sonarcloud.properties [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:47 Attribution.txt [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:47 CONTRIBUTING.md [2021-03-24T18:53:26.341Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 18:47 Dockerfile.build [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 18:47 Jenkinsfile [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:47 LICENSE [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:47 Makefile [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:47 README.md [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:47 SECURITY.md [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 18:45 VERSION [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:47 ZMQWindows.md [2021-03-24T18:53:26.342Z] drwxrwxr-x 2 1001 1001 4096 Mar 24 18:47 bin [2021-03-24T18:53:26.342Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 18:47 cmd [2021-03-24T18:53:26.342Z] -rw-r--r-- 1 root root 666600 Mar 24 18:52 coverage.out [2021-03-24T18:53:26.342Z] -rw-r--r-- 1 root root 1056 Mar 24 18:53 go.mod [2021-03-24T18:53:26.342Z] -rw-r--r-- 1 root root 22211 Mar 24 18:53 go.sum [2021-03-24T18:53:26.342Z] drwxrwxr-x 8 1001 1001 4096 Mar 24 18:47 internal [2021-03-24T18:53:26.342Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 18:47 openapi [2021-03-24T18:53:26.342Z] drwxrwxr-x 4 1001 1001 4096 Mar 24 18:47 snap [2021-03-24T18:53:26.342Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 18:47 version.go [Pipeline] sh [2021-03-24T18:53:26.993Z] + '[' -e coverage.out ] [2021-03-24T18:53:26.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T18:53:27.059Z] Warning: overwriting stash ‘coverage-report’ [2021-03-24T18:53:28.265Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T18:53:28.970Z] + make build [2021-03-24T18:53:28.970Z] 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-03-24T18:53:41.407Z] 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-03-24T18:54:08.204Z] 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-03-24T18:54:09.642Z] 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-03-24T18:54:14.866Z] 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-03-24T18:54:15.858Z] 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-03-24T18:54:19.666Z] Running on prd-ubuntu18.04-docker-8c-8g-31241 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-24T18:54:19.721Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-24T18:54:21.910Z] using credential edgex-jenkins-ssh [2021-03-24T18:54:21.969Z] Cloning the remote Git repository [2021-03-24T18:54:21.997Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:54:22.068Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-24T18:54:22.103Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:54:22.104Z] > git --version # timeout=10 [2021-03-24T18:54:22.111Z] > git --version # 'git version 2.17.1' [2021-03-24T18:54:22.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:54:22.137Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:54:22.577Z] 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-03-24T18:54:29.308Z] 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-03-24T18:54:30.939Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:54:31.058Z] Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:54:31.059Z] Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) [2021-03-24T18:54:30.422Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:54:30.426Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:54:30.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:54:30.446Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:54:30.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:54:30.450Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T18:54:30.949Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T18:54:30.953Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-24T18:54:31.035Z] > git remote # timeout=10 [2021-03-24T18:54:31.041Z] > git config --get remote.origin.url # timeout=10 [2021-03-24T18:54:31.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:54:31.048Z] > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 [2021-03-24T18:54:31.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-24T18:54:31.064Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T18:54:31.067Z] > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 [2021-03-24T18:54:32.736Z] 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-03-24T18:54:34.738Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:54:36.050Z] + echo snap-build.sh [2021-03-24T18:54:36.050Z] snap-build.sh [2021-03-24T18:54:36.050Z] + SNAP_BASE_DIR=. [2021-03-24T18:54:36.050Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-03-24T18:54:36.050Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-03-24T18:54:36.050Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-03-24T18:54:36.050Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-03-24T18:54:36.050Z] + cd /w/workspace/edgex-go/3 [2021-03-24T18:54:36.050Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-24T18:54:36.050Z] Reading package lists... [2021-03-24T18:54:36.311Z] Building dependency tree... [2021-03-24T18:54:36.311Z] Reading state information... [2021-03-24T18:54:36.311Z] The following packages were automatically installed and are no longer required: [2021-03-24T18:54:36.311Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-24T18:54:36.311Z] uidmap xdelta3 [2021-03-24T18:54:36.311Z] Use 'sudo apt autoremove' to remove them. [2021-03-24T18:54:36.311Z] The following packages will be REMOVED: [2021-03-24T18:54:36.311Z] lxd* lxd-client* [2021-03-24T18:54:36.882Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-24T18:54:36.882Z] After this operation, 31.7 MB disk space will be freed. [2021-03-24T18:54:37.036Z] 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-03-24T18:54:37.928Z] (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-03-24T18:54:38.192Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T18:54:38.764Z] Removing lxd dnsmasq configuration [2021-03-24T18:54:39.025Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T18:54:39.025Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-24T18:54:39.654Z] 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-03-24T18:54:39.967Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-24T18:54:40.228Z] (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-03-24T18:54:40.228Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-24T18:54:41.620Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-24T18:54:41.890Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-24T18:54:43.276Z] + sudo snap remove --purge lxd [2021-03-24T18:54:43.276Z] snap "lxd" is not installed [2021-03-24T18:54:43.276Z] + sudo groupadd --force --system lxd [2021-03-24T18:54:43.276Z] ++ whoami [2021-03-24T18:54:43.276Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-24T18:54:43.276Z] + newgrp - lxd [2021-03-24T18:54:43.536Z] + sudo snap install lxd [2021-03-24T18:54:43.967Z] 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-03-24T18:54:50.695Z] $ docker stop --time=1 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e [2021-03-24T18:54:53.346Z] $ docker rm -f 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e [2021-03-24T18:54:53.534Z] 2021-03-24T18:54:50Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:54:55.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T18:54:55.484Z] [2021-03-24T18:54:55.484Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:54:55.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T18:54:56.144Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-24T18:54:56.144Z] 29e5d40040c1: Pulling fs layer [2021-03-24T18:54:56.144Z] 1ce36da41761: Pulling fs layer [2021-03-24T18:54:56.144Z] 25b303627fd3: Pulling fs layer [2021-03-24T18:54:56.742Z] 29e5d40040c1: Verifying Checksum [2021-03-24T18:54:56.742Z] 29e5d40040c1: Download complete [2021-03-24T18:54:57.015Z] 1ce36da41761: Verifying Checksum [2021-03-24T18:54:57.015Z] 1ce36da41761: Download complete [2021-03-24T18:54:57.289Z] 29e5d40040c1: Pull complete [2021-03-24T18:54:58.716Z] 1ce36da41761: Pull complete [2021-03-24T18:54:58.716Z] 25b303627fd3: Verifying Checksum [2021-03-24T18:54:58.716Z] 25b303627fd3: Download complete [2021-03-24T18:55:08.878Z] 25b303627fd3: Pull complete [2021-03-24T18:55:08.878Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-24T18:55:08.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T18:55:08.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-24T18:55:09.114Z] prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container [2021-03-24T18:55:09.186Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-24T18:55:12.330Z] $ docker top 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:55:13.371Z] + docker-compose build --help [2021-03-24T18:55:13.371Z] + grep parallel [2021-03-24T18:55:15.514Z] lxd 4.12 from Canonical* installed [2021-03-24T18:55:15.514Z] + sudo lxd init --auto [2021-03-24T18:55:16.743Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T18:55:17.030Z] $ docker stop --time=1 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 [2021-03-24T18:55:18.973Z] $ docker rm -f 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:55:19.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-24T18:55:19.844Z] . [Pipeline] withDockerContainer [2021-03-24T18:55:20.158Z] prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container [2021-03-24T18:55:20.240Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-24T18:55:21.711Z] $ docker top 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 -eo pid,comm [Pipeline] { [2021-03-24T18:55:22.099Z] + sudo snap install --classic snapcraft [Pipeline] sh [2021-03-24T18:55:22.816Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T18:55:27.108Z] Building docker-core-command-go ... [2021-03-24T18:55:27.108Z] Building docker-core-data-go ... [2021-03-24T18:55:27.108Z] Building docker-core-metadata-go ... [2021-03-24T18:55:27.108Z] Building docker-security-bootstrapper-go ... [2021-03-24T18:55:27.108Z] Building docker-security-proxy-setup-go ... [2021-03-24T18:55:27.108Z] Building docker-security-secretstore-setup-go ... [2021-03-24T18:55:27.108Z] Building docker-support-notifications-go ... [2021-03-24T18:55:27.108Z] Building docker-support-scheduler-go ... [2021-03-24T18:55:27.108Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T18:55:27.108Z] Building docker-security-secretstore-setup-go [2021-03-24T18:55:27.108Z] Building docker-core-command-go [2021-03-24T18:55:27.108Z] Building docker-security-proxy-setup-go [2021-03-24T18:55:27.108Z] Building docker-security-bootstrapper-go [2021-03-24T18:55:27.108Z] Building docker-core-metadata-go [2021-03-24T18:55:28.682Z] snapcraft 4.5.4 from Canonical* installed [2021-03-24T18:55:28.682Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-24T18:55:28.682Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-24T18:55:28.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T18:55:28.682Z] Dload Upload Total Spent Left Speed [2021-03-24T18:55:28.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-03-24T18:55:28.682Z] 100 3325k 100 3325k 0 0 9866k 0 --:--:-- --:--:-- --:--:-- 9866k [2021-03-24T18:55:28.682Z] ./yq_linux_amd64 [2021-03-24T18:55:28.682Z] + sudo snapcraft prime --use-lxd [2021-03-24T18:55:30.071Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-24T18:55:30.071Z] 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-03-24T18:55:30.071Z] - README.md [2021-03-24T18:55:30.071Z] [2021-03-24T18:55:30.071Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-24T18:55:30.641Z] Launching a container. [2021-03-24T18:55:42.868Z] Waiting for container to be ready [2021-03-24T18:55:42.868Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-24T18:55:42.868Z] [2021-03-24T18:55:45.409Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-24T18:55:45.980Z] Waiting for network to be ready... [2021-03-24T18:55:46.240Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-24T18:55:46.240Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-24T18:55:46.500Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-24T18:55:46.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-24T18:55:46.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-24T18:55:46.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-24T18:55:46.500Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-24T18:55:46.500Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-24T18:55:46.500Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-24T18:55:46.500Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-24T18:55:46.761Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-24T18:55:47.021Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-24T18:55:47.286Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-24T18:55:47.286Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-24T18:55:47.286Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-24T18:55:47.286Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-24T18:55:47.286Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-24T18:55:47.286Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-24T18:55:47.546Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-24T18:55:47.806Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] [2021-03-24T18:55:48.067Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] [2021-03-24T18:55:48.067Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-24T18:55:48.067Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-24T18:55:48.067Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] [2021-03-24T18:55:48.067Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] [2021-03-24T18:55:48.067Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] [2021-03-24T18:55:48.067Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-24T18:55:50.607Z] Fetched 24.2 MB in 4s (6032 kB/s) [2021-03-24T18:55:51.178Z] Reading package lists... [2021-03-24T18:55:51.438Z] Reading package lists... [2021-03-24T18:55:51.438Z] Building dependency tree... [2021-03-24T18:55:51.438Z] Reading state information... [2021-03-24T18:55:51.699Z] The following additional packages will be installed: [2021-03-24T18:55:51.699Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-24T18:55:51.699Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-24T18:55:51.699Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-24T18:55:51.699Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-24T18:55:51.699Z] Suggested packages: [2021-03-24T18:55:51.699Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-24T18:55:51.699Z] Recommended packages: [2021-03-24T18:55:51.699Z] gnupg libsasl2-modules [2021-03-24T18:55:51.699Z] The following NEW packages will be installed: [2021-03-24T18:55:51.699Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-24T18:55:51.699Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-24T18:55:51.699Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-24T18:55:51.699Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-24T18:55:51.699Z] The following packages will be upgraded: [2021-03-24T18:55:51.699Z] gpg gpg-agent gpgconf libudev1 [2021-03-24T18:55:51.960Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-24T18:55:51.960Z] Need to get 3530 kB of archives. [2021-03-24T18:55:51.960Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-24T18:55:51.960Z] Get:1 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-03-24T18:55:51.960Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-24T18:55:51.960Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-24T18:55:52.220Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-24T18:55:52.220Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-24T18:55:52.220Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-24T18:55:52.797Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-24T18:55:52.797Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-24T18:55:52.797Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-24T18:55:52.797Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-24T18:55:52.797Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-24T18:55:52.797Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-24T18:55:52.797Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-24T18:55:52.797Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-24T18:55:52.797Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-24T18:55:52.797Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-24T18:55:53.072Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-24T18:55:53.072Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-24T18:55:53.072Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-24T18:55:53.072Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-24T18:55:53.072Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-24T18:55:53.072Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-24T18:55:53.072Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T18:55:53.335Z] Fetched 3530 kB in 1s (2502 kB/s) [2021-03-24T18:55:53.335Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-24T18:55:53.335Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-24T18:55:53.335Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T18:55:53.335Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-24T18:55:53.609Z] Selecting previously unselected package udev. [2021-03-24T18:55:53.609Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-24T18:55:53.609Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-24T18:55:53.609Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-24T18:55:53.885Z] Selecting previously unselected package libfuse2:amd64. [2021-03-24T18:55:53.885Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-24T18:55:53.885Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-24T18:55:53.885Z] Selecting previously unselected package fuse. [2021-03-24T18:55:53.885Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-24T18:55:53.885Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-24T18:55:53.885Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T18:55:54.151Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T18:55:54.151Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T18:55:54.151Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T18:55:54.151Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T18:55:54.411Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T18:55:54.411Z] Selecting previously unselected package libksba8:amd64. [2021-03-24T18:55:54.411Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-24T18:55:54.411Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-24T18:55:54.671Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-24T18:55:54.671Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.671Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:54.671Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-24T18:55:54.671Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.671Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:54.671Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-24T18:55:54.671Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.671Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:54.933Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-24T18:55:54.933Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.933Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:54.933Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-24T18:55:54.933Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.933Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:54.933Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-24T18:55:54.933Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:54.933Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:55.194Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-24T18:55:55.194Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:55.194Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:55.194Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-24T18:55:55.194Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:55.194Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:55.194Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-24T18:55:55.194Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-24T18:55:55.194Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:55.456Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-24T18:55:55.456Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-24T18:55:55.456Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T18:55:55.456Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-24T18:55:55.456Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-24T18:55:55.456Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T18:55:55.456Z] Selecting previously unselected package libldap-common. [2021-03-24T18:55:55.456Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-24T18:55:55.456Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T18:55:55.717Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-24T18:55:55.717Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-24T18:55:55.717Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T18:55:55.717Z] Selecting previously unselected package dirmngr. [2021-03-24T18:55:55.717Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T18:55:55.717Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-24T18:55:55.978Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T18:55:55.978Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-24T18:55:55.978Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-24T18:55:55.978Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T18:55:55.978Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-24T18:55:55.978Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-24T18:55:55.978Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:55.978Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-24T18:55:56.241Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T18:55:56.241Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-24T18:55:56.503Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-24T18:55:56.503Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:56.503Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-24T18:55:56.763Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-24T18:55:56.763Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-24T18:55:56.763Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:56.763Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:56.763Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:56.763Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:57.024Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:57.024Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:57.024Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-24T18:55:57.024Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-24T18:55:57.024Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-24T18:55:57.024Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T18:55:57.594Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-24T18:55:57.594Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-24T18:55:57.594Z] This means they are not meant to be enabled using systemctl. [2021-03-24T18:55:57.594Z] Possible reasons for having this kind of units are: [2021-03-24T18:55:57.594Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-24T18:55:57.594Z] .wants/ or .requires/ directory. [2021-03-24T18:55:57.594Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-24T18:55:57.594Z] a requirement dependency on it. [2021-03-24T18:55:57.594Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-24T18:55:57.594Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-24T18:55:57.594Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-24T18:55:57.594Z] instance name specified. [2021-03-24T18:55:57.857Z] Reading package lists... [2021-03-24T18:55:57.857Z] Building dependency tree... [2021-03-24T18:55:57.857Z] Reading state information... [2021-03-24T18:55:58.117Z] The following additional packages will be installed: [2021-03-24T18:55:58.117Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-24T18:55:58.117Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-24T18:55:58.118Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-24T18:55:58.118Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-24T18:55:58.118Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-24T18:55:58.118Z] Suggested packages: [2021-03-24T18:55:58.118Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-24T18:55:58.118Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-24T18:55:58.118Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-24T18:55:58.118Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-24T18:55:58.118Z] systemd-container policykit-1 [2021-03-24T18:55:58.118Z] Recommended packages: [2021-03-24T18:55:58.118Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-24T18:55:58.118Z] The following NEW packages will be installed: [2021-03-24T18:55:58.118Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-24T18:55:58.118Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-24T18:55:58.118Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-24T18:55:58.118Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-24T18:55:58.118Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-24T18:55:58.118Z] The following packages will be upgraded: [2021-03-24T18:55:58.118Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-24T18:55:58.118Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-24T18:55:58.118Z] Need to get 35.2 MB of archives. [2021-03-24T18:55:58.118Z] After this operation, 141 MB of additional disk space will be used. [2021-03-24T18:55:58.118Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-24T18:55:58.379Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-24T18:55:58.379Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-24T18:55:58.379Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-24T18:55:58.379Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-24T18:55:58.379Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-24T18:55:58.379Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-24T18:55:58.379Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-24T18:55:58.379Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-24T18:55:58.379Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-24T18:55:58.379Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-24T18:55:58.379Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-24T18:55:58.379Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-24T18:55:58.379Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-24T18:55:58.379Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-24T18:55:58.379Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-24T18:55:58.379Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-24T18:55:58.379Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-24T18:55:58.379Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-24T18:55:58.953Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-24T18:55:59.218Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-24T18:55:59.218Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-24T18:55:59.218Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-24T18:55:59.218Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-24T18:55:59.218Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-24T18:55:59.218Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-24T18:55:59.218Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-24T18:55:59.218Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-24T18:55:59.218Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-24T18:55:59.482Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-24T18:55:59.482Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-24T18:55:59.482Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T18:55:59.482Z] Fetched 22.3 MB in 1s (16.8 MB/s) [2021-03-24T18:55:59.746Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T18:55:59.746Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-24T18:55:59.746Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T18:56:00.319Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-24T18:56:00.319Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T18:56:00.580Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-24T18:56:00.580Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T18:56:00.580Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-24T18:56:00.580Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-24T18:56:00.839Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-24T18:56:01.099Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-24T18:56:01.099Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-24T18:56:01.099Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-24T18:56:01.360Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-24T18:56:01.360Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-24T18:56:01.931Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-24T18:56:01.931Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-24T18:56:01.931Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-24T18:56:01.931Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-24T18:56:02.192Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-24T18:56:02.192Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T18:56:02.192Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:02.453Z] Selecting previously unselected package libexpat1:amd64. [2021-03-24T18:56:02.453Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-24T18:56:02.453Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-24T18:56:02.453Z] Selecting previously unselected package python3.6-minimal. [2021-03-24T18:56:02.453Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T18:56:02.453Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:02.714Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-24T18:56:02.974Z] Checking for services that may need to be restarted...done. [2021-03-24T18:56:02.974Z] Checking for services that may need to be restarted...done. [2021-03-24T18:56:02.974Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:02.974Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-24T18:56:02.974Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:03.549Z] Selecting previously unselected package python3-minimal. [2021-03-24T18:56:03.549Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-24T18:56:03.549Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-24T18:56:03.549Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-24T18:56:03.811Z] Selecting previously unselected package mime-support. [2021-03-24T18:56:03.811Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-24T18:56:03.811Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-24T18:56:03.811Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-24T18:56:03.811Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-24T18:56:03.811Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-24T18:56:04.072Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-24T18:56:04.072Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T18:56:04.072Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:04.333Z] Selecting previously unselected package python3.6. [2021-03-24T18:56:04.333Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-24T18:56:04.333Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:04.333Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-24T18:56:04.333Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-24T18:56:04.333Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-24T18:56:04.333Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-24T18:56:04.594Z] Selecting previously unselected package python3. [2021-03-24T18:56:04.594Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-24T18:56:04.594Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-24T18:56:04.855Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-24T18:56:04.855Z] Selecting previously unselected package multiarch-support. [2021-03-24T18:56:04.855Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:04.855Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-24T18:56:04.855Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-24T18:56:05.113Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-24T18:56:05.113Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-24T18:56:05.114Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-24T18:56:05.114Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-24T18:56:05.114Z] Selecting previously unselected package libbsd0:amd64. [2021-03-24T18:56:05.114Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-24T18:56:05.114Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-24T18:56:05.114Z] Selecting previously unselected package sudo. [2021-03-24T18:56:05.114Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:05.114Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-24T18:56:05.375Z] Selecting previously unselected package apparmor. [2021-03-24T18:56:05.375Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-24T18:56:05.375Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-24T18:56:05.375Z] Selecting previously unselected package libedit2:amd64. [2021-03-24T18:56:05.375Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-24T18:56:05.375Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-24T18:56:05.641Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-24T18:56:05.641Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T18:56:05.641Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:05.641Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-24T18:56:05.641Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T18:56:05.641Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:05.641Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-24T18:56:05.641Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-24T18:56:05.641Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-24T18:56:05.902Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-24T18:56:05.902Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T18:56:05.902Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:05.902Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-24T18:56:05.902Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-24T18:56:05.902Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:06.177Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-24T18:56:06.177Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-24T18:56:06.177Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-24T18:56:06.460Z] Selecting previously unselected package openssh-client. [2021-03-24T18:56:06.460Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-24T18:56:06.460Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-24T18:56:06.460Z] Selecting previously unselected package squashfs-tools. [2021-03-24T18:56:06.460Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-24T18:56:06.460Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-24T18:56:06.460Z] Selecting previously unselected package snapd. [2021-03-24T18:56:06.460Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-24T18:56:06.729Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-24T18:56:08.796Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-24T18:56:08.796Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-24T18:56:09.742Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-24T18:56:09.742Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-24T18:56:10.002Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-24T18:56:10.002Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:10.002Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T18:56:10.002Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-24T18:56:10.002Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-24T18:56:10.943Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-24T18:56:11.204Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-24T18:56:11.204Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-24T18:56:11.204Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:11.204Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:11.204Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-24T18:56:11.781Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-24T18:56:11.781Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:11.781Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-24T18:56:11.781Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-24T18:56:12.042Z] running python rtupdate hooks for python3.6... [2021-03-24T18:56:12.042Z] running python post-rtupdate hooks for python3.6... [2021-03-24T18:56:12.042Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-24T18:56:13.433Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-24T18:56:13.700Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-24T18:56:13.700Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-24T18:56:13.961Z] Setting up snapd (2.48.3+18.04) ... [2021-03-24T18:56:14.531Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-24T18:56:14.531Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-24T18:56:14.791Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-24T18:56:14.791Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-24T18:56:15.051Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-24T18:56:15.051Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-24T18:56:15.312Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-24T18:56:15.312Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-24T18:56:15.572Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-24T18:56:15.834Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-24T18:56:15.834Z] /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-03-24T18:56:16.095Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-24T18:56:16.095Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-24T18:56:17.037Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T18:56:17.037Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T18:56:17.037Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T18:56:18.239Z] Reading package lists... [2021-03-24T18:56:18.239Z] Reading package lists... [2021-03-24T18:56:18.500Z] Building dependency tree... [2021-03-24T18:56:18.500Z] Reading state information... [2021-03-24T18:56:18.500Z] Calculating upgrade... [2021-03-24T18:56:18.767Z] The following packages will be upgraded: [2021-03-24T18:56:18.767Z] advancecomp base-files bash binutils binutils-common [2021-03-24T18:56:18.767Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-24T18:56:18.767Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-24T18:56:18.767Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-24T18:56:18.767Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-24T18:56:18.767Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-24T18:56:18.767Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-24T18:56:18.767Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-24T18:56:18.767Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-24T18:56:18.767Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-24T18:56:18.767Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-24T18:56:18.767Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-24T18:56:18.767Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-24T18:56:18.767Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-24T18:56:18.767Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-24T18:56:19.044Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T18:56:19.044Z] Need to get 63.8 MB of archives. [2021-03-24T18:56:19.044Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-24T18:56:19.044Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-24T18:56:19.044Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-24T18:56:19.621Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-24T18:56:19.621Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-24T18:56:19.621Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-24T18:56:19.621Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-24T18:56:19.621Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-24T18:56:19.621Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-24T18:56:19.621Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-24T18:56:19.621Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-24T18:56:19.621Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-24T18:56:19.621Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-24T18:56:19.621Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-24T18:56:19.621Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-24T18:56:19.621Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-24T18:56:19.621Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-24T18:56:19.621Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-24T18:56:19.621Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-24T18:56:19.881Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-24T18:56:19.881Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-24T18:56:19.881Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-24T18:56:19.881Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-24T18:56:19.881Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-24T18:56:19.881Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-24T18:56:19.881Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-24T18:56:19.881Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-24T18:56:19.881Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-24T18:56:19.881Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-24T18:56:19.881Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-24T18:56:19.881Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-24T18:56:19.881Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-24T18:56:19.881Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-24T18:56:19.881Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-24T18:56:19.881Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-24T18:56:19.881Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-24T18:56:19.881Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-24T18:56:19.881Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-24T18:56:19.881Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-24T18:56:19.881Z] Get:39 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-03-24T18:56:19.881Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-24T18:56:19.881Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-24T18:56:20.141Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-24T18:56:20.141Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-24T18:56:20.141Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-24T18:56:20.141Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-24T18:56:20.141Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-24T18:56:20.141Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-24T18:56:20.141Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-24T18:56:20.141Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-24T18:56:20.141Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-24T18:56:20.141Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-24T18:56:20.141Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-24T18:56:20.141Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-24T18:56:20.141Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-24T18:56:20.141Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-24T18:56:20.141Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-24T18:56:20.141Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-24T18:56:20.141Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-24T18:56:20.141Z] Get:59 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-03-24T18:56:20.141Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-24T18:56:20.141Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-24T18:56:20.141Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-24T18:56:20.141Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-24T18:56:20.141Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-24T18:56:20.141Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-24T18:56:20.141Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-24T18:56:20.402Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-24T18:56:20.402Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-24T18:56:20.402Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-24T18:56:20.402Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-24T18:56:20.402Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-24T18:56:20.402Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-24T18:56:20.402Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-24T18:56:20.402Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-24T18:56:20.402Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-24T18:56:20.402Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-24T18:56:20.402Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-24T18:56:20.402Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-24T18:56:20.402Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-24T18:56:20.402Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-24T18:56:20.402Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-24T18:56:20.402Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-24T18:56:20.402Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-24T18:56:20.661Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-24T18:56:20.661Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-24T18:56:20.661Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-24T18:56:20.661Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-24T18:56:20.661Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-24T18:56:20.661Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-24T18:56:20.661Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-24T18:56:21.233Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-24T18:56:21.495Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-24T18:56:21.495Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-24T18:56:21.495Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-24T18:56:21.755Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-24T18:56:21.755Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-24T18:56:21.755Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-24T18:56:21.755Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-24T18:56:21.755Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-24T18:56:22.015Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T18:56:22.015Z] Fetched 63.8 MB in 3s (20.6 MB/s) [2021-03-24T18:56:22.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:22.015Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:22.015Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T18:56:22.587Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:22.848Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T18:56:22.848Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-24T18:56:22.848Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-24T18:56:23.794Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:23.794Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:23.794Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:23.794Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:23.794Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.056Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.056Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.056Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.056Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.317Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.317Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.317Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.317Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.317Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.581Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:24.581Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T18:56:24.581Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.581Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-24T18:56:24.841Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:24.841Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T18:56:24.841Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:24.841Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:25.102Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:25.102Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:25.103Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:25.103Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-24T18:56:25.362Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:25.362Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T18:56:25.362Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:25.623Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T18:56:25.884Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-24T18:56:26.144Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-24T18:56:26.144Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-24T18:56:26.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-24T18:56:26.404Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-24T18:56:26.404Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-24T18:56:26.665Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-24T18:56:26.665Z] Installing new version of config file /etc/issue ... [2021-03-24T18:56:26.665Z] Installing new version of config file /etc/issue.net ... [2021-03-24T18:56:26.665Z] Installing new version of config file /etc/lsb-release ... [2021-03-24T18:56:26.665Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-24T18:56:26.927Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-24T18:56:26.927Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-24T18:56:26.927Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-24T18:56:27.188Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:27.188Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-24T18:56:27.188Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-24T18:56:27.448Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-24T18:56:27.448Z] 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-03-24T18:56:27.448Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:27.448Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:27.710Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:27.710Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:27.710Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:27.710Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-24T18:56:27.710Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-24T18:56:27.970Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-24T18:56:28.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:28.231Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-24T18:56:28.231Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T18:56:28.492Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-24T18:56:28.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:28.492Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T18:56:28.753Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T18:56:28.753Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T18:56:28.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:28.753Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T18:56:28.753Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T18:56:29.014Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-24T18:56:29.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:29.014Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-24T18:56:29.274Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-24T18:56:29.274Z] Setting up grep (3.1-2build1) ... [2021-03-24T18:56:29.274Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:29.274Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-24T18:56:29.274Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-24T18:56:29.535Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-24T18:56:29.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:29.535Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T18:56:29.535Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T18:56:29.796Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-24T18:56:30.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:30.367Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T18:56:30.367Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T18:56:30.936Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T18:56:30.936Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T18:56:30.936Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-24T18:56:30.936Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T18:56:31.507Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-24T18:56:31.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:31.507Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-24T18:56:31.507Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-24T18:56:32.893Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-24T18:56:32.893Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-24T18:56:32.893Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-24T18:56:32.893Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-24T18:56:32.893Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-24T18:56:33.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:33.154Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-24T18:56:33.154Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-24T18:56:33.154Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-24T18:56:33.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:33.414Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:33.414Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:33.414Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:33.682Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:33.682Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:33.682Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:33.682Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:33.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:33.943Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:33.943Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:33.943Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:34.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:34.204Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:34.204Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:34.465Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:34.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:34.465Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T18:56:34.465Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T18:56:34.725Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T18:56:34.725Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T18:56:34.725Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T18:56:34.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:34.989Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-24T18:56:34.989Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T18:56:34.989Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T18:56:35.108Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:35.108Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:35.108Z] ---> 1b6886c6bdd6 [2021-03-24T18:56:35.108Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T18:56:35.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:35.250Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:35.250Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:35.250Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:35.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:35.511Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:35.511Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:35.511Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:35.771Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:35.771Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:35.771Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:36.090Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:36.090Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:36.090Z] ---> 1b6886c6bdd6 [2021-03-24T18:56:36.090Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T18:56:36.342Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:36.365Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:36.365Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:36.365Z] ---> 1b6886c6bdd6 [2021-03-24T18:56:36.365Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:56:36.365Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:36.365Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:36.365Z] ---> 1b6886c6bdd6 [2021-03-24T18:56:36.365Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:56:36.365Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:36.365Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:36.365Z] ---> 1b6886c6bdd6 [2021-03-24T18:56:36.365Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T18:56:36.603Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-24T18:56:36.864Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-24T18:56:36.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:36.864Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-24T18:56:36.864Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-24T18:56:37.125Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T18:56:37.386Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-24T18:56:37.386Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-24T18:56:37.386Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-24T18:56:37.386Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-24T18:56:37.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:37.645Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-24T18:56:37.645Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-24T18:56:37.645Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-24T18:56:37.905Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:37.905Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-24T18:56:38.165Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-24T18:56:38.165Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-24T18:56:38.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:38.165Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-24T18:56:38.165Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-24T18:56:38.346Z] ---> Running in 0a83413c225b [2021-03-24T18:56:38.346Z] ---> Running in 72ef64b0931a [2021-03-24T18:56:38.346Z] ---> Running in 272401613dca [2021-03-24T18:56:38.346Z] ---> Running in 683eb713bd8d [2021-03-24T18:56:38.346Z] ---> Running in 76f16051880f [2021-03-24T18:56:38.426Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-24T18:56:38.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:38.426Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T18:56:38.426Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T18:56:38.687Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T18:56:38.687Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:38.687Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T18:56:38.947Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T18:56:38.947Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T18:56:38.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:38.947Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-24T18:56:38.955Z] Removing intermediate container 0a83413c225b [2021-03-24T18:56:38.955Z] ---> 1f7ab9424467 [2021-03-24T18:56:38.955Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:38.955Z] Removing intermediate container 272401613dca [2021-03-24T18:56:38.955Z] ---> 9d8b74a2f40c [2021-03-24T18:56:38.955Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:38.955Z] Removing intermediate container 76f16051880f [2021-03-24T18:56:38.955Z] ---> 2d8f75ea3c9c [2021-03-24T18:56:38.955Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:38.955Z] Removing intermediate container 683eb713bd8d [2021-03-24T18:56:38.955Z] ---> bef0c5546dfc [2021-03-24T18:56:38.955Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:38.955Z] Removing intermediate container 72ef64b0931a [2021-03-24T18:56:38.955Z] ---> 725191e53a1c [2021-03-24T18:56:38.955Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:39.207Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T18:56:39.207Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T18:56:39.227Z] ---> Running in ee53cd5ec166 [2021-03-24T18:56:39.227Z] ---> Running in e86c33939250 [2021-03-24T18:56:39.227Z] ---> Running in fc6dc2c9f689 [2021-03-24T18:56:39.227Z] ---> Running in 1aa42de22a87 [2021-03-24T18:56:39.227Z] ---> Running in a1e96599f621 [2021-03-24T18:56:39.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:39.468Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-24T18:56:39.468Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-24T18:56:39.728Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-24T18:56:39.728Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-24T18:56:39.728Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T18:56:39.987Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T18:56:39.987Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T18:56:39.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:39.987Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-24T18:56:39.987Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-24T18:56:40.248Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-24T18:56:40.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:40.248Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-24T18:56:40.509Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-24T18:56:40.509Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-24T18:56:40.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:40.769Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-24T18:56:40.769Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-24T18:56:40.769Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-24T18:56:41.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:41.030Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-24T18:56:41.030Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-24T18:56:41.030Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-24T18:56:41.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:41.291Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-24T18:56:41.291Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-24T18:56:41.552Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-24T18:56:41.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:41.812Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-24T18:56:41.812Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-24T18:56:41.812Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-24T18:56:42.073Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:42.073Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-24T18:56:42.073Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-24T18:56:42.333Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-24T18:56:42.333Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:42.333Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-24T18:56:42.333Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-24T18:56:42.333Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-24T18:56:42.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:42.596Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-24T18:56:42.596Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-24T18:56:42.634Z] Removing intermediate container ee53cd5ec166 [2021-03-24T18:56:42.634Z] ---> d23274512dbf [2021-03-24T18:56:42.634Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:56:42.857Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-24T18:56:42.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:42.858Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-24T18:56:42.858Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-24T18:56:42.909Z] ---> Running in d10523204cf5 [2021-03-24T18:56:43.118Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-24T18:56:43.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:43.118Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-24T18:56:43.118Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-24T18:56:43.118Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-24T18:56:43.182Z] Removing intermediate container fc6dc2c9f689 [2021-03-24T18:56:43.182Z] ---> 4445a2475a7f [2021-03-24T18:56:43.182Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T18:56:43.182Z] Removing intermediate container e86c33939250 [2021-03-24T18:56:43.182Z] ---> bc936edff31a [2021-03-24T18:56:43.182Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T18:56:43.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-24T18:56:43.404Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-24T18:56:43.404Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-24T18:56:43.456Z] ---> Running in cef252deb035 [2021-03-24T18:56:43.456Z] ---> Running in b50c3f60a4da [2021-03-24T18:56:43.456Z] Removing intermediate container a1e96599f621 [2021-03-24T18:56:43.456Z] ---> 80e4b15f842c [2021-03-24T18:56:43.456Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T18:56:43.664Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-24T18:56:43.664Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-24T18:56:43.664Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-24T18:56:43.664Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-24T18:56:43.752Z] Removing intermediate container 1aa42de22a87 [2021-03-24T18:56:43.752Z] ---> 3e5a87630bcb [2021-03-24T18:56:43.752Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:56:43.752Z] ---> Running in 46f614ef7716 [2021-03-24T18:56:43.925Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-24T18:56:43.925Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-24T18:56:43.925Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-24T18:56:44.025Z] ---> Running in fd3f2648fc09 [2021-03-24T18:56:44.185Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-24T18:56:44.185Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-24T18:56:44.185Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-24T18:56:44.444Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-24T18:56:44.444Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-24T18:56:44.444Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-24T18:56:44.444Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-24T18:56:44.444Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-24T18:56:44.704Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-24T18:56:44.704Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-24T18:56:44.704Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-24T18:56:44.704Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-24T18:56:44.704Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-24T18:56:44.964Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-24T18:56:44.964Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-24T18:56:44.964Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-24T18:56:44.964Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-24T18:56:45.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:45.225Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-24T18:56:45.225Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-24T18:56:45.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:45.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:45.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:45.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:45.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:46.168Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-24T18:56:46.168Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-24T18:56:46.168Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-24T18:56:46.168Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-24T18:56:46.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:46.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:46.738Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T18:56:46.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:46.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:56:46.776Z] OK: 217 MiB in 51 packages [2021-03-24T18:56:46.998Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T18:56:47.257Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T18:56:47.257Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T18:56:47.518Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T18:56:47.518Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T18:56:47.518Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-24T18:56:47.518Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-24T18:56:47.763Z] OK: 217 MiB in 51 packages [2021-03-24T18:56:47.763Z] OK: 217 MiB in 51 packages [2021-03-24T18:56:47.763Z] OK: 217 MiB in 51 packages [2021-03-24T18:56:47.777Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:47.777Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:47.777Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:47.777Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:48.037Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:48.037Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:48.037Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:48.047Z] OK: 217 MiB in 51 packages [2021-03-24T18:56:48.297Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:48.332Z] Removing intermediate container d10523204cf5 [2021-03-24T18:56:48.332Z] ---> 96e8ea547d26 [2021-03-24T18:56:48.332Z] Step 6/23 : COPY go.mod . [2021-03-24T18:56:49.237Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:49.237Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:49.325Z] Removing intermediate container b50c3f60a4da [2021-03-24T18:56:49.325Z] ---> 50d39189b912 [2021-03-24T18:56:49.325Z] Step 6/24 : COPY go.mod . [2021-03-24T18:56:49.325Z] ---> 89038185d55c [2021-03-24T18:56:49.325Z] Step 7/23 : RUN go mod download [2021-03-24T18:56:49.601Z] Removing intermediate container 46f614ef7716 [2021-03-24T18:56:49.601Z] ---> f59907ce6e9f [2021-03-24T18:56:49.601Z] Step 6/31 : COPY go.mod . [2021-03-24T18:56:49.601Z] ---> Running in df545066b45d [2021-03-24T18:56:49.877Z] Removing intermediate container fd3f2648fc09 [2021-03-24T18:56:49.877Z] ---> 0f9de46b0372 [2021-03-24T18:56:49.877Z] Step 6/23 : COPY go.mod . [2021-03-24T18:56:49.877Z] Removing intermediate container cef252deb035 [2021-03-24T18:56:49.877Z] ---> a7e9075431ff [2021-03-24T18:56:49.877Z] Step 6/21 : COPY go.mod . [2021-03-24T18:56:50.178Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:50.178Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:50.478Z] ---> 8f9f5f311a2c [2021-03-24T18:56:50.478Z] Step 7/24 : RUN go mod download [2021-03-24T18:56:50.747Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:50.747Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:50.752Z] ---> Running in dbe760540ab3 [2021-03-24T18:56:50.752Z] ---> c6636c6050ac [2021-03-24T18:56:50.752Z] Step 7/31 : RUN go mod download [2021-03-24T18:56:51.008Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:51.008Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:51.039Z] ---> Running in 32dc2b5891de [2021-03-24T18:56:51.039Z] ---> b20e99f57946 [2021-03-24T18:56:51.039Z] ---> 7723b9acd2e1 [2021-03-24T18:56:51.039Z] Step 7/23 : RUN go mod download [2021-03-24T18:56:51.039Z] Step 7/21 : RUN go mod download [2021-03-24T18:56:51.317Z] ---> Running in 996c3460a0b5 [2021-03-24T18:56:51.317Z] ---> Running in eae17937b570 [2021-03-24T18:56:52.389Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-24T18:56:52.389Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-24T18:56:52.389Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T18:56:52.389Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T18:56:52.389Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-24T18:56:52.389Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T18:56:52.649Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-24T18:56:52.649Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-24T18:56:52.649Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-24T18:56:52.649Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-24T18:56:52.909Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T18:56:52.909Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T18:56:52.909Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-24T18:56:52.909Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-24T18:56:53.169Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-24T18:56:53.169Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-24T18:56:53.169Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.169Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-24T18:56:53.169Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.169Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.430Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.430Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-24T18:56:53.430Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-24T18:56:53.430Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-24T18:56:53.430Z] [2021-03-24T18:56:53.430Z] Current default time zone: 'Etc/UTC' [2021-03-24T18:56:53.430Z] Local time is now: Wed Mar 24 18:56:53 UTC 2021. [2021-03-24T18:56:53.430Z] Universal Time is now: Wed Mar 24 18:56:53 UTC 2021. [2021-03-24T18:56:53.430Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-24T18:56:53.430Z] [2021-03-24T18:56:53.430Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-24T18:56:53.430Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.691Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-24T18:56:53.691Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-24T18:56:53.691Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-24T18:56:53.691Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-24T18:56:53.691Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-24T18:56:53.691Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-24T18:56:53.691Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-24T18:56:53.691Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-24T18:56:53.691Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.691Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-24T18:56:53.951Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:53.951Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-24T18:56:53.951Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:53.951Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-24T18:56:53.951Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-24T18:56:53.951Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-24T18:56:53.952Z] Removing intermediate container df545066b45d [2021-03-24T18:56:53.952Z] ---> 27cdb843d72d [2021-03-24T18:56:53.952Z] Step 8/23 : COPY . . [2021-03-24T18:56:54.212Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-24T18:56:54.212Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-24T18:56:54.212Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-24T18:56:54.212Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-24T18:56:54.212Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-24T18:56:55.410Z] Removing intermediate container dbe760540ab3 [2021-03-24T18:56:55.410Z] ---> f43e2b26f8cd [2021-03-24T18:56:55.410Z] Step 8/24 : COPY . . [2021-03-24T18:56:56.010Z] Removing intermediate container 32dc2b5891de [2021-03-24T18:56:56.010Z] ---> a91212803f3c [2021-03-24T18:56:56.010Z] Step 8/31 : COPY . . [2021-03-24T18:56:56.122Z] Updating certificates in /etc/ssl/certs... [2021-03-24T18:56:56.610Z] Removing intermediate container eae17937b570 [2021-03-24T18:56:56.610Z] ---> a8634b406115 [2021-03-24T18:56:56.610Z] Step 8/21 : COPY . . [2021-03-24T18:56:56.692Z] 23 added, 27 removed; done. [2021-03-24T18:56:56.692Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-24T18:56:56.692Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-24T18:56:56.692Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-24T18:56:56.692Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-24T18:56:56.692Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-24T18:56:56.692Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.692Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-24T18:56:56.952Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.953Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.953Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.953Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.953Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:56.953Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-24T18:56:56.953Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-24T18:56:56.953Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-24T18:56:57.213Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-24T18:56:57.213Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-24T18:56:57.214Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:57.214Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-24T18:56:57.214Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-24T18:56:57.214Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-24T18:56:57.214Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-24T18:56:57.214Z] Removing intermediate container 996c3460a0b5 [2021-03-24T18:56:57.214Z] ---> c188bb9e8ac0 [2021-03-24T18:56:57.214Z] Step 8/23 : COPY . . [2021-03-24T18:56:57.473Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T18:56:57.473Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-24T18:56:57.473Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-24T18:56:57.473Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-24T18:56:57.473Z] Updating certificates in /etc/ssl/certs... [2021-03-24T18:56:58.043Z] 0 added, 0 removed; done. [2021-03-24T18:56:58.043Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-24T18:56:58.043Z] done. [2021-03-24T18:56:58.613Z] Reading package lists... [2021-03-24T18:56:58.613Z] Building dependency tree... [2021-03-24T18:56:58.613Z] Reading state information... [2021-03-24T18:56:58.872Z] The following NEW packages will be installed: [2021-03-24T18:56:58.872Z] apt-transport-https [2021-03-24T18:56:59.132Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T18:56:59.132Z] Need to get 1696 B of archives. [2021-03-24T18:56:59.132Z] After this operation, 153 kB of additional disk space will be used. [2021-03-24T18:56:59.132Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-24T18:56:59.392Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T18:56:59.392Z] Fetched 1696 B in 0s (8571 B/s) [2021-03-24T18:56:59.392Z] Selecting previously unselected package apt-transport-https. [2021-03-24T18:56:59.392Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-24T18:56:59.392Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-24T18:56:59.392Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-24T18:56:59.393Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-24T18:56:59.652Z] Waiting for network to be ready... [2021-03-24T18:57:04.946Z] 2021-03-24T18:57:02Z INFO Waiting for automatic snapd restart... [2021-03-24T18:57:05.516Z] snapd 2.49.1 from Canonical* installed [2021-03-24T18:57:06.480Z] "snapd" switched to the "latest/stable" channel [2021-03-24T18:57:06.480Z] [2021-03-24T18:57:09.175Z] core18 20210128 from Canonical* installed [2021-03-24T18:57:09.435Z] "core18" switched to the "latest/stable" channel [2021-03-24T18:57:09.435Z] [2021-03-24T18:57:12.736Z] snapcraft 4.5.4 from Canonical* installed [2021-03-24T18:57:12.736Z] "snapcraft" switched to the "latest/stable" channel [2021-03-24T18:57:12.736Z] [2021-03-24T18:57:16.936Z] 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-03-24T18:57:16.936Z] - README.md [2021-03-24T18:57:16.936Z] [2021-03-24T18:57:16.936Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-24T18:57:23.520Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T18:57:23.520Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T18:57:23.520Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T18:57:23.520Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T18:57:24.027Z] ---> 81887cf9ae9d [2021-03-24T18:57:24.027Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T18:57:24.027Z] ---> 9933f8e9e6a4 [2021-03-24T18:57:24.027Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T18:57:24.027Z] ---> b78c8ec29c7b [2021-03-24T18:57:24.027Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T18:57:24.027Z] ---> Running in c21233c122f8 [2021-03-24T18:57:24.027Z] ---> 74328ad77589 [2021-03-24T18:57:24.027Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T18:57:24.027Z] ---> 547efdf2aff0 [2021-03-24T18:57:24.027Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-24T18:57:24.027Z] ---> Running in 17ab0ee09e41 [2021-03-24T18:57:24.027Z] ---> Running in b1e64e9df2dc [2021-03-24T18:57:24.027Z] ---> Running in 14ba44eda200 [2021-03-24T18:57:24.027Z] ---> Running in e34a96e8468b [2021-03-24T18:57:24.027Z] 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-03-24T18:57:24.027Z] 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-03-24T18:57:24.027Z] 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-03-24T18:57:24.027Z] 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-03-24T18:57:24.027Z] 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-03-24T18:57:24.088Z] Reading package lists... [2021-03-24T18:57:24.658Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-03-24T18:57:31.239Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T18:57:31.239Z] Reading package lists... [2021-03-24T18:57:31.239Z] Building dependency tree... [2021-03-24T18:57:31.239Z] Reading state information... [2021-03-24T18:57:31.239Z] Suggested packages: [2021-03-24T18:57:31.239Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-24T18:57:31.239Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-24T18:57:31.239Z] Recommended packages: [2021-03-24T18:57:31.239Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-24T18:57:31.239Z] The following NEW packages will be installed: [2021-03-24T18:57:31.239Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-24T18:57:31.239Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-24T18:57:31.239Z] pkg-config zip [2021-03-24T18:57:31.239Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-24T18:57:31.239Z] Need to get 7657 kB of archives. [2021-03-24T18:57:31.239Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-24T18:57:31.239Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-24T18:57:31.239Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-24T18:57:31.239Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-24T18:57:31.239Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-24T18:57:31.500Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-24T18:57:31.500Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-24T18:57:31.500Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-24T18:57:31.500Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-24T18:57:31.500Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-24T18:57:31.761Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-24T18:57:31.761Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-24T18:57:31.761Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-24T18:57:31.761Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-24T18:57:32.020Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-24T18:57:32.020Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-24T18:57:32.279Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-24T18:57:32.279Z] Fetched 7657 kB in 1s (6295 kB/s) [2021-03-24T18:57:32.279Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-24T18:57:32.279Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-24T18:57:32.279Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-24T18:57:32.279Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-24T18:57:32.540Z] Selecting previously unselected package libpsl5:amd64. [2021-03-24T18:57:32.540Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-24T18:57:32.540Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-24T18:57:32.540Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-24T18:57:32.540Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-24T18:57:32.540Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-24T18:57:32.801Z] Selecting previously unselected package librtmp1:amd64. [2021-03-24T18:57:32.801Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-24T18:57:32.801Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-24T18:57:32.801Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-24T18:57:32.801Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-24T18:57:32.801Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-24T18:57:33.062Z] Selecting previously unselected package liberror-perl. [2021-03-24T18:57:33.062Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-24T18:57:33.062Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-24T18:57:33.062Z] Selecting previously unselected package git-man. [2021-03-24T18:57:33.062Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-24T18:57:33.062Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-24T18:57:33.062Z] Selecting previously unselected package git. [2021-03-24T18:57:33.062Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-24T18:57:33.321Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-24T18:57:33.890Z] Selecting previously unselected package libnorm1:amd64. [2021-03-24T18:57:33.890Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-24T18:57:33.890Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-24T18:57:34.150Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-24T18:57:34.150Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-24T18:57:34.150Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-24T18:57:34.150Z] Selecting previously unselected package libsodium23:amd64. [2021-03-24T18:57:34.150Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-24T18:57:34.150Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-24T18:57:34.150Z] Selecting previously unselected package libzmq5:amd64. [2021-03-24T18:57:34.150Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-24T18:57:34.150Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T18:57:34.150Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-24T18:57:34.150Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-24T18:57:34.150Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T18:57:34.410Z] Selecting previously unselected package pkg-config. [2021-03-24T18:57:34.410Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-24T18:57:34.410Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-24T18:57:34.410Z] Selecting previously unselected package zip. [2021-03-24T18:57:34.410Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-24T18:57:34.410Z] Unpacking zip (3.0-11build1) ... [2021-03-24T18:57:34.410Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-24T18:57:34.669Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-24T18:57:34.669Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-24T18:57:34.669Z] Setting up liberror-perl (0.17025-1) ... [2021-03-24T18:57:34.669Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-24T18:57:34.669Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-24T18:57:34.670Z] No schema files found: doing nothing. [2021-03-24T18:57:34.670Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-24T18:57:34.670Z] Setting up zip (3.0-11build1) ... [2021-03-24T18:57:34.670Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-24T18:57:34.670Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-24T18:57:34.670Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-24T18:57:34.930Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T18:57:34.930Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-24T18:57:34.930Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-24T18:57:34.930Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-24T18:57:34.930Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-24T18:57:41.505Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T18:57:41.505Z] git set to automatically installed. [2021-03-24T18:57:41.505Z] git-man set to automatically installed. [2021-03-24T18:57:41.505Z] libcurl3-gnutls set to automatically installed. [2021-03-24T18:57:41.505Z] liberror-perl set to automatically installed. [2021-03-24T18:57:41.505Z] libglib2.0-0 set to automatically installed. [2021-03-24T18:57:41.505Z] libnghttp2-14 set to automatically installed. [2021-03-24T18:57:41.505Z] libnorm1 set to automatically installed. [2021-03-24T18:57:41.505Z] libpgm-5.2-0 set to automatically installed. [2021-03-24T18:57:41.505Z] libpsl5 set to automatically installed. [2021-03-24T18:57:41.505Z] librtmp1 set to automatically installed. [2021-03-24T18:57:41.505Z] libsodium23 set to automatically installed. [2021-03-24T18:57:41.505Z] libzmq3-dev set to automatically installed. [2021-03-24T18:57:41.505Z] libzmq5 set to automatically installed. [2021-03-24T18:57:41.506Z] pkg-config set to automatically installed. [2021-03-24T18:57:41.506Z] zip set to automatically installed. [2021-03-24T18:57:44.046Z] snapd is not logged in, snap install commands will use sudo [2021-03-24T18:57:50.653Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T18:59:00.890Z] 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-03-24T18:59:00.890Z] 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-03-24T18:59:09.286Z] Removing intermediate container 17ab0ee09e41 [2021-03-24T18:59:09.286Z] ---> b0331aae2b35 [2021-03-24T18:59:09.286Z] [2021-03-24T18:59:09.286Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T18:59:09.286Z] 3.12: Pulling from library/alpine [2021-03-24T18:59:09.286Z] Removing intermediate container e34a96e8468b [2021-03-24T18:59:09.286Z] ---> c64923b36f8c [2021-03-24T18:59:09.286Z] [2021-03-24T18:59:09.286Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T18:59:09.286Z] 3.12: Pulling from library/alpine [2021-03-24T18:59:09.286Z] Removing intermediate container b1e64e9df2dc [2021-03-24T18:59:09.286Z] ---> f2cbfc6b8c0b [2021-03-24T18:59:09.286Z] [2021-03-24T18:59:09.286Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T18:59:09.564Z] 3.12: Pulling from library/alpine [2021-03-24T18:59:09.564Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T18:59:09.564Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T18:59:09.564Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T18:59:09.564Z] Status: Image is up to date for alpine:3.12 [2021-03-24T18:59:09.564Z] ---> d10569e2745f [2021-03-24T18:59:09.564Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T18:59:09.564Z] ---> d10569e2745f [2021-03-24T18:59:09.564Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T18:59:09.564Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T18:59:09.564Z] Status: Image is up to date for alpine:3.12 [2021-03-24T18:59:09.564Z] ---> d10569e2745f [2021-03-24T18:59:09.854Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T18:59:10.131Z] ---> Running in de76df07dc9c [2021-03-24T18:59:10.131Z] ---> Running in a5830b9c68bf [2021-03-24T18:59:10.131Z] ---> Running in a2c8f136ee7b [2021-03-24T18:59:11.125Z] Removing intermediate container a2c8f136ee7b [2021-03-24T18:59:11.125Z] ---> 969935694d41 [2021-03-24T18:59:11.412Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T18:59:11.691Z] ---> Running in ab0a861bf5f2 [2021-03-24T18:59:11.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:12.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:12.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:12.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:12.799Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T18:59:13.075Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:59:13.075Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T18:59:13.075Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T18:59:13.075Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:59:13.075Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:59:13.357Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T18:59:13.357Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:59:13.357Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T18:59:13.357Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T18:59:13.357Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T18:59:13.357Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T18:59:13.357Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:59:13.357Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:59:13.357Z] OK: 7 MiB in 18 packages [2021-03-24T18:59:13.643Z] OK: 7 MiB in 20 packages [2021-03-24T18:59:14.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:14.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:14.850Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T18:59:14.850Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T18:59:14.850Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:59:15.131Z] OK: 5 MiB in 16 packages [2021-03-24T18:59:17.130Z] Removing intermediate container c21233c122f8 [2021-03-24T18:59:17.130Z] ---> bbe913b3f415 [2021-03-24T18:59:17.130Z] [2021-03-24T18:59:17.130Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:59:17.130Z] ---> d10569e2745f [2021-03-24T18:59:17.130Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:59:17.130Z] Removing intermediate container de76df07dc9c [2021-03-24T18:59:17.130Z] ---> c27303f2d6aa [2021-03-24T18:59:17.130Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:59:17.130Z] ---> Running in 9ff92255d7f1 [2021-03-24T18:59:17.130Z] Removing intermediate container a5830b9c68bf [2021-03-24T18:59:17.130Z] ---> 7245fe228f9f [2021-03-24T18:59:17.130Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:59:17.130Z] Removing intermediate container ab0a861bf5f2 [2021-03-24T18:59:17.130Z] ---> 2a5b4db94b95 [2021-03-24T18:59:17.130Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T18:59:17.130Z] ---> Running in ebc6f2d3dd5c [2021-03-24T18:59:17.407Z] ---> Running in 35b801fda4b2 [2021-03-24T18:59:17.407Z] ---> Running in eb32a00dea98 [2021-03-24T18:59:18.235Z] Removing intermediate container ebc6f2d3dd5c [2021-03-24T18:59:18.235Z] ---> fd46ecd9ac06 [2021-03-24T18:59:18.235Z] Step 13/21 : WORKDIR /edgex [2021-03-24T18:59:18.528Z] Removing intermediate container 35b801fda4b2 [2021-03-24T18:59:18.528Z] ---> 45d40c66c717 [2021-03-24T18:59:18.528Z] Step 13/24 : WORKDIR / [2021-03-24T18:59:18.852Z] ---> Running in 2e373e2ce71c [2021-03-24T18:59:18.853Z] Removing intermediate container eb32a00dea98 [2021-03-24T18:59:18.853Z] ---> b4adbbae586b [2021-03-24T18:59:18.853Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T18:59:19.164Z] ---> Running in 15e51f21a101 [2021-03-24T18:59:19.164Z] ---> Running in 9a5a2911c50f [2021-03-24T18:59:19.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:19.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T18:59:19.902Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T18:59:19.902Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:59:19.902Z] OK: 5 MiB in 15 packages [2021-03-24T18:59:19.902Z] Removing intermediate container 2e373e2ce71c [2021-03-24T18:59:19.902Z] ---> 1e094158f56c [2021-03-24T18:59:19.902Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T18:59:20.179Z] Removing intermediate container 9a5a2911c50f [2021-03-24T18:59:20.179Z] ---> 7c007650bff1 [2021-03-24T18:59:20.179Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T18:59:20.179Z] Removing intermediate container 15e51f21a101 [2021-03-24T18:59:20.179Z] ---> 7f0265a98d0c [2021-03-24T18:59:20.179Z] 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-03-24T18:59:20.474Z] ---> Running in c98cb21e8759 [2021-03-24T18:59:21.468Z] ---> 2e6a92a7ee1d [2021-03-24T18:59:21.468Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T18:59:21.740Z] ---> 9a0d1af74352 [2021-03-24T18:59:21.740Z] 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-03-24T18:59:22.017Z] Removing intermediate container 9ff92255d7f1 [2021-03-24T18:59:22.017Z] ---> e7c577743ba2 [2021-03-24T18:59:22.017Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:59:22.615Z] ---> Running in bf72607f8391 [2021-03-24T18:59:23.217Z] ---> f46e7a18d996 [2021-03-24T18:59:23.217Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T18:59:23.817Z] Removing intermediate container bf72607f8391 [2021-03-24T18:59:23.817Z] ---> f10e7d04be8a [2021-03-24T18:59:23.817Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T18:59:23.817Z] ---> 4c2ca64bda25 [2021-03-24T18:59:23.817Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T18:59:24.093Z] ---> Running in e07aef8ad5aa [2021-03-24T18:59:24.093Z] Removing intermediate container 14ba44eda200 [2021-03-24T18:59:24.093Z] ---> 99d1278f6bf6 [2021-03-24T18:59:24.093Z] [2021-03-24T18:59:24.093Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:59:24.093Z] ---> d10569e2745f [2021-03-24T18:59:24.093Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:59:24.093Z] ---> Using cache [2021-03-24T18:59:24.093Z] ---> e7c577743ba2 [2021-03-24T18:59:24.093Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:59:24.093Z] ---> Using cache [2021-03-24T18:59:24.093Z] ---> f10e7d04be8a [2021-03-24T18:59:24.093Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T18:59:24.368Z] ---> f74a59952d21 [2021-03-24T18:59:24.368Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T18:59:24.368Z] Removing intermediate container c98cb21e8759 [2021-03-24T18:59:24.368Z] ---> 0850a21ca6c8 [2021-03-24T18:59:24.368Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T18:59:24.644Z] ---> Running in 294190bdec73 [2021-03-24T18:59:24.644Z] ---> Running in 5aaa9f29daa3 [2021-03-24T18:59:24.644Z] Removing intermediate container e07aef8ad5aa [2021-03-24T18:59:24.644Z] ---> 1fb4bae694cb [2021-03-24T18:59:24.644Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:59:24.920Z] ---> Running in 84c032515b78 [2021-03-24T18:59:25.519Z] Removing intermediate container 294190bdec73 [2021-03-24T18:59:25.519Z] ---> 9b6069e7c480 [2021-03-24T18:59:25.519Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:59:25.519Z] ---> ae9f20fb2ab4 [2021-03-24T18:59:25.519Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T18:59:25.519Z] Removing intermediate container 5aaa9f29daa3 [2021-03-24T18:59:25.519Z] ---> ca4edacdf9fa [2021-03-24T18:59:25.519Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T18:59:25.793Z] ---> Running in 3481c10ae5dc [2021-03-24T18:59:25.793Z] Removing intermediate container 84c032515b78 [2021-03-24T18:59:25.793Z] ---> 8fc6e479fca0 [2021-03-24T18:59:25.793Z] Step 15/23 : WORKDIR / [2021-03-24T18:59:25.793Z] ---> Running in b3435a494bd0 [2021-03-24T18:59:26.073Z] ---> 1c13e96be53f [2021-03-24T18:59:26.073Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T18:59:26.073Z] ---> Running in 5c155e08fddc [2021-03-24T18:59:26.346Z] Removing intermediate container 3481c10ae5dc [2021-03-24T18:59:26.346Z] ---> a27b77032203 [2021-03-24T18:59:26.346Z] Step 15/23 : WORKDIR / [2021-03-24T18:59:26.623Z] ---> 0910497201f9 [2021-03-24T18:59:26.623Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T18:59:26.623Z] ---> Running in d92448db3019 [2021-03-24T18:59:26.623Z] Removing intermediate container b3435a494bd0 [2021-03-24T18:59:26.623Z] ---> 03999f71184c [2021-03-24T18:59:26.623Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T18:59:26.905Z] ---> Running in b23784950a0b [2021-03-24T18:59:26.905Z] Removing intermediate container 5c155e08fddc [2021-03-24T18:59:26.905Z] ---> 2b7dd666fb45 [2021-03-24T18:59:26.905Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:59:26.905Z] ---> Running in a9b5278ce988 [2021-03-24T18:59:27.891Z] ---> 7b46bfe19f38 [2021-03-24T18:59:27.891Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T18:59:27.891Z] Removing intermediate container d92448db3019 [2021-03-24T18:59:27.891Z] ---> 9078056cd528 [2021-03-24T18:59:27.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:59:27.891Z] Removing intermediate container a9b5278ce988 [2021-03-24T18:59:27.891Z] ---> 8110ec54378c [2021-03-24T18:59:27.891Z] Step 19/21 : LABEL arch=arm64 [2021-03-24T18:59:28.171Z] ---> Running in 045582143a35 [2021-03-24T18:59:28.449Z] ---> 387e7cb8a5b6 [2021-03-24T18:59:28.449Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T18:59:28.727Z] ---> 8bf2ba8fa314 [2021-03-24T18:59:28.728Z] 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-03-24T18:59:29.002Z] ---> Running in 4bc881bc70b7 [2021-03-24T18:59:29.002Z] Removing intermediate container 045582143a35 [2021-03-24T18:59:29.002Z] ---> fe7b1181eaaa [2021-03-24T18:59:29.002Z] Step 20/21 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:59:29.276Z] ---> fcbbd3c629d5 [2021-03-24T18:59:29.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T18:59:29.276Z] ---> Running in 5bd7675ebf01 [2021-03-24T18:59:30.266Z] ---> 7b54ab74d2c1 [2021-03-24T18:59:30.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T18:59:30.266Z] Removing intermediate container 5bd7675ebf01 [2021-03-24T18:59:30.266Z] ---> f6dfd5cf8917 [2021-03-24T18:59:30.266Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T18:59:30.544Z] Removing intermediate container b23784950a0b [2021-03-24T18:59:30.544Z] ---> ae0f1682e470 [2021-03-24T18:59:30.544Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:59:30.544Z] ---> Running in 1b4a90394bb1 [2021-03-24T18:59:31.519Z] ---> 8cad13c941f6 [2021-03-24T18:59:31.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T18:59:31.519Z] Removing intermediate container 1b4a90394bb1 [2021-03-24T18:59:31.519Z] ---> e680720d212c [2021-03-24T18:59:31.519Z] [2021-03-24T18:59:31.519Z] ---> 953c660ad7e6 [2021-03-24T18:59:31.519Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T18:59:31.519Z] ---> 3427dc018c62 [2021-03-24T18:59:31.519Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T18:59:31.793Z] ---> Running in cd53860acf1c [2021-03-24T18:59:32.070Z] Successfully built e680720d212c [2021-03-24T18:59:32.352Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-24T18:59:32.352Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-24T18:59:32.633Z] Removing intermediate container 4bc881bc70b7 [2021-03-24T18:59:32.633Z] ---> 80eba03b38bc [2021-03-24T18:59:32.633Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T18:59:32.633Z] Removing intermediate container cd53860acf1c [2021-03-24T18:59:32.633Z] ---> ba37a5e2b69e [2021-03-24T18:59:32.633Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:59:32.915Z] ---> c701badca817 [2021-03-24T18:59:32.915Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T18:59:32.915Z] ---> Running in e82f8e0db603 [2021-03-24T18:59:32.915Z] ---> Running in a788f93943b1 [2021-03-24T18:59:32.915Z] ---> Running in 74bd3d9fb2ea [2021-03-24T18:59:33.197Z] ---> 59c65c424cc7 [2021-03-24T18:59:33.197Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T18:59:33.475Z] Removing intermediate container e82f8e0db603 [2021-03-24T18:59:33.475Z] ---> 4a7751b32c96 [2021-03-24T18:59:33.475Z] Step 22/24 : LABEL arch=arm64 [2021-03-24T18:59:33.749Z] Removing intermediate container 74bd3d9fb2ea [2021-03-24T18:59:33.749Z] ---> 2e239372fabe [2021-03-24T18:59:33.749Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:59:34.023Z] ---> Running in 39fb7e8608d4 [2021-03-24T18:59:34.023Z] Removing intermediate container a788f93943b1 [2021-03-24T18:59:34.023Z] ---> b3a3fc3a096a [2021-03-24T18:59:34.023Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T18:59:34.304Z] ---> Running in e8a8195fdf66 [2021-03-24T18:59:34.304Z] ---> Running in 95bd8f63baf9 [2021-03-24T18:59:34.578Z] ---> c7653df7ab74 [2021-03-24T18:59:34.579Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T18:59:35.181Z] Removing intermediate container 39fb7e8608d4 [2021-03-24T18:59:35.182Z] ---> ff3f9c02e6cb [2021-03-24T18:59:35.182Z] Step 23/24 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:59:35.800Z] Removing intermediate container e8a8195fdf66 [2021-03-24T18:59:35.800Z] ---> dbb742011de3 [2021-03-24T18:59:35.800Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T18:59:36.079Z] ---> Running in 7504c1c89859 [2021-03-24T18:59:36.079Z] Removing intermediate container 95bd8f63baf9 [2021-03-24T18:59:36.079Z] ---> 3b5e3dd4bbe3 [2021-03-24T18:59:36.079Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:59:36.079Z] ---> 8c45a3b9ed53 [2021-03-24T18:59:36.079Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T18:59:36.354Z] ---> Running in 4f76932c0852 [2021-03-24T18:59:36.354Z] ---> Running in 8591093455f1 [2021-03-24T18:59:36.630Z] Removing intermediate container 7504c1c89859 [2021-03-24T18:59:36.630Z] ---> c08672e72669 [2021-03-24T18:59:36.630Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T18:59:37.236Z] ---> Running in 92ef54b2aeba [2021-03-24T18:59:37.846Z] ---> fe8b8d1932d2 [2021-03-24T18:59:37.846Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T18:59:37.846Z] Removing intermediate container 4f76932c0852 [2021-03-24T18:59:37.846Z] Removing intermediate container 8591093455f1 [2021-03-24T18:59:37.846Z] ---> 7c57aeedf550 [2021-03-24T18:59:37.846Z] ---> a226be7f9f79 [2021-03-24T18:59:37.846Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:59:37.846Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:59:38.441Z] ---> Running in 6a7a9f064460 [2021-03-24T18:59:38.441Z] ---> Running in 79f99cadcbb8 [2021-03-24T18:59:38.441Z] Removing intermediate container 92ef54b2aeba [2021-03-24T18:59:38.441Z] ---> f260e7c2befe [2021-03-24T18:59:38.441Z] [2021-03-24T18:59:38.715Z] ---> Running in aca8439bfc48 [2021-03-24T18:59:38.991Z] Removing intermediate container 6a7a9f064460 [2021-03-24T18:59:38.991Z] ---> 7a8bb28faf46 [2021-03-24T18:59:38.991Z] [2021-03-24T18:59:38.991Z] Successfully built f260e7c2befe [2021-03-24T18:59:38.991Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-24T18:59:38.991Z] Building docker-sys-mgmt-agent-go [2021-03-24T18:59:39.267Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 79f99cadcbb8 [2021-03-24T18:59:39.267Z] ---> 38323577f9ab [2021-03-24T18:59:39.267Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:59:39.267Z] Removing intermediate container aca8439bfc48 [2021-03-24T18:59:39.267Z] ---> d3680c5ce08a [2021-03-24T18:59:39.267Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T18:59:39.543Z] ---> Running in 42bd4ef06c4e [2021-03-24T18:59:39.543Z] Successfully built 7a8bb28faf46 [2021-03-24T18:59:39.543Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-24T18:59:39.543Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-24T18:59:40.145Z] Removing intermediate container 42bd4ef06c4e [2021-03-24T18:59:40.145Z] ---> c3e073a6ad4f [2021-03-24T18:59:40.145Z] [2021-03-24T18:59:40.419Z] ---> a2c564ef596d [2021-03-24T18:59:40.419Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T18:59:40.419Z] Successfully built c3e073a6ad4f [2021-03-24T18:59:40.419Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-24T18:59:40.419Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-24T18:59:40.697Z] ---> Running in 4ede54953ce2 [2021-03-24T18:59:43.327Z] Removing intermediate container 4ede54953ce2 [2021-03-24T18:59:43.327Z] ---> 6c55c13e9a1f [2021-03-24T18:59:43.327Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T18:59:43.604Z] ---> Running in 05c2bb2706ac [2021-03-24T18:59:44.595Z] Removing intermediate container 05c2bb2706ac [2021-03-24T18:59:44.595Z] ---> 86e96264c4e4 [2021-03-24T18:59:44.595Z] Step 28/31 : CMD ["gate"] [2021-03-24T18:59:46.030Z] ---> Running in e66ff82edb96 [2021-03-24T18:59:47.019Z] Removing intermediate container e66ff82edb96 [2021-03-24T18:59:47.019Z] ---> 931542d45567 [2021-03-24T18:59:47.019Z] Step 29/31 : LABEL arch=arm64 [2021-03-24T18:59:47.632Z] ---> Running in 0f5742fb4314 [2021-03-24T18:59:49.082Z] Removing intermediate container 0f5742fb4314 [2021-03-24T18:59:49.082Z] ---> 2af0215d4d84 [2021-03-24T18:59:49.082Z] Step 30/31 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T18:59:49.687Z] ---> Running in 548bcd98366c [2021-03-24T18:59:50.668Z] Removing intermediate container 548bcd98366c [2021-03-24T18:59:50.668Z] ---> 37637a7496fb [2021-03-24T18:59:50.668Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T18:59:51.653Z] ---> Running in c088c2f1eadc [2021-03-24T18:59:52.636Z] Removing intermediate container c088c2f1eadc [2021-03-24T18:59:52.636Z] ---> eb4f9cabee5b [2021-03-24T18:59:52.636Z] [2021-03-24T18:59:52.908Z] Successfully built eb4f9cabee5b [2021-03-24T18:59:52.908Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-24T18:59:57.252Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-24T18:59:57.252Z] snapd is not logged in, snap install commands will use sudo [2021-03-24T18:59:57.252Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-24T18:59:57.252Z] snap "core18" has no updates available [2021-03-24T18:59:57.252Z] Pulling go-build-helper [2021-03-24T18:59:57.252Z] + snapcraftctl pull [2021-03-24T18:59:57.252Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-24T18:59:57.252Z] Skipping pull go-build-helper (already ran) [2021-03-24T18:59:57.252Z] Building go-build-helper [2021-03-24T18:59:57.252Z] + snapcraftctl build [2021-03-24T18:59:57.252Z] Staging go-build-helper [2021-03-24T18:59:57.252Z] + snapcraftctl stage [2021-03-24T19:00:09.480Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-24T19:00:09.480Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-24T19:00:09.480Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-24T19:00:09.480Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-24T19:00:09.480Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-24T19:00:09.480Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-24T19:00:09.480Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-24T19:00:09.480Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-24T19:00:09.480Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-24T19:00:09.480Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-24T19:00:09.480Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-24T19:00:09.480Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-24T19:00:09.480Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-24T19:00:09.480Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-24T19:00:09.480Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-24T19:00:09.480Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-24T19:00:09.481Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-24T19:00:09.481Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-24T19:00:09.481Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-24T19:00:09.481Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] [2021-03-24T19:00:09.481Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] [2021-03-24T19:00:09.481Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-24T19:00:09.481Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-24T19:00:09.481Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] [2021-03-24T19:00:09.481Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] [2021-03-24T19:00:09.481Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] [2021-03-24T19:00:09.481Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-24T19:00:09.481Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-24T19:00:09.481Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-24T19:00:09.481Z] Fetched 224 kB in 0s (0 B/s) [2021-03-24T19:00:09.481Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-24T19:00:09.481Z] Fetched 157 kB in 0s (0 B/s) [2021-03-24T19:00:09.481Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-24T19:00:09.481Z] Fetched 221 kB in 0s (0 B/s) [2021-03-24T19:00:09.481Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-24T19:00:09.481Z] Fetched 143 kB in 0s (0 B/s) [2021-03-24T19:00:09.481Z] Pulling app-service-config [2021-03-24T19:00:09.481Z] + snapcraftctl pull [2021-03-24T19:00:09.481Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-24T19:00:10.421Z] Pulling config-common [2021-03-24T19:00:10.421Z] + snapcraftctl pull [2021-03-24T19:00:14.628Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T19:00:14.628Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T19:00:14.628Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T19:00:14.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:14.628Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-24T19:00:14.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:14.628Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-24T19:00:14.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:14.628Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-24T19:00:14.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:14.628Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-24T19:00:14.628Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:14.628Z] Pulling edgex-go [2021-03-24T19:00:14.628Z] + snapcraftctl pull [2021-03-24T19:00:25.243Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T19:00:25.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T19:00:25.244Z] ---> 1b6886c6bdd6 [2021-03-24T19:00:25.244Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T19:00:25.244Z] ---> Using cache [2021-03-24T19:00:25.244Z] ---> 725191e53a1c [2021-03-24T19:00:25.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:00:25.244Z] ---> Using cache [2021-03-24T19:00:25.244Z] ---> 80e4b15f842c [2021-03-24T19:00:25.244Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T19:00:27.881Z] ---> Running in 9e0af03bb267 [2021-03-24T19:00:28.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:29.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:30.443Z] OK: 217 MiB in 51 packages [2021-03-24T19:00:30.719Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T19:00:30.720Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T19:00:30.720Z] ---> 1b6886c6bdd6 [2021-03-24T19:00:30.720Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T19:00:30.720Z] ---> Using cache [2021-03-24T19:00:30.720Z] ---> 725191e53a1c [2021-03-24T19:00:30.720Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:00:30.720Z] ---> Using cache [2021-03-24T19:00:30.720Z] ---> 80e4b15f842c [2021-03-24T19:00:30.720Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T19:00:31.708Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T19:00:31.708Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T19:00:31.708Z] ---> 1b6886c6bdd6 [2021-03-24T19:00:31.708Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> 725191e53a1c [2021-03-24T19:00:31.708Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> 80e4b15f842c [2021-03-24T19:00:31.708Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T19:00:31.708Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T19:00:31.708Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T19:00:31.708Z] ---> 1b6886c6bdd6 [2021-03-24T19:00:31.708Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> 725191e53a1c [2021-03-24T19:00:31.708Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> 80e4b15f842c [2021-03-24T19:00:31.708Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> f59907ce6e9f [2021-03-24T19:00:31.708Z] Step 6/22 : COPY go.mod . [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> c6636c6050ac [2021-03-24T19:00:31.708Z] Step 7/22 : RUN go mod download [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> a91212803f3c [2021-03-24T19:00:31.708Z] Step 8/22 : COPY . . [2021-03-24T19:00:31.708Z] ---> Using cache [2021-03-24T19:00:31.708Z] ---> b78c8ec29c7b [2021-03-24T19:00:31.708Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T19:00:31.984Z] ---> Running in 9283f6a42a8b [2021-03-24T19:00:31.984Z] ---> Running in d98cdbd13bc7 [2021-03-24T19:00:31.984Z] ---> Running in f5c91004b3e8 [2021-03-24T19:00:32.959Z] Removing intermediate container 9e0af03bb267 [2021-03-24T19:00:32.959Z] ---> 6bccac405eb4 [2021-03-24T19:00:32.959Z] Step 6/22 : COPY go.mod . [2021-03-24T19:00:33.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:33.560Z] ---> 5a9f88d01f02 [2021-03-24T19:00:33.560Z] Step 7/22 : RUN go mod download [2021-03-24T19:00:33.834Z] ---> Running in c9a6006708b5 [2021-03-24T19:00:33.835Z] 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-03-24T19:00:34.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:34.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:34.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:00:35.273Z] OK: 217 MiB in 51 packages [2021-03-24T19:00:35.551Z] OK: 217 MiB in 51 packages [2021-03-24T19:00:36.581Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-24T19:00:36.581Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-24T19:00:36.581Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-24T19:00:36.581Z] Fetched 0 B in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-24T19:00:36.581Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-24T19:00:36.581Z] Fetched 279 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-24T19:00:36.581Z] Fetched 122 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-24T19:00:36.581Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-24T19:00:36.581Z] Fetched 8848 B in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-24T19:00:36.581Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-24T19:00:36.581Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-24T19:00:36.581Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-24T19:00:36.581Z] Fetched 214 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-24T19:00:36.581Z] Fetched 154 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-24T19:00:36.581Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-24T19:00:36.581Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-24T19:00:36.581Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-24T19:00:36.581Z] Fetched 499 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-24T19:00:36.581Z] Fetched 111 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-24T19:00:36.581Z] Fetched 240 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-24T19:00:36.581Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-24T19:00:36.581Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-24T19:00:36.581Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-24T19:00:36.581Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-24T19:00:36.581Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-24T19:00:36.581Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-24T19:00:36.581Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-24T19:00:36.581Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-24T19:00:36.581Z] Fetched 8720 B in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-24T19:00:36.581Z] Fetched 137 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-24T19:00:36.581Z] Fetched 119 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-24T19:00:36.581Z] Fetched 109 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-24T19:00:36.581Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-24T19:00:36.581Z] Fetched 645 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-24T19:00:36.581Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-24T19:00:36.581Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-24T19:00:36.581Z] Fetched 368 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-24T19:00:36.581Z] Fetched 187 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-24T19:00:36.581Z] Fetched 175 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-24T19:00:36.581Z] Fetched 206 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-24T19:00:36.581Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-24T19:00:36.581Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-24T19:00:36.581Z] Fetched 159 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-24T19:00:36.581Z] Fetched 107 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-24T19:00:36.581Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-24T19:00:36.581Z] Pulling static-packages [2021-03-24T19:00:36.581Z] + snapcraftctl pull [2021-03-24T19:00:36.581Z] Pulling version [2021-03-24T19:00:36.581Z] + cd /root/project [2021-03-24T19:00:36.581Z] + [ -f VERSION ] [2021-03-24T19:00:36.581Z] + PROJECT_VERSION=local-dev [2021-03-24T19:00:36.581Z] + git rev-parse --short HEAD [2021-03-24T19:00:36.581Z] + GIT_REVISION=3e75227e [2021-03-24T19:00:36.581Z] + snapcraftctl set-version local-dev [2021-03-24T19:00:36.581Z] Skipping build go-build-helper (already ran) [2021-03-24T19:00:36.581Z] Building app-service-config [2021-03-24T19:00:36.581Z] + make build [2021-03-24T19:00:36.581Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-24T19:00:36.991Z] Removing intermediate container 9283f6a42a8b [2021-03-24T19:00:36.992Z] ---> 6007d59b8f53 [2021-03-24T19:00:36.992Z] Step 6/26 : COPY go.mod . [2021-03-24T19:00:37.591Z] Removing intermediate container f5c91004b3e8 [2021-03-24T19:00:37.591Z] ---> fede5b6efe02 [2021-03-24T19:00:37.591Z] Step 6/23 : COPY go.mod . [2021-03-24T19:00:37.868Z] Removing intermediate container c9a6006708b5 [2021-03-24T19:00:37.868Z] ---> ea4ed9bf3928 [2021-03-24T19:00:37.868Z] Step 8/22 : COPY . . [2021-03-24T19:00:38.471Z] ---> 72532d8399a9 [2021-03-24T19:00:38.471Z] Step 7/26 : RUN go mod download [2021-03-24T19:00:38.490Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 [2021-03-24T19:00:38.491Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-24T19:00:38.751Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 [2021-03-24T19:00:38.751Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-24T19:00:38.751Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-24T19:00:38.751Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-24T19:00:38.751Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-24T19:00:38.768Z] ---> Running in 850e74c6ee68 [2021-03-24T19:00:39.011Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-24T19:00:39.011Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-24T19:00:39.051Z] ---> e86ff1f3aae4 [2021-03-24T19:00:39.051Z] Step 7/23 : RUN go mod download [2021-03-24T19:00:39.271Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-24T19:00:39.271Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-24T19:00:39.337Z] ---> Running in ac62dfc93657 [2021-03-24T19:00:39.530Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-24T19:00:39.530Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-24T19:00:39.530Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-24T19:00:39.789Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-24T19:00:39.789Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-24T19:00:39.789Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-24T19:00:39.789Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-24T19:00:39.789Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-24T19:00:39.789Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-24T19:00:39.789Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-24T19:00:39.789Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-24T19:00:39.789Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-24T19:00:39.789Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-24T19:00:39.789Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-24T19:00:40.051Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-24T19:00:40.051Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-24T19:00:40.051Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-24T19:00:40.051Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-24T19:00:40.051Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-24T19:00:40.051Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-24T19:00:40.051Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-24T19:00:40.051Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-24T19:00:40.051Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-24T19:00:40.051Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-24T19:00:40.051Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-24T19:00:40.311Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-24T19:00:40.311Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-24T19:00:40.311Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-24T19:00:40.311Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-24T19:00:40.311Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-24T19:00:40.311Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-24T19:00:40.311Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-24T19:00:44.773Z] Removing intermediate container 850e74c6ee68 [2021-03-24T19:00:44.773Z] ---> 8a7e6ce1d982 [2021-03-24T19:00:44.773Z] Step 8/26 : COPY . . [2021-03-24T19:00:45.046Z] Removing intermediate container ac62dfc93657 [2021-03-24T19:00:45.046Z] ---> 155c6c1c1d09 [2021-03-24T19:00:45.046Z] Step 8/23 : COPY . . [2021-03-24T19:00:50.364Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-24T19:00:50.364Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-24T19:00:50.364Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-24T19:00:50.364Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-24T19:00:50.624Z] Building config-common [2021-03-24T19:00:50.624Z] + snapcraftctl build [2021-03-24T19:00:53.161Z] Building edgex-go [2021-03-24T19:00:53.161Z] + cd /root/parts/edgex-go/src [2021-03-24T19:00:53.161Z] + make build [2021-03-24T19:00:53.161Z] 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-03-24T19:00:53.837Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.21 [2021-03-24T19:00:53.837Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.55 [2021-03-24T19:00:53.837Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-24T19:00:53.837Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-24T19:00:54.221Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-24T19:00:54.221Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-24T19:00:54.221Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-24T19:00:54.221Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-24T19:00:54.221Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-24T19:00:54.221Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-24T19:00:54.221Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-24T19:00:54.221Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-24T19:00:58.440Z] 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-03-24T19:00:58.440Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-24T19:01:03.720Z] 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-03-24T19:01:05.106Z] 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-03-24T19:01:07.025Z] 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-03-24T19:01:07.285Z] 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-03-24T19:01:07.285Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-24T19:01:07.545Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-24T19:01:07.545Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-24T19:01:07.545Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-24T19:01:09.460Z] 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-03-24T19:01:09.460Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-24T19:01:09.460Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-24T19:01:11.372Z] 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-03-24T19:01:12.056Z] ---> e5cf1d2a20ac [2021-03-24T19:01:12.056Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T19:01:12.314Z] 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-03-24T19:01:12.329Z] ---> Running in ef938f30cca9 [2021-03-24T19:01:12.573Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-24T19:01:13.958Z] 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-03-24T19:01:14.360Z] 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-03-24T19:01:14.956Z] ---> 4c684e6b574c [2021-03-24T19:01:14.956Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T19:01:14.956Z] ---> a35060b98e85 [2021-03-24T19:01:14.956Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T19:01:15.231Z] ---> Running in 9026592ef8f9 [2021-03-24T19:01:15.231Z] ---> Running in f0af65d6a128 [2021-03-24T19:01:15.342Z] 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-03-24T19:01:15.342Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-24T19:01:16.724Z] 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-03-24T19:01:16.725Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-24T19:01:17.234Z] 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-03-24T19:01:17.234Z] 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-03-24T19:01:19.264Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-24T19:01:19.264Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-24T19:01:19.264Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-24T19:01:19.264Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-24T19:01:19.264Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-24T19:01:19.264Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-24T19:01:19.264Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-24T19:01:19.264Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-24T19:01:19.264Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-24T19:01:19.265Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-24T19:01:19.265Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-24T19:01:19.265Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-24T19:01:19.265Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-24T19:01:19.265Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-24T19:01:21.823Z] Building static-packages [2021-03-24T19:01:21.823Z] + snapcraftctl build [2021-03-24T19:01:23.737Z] Building version [2021-03-24T19:01:23.738Z] + snapcraftctl build [2021-03-24T19:01:25.545Z] Removing intermediate container d98cdbd13bc7 [2021-03-24T19:01:25.545Z] ---> b84bf1c029ff [2021-03-24T19:01:25.545Z] [2021-03-24T19:01:25.545Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T19:01:25.545Z] ---> d10569e2745f [2021-03-24T19:01:25.545Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T19:01:25.545Z] ---> Using cache [2021-03-24T19:01:25.545Z] ---> e7c577743ba2 [2021-03-24T19:01:25.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T19:01:25.545Z] ---> Using cache [2021-03-24T19:01:25.545Z] ---> f10e7d04be8a [2021-03-24T19:01:25.545Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T19:01:25.545Z] ---> Running in 52ba1538b09e [2021-03-24T19:01:25.652Z] Skipping stage go-build-helper (already ran) [2021-03-24T19:01:25.652Z] Staging app-service-config [2021-03-24T19:01:25.652Z] + snapcraftctl stage [2021-03-24T19:01:25.823Z] Removing intermediate container 52ba1538b09e [2021-03-24T19:01:25.823Z] ---> 6944d6fc17a6 [2021-03-24T19:01:25.823Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T19:01:25.823Z] ---> Running in e15e81599852 [2021-03-24T19:01:26.428Z] Removing intermediate container e15e81599852 [2021-03-24T19:01:26.428Z] ---> 4978f1cce301 [2021-03-24T19:01:26.428Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T19:01:26.591Z] Staging config-common [2021-03-24T19:01:26.591Z] + snapcraftctl stage [2021-03-24T19:01:27.420Z] ---> f82ae82894c3 [2021-03-24T19:01:27.420Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T19:01:27.531Z] Staging edgex-go [2021-03-24T19:01:27.531Z] + snapcraftctl stage [2021-03-24T19:01:28.914Z] Staging static-packages [2021-03-24T19:01:28.914Z] + snapcraftctl stage [2021-03-24T19:01:29.408Z] ---> b16a3d552b82 [2021-03-24T19:01:29.408Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T19:01:29.857Z] Staging version [2021-03-24T19:01:29.857Z] + snapcraftctl stage [2021-03-24T19:01:30.401Z] ---> 9eecae57afe1 [2021-03-24T19:01:30.401Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T19:01:30.401Z] ---> Running in 9664a974b421 [2021-03-24T19:01:30.801Z] Priming go-build-helper [2021-03-24T19:01:30.801Z] + snapcraftctl prime [2021-03-24T19:01:31.009Z] Removing intermediate container 9664a974b421 [2021-03-24T19:01:31.009Z] ---> 06d7c9a060ab [2021-03-24T19:01:31.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:01:31.285Z] ---> Running in d47d1f0018d4 [2021-03-24T19:01:31.743Z] Priming app-service-config [2021-03-24T19:01:31.743Z] + snapcraftctl prime [2021-03-24T19:01:31.887Z] Removing intermediate container d47d1f0018d4 [2021-03-24T19:01:31.887Z] ---> d41ae6f61818 [2021-03-24T19:01:32.179Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T19:01:32.179Z] ---> Running in 027875394f91 [2021-03-24T19:01:33.127Z] Priming config-common [2021-03-24T19:01:33.127Z] + snapcraftctl prime [2021-03-24T19:01:33.183Z] Removing intermediate container 027875394f91 [2021-03-24T19:01:33.183Z] ---> 3aa40f4fdd7a [2021-03-24T19:01:33.183Z] Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T19:01:33.183Z] ---> Running in b69ba9d36461 [2021-03-24T19:01:33.701Z] Priming edgex-go [2021-03-24T19:01:33.702Z] + snapcraftctl prime [2021-03-24T19:01:33.786Z] Removing intermediate container b69ba9d36461 [2021-03-24T19:01:33.787Z] ---> b82e7b8ef7f4 [2021-03-24T19:01:33.787Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T19:01:34.065Z] ---> Running in 22757c2b2cec [2021-03-24T19:01:34.669Z] Removing intermediate container 22757c2b2cec [2021-03-24T19:01:34.669Z] ---> 93b2c7597d00 [2021-03-24T19:01:34.669Z] [2021-03-24T19:01:35.086Z] Priming static-packages [2021-03-24T19:01:35.086Z] + snapcraftctl prime [2021-03-24T19:01:35.271Z] Successfully built 93b2c7597d00 [2021-03-24T19:01:35.271Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-24T19:01:37.003Z] Priming version [2021-03-24T19:01:37.003Z] + snapcraftctl prime [2021-03-24T19:01:37.942Z] 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-03-24T19:02:31.829Z]  Building docker-support-scheduler-go ... done Removing intermediate container f0af65d6a128 [2021-03-24T19:02:31.829Z] ---> 17525f93f93f [2021-03-24T19:02:31.829Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T19:02:31.829Z] ---> Running in d4d190227ac3 [2021-03-24T19:02:31.829Z] 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-03-24T19:02:33.272Z] Removing intermediate container ef938f30cca9 [2021-03-24T19:02:33.272Z] ---> 8f6993b0729a [2021-03-24T19:02:33.272Z] [2021-03-24T19:02:33.272Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T19:02:33.272Z] ---> d10569e2745f [2021-03-24T19:02:33.272Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T19:02:33.545Z] ---> Running in ff80aebb0875 [2021-03-24T19:02:33.817Z] Removing intermediate container d4d190227ac3 [2021-03-24T19:02:33.817Z] ---> 2a04b4cc171a [2021-03-24T19:02:33.817Z] [2021-03-24T19:02:33.817Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T19:02:34.093Z] 20.10.0: Pulling from library/docker [2021-03-24T19:02:35.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:35.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:35.965Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T19:02:35.965Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T19:02:35.965Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:02:35.965Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T19:02:36.241Z] OK: 6 MiB in 16 packages [2021-03-24T19:02:38.866Z] Removing intermediate container ff80aebb0875 [2021-03-24T19:02:38.866Z] ---> 72d8230e103a [2021-03-24T19:02:38.866Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T19:02:39.460Z] ---> Running in ca9419df4eeb [2021-03-24T19:02:40.064Z] Removing intermediate container ca9419df4eeb [2021-03-24T19:02:40.064Z] ---> 1e78c51e2946 [2021-03-24T19:02:40.064Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T19:02:40.345Z] ---> Running in 7f72d4d01514 [2021-03-24T19:02:40.950Z] Removing intermediate container 7f72d4d01514 [2021-03-24T19:02:40.950Z] ---> 136a1ff69c87 [2021-03-24T19:02:40.950Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T19:02:41.553Z] ---> Running in a253c5ee338e [2021-03-24T19:02:42.148Z] Removing intermediate container a253c5ee338e [2021-03-24T19:02:42.148Z] ---> 12f7b705c39f [2021-03-24T19:02:42.148Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T19:02:43.589Z] ---> 12240f6add75 [2021-03-24T19:02:43.589Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T19:02:45.566Z] ---> 1d60ad4b21db [2021-03-24T19:02:45.566Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T19:02:46.164Z] Removing intermediate container 9026592ef8f9 [2021-03-24T19:02:46.164Z] ---> 4980d9c08283 [2021-03-24T19:02:46.164Z] [2021-03-24T19:02:46.164Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T19:02:46.164Z] ---> d10569e2745f [2021-03-24T19:02:46.164Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T19:02:46.437Z] ---> Running in 10f2e1cde79c [2021-03-24T19:02:46.437Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T19:02:46.437Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T19:02:46.437Z] ---> eeaf43b92773 [2021-03-24T19:02:46.437Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T19:02:46.437Z] ---> 026a91777a8c [2021-03-24T19:02:46.437Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T19:02:46.713Z] ---> Running in 187b889d5ba5 [2021-03-24T19:02:46.713Z] ---> Running in 68d7d57e38ed [2021-03-24T19:02:46.994Z] Removing intermediate container 10f2e1cde79c [2021-03-24T19:02:46.994Z] ---> 312c07fbd451 [2021-03-24T19:02:46.994Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T19:02:46.994Z] ---> Running in 97f78a4eb646 [2021-03-24T19:02:47.269Z] Removing intermediate container 68d7d57e38ed [2021-03-24T19:02:47.269Z] ---> 033c1b5c0e68 [2021-03-24T19:02:47.269Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:02:47.550Z] ---> Running in 62ef377662e5 [2021-03-24T19:02:47.828Z] Removing intermediate container 97f78a4eb646 [2021-03-24T19:02:47.828Z] ---> b26eb2b3e171 [2021-03-24T19:02:47.828Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T19:02:47.828Z] ---> Running in 327ee00a053d [2021-03-24T19:02:48.105Z] Removing intermediate container 62ef377662e5 [2021-03-24T19:02:48.105Z] ---> 376f24c1db42 [2021-03-24T19:02:48.105Z] Step 20/22 : LABEL arch=arm64 [2021-03-24T19:02:48.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:48.105Z] ---> Running in 8cab03e72052 [2021-03-24T19:02:48.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:48.379Z] Removing intermediate container 327ee00a053d [2021-03-24T19:02:48.379Z] ---> 0688c41bfbba [2021-03-24T19:02:48.379Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:02:48.656Z] ---> Running in 8e02fcc59495 [2021-03-24T19:02:48.656Z] Removing intermediate container 8cab03e72052 [2021-03-24T19:02:48.656Z] ---> 1a490cc210dd [2021-03-24T19:02:48.656Z] Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T19:02:48.956Z] ---> Running in 0b0356b03db1 [2021-03-24T19:02:48.956Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T19:02:48.956Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T19:02:49.229Z] Executing bash-5.0.17-r0.post-install [2021-03-24T19:02:49.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:02:49.229Z] OK: 12 MiB in 22 packages [2021-03-24T19:02:49.899Z] Removing intermediate container 0b0356b03db1 [2021-03-24T19:02:49.899Z] ---> 360c64c642c5 [2021-03-24T19:02:49.899Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T19:02:49.899Z] ---> Running in 74ad44fca0e7 [2021-03-24T19:02:50.494Z] Removing intermediate container 74ad44fca0e7 [2021-03-24T19:02:50.494Z] ---> 334b3eafa22b [2021-03-24T19:02:50.494Z] [2021-03-24T19:02:50.766Z] Removing intermediate container 187b889d5ba5 [2021-03-24T19:02:50.767Z] ---> 8c9202c593e5 [2021-03-24T19:02:50.767Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T19:02:50.767Z] Successfully built 334b3eafa22b [2021-03-24T19:02:51.065Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-24T19:02:51.065Z]  Building docker-support-notifications-go ... done  ---> Running in f75c6aad7fb7 [2021-03-24T19:02:51.676Z] Removing intermediate container f75c6aad7fb7 [2021-03-24T19:02:51.676Z] ---> 5132da75e267 [2021-03-24T19:02:51.676Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T19:02:51.676Z] Removing intermediate container 8e02fcc59495 [2021-03-24T19:02:51.676Z] ---> 5f327210e5b0 [2021-03-24T19:02:51.676Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T19:02:51.676Z] ---> Running in b6c2ccd6a748 [2021-03-24T19:02:51.676Z] ---> Running in e50665196704 [2021-03-24T19:02:52.297Z] Removing intermediate container e50665196704 [2021-03-24T19:02:52.297Z] ---> 9923f3048144 [2021-03-24T19:02:52.297Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T19:02:52.571Z] ---> Running in ce918177c5d3 [2021-03-24T19:02:52.843Z] Removing intermediate container ce918177c5d3 [2021-03-24T19:02:52.843Z] ---> 25a98fa46e9b [2021-03-24T19:02:52.843Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T19:02:52.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:53.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:54.089Z] ---> 116d19f0faba [2021-03-24T19:02:54.089Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T19:02:54.694Z] ---> c386929aa599 [2021-03-24T19:02:54.694Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T19:02:55.285Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T19:02:55.285Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T19:02:55.285Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T19:02:55.559Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T19:02:55.559Z] ---> 7b8882090317 [2021-03-24T19:02:55.559Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T19:02:55.832Z] ---> Running in fee74bb39bad [2021-03-24T19:02:55.832Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T19:02:56.107Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T19:02:56.107Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:02:56.107Z] OK: 8 MiB in 20 packages [2021-03-24T19:02:57.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:57.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:02:57.689Z] Removing intermediate container b6c2ccd6a748 [2021-03-24T19:02:57.689Z] ---> 0c3e2cc94bae [2021-03-24T19:02:57.689Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T19:02:57.689Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T19:02:57.689Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T19:02:57.689Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T19:02:57.689Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T19:02:57.689Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T19:02:57.689Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T19:02:57.689Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T19:02:59.152Z] ---> b16fd67ce11f [2021-03-24T19:02:59.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T19:02:59.807Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T19:02:59.807Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T19:02:59.807Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T19:02:59.807Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T19:02:59.807Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T19:02:59.807Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T19:02:59.807Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T19:03:00.094Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T19:03:00.094Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T19:03:00.094Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T19:03:00.094Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T19:03:00.094Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T19:03:00.094Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T19:03:00.094Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T19:03:00.094Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T19:03:00.094Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T19:03:00.371Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T19:03:00.371Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T19:03:00.371Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T19:03:00.371Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T19:03:00.371Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T19:03:00.371Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T19:03:00.371Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T19:03:00.371Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T19:03:00.371Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T19:03:00.371Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T19:03:00.684Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:03:00.684Z] OK: 71 MiB in 55 packages [2021-03-24T19:03:00.965Z] ---> 0e3f7e845d31 [2021-03-24T19:03:00.965Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T19:03:01.962Z] ---> c7b484f7b718 [2021-03-24T19:03:01.962Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T19:03:01.962Z] ---> Running in 032b5869e8aa [2021-03-24T19:03:02.554Z] Removing intermediate container 032b5869e8aa [2021-03-24T19:03:02.554Z] ---> e1f14bfe5279 [2021-03-24T19:03:02.554Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:03:02.828Z] ---> Running in bb553c151bed [2021-03-24T19:03:03.430Z] Removing intermediate container bb553c151bed [2021-03-24T19:03:03.430Z] ---> 02ee3d1d3561 [2021-03-24T19:03:03.430Z] Step 21/23 : LABEL arch=arm64 [2021-03-24T19:03:03.705Z] ---> Running in 374102f2d8c0 [2021-03-24T19:03:04.307Z] Removing intermediate container 374102f2d8c0 [2021-03-24T19:03:04.307Z] ---> 6ce3791b4ce7 [2021-03-24T19:03:04.307Z] Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T19:03:04.902Z] ---> Running in 7da7653c30d0 [2021-03-24T19:03:05.182Z] Removing intermediate container 7da7653c30d0 [2021-03-24T19:03:05.182Z] ---> 990a60c12ab4 [2021-03-24T19:03:05.182Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T19:03:05.456Z] ---> Running in 2601a5a23736 [2021-03-24T19:03:06.058Z] Removing intermediate container 2601a5a23736 [2021-03-24T19:03:06.058Z] ---> 9c1056c6258c [2021-03-24T19:03:06.058Z] [2021-03-24T19:03:06.653Z] Successfully built 9c1056c6258c [2021-03-24T19:03:06.653Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-24T19:03:06.653Z]  Building docker-core-data-go ... done Removing intermediate container fee74bb39bad [2021-03-24T19:03:06.653Z] ---> 3bf7c4f29b9a [2021-03-24T19:03:06.653Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T19:03:06.926Z] ---> Running in c86fce51cc47 [2021-03-24T19:03:12.311Z] Collecting docker-compose==1.23.2 [2021-03-24T19:03:12.311Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T19:03:12.904Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T19:03:12.904Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T19:03:13.880Z] Collecting PyYAML<4,>=3.10 [2021-03-24T19:03:13.880Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T19:03:17.253Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T19:03:17.254Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T19:03:18.698Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T19:03:18.698Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T19:03:19.669Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T19:03:19.669Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T19:03:19.939Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T19:03:19.939Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T19:03:21.905Z] 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-03-24T19:03:21.905Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T19:03:21.905Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T19:03:22.177Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T19:03:22.177Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T19:03:24.144Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T19:03:24.144Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T19:03:24.419Z] 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-03-24T19:03:24.695Z] Collecting idna<2.8,>=2.5 [2021-03-24T19:03:24.695Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T19:03:25.289Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T19:03:25.289Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T19:03:25.561Z] 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-03-24T19:03:25.561Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T19:03:25.561Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T19:03:25.831Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T19:03:25.831Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T19:03:25.831Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T19:03:25.831Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T19:03:26.427Z] Installing collected packages: idna, urllib3, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, cached-property, docopt, docker-compose [2021-03-24T19:03:26.427Z] Attempting uninstall: idna [2021-03-24T19:03:26.427Z] Found existing installation: idna 2.9 [2021-03-24T19:03:26.427Z] Uninstalling idna-2.9: [2021-03-24T19:03:26.704Z] Successfully uninstalled idna-2.9 [2021-03-24T19:03:27.298Z] Attempting uninstall: urllib3 [2021-03-24T19:03:27.298Z] Found existing installation: urllib3 1.25.9 [2021-03-24T19:03:27.298Z] Uninstalling urllib3-1.25.9: [2021-03-24T19:03:27.571Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T19:03:27.841Z] Attempting uninstall: requests [2021-03-24T19:03:27.841Z] Found existing installation: requests 2.23.0 [2021-03-24T19:03:28.112Z] Uninstalling requests-2.23.0: [2021-03-24T19:03:28.112Z] Successfully uninstalled requests-2.23.0 [2021-03-24T19:03:28.384Z] Running setup.py install for PyYAML: started [2021-03-24T19:03:30.351Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T19:03:30.351Z] Running setup.py install for texttable: started [2021-03-24T19:03:32.321Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T19:03:33.747Z] Running setup.py install for dockerpty: started [2021-03-24T19:03:35.178Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T19:03:35.449Z] Running setup.py install for docopt: started [2021-03-24T19:03:37.409Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T19:03:37.999Z] 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.58.0 [2021-03-24T19:03:41.367Z] Removing intermediate container c86fce51cc47 [2021-03-24T19:03:41.367Z] ---> 34f953d836db [2021-03-24T19:03:41.367Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T19:03:41.638Z] ---> Running in cfa1cefc30f2 [2021-03-24T19:03:43.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-24T19:03:43.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-24T19:03:43.664Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T19:03:43.664Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T19:03:43.664Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T19:03:43.664Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:03:43.664Z] OK: 72 MiB in 58 packages [2021-03-24T19:03:45.144Z] Removing intermediate container cfa1cefc30f2 [2021-03-24T19:03:45.144Z] ---> 34dafbceae72 [2021-03-24T19:03:45.144Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T19:03:45.144Z] ---> Running in 304cdb052bb0 [2021-03-24T19:03:45.426Z] Removing intermediate container 304cdb052bb0 [2021-03-24T19:03:45.426Z] ---> 269dc3a16809 [2021-03-24T19:03:45.426Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:03:45.426Z] ---> Running in 875dfc9f147d [2021-03-24T19:03:46.036Z] Removing intermediate container 875dfc9f147d [2021-03-24T19:03:46.036Z] ---> 4add2af5e541 [2021-03-24T19:03:46.036Z] Step 24/26 : LABEL arch=arm64 [2021-03-24T19:03:46.036Z] ---> Running in d00bd05613cc [2021-03-24T19:03:46.630Z] Removing intermediate container d00bd05613cc [2021-03-24T19:03:46.630Z] ---> 236f6f81c94c [2021-03-24T19:03:46.630Z] Step 25/26 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca [2021-03-24T19:03:46.630Z] ---> Running in bc64f90c1ba9 [2021-03-24T19:03:47.225Z] Removing intermediate container bc64f90c1ba9 [2021-03-24T19:03:47.225Z] ---> 7116cfcea47e [2021-03-24T19:03:47.225Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T19:03:47.225Z] ---> Running in 18ac61e87ef3 [2021-03-24T19:03:47.820Z] Removing intermediate container 18ac61e87ef3 [2021-03-24T19:03:47.820Z] ---> 9b188d85fe8c [2021-03-24T19:03:47.820Z] [2021-03-24T19:03:48.092Z] Successfully built 9b188d85fe8c [2021-03-24T19:03:48.092Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-24T19:03:48.696Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T19:03:48.691Z] $ docker stop --time=1 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 [2021-03-24T19:03:50.610Z] $ docker rm -f 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T19:03:51.247Z] + grep docker [2021-03-24T19:03:51.248Z] + docker images [2021-03-24T19:03:51.519Z] docker-sys-mgmt-agent-go-arm64 latest 9b188d85fe8c 4 seconds ago 300MB [2021-03-24T19:03:51.519Z] docker-core-data-go-arm64 latest 9c1056c6258c 46 seconds ago 21.3MB [2021-03-24T19:03:51.519Z] docker-support-notifications-go-arm64 latest 334b3eafa22b About a minute ago 16.9MB [2021-03-24T19:03:51.519Z] docker-support-scheduler-go-arm64 latest 93b2c7597d00 2 minutes ago 16.3MB [2021-03-24T19:03:51.519Z] docker-security-bootstrapper-go-arm64 latest eb4f9cabee5b 4 minutes ago 17.8MB [2021-03-24T19:03:51.519Z] docker-core-metadata-go-arm64 latest c3e073a6ad4f 4 minutes ago 17.9MB [2021-03-24T19:03:51.519Z] docker-core-command-go-arm64 latest 7a8bb28faf46 4 minutes ago 16.3MB [2021-03-24T19:03:51.519Z] docker-security-secretstore-setup-go-arm64 latest f260e7c2befe 4 minutes ago 23.7MB [2021-03-24T19:03:51.519Z] docker-security-proxy-setup-go-arm64 latest e680720d212c 4 minutes ago 23.4MB [2021-03-24T19:03:51.519Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:53.714Z] ---> job-cost.sh [2021-03-24T19:03:53.714Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UiFg [2021-03-24T19:04:32.725Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-24T19:06:09.456Z] lf-activate-venv(): INFO: Adding /tmp/venv-UiFg/bin to PATH [2021-03-24T19:06:09.456Z] INFO: No Stack... [2021-03-24T19:06:09.456Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-24T19:06:09.456Z] INFO: Archiving Costs [Pipeline] sh [2021-03-24T19:06:09.789Z] + + cut -d,cat -f6 /w/workspace/edgex-go/3/archives/cost.csv [2021-03-24T19:06:09.789Z] [Pipeline] lock [2021-03-24T19:06:09.894Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] [2021-03-24T19:06:09.903Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] did not exist. Created. [2021-03-24T19:06:09.903Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-24T19:06:10.331Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-24T19:06:10.654Z] Stashed 1 file(s) [Pipeline] } [2021-03-24T19:06:10.669Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] [Pipeline] // lock [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-03-24T19:06:12.431Z] provisioning config files... [2021-03-24T19:06:12.473Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5802350867249837894tmp [Pipeline] { [Pipeline] sh [2021-03-24T19:06:12.867Z] + set +x [2021-03-24T19:06:12.867Z] + curl -s https://codecov.io/bash [2021-03-24T19:06:12.867Z] + bash -s -- [2021-03-24T19:06:13.440Z] [2021-03-24T19:06:13.440Z] _____ _ [2021-03-24T19:06:13.440Z] / ____| | | [2021-03-24T19:06:13.440Z] | | ___ __| | ___ ___ _____ __ [2021-03-24T19:06:13.440Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-24T19:06:13.440Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-24T19:06:13.440Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-24T19:06:13.440Z] Bash-20210309-2b87ace [2021-03-24T19:06:13.440Z] [2021-03-24T19:06:13.440Z] [2021-03-24T19:06:13.440Z] ==> git version 2.24.3 found [2021-03-24T19:06:13.440Z] ==> 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-03-24T19:06:13.440Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-24T19:06:13.440Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-24T19:06:13.440Z] curl: option -sm: expected a proper numerical parameter [2021-03-24T19:06:13.440Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-24T19:06:13.440Z] ==> Jenkins CI detected. [2021-03-24T19:06:13.440Z] project root: . [2021-03-24T19:06:13.440Z] --> token set from env [2021-03-24T19:06:13.440Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-24T19:06:13.440Z] ==> Running gcov in . (disable via -X gcov) [2021-03-24T19:06:13.440Z] ==> Python coveragepy not found [2021-03-24T19:06:13.440Z] ==> Searching for coverage reports in: [2021-03-24T19:06:13.440Z] + . [2021-03-24T19:06:13.440Z] -> Found 1 reports [2021-03-24T19:06:13.440Z] ==> Detecting git/mercurial file structure [2021-03-24T19:06:13.440Z] ==> Reading reports [2021-03-24T19:06:13.440Z] + ./coverage.out bytes=666600 [2021-03-24T19:06:13.440Z] ==> Appending adjustments [2021-03-24T19:06:13.440Z] https://docs.codecov.io/docs/fixing-reports [2021-03-24T19:06:16.750Z] + Found adjustments [2021-03-24T19:06:16.750Z] ==> Gzipping contents [2021-03-24T19:06:16.750Z] 96K /tmp/codecov.tG2Lpi.gz [2021-03-24T19:06:16.750Z] ==> Uploading reports [2021-03-24T19:06:16.750Z] url: https://codecov.io [2021-03-24T19:06:16.750Z] query: branch=PR-3293&commit=3e75227e261945ad25a87a260968361d7077a8ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3293%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3293&job=&cmd_args= [2021-03-24T19:06:16.750Z] -> Pinging Codecov [2021-03-24T19:06:16.750Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3293&commit=3e75227e261945ad25a87a260968361d7077a8ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3293%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3293&job=&cmd_args= [2021-03-24T19:06:17.323Z] -> Uploading to [2021-03-24T19:06:17.323Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-24/00271124DB129430A58F1EEE437C3FCB/3e75227e261945ad25a87a260968361d7077a8ca/d8cbebd1-fc4c-445b-8634-e93f0ec3207c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T190617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4f8b397a9821572104a480f5c0d2de3ad29e96159b4754832718edbd18e466b [2021-03-24T19:06:17.323Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-24T19:06:17.323Z] Dload Upload Total Spent Left Speed [2021-03-24T19:06:17.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96606 0 0 100 96606 0 198k --:--:-- --:--:-- --:--:-- 198k [2021-03-24T19:06:17.849Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e75227e261945ad25a87a260968361d7077a8ca [Pipeline] } [2021-03-24T19:06:17.859Z] 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] { (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-03-24T19:06:19.546Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:20.426Z] ---> package-listing.sh [2021-03-24T19:06:20.426Z] ++ facter osfamily [2021-03-24T19:06:20.426Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T19:06:20.426Z] + OS_FAMILY=redhat [2021-03-24T19:06:20.426Z] + workspace=/w/workspace/edgex-go/3 [2021-03-24T19:06:20.426Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T19:06:20.426Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T19:06:20.426Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T19:06:20.426Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T19:06:20.426Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-24T19:06:20.426Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T19:06:20.426Z] + case "${OS_FAMILY}" in [2021-03-24T19:06:20.426Z] + rpm -qa [2021-03-24T19:06:20.426Z] + sort [2021-03-24T19:06:25.747Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T19:06:25.747Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T19:06:25.747Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T19:06:25.747Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-24T19:06:25.747Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-24T19:06:25.747Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-24T19:06:25.762Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T19:06:26.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T19:06:26.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:06:26.365Z] [2021-03-24T19:06:26.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T19:06:26.729Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:06:26.729Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T19:06:26.729Z] df20fa9351a1: Pulling fs layer [2021-03-24T19:06:26.729Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T19:06:26.729Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T19:06:26.729Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T19:06:26.729Z] 93b61091891f: Pulling fs layer [2021-03-24T19:06:26.729Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T19:06:26.729Z] 5e14af77c1be: Pulling fs layer [2021-03-24T19:06:26.729Z] 01666e4c0597: Pulling fs layer [2021-03-24T19:06:26.729Z] aa168da1d23b: Pulling fs layer [2021-03-24T19:06:26.729Z] 46f8f816bc3b: Waiting [2021-03-24T19:06:26.729Z] 93b61091891f: Waiting [2021-03-24T19:06:26.729Z] 93b9cdb0e59b: Waiting [2021-03-24T19:06:26.729Z] 5e14af77c1be: Waiting [2021-03-24T19:06:26.729Z] 01666e4c0597: Waiting [2021-03-24T19:06:26.729Z] aa168da1d23b: Waiting [2021-03-24T19:06:26.729Z] 36b3adc4ff6f: Verifying Checksum [2021-03-24T19:06:26.729Z] 36b3adc4ff6f: Download complete [2021-03-24T19:06:26.729Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T19:06:26.729Z] 46f8f816bc3b: Download complete [2021-03-24T19:06:26.992Z] df20fa9351a1: Verifying Checksum [2021-03-24T19:06:26.992Z] df20fa9351a1: Download complete [2021-03-24T19:06:26.992Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T19:06:26.992Z] 93b9cdb0e59b: Download complete [2021-03-24T19:06:26.992Z] 5e14af77c1be: Verifying Checksum [2021-03-24T19:06:26.992Z] 5e14af77c1be: Download complete [2021-03-24T19:06:26.992Z] 93b61091891f: Download complete [2021-03-24T19:06:26.992Z] 01666e4c0597: Verifying Checksum [2021-03-24T19:06:26.992Z] 01666e4c0597: Download complete [2021-03-24T19:06:27.253Z] df20fa9351a1: Pull complete [2021-03-24T19:06:27.520Z] 36b3adc4ff6f: Pull complete [2021-03-24T19:06:27.520Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T19:06:27.520Z] 8ad3a11d3b57: Download complete [2021-03-24T19:06:28.476Z] 8ad3a11d3b57: Pull complete [2021-03-24T19:06:28.476Z] 46f8f816bc3b: Pull complete [2021-03-24T19:06:29.429Z] aa168da1d23b: Verifying Checksum [2021-03-24T19:06:29.429Z] aa168da1d23b: Download complete [2021-03-24T19:06:30.375Z] 93b61091891f: Pull complete [2021-03-24T19:06:30.638Z] 93b9cdb0e59b: Pull complete [2021-03-24T19:06:30.638Z] 5e14af77c1be: Pull complete [2021-03-24T19:06:30.902Z] 01666e4c0597: Pull complete [2021-03-24T19:06:40.950Z] aa168da1d23b: Pull complete [2021-03-24T19:06:40.950Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T19:06:40.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:06:40.950Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T19:06:41.145Z] prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container [2021-03-24T19:06:41.200Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T19:06:44.439Z] $ docker top 9f736a7952aed54c2406fbc597231c294d7f2cb53b5a6f2417e93ea95a39874f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T19:06:45.076Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T19:06:45.375Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T19:06:45.688Z] + ls /var/log/sa-host [2021-03-24T19:06:45.688Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T19:06:45.688Z] file_magic: OK [2021-03-24T19:06:45.688Z] HZ: Using current value: 100 [2021-03-24T19:06:45.688Z] file_header: OK [2021-03-24T19:06:45.688Z] 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-03-24T19:06:45.688Z] Statistics: [2021-03-24T19:06:45.688Z] Hnuu...uuuununununu... [2021-03-24T19:06:45.688Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T19:06:45.688Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T19:06:45.688Z] file_magic: OK [2021-03-24T19:06:45.688Z] HZ: Using current value: 100 [2021-03-24T19:06:45.688Z] file_header: OK [2021-03-24T19:06:45.688Z] 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-03-24T19:06:45.688Z] Statistics: [2021-03-24T19:06:45.688Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T19:06:45.688Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T19:06:45.919Z] provisioning config files... [2021-03-24T19:06:45.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4567116057857854181tmp [Pipeline] { [Pipeline] echo [2021-03-24T19:06:46.019Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:46.326Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T19:06:46.335Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T19:06:46.437Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:46.738Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T19:06:46.749Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:47.078Z] ---> sudo-logs.sh [2021-03-24T19:06:47.078Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T19:06:47.144Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:47.441Z] ---> job-cost.sh [2021-03-24T19:06:47.441Z] lf-activate-venv: SKIPPING [2021-03-24T19:06:47.441Z] DEBUG: total: 0.20999999344348907 [2021-03-24T19:06:47.441Z] INFO: Retrieving Stack Cost... [2021-03-24T19:06:48.831Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T19:06:49.407Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T19:06:49.421Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:06:49.732Z] ---> logs-deploy.sh [2021-03-24T19:06:49.732Z] lf-activate-venv: SKIPPING [2021-03-24T19:06:49.732Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3293/3 [2021-03-24T19:06:49.732Z] INFO: archiving workspace using pattern(s): [2021-03-24T19:06:51.122Z] Archives upload complete. [2021-03-24T19:06:51.384Z] INFO: archiving logs to Nexus