Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d570d5b9e6df29072a4459656d23b23b5c549fe+4a83cd830d92d64e3c8662a0b68849c078e73697 (317143af9987721229def55f97aacb740d4ebdb8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23554’ is offline; ‘prd-centos7-docker-4c-2g-23556’ is offline; ‘prd-centos7-docker-4c-2g-23558’ is offline; ‘prd-centos7-docker-4c-2g-23559’ is offline; ‘prd-centos7-docker-4c-2g-23577’ is offline; ‘prd-centos7-docker-4c-2g-23587’ is offline; ‘prd-centos7-docker-4c-2g-23588’ is offline; ‘prd-centos7-docker-4c-2g-23596’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23570’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23607 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 90a31123e9e59c7fc9b668539822c6cbae3777a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:54:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:54:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:54:55 ========================================================= 00:54:55 EdgeX Global Pipelines Version Info 00:54:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:54:56 ------------------- 00:54:56 stable info: 00:54:56 ------------------- 00:54:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:54:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:54:56 Message: update stable to v1.0.179 00:54:57 ------------------- 00:54:57 experimental info: 00:54:57 ------------------- 00:54:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:54:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:54:57 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:54:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:54:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:54:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:54:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:54:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:54:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:54:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:54:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:54:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 00:55:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d570d5b9e6df29072a4459656d23b23b5c549fe [Pipeline] echo 00:55:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d570d5 [Pipeline] echo 00:55:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:55:02 provisioning config files... 00:55:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3740499336909525063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:55:02 ---> docker-login.sh 00:55:02 nexus3.edgexfoundry.org:10001 00:55:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:03 Configure a credential helper to remove this warning. See 00:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:03 00:55:03 Login Succeeded 00:55:03 nexus3.edgexfoundry.org:10002 00:55:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:03 Configure a credential helper to remove this warning. See 00:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:03 00:55:03 Login Succeeded 00:55:03 nexus3.edgexfoundry.org:10003 00:55:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:03 Configure a credential helper to remove this warning. See 00:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:03 00:55:03 Login Succeeded 00:55:03 nexus3.edgexfoundry.org:10004 00:55:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:03 Configure a credential helper to remove this warning. See 00:55:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:03 00:55:03 Login Succeeded 00:55:03 docker.io 00:55:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:04 Configure a credential helper to remove this warning. See 00:55:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:04 00:55:04 Login Succeeded 00:55:04 ---> docker-login.sh ends [Pipeline] } 00:55:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:55:04 ++ 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 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/core-command/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo core-command,cmd/core-command/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/core-data/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo core-data,cmd/core-data/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/core-metadata/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo core-metadata,cmd/core-metadata/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/security-bootstrapper/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/security-proxy-setup/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/support-notifications/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo support-notifications,cmd/support-notifications/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/support-scheduler/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:55:04 + for file in '`ls cmd/**/Dockerfile`' 00:55:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:55:04 ++ cut -d/ -f2 00:55:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:55:04 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 00:55:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:05 00:55:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:55:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:06 latest: Pulling from edgex-devops/git-semver 00:55:06 31603596830f: Pulling fs layer 00:55:06 2a8b12db71e7: Pulling fs layer 00:55:06 6ca5941a6612: Pulling fs layer 00:55:06 ecc8261a40a4: Pulling fs layer 00:55:06 ecc8261a40a4: Waiting 00:55:06 2a8b12db71e7: Verifying Checksum 00:55:06 2a8b12db71e7: Download complete 00:55:06 31603596830f: Verifying Checksum 00:55:06 31603596830f: Download complete 00:55:06 ecc8261a40a4: Verifying Checksum 00:55:06 ecc8261a40a4: Download complete 00:55:06 6ca5941a6612: Verifying Checksum 00:55:06 6ca5941a6612: Download complete 00:55:07 31603596830f: Pull complete 00:55:07 2a8b12db71e7: Pull complete 00:55:08 6ca5941a6612: Pull complete 00:55:08 ecc8261a40a4: Pull complete 00:55:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:55:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:55:08 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 00:55:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:55:10 $ docker top 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:55:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:11 [ssh-agent] Looking for ssh-agent implementation... 00:55:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:11 $ docker exec 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent 00:55:11 SSH_AUTH_SOCK=/tmp/ssh-uMqUBonC1hk1/agent.12 00:55:11 SSH_AGENT_PID=18 00:55:11 Running ssh-add (command line suppressed) 00:55:11 Identity added: /w/workspace/edgex-go/27@tmp/private_key_1332247208811912655.key (/w/workspace/edgex-go/27@tmp/private_key_1332247208811912655.key) 00:55:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:12 + git tag --points-at HEAD [Pipeline] } 00:55:12 $ docker exec --env ******** --env ******** 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent -k 00:55:12 unset SSH_AUTH_SOCK; 00:55:12 unset SSH_AGENT_PID; 00:55:12 echo Agent pid 18 killed; 00:55:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:55:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:12 [ssh-agent] Looking for ssh-agent implementation... 00:55:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:12 $ docker exec 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent 00:55:12 SSH_AUTH_SOCK=/tmp/ssh-QA8qUbKvTTBK/agent.48 00:55:12 SSH_AGENT_PID=53 00:55:12 Running ssh-add (command line suppressed) 00:55:13 Identity added: /w/workspace/edgex-go/27@tmp/private_key_8516965301796809903.key (/w/workspace/edgex-go/27@tmp/private_key_8516965301796809903.key) 00:55:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:13 + git semver init 00:55:13 # -> Open(): unable to determine branch for HEAD 00:55:13 # $GIT_DIR = /w/workspace/edgex-go/27/.git 00:55:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/27 00:55:13 # $SEMVER_REMOTE_NAME = origin 00:55:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:55:13 # $SEMVER_USER_NAME = edgex-jenkins 00:55:13 # $SEMVER_BRANCH = PR-3027 00:55:13 # $SEMVER_TEMP = /tmp/semver-711688081 00:55:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:55:31 # '/tmp/semver-711688081' -> '/w/workspace/edgex-go/27/.semver' 00:55:31 # -> Force: false 00:55:31 # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } 00:55:31 $ docker exec --env ******** --env ******** 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent -k 00:55:31 unset SSH_AUTH_SOCK; 00:55:31 unset SSH_AGENT_PID; 00:55:31 echo Agent pid 53 killed; 00:55:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:55:32 + git semver [Pipeline] } 00:55:32 $ docker stop --time=1 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d 00:55:34 $ docker rm -f 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d [Pipeline] // withDockerContainer [Pipeline] sh 00:55:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:55:35 Stashed 1 file(s) [Pipeline] echo 00:55:35 [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 00:55:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:55:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:55:36 + sudo service docker restart 00:55:36 + true 00:55:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:55:37 ========================================================= 00:55:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:55:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:55:37 + 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 . 00:55:43 Sending build context to Docker daemon 327.2MB 00:55:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:55:43 Step 2/6 : FROM ${BASE} 00:55:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:55:43 188c0c94c7c5: Pulling fs layer 00:55:43 0ef7d3d256c8: Pulling fs layer 00:55:43 de9db76c5a1d: Pulling fs layer 00:55:43 bca2f99d35d6: Pulling fs layer 00:55:43 93359f2a8cfa: Pulling fs layer 00:55:43 7c6f9722023f: Pulling fs layer 00:55:43 a35cf1a2eb13: Pulling fs layer 00:55:43 bca2f99d35d6: Waiting 00:55:43 93359f2a8cfa: Waiting 00:55:43 7c6f9722023f: Waiting 00:55:43 a35cf1a2eb13: Waiting 00:55:43 de9db76c5a1d: Download complete 00:55:43 0ef7d3d256c8: Download complete 00:55:43 93359f2a8cfa: Verifying Checksum 00:55:43 93359f2a8cfa: Download complete 00:55:43 188c0c94c7c5: Verifying Checksum 00:55:43 188c0c94c7c5: Download complete 00:55:43 7c6f9722023f: Verifying Checksum 00:55:43 7c6f9722023f: Download complete 00:55:43 188c0c94c7c5: Pull complete 00:55:43 0ef7d3d256c8: Pull complete 00:55:43 de9db76c5a1d: Pull complete 00:55:44 a35cf1a2eb13: Verifying Checksum 00:55:44 a35cf1a2eb13: Download complete 00:55:45 bca2f99d35d6: Verifying Checksum 00:55:45 bca2f99d35d6: Download complete 00:55:50 Still waiting to schedule task 00:55:50 Executor slot already in use; ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23572’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23612’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23613’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23598’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23615’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23581’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23608’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23610’ is offline 00:55:50 bca2f99d35d6: Pull complete 00:55:50 93359f2a8cfa: Pull complete 00:55:51 7c6f9722023f: Pull complete 00:55:55 a35cf1a2eb13: Pull complete 00:55:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:55:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:55:55 ---> a62c8e92a672 00:55:55 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 00:55:55 ---> Running in 9fa70611ba04 00:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:57 (1/12) Installing libmagic (5.38-r0) 00:55:57 (2/12) Installing file (5.38-r0) 00:55:58 (3/12) Installing libc-dev (0.7.2-r3) 00:55:58 (4/12) Installing g++ (9.3.0-r2) 00:56:30 (5/12) Installing fortify-headers (1.1-r0) 00:56:30 (6/12) Installing patch (2.7.6-r6) 00:56:30 (7/12) Installing build-base (0.5-r2) 00:56:30 (8/12) Installing libsodium (1.0.18-r0) 00:56:30 (9/12) Installing pkgconf (1.7.2-r0) 00:56:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:56:31 (11/12) Installing libzmq (4.3.3-r0) 00:56:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:56:31 Executing busybox-1.31.1-r19.trigger 00:56:31 OK: 233 MiB in 51 packages 00:56:34 Removing intermediate container 9fa70611ba04 00:56:34 ---> 68d1592d49cf 00:56:34 Step 4/6 : WORKDIR /edgex-go 00:56:34 ---> Running in 7382819db0e2 00:56:34 Removing intermediate container 7382819db0e2 00:56:34 ---> 4b857ac4a242 00:56:34 Step 5/6 : COPY go.mod . 00:56:35 ---> c4e1c36295f2 00:56:35 Step 6/6 : RUN go mod download 00:56:35 ---> Running in aba87cf056b0 00:56:57 Removing intermediate container aba87cf056b0 00:56:57 ---> 370131c79d0d 00:56:57 Successfully built 370131c79d0d 00:56:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:56:57 + docker inspect -f . ci-base-image-x86_64 00:56:57 . [Pipeline] withDockerContainer 00:56:57 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 00:56:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-x86_64 cat 00:56:58 $ docker top ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:59 + go version 00:56:59 go version go1.15.5 linux/amd64 [Pipeline] } 00:56:59 $ docker stop --time=1 ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a 00:57:01 $ docker rm -f ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:02 + docker inspect -f . ci-base-image-x86_64 00:57:02 . [Pipeline] withDockerContainer 00:57:02 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 00:57:02 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-x86_64 cat 00:57:03 $ docker top 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 -eo pid,comm [Pipeline] { [Pipeline] echo 00:57:03 ========================================================= 00:57:03 [edgeXBuildGoParallel] Running Tests and Build... 00:57:03 ========================================================= [Pipeline] sh 00:57:03 + make test 00:57:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23616 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 00:57:08 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 00:57:12 ? github.com/edgexfoundry/edgex-go [no test files] 00:57:13 using credential edgex-jenkins-ssh 00:57:13 Cloning the remote Git repository 00:57:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:57:13 > git init /w/workspace/edgex-go/27 # timeout=10 00:57:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:13 > git --version # timeout=10 00:57:13 > git --version # 'git version 2.17.1' 00:57:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:57:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:57:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:57:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:57:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:57:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:57:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:57:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:57:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:57:40 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe 00:57:40 Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe 00:57:40 Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) 00:57:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements 00:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:57:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:57:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:57:40 > git config core.sparsecheckout # timeout=10 00:57:40 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 00:57:40 > git remote # timeout=10 00:57:40 > git config --get remote.origin.url # timeout=10 00:57:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:40 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:57:40 > git rev-parse HEAD^{commit} # timeout=10 00:57:40 > git config core.sparsecheckout # timeout=10 00:57:40 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 00:57:44 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { 00:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.3% of statements 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:57:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:57:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:57:47 + + true 00:57:47 sudo service docker restart 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:57:49 provisioning config files... 00:57:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3170296577647917562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:57:49 ---> docker-login.sh 00:57:49 nexus3.edgexfoundry.org:10001 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.354s coverage: 92.8% of statements 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 00:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 00:57:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:50 Configure a credential helper to remove this warning. See 00:57:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:50 00:57:50 Login Succeeded 00:57:50 nexus3.edgexfoundry.org:10002 00:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:51 Configure a credential helper to remove this warning. See 00:57:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:51 00:57:51 Login Succeeded 00:57:51 nexus3.edgexfoundry.org:10003 00:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:52 Configure a credential helper to remove this warning. See 00:57:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:52 00:57:52 Login Succeeded 00:57:52 nexus3.edgexfoundry.org:10004 00:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:52 Configure a credential helper to remove this warning. See 00:57:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:52 00:57:52 Login Succeeded 00:57:52 docker.io 00:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:53 Configure a credential helper to remove this warning. See 00:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:53 00:57:53 Login Succeeded 00:57:53 ---> docker-login.sh ends [Pipeline] } 00:57:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:57:53 ========================================================= 00:57:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:57:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:57:54 + 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 . 00:57:56 Sending build context to Docker daemon 165.9MB 00:57:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:57:56 Step 2/6 : FROM ${BASE} 00:57:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:57:56 5f621e34cdf4: Pulling fs layer 00:57:56 a4357932f1b6: Pulling fs layer 00:57:56 18c013af1878: Pulling fs layer 00:57:56 00ac8860ef70: Pulling fs layer 00:57:56 63d7cb157983: Pulling fs layer 00:57:56 b116817d02f9: Pulling fs layer 00:57:56 745a02a5169b: Pulling fs layer 00:57:56 00ac8860ef70: Waiting 00:57:56 63d7cb157983: Waiting 00:57:56 b116817d02f9: Waiting 00:57:56 745a02a5169b: Waiting 00:57:56 18c013af1878: Verifying Checksum 00:57:56 18c013af1878: Download complete 00:57:56 a4357932f1b6: Verifying Checksum 00:57:56 a4357932f1b6: Download complete 00:57:56 63d7cb157983: Verifying Checksum 00:57:56 63d7cb157983: Download complete 00:57:56 b116817d02f9: Verifying Checksum 00:57:56 b116817d02f9: Download complete 00:57:56 5f621e34cdf4: Verifying Checksum 00:57:56 5f621e34cdf4: Download complete 00:57:57 5f621e34cdf4: Pull complete 00:57:58 a4357932f1b6: Pull complete 00:57:58 18c013af1878: Pull complete 00:57:59 745a02a5169b: Verifying Checksum 00:57:59 745a02a5169b: Download complete 00:58:00 00ac8860ef70: Verifying Checksum 00:58:00 00ac8860ef70: Download complete 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.658s coverage: 29.1% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:58:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:58:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:58:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 00:58:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:58:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:58:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:58:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 00:58:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:58:04 GO111MODULE=on go vet ./... 00:58:10 00ac8860ef70: Pull complete 00:58:10 63d7cb157983: Pull complete 00:58:11 b116817d02f9: Pull complete 00:58:15 745a02a5169b: Pull complete 00:58:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:58:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:58:15 ---> b7e6874047d6 00:58:15 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 00:58:18 ---> Running in 6ddc8d3044fb 00:58:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:58:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:58:21 (1/12) Installing libmagic (5.38-r0) 00:58:21 (2/12) Installing file (5.38-r0) 00:58:21 (3/12) Installing libc-dev (0.7.2-r3) 00:58:21 (4/12) Installing g++ (9.3.0-r2) 00:58:25 (5/12) Installing fortify-headers (1.1-r0) 00:58:25 (6/12) Installing patch (2.7.6-r6) 00:58:25 (7/12) Installing build-base (0.5-r2) 00:58:25 (8/12) Installing libsodium (1.0.18-r0) 00:58:25 (9/12) Installing pkgconf (1.7.2-r0) 00:58:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:58:25 (11/12) Installing libzmq (4.3.3-r0) 00:58:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:58:25 Executing busybox-1.31.1-r19.trigger 00:58:25 OK: 217 MiB in 51 packages 00:58:30 Removing intermediate container 6ddc8d3044fb 00:58:30 ---> aa7ef8c2cfb4 00:58:30 Step 4/6 : WORKDIR /edgex-go 00:58:30 ---> Running in 2806827f37d9 00:58:30 Removing intermediate container 2806827f37d9 00:58:30 ---> ce797e91638d 00:58:30 Step 5/6 : COPY go.mod . 00:58:31 gofmt -l . 00:58:31 [ "`gofmt -l .`" = "" ] 00:58:31 ./bin/test-go-mod-tidy.sh 00:58:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:58:31 ---> f06f0f69b7f9 00:58:31 Step 6/6 : RUN go mod download 00:58:31 ---> Running in 7a6678f1e81b 00:58:31 + ls -al . 00:58:31 total 668 00:58:31 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:58 . 00:58:31 drwxr-xr-x 4 root root 30 Jan 28 00:57 .. 00:58:31 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:54 .dockerignore 00:58:31 drwxrwxr-x 8 1001 1001 179 Jan 28 00:54 .git 00:58:31 drwxrwxr-x 3 1001 1001 125 Jan 28 00:54 .github 00:58:31 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:54 .gitignore 00:58:31 drwx------ 3 1001 1001 60 Jan 28 00:55 .semver 00:58:31 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:54 .sonarcloud.properties 00:58:31 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:54 Attribution.txt 00:58:31 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:54 CONTRIBUTING.md 00:58:31 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:54 Dockerfile.build 00:58:31 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:54 Jenkinsfile 00:58:31 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:54 LICENSE 00:58:31 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:54 Makefile 00:58:31 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:54 README.md 00:58:31 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:54 SECURITY.md 00:58:31 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION 00:58:31 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:54 ZMQWindows.md 00:58:31 drwxrwxr-x 2 1001 1001 117 Jan 28 00:54 bin 00:58:31 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:54 cmd 00:58:31 -rw-r--r-- 1 root root 564700 Jan 28 00:58 coverage.out 00:58:31 -rw-r--r-- 1 root root 1053 Jan 28 00:58 go.mod 00:58:31 -rw-r--r-- 1 root root 19170 Jan 28 00:58 go.sum 00:58:31 drwxrwxr-x 8 1001 1001 127 Jan 28 00:54 internal 00:58:31 drwxrwxr-x 4 1001 1001 26 Jan 28 00:54 openapi 00:58:31 drwxrwxr-x 4 1001 1001 71 Jan 28 00:54 snap 00:58:31 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:54 version.go [Pipeline] sh 00:58:31 + '[' -e coverage.out ] 00:58:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:58:32 Stashed 1 file(s) [Pipeline] sh 00:58:32 + make build 00:58:32 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 00:58:35 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 00:58:44 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 00:58:44 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 00:58:45 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 00:58:46 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 00:58:47 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 00:58:48 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 00:58:50 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 00:58:51 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 00:58:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:58:53 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 00:58:54 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] } 00:58:55 $ docker stop --time=1 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 00:58:57 $ docker rm -f 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:58:58 Removing intermediate container 7a6678f1e81b 00:58:58 ---> 1c0e5cc7323b 00:58:58 Successfully built 1c0e5cc7323b 00:58:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { 00:58:58 + docker inspect -f . ci-base-image-arm64 00:58:58 . [Pipeline] withDockerContainer 00:58:59 prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container 00:58:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:59:01 $ docker top 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:59:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:02 00:59:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:59:02 + go version 00:59:02 go version go1.15.5 linux/arm64 [Pipeline] } 00:59:02 $ docker stop --time=1 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 00:59:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:02 latest: Pulling from edgex-devops/edgex-compose 00:59:02 cbdbe7a5bc2a: Pulling fs layer 00:59:02 ca9280d653b3: Pulling fs layer 00:59:02 7e9c9ca2126c: Pulling fs layer 00:59:02 cbdbe7a5bc2a: Download complete 00:59:03 ca9280d653b3: Verifying Checksum 00:59:03 ca9280d653b3: Download complete 00:59:03 cbdbe7a5bc2a: Pull complete 00:59:04 $ docker rm -f 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 00:59:04 ca9280d653b3: Pull complete 00:59:04 7e9c9ca2126c: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:05 + docker inspect -f . ci-base-image-arm64 00:59:05 . [Pipeline] withDockerContainer 00:59:05 prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container 00:59:05 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:59:06 $ docker top 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 -eo pid,comm [Pipeline] { [Pipeline] echo 00:59:07 ========================================================= 00:59:07 [edgeXBuildGoParallel] Running Tests and Build... 00:59:07 ========================================================= [Pipeline] sh 00:59:07 + make test 00:59:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:59:11 7e9c9ca2126c: Pull complete 00:59:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:59:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:59:11 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 00:59:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 00:59:14 $ docker top 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db -eo pid,comm [Pipeline] { [Pipeline] sh 00:59:14 + docker-compose build --help 00:59:14 + grep parallel 00:59:15 --parallel Build images in parallel. [Pipeline] } 00:59:15 $ docker stop --time=1 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db 00:59:17 $ docker rm -f 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:17 . [Pipeline] withDockerContainer 00:59:17 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 00:59:18 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:59:18 $ docker top d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad -eo pid,comm [Pipeline] { [Pipeline] sh 00:59:19 + docker-compose -f ./docker-compose-build.yml build --parallel 00:59:20 Building docker-core-command-go ... 00:59:20 Building docker-core-data-go ... 00:59:20 Building docker-core-metadata-go ... 00:59:20 Building docker-security-bootstrapper-go ... 00:59:20 Building docker-security-proxy-setup-go ... 00:59:20 Building docker-security-secretstore-setup-go ... 00:59:20 Building docker-support-notifications-go ... 00:59:20 Building docker-support-scheduler-go ... 00:59:20 Building docker-sys-mgmt-agent-go ... 00:59:20 Building docker-support-notifications-go 00:59:20 Building docker-core-command-go 00:59:20 Building docker-security-secretstore-setup-go 00:59:20 Building docker-security-bootstrapper-go 00:59:20 Building docker-core-data-go 00:59:30 ? github.com/edgexfoundry/edgex-go [no test files] 00:59:52 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:52 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:59:52 ---> 370131c79d0d 00:59:52 Step 3/34 : WORKDIR /edgex-go 00:59:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:59:52 ---> 370131c79d0d 00:59:52 Step 3/24 : WORKDIR /edgex-go 00:59:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:59:52 ---> 370131c79d0d 00:59:52 Step 3/23 : WORKDIR /edgex-go 00:59:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:59:52 ---> 370131c79d0d 00:59:52 Step 3/22 : WORKDIR /edgex-go 00:59:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:59:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:59:52 ---> 370131c79d0d 00:59:52 Step 3/23 : WORKDIR /edgex-go 00:59:53 ---> Running in 6fb087cf53ab 00:59:53 ---> Running in 559cee2c8854 00:59:53 ---> Running in a3c4429b2ec2 00:59:53 ---> Running in 433be7dd1ba0 00:59:53 ---> Running in 9e3345d99487 00:59:54 Removing intermediate container 559cee2c8854 00:59:54 ---> f6b6bf5fe35b 00:59:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:54 Removing intermediate container 9e3345d99487 00:59:54 ---> 6f4280bc4dce 00:59:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:54 Removing intermediate container 6fb087cf53ab 00:59:54 ---> 73e25b70f8cf 00:59:54 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:54 Removing intermediate container 433be7dd1ba0 00:59:54 ---> ceea4b63b34a 00:59:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:54 Removing intermediate container a3c4429b2ec2 00:59:54 ---> f462f2bfea50 00:59:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:59:54 ---> Running in f3ea75af3057 00:59:54 ---> Running in d85d2074962a 00:59:54 ---> Running in cdd5be2e7231 00:59:54 ---> Running in c1408152bba7 00:59:54 ---> Running in f50092d3c974 00:59:56 Removing intermediate container d85d2074962a 00:59:56 ---> 0056ade17650 00:59:56 Step 5/23 : RUN apk add --update --no-cache make git 00:59:56 Removing intermediate container cdd5be2e7231 00:59:56 ---> dee85516114f 00:59:56 Step 5/34 : RUN apk add --update --no-cache make git 00:59:56 ---> Running in df7cc797eb4a 00:59:56 ---> Running in 5e288a4f07f3 00:59:56 Removing intermediate container f3ea75af3057 00:59:56 ---> 2e5d7b360ae1 00:59:56 Step 5/24 : RUN apk add --update --no-cache make git 00:59:57 Removing intermediate container c1408152bba7 00:59:57 ---> 2d5bbd9b3d75 00:59:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:59:57 ---> Running in f509de3c45f5 00:59:57 Removing intermediate container f50092d3c974 00:59:57 ---> 1399ff86c0e7 00:59:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:59:57 ---> Running in cbcaa7c00cb3 00:59:57 ---> Running in b162138e2ae2 00:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:59 OK: 233 MiB in 51 packages 00:59:59 OK: 233 MiB in 51 packages 00:59:59 OK: 233 MiB in 51 packages 00:59:59 OK: 233 MiB in 51 packages 01:00:00 OK: 233 MiB in 51 packages 01:00:00 Removing intermediate container 5e288a4f07f3 01:00:00 ---> 676533fb81fe 01:00:00 Step 6/34 : COPY go.mod . 01:00:01 Removing intermediate container f509de3c45f5 01:00:01 ---> 28bac9b3500e 01:00:01 Step 6/24 : COPY go.mod . 01:00:01 ---> f9124997db99 01:00:01 Step 7/34 : RUN go mod download 01:00:01 Removing intermediate container df7cc797eb4a 01:00:01 ---> ed67ae45a8cd 01:00:01 Step 6/23 : COPY go.mod . 01:00:01 ---> Running in cb05fe082a44 01:00:01 ---> 97b3d00a4e4c 01:00:01 Step 7/24 : RUN go mod download 01:00:01 Removing intermediate container b162138e2ae2 01:00:01 ---> 29f35c6dd44b 01:00:01 Step 6/22 : COPY go.mod . 01:00:01 Removing intermediate container cbcaa7c00cb3 01:00:01 ---> 9405401ba006 01:00:01 Step 6/23 : COPY go.mod . 01:00:01 ---> Running in 7f7197022995 01:00:01 ---> 1511fae125a5 01:00:01 Step 7/23 : RUN go mod download 01:00:02 ---> d053366de84a 01:00:02 ---> Running in f87f29ae5f84 01:00:02 Step 7/22 : RUN go mod download 01:00:02 ---> 78d37befb71d 01:00:02 Step 7/23 : RUN go mod download 01:00:02 ---> Running in 7025c8e1f824 01:00:02 ---> Running in 82938740cc6f 01:00:04 Removing intermediate container cb05fe082a44 01:00:04 ---> 03fd41786650 01:00:04 Step 8/34 : COPY . . 01:00:04 Removing intermediate container f87f29ae5f84 01:00:04 ---> 8359c538ef1f 01:00:04 Step 8/23 : COPY . . 01:00:04 Removing intermediate container 7025c8e1f824 01:00:04 ---> d72663f9099f 01:00:04 Step 8/22 : COPY . . 01:00:04 Removing intermediate container 7f7197022995 01:00:04 ---> 370fbcc5265f 01:00:04 Step 8/24 : COPY . . 01:00:04 Removing intermediate container 82938740cc6f 01:00:04 ---> 3e7e9e5f42f7 01:00:04 Step 8/23 : COPY . . 01:00:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:00:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:00:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:00:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:00:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:00:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:00:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:00:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:00:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:00:44 ---> 1b2ee02ec319 01:00:44 Step 9/23 : RUN make cmd/core-command/core-command 01:00:44 ---> 987d74328161 01:00:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:00:44 ---> a6a146471256 01:00:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:00:44 ---> b419c87f7767 01:00:44 Step 9/23 : RUN make cmd/core-data/core-data 01:00:44 ---> 5ad5e17c39e5 01:00:44 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:00:44 ---> Running in ab28f4f2d466 01:00:44 ---> Running in 90f97ecaf05b 01:00:44 ---> Running in e417d1d30fd8 01:00:44 ---> Running in 9233e27fbd75 01:00:44 ---> Running in 7459c9e8d5f0 01:00:44 Removing intermediate container 7459c9e8d5f0 01:00:44 ---> 496fe4ed0048 01:00:44 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 01:00:44 ---> Running in 5283f1a4ce71 01:00:44 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 01:00:44 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 01:00:44 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 01:00:44 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 01:00:44 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 01:00:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.229s coverage: 46.6% of statements 01:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:00:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 65.8% of statements 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:00:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.390s coverage: 82.3% of statements 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:00:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:01:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements 01:01:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:01:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 01:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:01:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 92.8% of statements 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:01:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 43.8% of statements 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.133s coverage: 79.5% of statements 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 01:01:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 01:01:16 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 01:01:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:01:20 Removing intermediate container 90f97ecaf05b 01:01:20 Removing intermediate container ab28f4f2d466 01:01:20 ---> e3d9bedf9d5e 01:01:20 ---> 28be235bf858 01:01:20 01:01:20 01:01:20 Step 10/22 : FROM alpine:3.12 01:01:20 Step 10/23 : FROM alpine:3.12 01:01:20 3.12: Pulling from library/alpine 01:01:20 3.12: Pulling from library/alpine 01:01:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:01:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:01:20 Status: Downloaded newer image for alpine:3.12 01:01:20 ---> 389fef711851 01:01:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:01:20 + mkdir -p /tmp/build/dist/linux 01:01:20 Status: Downloaded newer image for alpine:3.12 01:01:20 ---> 389fef711851 01:01:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:01:20 + cd /tmp/build/dist/linux 01:01:20 + git clone https://github.com/jwilder/dockerize.git . 01:01:21 Cloning into '.'... 01:01:21 + go get github.com/robfig/glock 01:01:22  ---> Running in a87ac9e4b8a7 01:01:22 ---> Running in 199e6b29fc17 01:01:22 Removing intermediate container e417d1d30fd8 01:01:22 ---> 758669c50428 01:01:22 01:01:22 Step 10/24 : FROM alpine:3.12 01:01:22 ---> 389fef711851 01:01:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:01:22 ---> Running in 0d7d504afea8 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.077s coverage: 94.4% of statements 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 01:01:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.4% of statements 01:01:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:24 (1/1) Installing dumb-init (1.2.2-r1) 01:01:25 Executing busybox-1.31.1-r19.trigger 01:01:25 OK: 6 MiB in 15 packages 01:01:25 (1/5) Installing ca-certificates (20191127-r4) 01:01:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:01:25 (3/5) Installing libcurl (7.69.1-r3) 01:01:25 (4/5) Installing curl (7.69.1-r3) 01:01:25 (5/5) Installing dumb-init (1.2.2-r1) 01:01:25 Executing busybox-1.31.1-r19.trigger 01:01:25 Executing ca-certificates-20191127-r4.trigger 01:01:25 OK: 7 MiB in 19 packages 01:01:25 (1/2) Installing ca-certificates (20191127-r4) 01:01:25 (2/2) Installing dumb-init (1.2.2-r1) 01:01:25 Executing busybox-1.31.1-r19.trigger 01:01:25 Executing ca-certificates-20191127-r4.trigger 01:01:25 OK: 6 MiB in 16 packages 01:01:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 63.5% of statements 01:01:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:01:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:01:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 01:01:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 01:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 01:01:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 01:01:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 01:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.829s coverage: 68.9% of statements 01:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:01:32 Removing intermediate container 9233e27fbd75 01:01:32 ---> 4425b36fc67f 01:01:32 01:01:32 Step 10/23 : FROM alpine:3.12 01:01:32 ---> 389fef711851 01:01:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:01:32 ---> Running in 9a6b121a5692 01:01:32 Removing intermediate container 199e6b29fc17 01:01:32 ---> 90269920b516 01:01:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:01:32 Removing intermediate container 0d7d504afea8 01:01:32 ---> 0cdb552cee5e 01:01:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:01:32 ---> Running in 904f68627852 01:01:32 ---> Running in 26bdb4d52ad8 01:01:32 Removing intermediate container 9a6b121a5692 01:01:32 ---> 19a282e938a1 01:01:32 Step 12/23 : ENV APP_PORT=48080 01:01:32 Removing intermediate container a87ac9e4b8a7 01:01:32 ---> 38bdc477058d 01:01:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:01:32 Removing intermediate container 904f68627852 01:01:32 ---> 91b3328d4bfc 01:01:32 Step 13/23 : ENV APP_PORT=48082 01:01:32 ---> Running in f87c10c6bfd0 01:01:32 Removing intermediate container 26bdb4d52ad8 01:01:32 ---> b92895d0664e 01:01:32 Step 13/24 : WORKDIR / 01:01:32 + glock sync -n 01:01:32  ---> Running in f849b1a874d2 01:01:32 ---> Running in cc62f1c0d848 01:01:32 ---> Running in f4f598496554 01:01:32 Removing intermediate container f87c10c6bfd0 01:01:32 ---> 4603d6738580 01:01:32 Step 13/23 : EXPOSE $APP_PORT 01:01:32 ---> Running in 36827d5c2e80 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.600s coverage: 84.0% of statements 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements 01:01:33 Removing intermediate container f849b1a874d2 01:01:33 ---> d01a287dc1be 01:01:33 Step 13/22 : ENV APP_PORT=48060 01:01:33 Removing intermediate container cc62f1c0d848 01:01:33 ---> 9be30d02e3e5 01:01:33 Step 14/23 : EXPOSE $APP_PORT 01:01:33 Removing intermediate container f4f598496554 01:01:33 ---> a17f287557f0 01:01:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:01:33 ---> Running in 81fd14f77edb 01:01:33 ---> Running in e2361f713430 01:01:33 Removing intermediate container 36827d5c2e80 01:01:33 ---> 1a0ad48f80f8 01:01:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:33 ---> Running in 428c6b8c38ed 01:01:33 ---> 59fefcf1b104 01:01:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:01:33 Removing intermediate container 81fd14f77edb 01:01:33 ---> 6b3bc4ad174e 01:01:33 Step 14/22 : EXPOSE $APP_PORT 01:01:33 Removing intermediate container e2361f713430 01:01:33 ---> e23cc066c2e0 01:01:33 Step 15/23 : WORKDIR / 01:01:34 ---> Running in e21fce395196 01:01:34 ---> Running in ebb9b8559f18 01:01:34 ---> 27f29448fa33 01:01:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:01:34 Removing intermediate container e21fce395196 01:01:34 ---> 33e88d0cae06 01:01:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:34 Removing intermediate container ebb9b8559f18 01:01:34 ---> 1fd0ba402f4f 01:01:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:34 ---> d5747b745d61 01:01:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:01:34 ---> 9004370ffaf3 01:01:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:01:35 ---> 3928af2fae4a 01:01:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:01:35 ---> 7d3445b234b3 01:01:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:01:36 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 01:01:36 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 01:01:36 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 01:01:36 Removing intermediate container 428c6b8c38ed 01:01:36 ---> 91d141b213b8 01:01:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:01:36 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 01:01:36 + git describe '--abbrev=0' --tags 01:01:36 + TAG=v0.6.1 01:01:36 + LDFLAGS='-X main.buildVersion=v0.6.1' 01:01:36 + apk --print-arch 01:01:36 building [dockerize] for amd64 ... 01:01:36 + arch=x86_64 01:01:36 + echo 'building [dockerize] for amd64 ... ' 01:01:36 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 01:01:37  ---> 259d8d10a1aa 01:01:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:01:37 ---> bcf037441df0 01:01:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:01:37 ---> bda08acf83ce 01:01:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:01:37 ---> Running in 1214c7d3db33 01:01:38 ---> c9e675e6429d 01:01:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:01:38 ---> Running in 50c5ac23d172 01:01:38 ---> 0fdc4ae25c02 01:01:38 Step 19/23 : ENTRYPOINT ["/core-command"] 01:01:38 ---> 5708c9e74292 01:01:38 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/ 01:01:38 Removing intermediate container 50c5ac23d172 01:01:38 ---> 0cddbb2da2a8 01:01:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:01:38 ---> Running in f1a388e9df40 01:01:38 ---> Running in 3337698c6a6a 01:01:38 ---> Running in cfaf6bd6589d 01:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:39 Removing intermediate container 3337698c6a6a 01:01:39 ---> 64ef52b972e6 01:01:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:01:39 Removing intermediate container cfaf6bd6589d 01:01:39 ---> 8e963109a715 01:01:39 Step 20/22 : LABEL arch=x86_64 01:01:39 ---> Running in 23e4c33bbc5b 01:01:39 ---> Running in 8c959c0b13f5 01:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.172s coverage: 100.0% of statements 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:01:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 01:01:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:01:39 Removing intermediate container 23e4c33bbc5b 01:01:39 ---> 994639d59c78 01:01:39 Step 21/23 : LABEL arch=x86_64 01:01:39 Removing intermediate container 8c959c0b13f5 01:01:39 ---> e840a0653c8d 01:01:39 Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:01:39 ---> Running in 0844d15e5628 01:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:40 ---> Running in 61b43f2898bb 01:01:40 Removing intermediate container 0844d15e5628 01:01:40 ---> 397136a06470 01:01:40 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:01:40 Removing intermediate container 61b43f2898bb 01:01:40 ---> 01d48cb2987a 01:01:40 Step 22/22 : LABEL version=0.0.0 01:01:40 ---> Running in 1c44bc11dc10 01:01:40 ---> Running in 14df31385699 01:01:40 (1/6) Installing dumb-init (1.2.2-r1) 01:01:40 (2/6) Installing libgcc (9.3.0-r2) 01:01:40 Removing intermediate container f1a388e9df40 01:01:40 ---> fcab26a08ee0 01:01:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:01:41 (3/6) Installing libsodium (1.0.18-r0) 01:01:41 (4/6) Installing libstdc++ (9.3.0-r2) 01:01:41 Removing intermediate container 1c44bc11dc10 01:01:41 ---> 68e4b8a15205 01:01:41 Step 23/23 : LABEL version=0.0.0 01:01:41 ---> Running in b4b786a6416d 01:01:41 Removing intermediate container 14df31385699 01:01:41 ---> a1940d0bfbfb 01:01:41 01:01:41 (5/6) Installing libzmq (4.3.3-r0) 01:01:41 ---> Running in aea1d8fa6dbe 01:01:41 (6/6) Installing zeromq (4.3.3-r0) 01:01:41 Removing intermediate container b4b786a6416d 01:01:41 ---> be9a9fe626fb 01:01:41 Step 22/24 : LABEL arch=x86_64 01:01:41 Executing busybox-1.31.1-r19.trigger 01:01:41 OK: 8 MiB in 20 packages 01:01:41 ---> Running in 7b943548ce6f 01:01:41 Removing intermediate container aea1d8fa6dbe 01:01:41 ---> 8bd403920ed4 01:01:41 01:01:41 Successfully built a1940d0bfbfb 01:01:41 Successfully tagged docker-support-notifications-go:latest 01:01:41 Building docker-support-scheduler-go 01:01:41  Building docker-support-notifications-go ... done Removing intermediate container 7b943548ce6f 01:01:41 ---> d09a6f42c530 01:01:41 Step 23/24 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:01:42 Successfully built 8bd403920ed4 01:01:42 Successfully tagged docker-core-command-go:latest 01:01:42 Building docker-core-metadata-go 01:01:42  Building docker-core-command-go ... done  ---> Running in 1e0dfeb1b9b9 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.995s coverage: 29.1% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 01:01:45 Removing intermediate container 1e0dfeb1b9b9 01:01:45 ---> e72a324c9c92 01:01:45 Step 24/24 : LABEL version=0.0.0 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 01:01:46 GO111MODULE=on go vet ./... 01:01:48 Removing intermediate container 1214c7d3db33 01:01:48 ---> e49581ef35b5 01:01:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:48 ---> Running in d31fd60999e6 01:01:52 Removing intermediate container d31fd60999e6 01:01:52 ---> bba31adc66ce 01:01:52 01:01:52 ---> df9089681d7c 01:01:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:01:53 Successfully built bba31adc66ce 01:01:55 Successfully tagged docker-security-secretstore-setup-go:latest 01:01:55 Building docker-security-proxy-setup-go 01:02:02  Building docker-security-secretstore-setup-go ... done  ---> 8c13ca544866 01:02:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:02:04 ---> 417e74867bb5 01:02:04 Step 19/23 : ENTRYPOINT ["/core-data"] 01:02:06 ---> Running in 563561b0873a 01:02:08 Removing intermediate container 563561b0873a 01:02:08 ---> c2f8849bfa58 01:02:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:08 ---> Running in a7ac6372ff02 01:02:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:02:10 ---> 370131c79d0d 01:02:10 Step 3/22 : WORKDIR /edgex-go 01:02:10 ---> Using cache 01:02:10 ---> f462f2bfea50 01:02:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:10 ---> Using cache 01:02:10 ---> 1399ff86c0e7 01:02:10 Step 5/22 : RUN apk add --update --no-cache make git 01:02:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:10 ---> 370131c79d0d 01:02:10 Step 3/23 : WORKDIR /edgex-go 01:02:10 ---> Using cache 01:02:10 ---> f462f2bfea50 01:02:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:10 ---> Using cache 01:02:10 ---> 1399ff86c0e7 01:02:10 Step 5/23 : RUN apk add --update --no-cache make git 01:02:11 Removing intermediate container a7ac6372ff02 01:02:11 ---> 1123e244ebc9 01:02:11 Step 21/23 : LABEL arch=x86_64 01:02:11 ---> Running in dc7adeaec207 01:02:11 ---> Running in 5fcf451993c0 01:02:12 ---> Running in 49b42c1d12c0 01:02:13 Removing intermediate container 49b42c1d12c0 01:02:13 ---> 2d1396322e72 01:02:13 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:02:13 + date 01:02:13 Thu Jan 28 01:02:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 01:02:13 + echo 'Thu Jan 28 01:02:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 01:02:14  ---> Running in bf756cbf1178 01:02:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:16 Removing intermediate container bf756cbf1178 01:02:16 ---> 92b84e228566 01:02:16 Step 23/23 : LABEL version=0.0.0 01:02:16 OK: 233 MiB in 51 packages 01:02:16 OK: 233 MiB in 51 packages 01:02:16 ---> Running in 7117918bc1c4 01:02:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:02:17 ---> 370131c79d0d 01:02:17 Step 3/21 : WORKDIR /edgex-go 01:02:17 ---> Using cache 01:02:17 ---> f462f2bfea50 01:02:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:17 ---> Using cache 01:02:17 ---> 1399ff86c0e7 01:02:17 Step 5/21 : RUN apk add --update --no-cache make git 01:02:19 ---> Running in b096d960be5b 01:02:19 Removing intermediate container 7117918bc1c4 01:02:19 ---> b2232d665d34 01:02:19 01:02:20 Successfully built b2232d665d34 01:02:21 Successfully tagged docker-core-data-go:latest 01:02:21  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 01:02:21 Removing intermediate container 5fcf451993c0 01:02:21 ---> ba6cdd822666 01:02:21 Step 6/23 : COPY go.mod . 01:02:21 Removing intermediate container dc7adeaec207 01:02:21 ---> 820256343d1c 01:02:21 Step 6/22 : COPY go.mod . 01:02:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:23 OK: 233 MiB in 51 packages 01:02:24 ---> e138b610ee21 01:02:24 Step 7/23 : RUN go mod download 01:02:25 ---> 9242538efd38 01:02:25 Step 7/22 : RUN go mod download 01:02:29 ---> Running in 94a186807c68 01:02:29 ---> Running in f0b8438ee221 01:02:33 Removing intermediate container b096d960be5b 01:02:33 ---> 7a155248d1f5 01:02:33 Step 6/21 : COPY go.mod . 01:02:35 ---> 2ae3d96a091a 01:02:35 Step 7/21 : RUN go mod download 01:02:37 ---> Running in 75e1898057e9 01:02:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:02:38 ---> 370131c79d0d 01:02:38 Step 3/26 : WORKDIR /edgex-go 01:02:38 ---> Using cache 01:02:38 ---> f462f2bfea50 01:02:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:38 ---> Using cache 01:02:38 ---> 1399ff86c0e7 01:02:38 Step 5/26 : RUN apk add --update --no-cache make bash git 01:02:39 ---> Running in b1b13e612fcd 01:02:39 Removing intermediate container 94a186807c68 01:02:39 ---> 06e29f2c557c 01:02:39 Step 8/23 : COPY . . 01:02:39 Removing intermediate container f0b8438ee221 01:02:39 ---> ab456d452d0b 01:02:39 Step 8/22 : COPY . . 01:02:39 Removing intermediate container 5283f1a4ce71 01:02:39 ---> e9359ede7b77 01:02:39 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 01:02:40 ---> Running in 68e5a21190a1 01:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:42 OK: 233 MiB in 51 packages 01:02:43 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 01:02:43 statically linked 01:02:51 Removing intermediate container 75e1898057e9 01:02:51 ---> ada926fa4bd4 01:02:51 Step 8/21 : COPY . . 01:02:53 Removing intermediate container b1b13e612fcd 01:02:53 ---> d4c99ad84b42 01:02:53 Step 6/26 : COPY go.mod . 01:02:54 gofmt -l . 01:02:56 [ "`gofmt -l .`" = "" ] 01:02:58 ./bin/test-go-mod-tidy.sh 01:02:59 Removing intermediate container 68e5a21190a1 01:02:59 ---> 2104fbd4bcae 01:02:59 01:02:59 Step 12/34 : FROM alpine:3.12 01:02:59 ---> 389fef711851 01:02:59 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:02:59 ---> afd927b98b35 01:02:59 Step 7/26 : RUN go mod download 01:02:59 ./bin/test-attribution-txt.sh [Pipeline] sh 01:03:00 + ls -al . 01:03:00 total 696 01:03:00 drwxrwxr-x 9 1001 1001 4096 Jan 28 01:03 . 01:03:00 drwxr-xr-x 4 root root 4096 Jan 28 00:59 .. 01:03:00 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:57 .dockerignore 01:03:00 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 .git 01:03:00 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:57 .github 01:03:00 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:57 .gitignore 01:03:00 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:57 .sonarcloud.properties 01:03:00 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:57 Attribution.txt 01:03:00 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:57 CONTRIBUTING.md 01:03:00 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:57 Dockerfile.build 01:03:00 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:57 Jenkinsfile 01:03:00 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:57 LICENSE 01:03:00 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:57 Makefile 01:03:00 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:57 README.md 01:03:00 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:57 SECURITY.md 01:03:00 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION 01:03:00 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:57 ZMQWindows.md 01:03:00 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:57 bin 01:03:00 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:57 cmd 01:03:00 -rw-r--r-- 1 root root 564700 Jan 28 01:01 coverage.out 01:03:00 -rw-r--r-- 1 root root 1053 Jan 28 01:02 go.mod 01:03:00 -rw-r--r-- 1 root root 19170 Jan 28 01:02 go.sum 01:03:00 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 internal 01:03:00 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 openapi 01:03:00 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 snap 01:03:00 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:57 version.go [Pipeline] sh 01:03:01 + '[' -e coverage.out ] 01:03:01 + chown 1001:1001 coverage.out [Pipeline] stash 01:03:01 Warning: overwriting stash ‘coverage-report’ 01:03:02 Stashed 1 file(s) [Pipeline] sh 01:03:03 ---> Running in e3bc0435b74a 01:03:03 ---> Running in 93745a08caca 01:03:03 + make build 01:03:03 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 01:03:06 Removing intermediate container e3bc0435b74a 01:03:06 ---> f88fb296cd98 01:03:06 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:03:09 ---> Running in 78e1920e8865 01:03:12 ---> 586665d67c6b 01:03:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:03:12 ---> f56ad0b0ad0f 01:03:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:03:13 ---> Running in 8d169623d323 01:03:13 ---> Running in f509cca9994b 01:03:13 Removing intermediate container 93745a08caca 01:03:13 ---> c980b68d6536 01:03:13 Step 8/26 : COPY . . 01:03:13 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 01:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:14 (1/3) Installing dumb-init (1.2.2-r1) 01:03:14 (2/3) Installing openssl (1.1.1i-r0) 01:03:14 (3/3) Installing su-exec (0.2-r1) 01:03:14 Executing busybox-1.31.1-r19.trigger 01:03:15 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 01:03:15 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 01:03:16 OK: 6 MiB in 17 packages 01:03:24 Removing intermediate container 78e1920e8865 01:03:24 ---> f34283fcc134 01:03:24 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 01:03:25 ---> Running in 26dced9bbc8e 01:03:26 ---> d4297d962fe7 01:03:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:03:27 ---> Running in 305d97874dc7 01:03:27 Removing intermediate container 26dced9bbc8e 01:03:27 ---> 72bc3ea1b253 01:03:27 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:03:27 ---> Running in 03649b3dce16 01:03:31 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 01:03:31 Removing intermediate container 03649b3dce16 01:03:31 ---> 478727afccdc 01:03:31 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:03:31 ---> Running in 4b47bda2dadb 01:03:36 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 01:03:38 Removing intermediate container 4b47bda2dadb 01:03:38 ---> 2bcee03dcd7b 01:03:38 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 01:03:38 ---> Running in 875fda6e96dc 01:03:40 ---> d28158514bfe 01:03:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:03:40 Removing intermediate container 875fda6e96dc 01:03:40 ---> f4c32312a6e1 01:03:40 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 01:03:40 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 01:03:40 ---> Running in 7bd0e3bebff2 01:03:41 ---> 70b1eae7d549 01:03:41 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:03:41 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 01:03:41 ---> c15f920551f1 01:03:41 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:03:42 ---> Running in e145008281e7 01:03:45 Removing intermediate container e145008281e7 01:03:45 ---> a66d1ae4166f 01:03:45 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:45 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 01:03:46 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 01:03:46 ---> 828a94bcd1a1 01:03:46 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:03:47 Removing intermediate container 8d169623d323 01:03:47 ---> 07fb3c95f2fb 01:03:47 01:03:47 Step 10/22 : FROM alpine:3.12 01:03:47 ---> 389fef711851 01:03:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:03:47 ---> Using cache 01:03:47 ---> 90269920b516 01:03:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:47 ---> Using cache 01:03:47 ---> 91b3328d4bfc 01:03:47 Step 13/22 : ENV APP_PORT=48085 01:03:47 ---> Running in e502099e2f70 01:03:47 ---> 6a2edf752f6b 01:03:47 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:03:48 Removing intermediate container e502099e2f70 01:03:48 ---> d3daeb02cafc 01:03:48 Step 14/22 : EXPOSE $APP_PORT 01:03:48 ---> Running in 34154254b021 01:03:49 ---> 2f660d3053f6 01:03:49 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:03:49 Removing intermediate container 34154254b021 01:03:49 ---> 57150cc7fd39 01:03:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:49 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 01:03:49 ---> 1290114ec467 01:03:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:03:50 ---> f68e4fcba8a4 01:03:50 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:03:51 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 01:03:53 ---> 19fd673debdb 01:03:53 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 01:03:53 ---> d18db3460e6f 01:03:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:03:53 Removing intermediate container f509cca9994b 01:03:53 ---> a80e3a0d8406 01:03:53 01:03:53 Step 10/23 : FROM alpine:3.12 01:03:53 ---> 389fef711851 01:03:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:03:53 ---> Using cache 01:03:53 ---> 90269920b516 01:03:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:53 ---> Using cache 01:03:53 ---> 91b3328d4bfc 01:03:53 Step 13/23 : ENV APP_PORT=48081 01:03:53 ---> Running in 044c6a87b378 01:03:53 ---> a52d321b0057 01:03:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:03:53 ---> Running in 67a7c26a31fd 01:03:53 ---> Running in 63e16518346a 01:03:54 Removing intermediate container 044c6a87b378 01:03:54 ---> e7cad89e5331 01:03:54 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:03:54 Removing intermediate container 67a7c26a31fd 01:03:54 ---> 5651c65678f8 01:03:54 Step 14/23 : EXPOSE $APP_PORT 01:03:54 ---> Running in 203ff002d7b4 01:03:54 Removing intermediate container 63e16518346a 01:03:54 ---> 43f777f3f931 01:03:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:54 ---> 2e9218e10fd6 01:03:54 Step 29/34 : RUN chmod +x /entrypoint.sh 01:03:55 ---> Running in d4f0e0af3923 01:03:56 ---> Running in 80484f94b43f 01:03:56 Removing intermediate container 203ff002d7b4 01:03:56 ---> 03677536c5bf 01:03:56 Step 15/23 : WORKDIR / 01:03:56 Removing intermediate container d4f0e0af3923 01:03:56 ---> d1bf79d2ee71 01:03:56 Step 20/22 : LABEL arch=x86_64 01:03:56 ---> Running in aeab1323a80e 01:03:57 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 01:03:58 ---> Running in 15d86ba313fa 01:03:58 Removing intermediate container 305d97874dc7 01:03:58 ---> e610b621fd23 01:03:58 01:03:58 Step 10/21 : FROM alpine:3.12 01:03:58 ---> 389fef711851 01:03:58 Step 11/21 : RUN apk add --update --no-cache curl 01:03:58 Removing intermediate container aeab1323a80e 01:03:58 ---> 105657ad021e 01:03:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:58 ---> Running in ae94d61078a8 01:03:58 Removing intermediate container 15d86ba313fa 01:03:58 ---> 67fef4344c80 01:03:58 Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:03:59 ---> Running in 34ff96cb7324 01:03:59 ---> 69732387e53e 01:03:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:03:59 Removing intermediate container 34ff96cb7324 01:03:59 ---> 7aa9886f82fe 01:03:59 Step 22/22 : LABEL version=0.0.0 01:03:59 ---> Running in 21c2ad82a744 01:04:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:00 (1/4) Installing ca-certificates (20191127-r4) 01:04:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:04:00 (3/4) Installing libcurl (7.69.1-r3) 01:04:00 (4/4) Installing curl (7.69.1-r3) 01:04:00 Executing busybox-1.31.1-r19.trigger 01:04:00 Executing ca-certificates-20191127-r4.trigger 01:04:00 OK: 7 MiB in 18 packages 01:04:00 Removing intermediate container 80484f94b43f 01:04:00 ---> d03cd9b83735 01:04:00 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 01:04:01 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 01:04:02 ---> c471f6edd8a2 01:04:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:04:02 Removing intermediate container 21c2ad82a744 01:04:02 ---> e8e4980cb250 01:04:02 01:04:02 ---> Running in 1c748788bade 01:04:02 Removing intermediate container 7bd0e3bebff2 01:04:03 ---> 4e05a4baa463 01:04:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:04:03 ---> Running in ccc8909e3321 01:04:03 Successfully built e8e4980cb250 01:04:03 Successfully tagged docker-support-scheduler-go:latest 01:04:04  Building docker-support-scheduler-go ... done Removing intermediate container 1c748788bade 01:04:04 ---> 6db7a481eb0f 01:04:04 Step 31/34 : CMD ["gate"] 01:04:04 ---> 7d25ce221c0a 01:04:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:04:04 Removing intermediate container ae94d61078a8 01:04:04 ---> e7ba3c117fce 01:04:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:04:04 ---> Running in 1660994475bc 01:04:04 ---> Running in 0fce5328b66a 01:04:04 ---> Running in 4bbf8fdf1f2d 01:04:04 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 01:04:04 Removing intermediate container 1660994475bc 01:04:04 ---> 34ffbd939087 01:04:04 Step 32/34 : LABEL arch=x86_64 01:04:04 Removing intermediate container 4bbf8fdf1f2d 01:04:04 ---> b4199b08bd3a 01:04:04 Step 13/21 : WORKDIR /edgex 01:04:04 Removing intermediate container 0fce5328b66a 01:04:04 ---> 42c080e6f004 01:04:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:04:04 ---> Running in 267b048e9ab4 01:04:04 ---> Running in fcdbcfdce638 01:04:04 ---> Running in 5fcf7ae574c8 01:04:05 Removing intermediate container 267b048e9ab4 01:04:05 ---> fb3f4c5ca645 01:04:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:04:05 Removing intermediate container fcdbcfdce638 01:04:05 ---> 58f51f8d0c42 01:04:05 Step 33/34 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:04:05 Removing intermediate container 5fcf7ae574c8 01:04:05 ---> 5f135906afd0 01:04:05 Step 21/23 : LABEL arch=x86_64 01:04:05 ---> Running in ba35a55c2121 01:04:05 ---> Running in a4cf12a31855 01:04:05 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 01:04:05 ---> 09bcd8da504f 01:04:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:04:05 Removing intermediate container a4cf12a31855 01:04:05 ---> 60d74637e17b 01:04:05 Step 34/34 : LABEL version=0.0.0 01:04:05 Removing intermediate container ba35a55c2121 01:04:05 ---> 6fec77e5caed 01:04:05 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:04:06 ---> Running in fb67155d5672 01:04:06 ---> Running in 40b0c4568e9f 01:04:06 Removing intermediate container ccc8909e3321 01:04:06 ---> af47b293b81d 01:04:06 01:04:06 Step 11/26 : FROM docker:20.10.0 01:04:06 ---> 024241841e69 01:04:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:04:06 20.10.0: Pulling from library/docker 01:04:06 Removing intermediate container fb67155d5672 01:04:06 ---> c4e8c7db814d 01:04:06 Step 23/23 : LABEL version=0.0.0 01:04:06 Removing intermediate container 40b0c4568e9f 01:04:06 ---> fe40f96991bb 01:04:06 01:04:06 ---> Running in 16087cd74412 01:04:06 Successfully built fe40f96991bb 01:04:06 Successfully tagged docker-security-bootstrapper-go:latest 01:04:06  Building docker-security-bootstrapper-go ... done  ---> a51bf4f58ff1 01:04:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:04:06 Removing intermediate container 16087cd74412 01:04:06 ---> 3511b7f80cf8 01:04:06 01:04:07 Successfully built 3511b7f80cf8 01:04:08 Successfully tagged docker-core-metadata-go:latest 01:04:08  Building docker-core-metadata-go ... done  ---> Running in 90cce0e4ae92 01:04:08 Removing intermediate container 90cce0e4ae92 01:04:08 ---> f96afbf9a873 01:04:08 Step 18/21 : CMD ["--init=true"] 01:04:08 ---> Running in 4e1edaac1f3c 01:04:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:04:09 Removing intermediate container 4e1edaac1f3c 01:04:09 ---> 7e4a5f250a68 01:04:09 Step 19/21 : LABEL arch=x86_64 01:04:09 ---> Running in 6ed3f30c19ab 01:04:09 Removing intermediate container 6ed3f30c19ab 01:04:09 ---> 0098684144ac 01:04:09 Step 20/21 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:04:09 ---> Running in affc537c8792 01:04:10 Removing intermediate container affc537c8792 01:04:10 ---> a0597293ac16 01:04:10 Step 21/21 : LABEL version=0.0.0 01:04:10 ---> Running in 7d8ad4e20058 01:04:10 Removing intermediate container 7d8ad4e20058 01:04:10 ---> 4674c852b7a4 01:04:10 01:04:10 Successfully built 4674c852b7a4 01:04:10 Successfully tagged docker-security-proxy-setup-go:latest 01:04:13  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:04:13 Status: Downloaded newer image for docker:20.10.0 01:04:13 ---> aefe523efa57 01:04:13 Step 12/26 : RUN apk add --no-cache bash 01:04:13 ---> Running in 3e7cafa9372f 01:04:13 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 01:04:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:13 (1/2) Installing readline (8.0.4-r0) 01:04:13 (2/2) Installing bash (5.0.17-r0) 01:04:13 Executing bash-5.0.17-r0.post-install 01:04:13 Executing busybox-1.31.1-r19.trigger 01:04:14 OK: 12 MiB in 22 packages 01:04:14 Removing intermediate container 3e7cafa9372f 01:04:14 ---> d4d61653d1cd 01:04:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:04:14 ---> Running in 6784a17d4866 01:04:14 Removing intermediate container 6784a17d4866 01:04:14 ---> 06614684f1b1 01:04:14 Step 14/26 : ENV APP_PORT=48090 01:04:14 ---> Running in 17c8927f823c 01:04:14 Removing intermediate container 17c8927f823c 01:04:14 ---> 693be92a6eae 01:04:14 Step 15/26 : EXPOSE $APP_PORT 01:04:14 ---> Running in ecae389df40b 01:04:15 Removing intermediate container ecae389df40b 01:04:15 ---> b85c9510c9c0 01:04:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:04:15 ---> f2f0e38d52d4 01:04:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:04:15 ---> 1fd1fbf8e6b9 01:04:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:04:16 ---> e6107ffc84a8 01:04:16 Step 19/26 : RUN apk --no-cache add py3-pip 01:04:16 ---> Running in 3c7cf2dba811 01:04:16 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 01:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:16 (1/33) Installing libbz2 (1.0.8-r1) 01:04:16 (2/33) Installing expat (2.2.9-r1) 01:04:16 (3/33) Installing libffi (3.3-r2) 01:04:16 (4/33) Installing gdbm (1.13-r1) 01:04:17 (5/33) Installing xz-libs (5.2.5-r0) 01:04:17 (6/33) Installing sqlite-libs (3.32.1-r0) 01:04:17 (7/33) Installing python3 (3.8.5-r0) 01:04:18 (8/33) Installing py3-appdirs (1.4.4-r1) 01:04:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:04:18 (10/33) Installing py3-parsing (2.4.7-r0) 01:04:18 (11/33) Installing py3-six (1.15.0-r0) 01:04:18 (12/33) Installing py3-packaging (20.4-r0) 01:04:18 (13/33) Installing py3-setuptools (47.0.0-r0) 01:04:18 (14/33) Installing py3-chardet (3.0.4-r4) 01:04:18 (15/33) Installing py3-idna (2.9-r0) 01:04:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:04:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:04:18 (18/33) Installing py3-requests (2.23.0-r0) 01:04:18 (19/33) Installing py3-msgpack (1.0.0-r0) 01:04:18 (20/33) Installing py3-lockfile (0.12.2-r3) 01:04:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:04:18 (22/33) Installing py3-colorama (0.4.3-r0) 01:04:18 (23/33) Installing py3-distlib (0.3.0-r0) 01:04:18 (24/33) Installing py3-distro (1.5.0-r1) 01:04:18 (25/33) Installing py3-webencodings (0.5.1-r3) 01:04:18 (26/33) Installing py3-html5lib (1.0.1-r4) 01:04:18 (27/33) Installing py3-pytoml (0.1.21-r0) 01:04:18 (28/33) Installing py3-pep517 (0.8.2-r0) 01:04:18 (29/33) Installing py3-progress (1.5-r0) 01:04:18 (30/33) Installing py3-toml (0.10.1-r0) 01:04:18 (31/33) Installing py3-retrying (1.3.3-r0) 01:04:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:04:18 (33/33) Installing py3-pip (20.1.1-r0) 01:04:18 Executing busybox-1.31.1-r19.trigger 01:04:18 OK: 71 MiB in 55 packages [Pipeline] } 01:04:23 $ docker stop --time=1 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 01:04:26 $ docker rm -f 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 01:04:27 Removing intermediate container 3c7cf2dba811 01:04:27 ---> 0df3068d7348 01:04:27 Step 20/26 : RUN pip install docker-compose==1.23.2 01:04:27 ---> Running in d6e9751912a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:04:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:28 01:04:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:04:28 Collecting docker-compose==1.23.2 01:04:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:04:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:04:28 Collecting jsonschema<3,>=2.5.1 01:04:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:04:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:28 Collecting PyYAML<4,>=3.10 01:04:28 Downloading PyYAML-3.13.tar.gz (270 kB) 01:04:29 latest: Pulling from edgex-devops/edgex-compose-arm64 01:04:29 29e5d40040c1: Pulling fs layer 01:04:29 1ce36da41761: Pulling fs layer 01:04:29 25b303627fd3: Pulling fs layer 01:04:29 29e5d40040c1: Verifying Checksum 01:04:29 29e5d40040c1: Download complete 01:04:29 Collecting texttable<0.10,>=0.9.0 01:04:29 Downloading texttable-0.9.1.tar.gz (11 kB) 01:04:29 29e5d40040c1: Pull complete 01:04:29 1ce36da41761: Verifying Checksum 01:04:29 1ce36da41761: Download complete 01:04:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:04:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:04:30 Collecting docker<4.0,>=3.6.0 01:04:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:04:30 Collecting dockerpty<0.5,>=0.4.1 01:04:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:04:31 Collecting websocket-client<1.0,>=0.32.0 01:04:31 1ce36da41761: Pull complete 01:04:31 25b303627fd3: Download complete 01:04:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:04:32 Collecting cached-property<2,>=1.2.0 01:04:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:04:32 Collecting docopt<0.7,>=0.6.1 01:04:32 Downloading docopt-0.6.2.tar.gz (25 kB) 01:04:33 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) 01:04:33 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) 01:04:33 Collecting urllib3<1.25,>=1.21.1 01:04:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:04:33 Collecting idna<2.8,>=2.5 01:04:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:04:33 Collecting docker-pycreds>=0.4.0 01:04:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:04:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:04:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:04:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:04:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:04:33 Installing collected packages: jsonschema, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, docker-compose 01:04:33 Running setup.py install for PyYAML: started 01:04:34 Running setup.py install for PyYAML: finished with status 'done' 01:04:34 Running setup.py install for texttable: started 01:04:34 Running setup.py install for texttable: finished with status 'done' 01:04:34 Attempting uninstall: urllib3 01:04:34 Found existing installation: urllib3 1.25.9 01:04:34 Uninstalling urllib3-1.25.9: 01:04:34 Successfully uninstalled urllib3-1.25.9 01:04:34 Attempting uninstall: idna 01:04:34 Found existing installation: idna 2.9 01:04:34 Uninstalling idna-2.9: 01:04:34 Successfully uninstalled idna-2.9 01:04:35 Attempting uninstall: requests 01:04:35 Found existing installation: requests 2.23.0 01:04:35 Uninstalling requests-2.23.0: 01:04:35 Successfully uninstalled requests-2.23.0 01:04:35 Running setup.py install for dockerpty: started 01:04:36 Running setup.py install for dockerpty: finished with status 'done' 01:04:36 Running setup.py install for docopt: started 01:04:36 Running setup.py install for docopt: finished with status 'done' 01:04:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:04:39 Removing intermediate container d6e9751912a2 01:04:39 ---> f0e2d9885589 01:04:39 Step 21/26 : RUN apk --no-cache add curl 01:04:39 ---> Running in 6ff58b57e8fb 01:04:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:04:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:04:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:04:40 (2/3) Installing libcurl (7.69.1-r3) 01:04:40 (3/3) Installing curl (7.69.1-r3) 01:04:40 Executing busybox-1.31.1-r19.trigger 01:04:40 OK: 72 MiB in 58 packages 01:04:41 Removing intermediate container 6ff58b57e8fb 01:04:41 ---> 5e71e6b9aec7 01:04:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:04:41 ---> Running in 6e69ed594449 01:04:41 Removing intermediate container 6e69ed594449 01:04:41 ---> 596c743528a0 01:04:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:04:41 ---> Running in b7182715517d 01:04:41 Removing intermediate container b7182715517d 01:04:41 ---> 6d5ce9104e81 01:04:41 Step 24/26 : LABEL arch=x86_64 01:04:41 ---> Running in d6526b43eadc 01:04:41 25b303627fd3: Pull complete 01:04:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:04:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:04:41 Removing intermediate container d6526b43eadc 01:04:41 ---> beb523d7ef3d 01:04:41 Step 25/26 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:04:41 ---> Running in 7693674fa80c 01:04:41 prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container 01:04:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 01:04:41 Removing intermediate container 7693674fa80c 01:04:41 ---> b75662570182 01:04:41 Step 26/26 : LABEL version=0.0.0 01:04:41 ---> Running in c2f50883d25c 01:04:41 Removing intermediate container c2f50883d25c 01:04:41 ---> d7d43004d2e2 01:04:41 01:04:42 Successfully built d7d43004d2e2 01:04:42 Successfully tagged docker-sys-mgmt-agent-go:latest 01:04:42  Building docker-sys-mgmt-agent-go ... done  01:04:45 $ docker top 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 -eo pid,comm [Pipeline] { [Pipeline] } 01:04:45 $ docker stop --time=1 d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad 01:04:47 $ docker rm -f d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 01:04:47 + grep docker 01:04:47 + docker images 01:04:48 docker-sys-mgmt-agent-go latest d7d43004d2e2 7 seconds ago 313MB 01:04:48 docker-security-proxy-setup-go latest 4674c852b7a4 38 seconds ago 24.4MB 01:04:48 docker-core-metadata-go latest 3511b7f80cf8 42 seconds ago 18.8MB 01:04:48 docker-security-bootstrapper-go latest fe40f96991bb 42 seconds ago 33.5MB 01:04:48 docker-support-scheduler-go latest e8e4980cb250 48 seconds ago 16.4MB 01:04:48 docker-core-data-go latest b2232d665d34 2 minutes ago 22.3MB 01:04:48 docker-security-secretstore-setup-go latest bba31adc66ce 2 minutes ago 24.6MB 01:04:48 docker-core-command-go latest 8bd403920ed4 3 minutes ago 16.3MB 01:04:48 docker-support-notifications-go latest a1940d0bfbfb 3 minutes ago 16.9MB 01:04:48 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:04:48 + docker-compose build --help 01:04:48 + grep parallel [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 01:04:51 --parallel Build images in parallel. [Pipeline] } 01:04:51 $ docker stop --time=1 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 01:04:53 $ docker rm -f 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:04:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:54 . [Pipeline] withDockerContainer 01:04:54 prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container 01:04:54 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:04:56 $ docker top 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:57 + docker-compose -f ./docker-compose-build.yml build --parallel 01:05:01 Building docker-core-command-go ... 01:05:01 Building docker-core-data-go ... 01:05:01 Building docker-core-metadata-go ... 01:05:01 Building docker-security-bootstrapper-go ... 01:05:01 Building docker-security-proxy-setup-go ... 01:05:01 Building docker-security-secretstore-setup-go ... 01:05:01 Building docker-support-notifications-go ... 01:05:01 Building docker-support-scheduler-go ... 01:05:01 Building docker-sys-mgmt-agent-go ... 01:05:01 Building docker-support-scheduler-go 01:05:01 Building docker-core-metadata-go 01:05:01 Building docker-sys-mgmt-agent-go 01:05:01 Building docker-security-secretstore-setup-go 01:05:01 Building docker-support-notifications-go 01:05:03 Still waiting to schedule task 01:05:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:06:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:06:23 ---> 1c0e5cc7323b 01:06:23 Step 3/24 : WORKDIR /edgex-go 01:06:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:06:23 ---> 1c0e5cc7323b 01:06:23 Step 3/26 : WORKDIR /edgex-go 01:06:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:06:23 ---> 1c0e5cc7323b 01:06:23 Step 3/23 : WORKDIR /edgex-go 01:06:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:06:23 ---> 1c0e5cc7323b 01:06:23 Step 3/22 : WORKDIR /edgex-go 01:06:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:06:23 ---> 1c0e5cc7323b 01:06:23 Step 3/22 : WORKDIR /edgex-go 01:06:23 ---> Running in d2d42955e7ab 01:06:23 ---> Running in beaf0eccd5a4 01:06:23 ---> Running in d482bb7fe5a1 01:06:23 ---> Running in 1c0b7c518bb1 01:06:23 ---> Running in 7f229d5ecf89 01:06:23 Removing intermediate container d2d42955e7ab 01:06:23 ---> 65b693935f53 01:06:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:23 Removing intermediate container 7f229d5ecf89 01:06:23 ---> cf46f502b573 01:06:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:23 Removing intermediate container d482bb7fe5a1 01:06:23 ---> f45c4ff7d853 01:06:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:23 Removing intermediate container 1c0b7c518bb1 01:06:23 ---> 4eb03ed406a5 01:06:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:23 Removing intermediate container beaf0eccd5a4 01:06:23 ---> 0f73ec46ead0 01:06:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:23 ---> Running in 9622ae5b35f1 01:06:23 ---> Running in 8418d5ff920f 01:06:23 ---> Running in db35a5355c86 01:06:23 ---> Running in b83791565ef2 01:06:23 ---> Running in b4074503ee71 01:06:23 Removing intermediate container 9622ae5b35f1 01:06:23 ---> 5b6479336166 01:06:23 Step 5/24 : RUN apk add --update --no-cache make git 01:06:23 ---> Running in 655145a13efd 01:06:23 Removing intermediate container 8418d5ff920f 01:06:23 ---> 0fc97885a1d2 01:06:23 Step 5/23 : RUN apk add --update --no-cache make git 01:06:23 Removing intermediate container b4074503ee71 01:06:23 ---> 90755a94856a 01:06:23 Step 5/26 : RUN apk add --update --no-cache make bash git 01:06:23 ---> Running in bddb81eaa53d 01:06:23 Removing intermediate container db35a5355c86 01:06:23 ---> 621ded03ad7e 01:06:23 Step 5/22 : RUN apk add --update --no-cache make git 01:06:23 Removing intermediate container b83791565ef2 01:06:23 ---> 2bd7059ed611 01:06:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:06:23 ---> Running in 7620361f75f0 01:06:23 ---> Running in 4f61b7a3cae3 01:06:23 ---> Running in ed73b86866d7 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:23 OK: 217 MiB in 51 packages 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:23 OK: 217 MiB in 51 packages 01:06:23 OK: 217 MiB in 51 packages 01:06:23 OK: 217 MiB in 51 packages 01:06:23 OK: 217 MiB in 51 packages 01:06:24 Removing intermediate container 655145a13efd 01:06:24 ---> 79e2ebf4d269 01:06:24 Step 6/24 : COPY go.mod . 01:06:25 Removing intermediate container bddb81eaa53d 01:06:25 ---> 399d3a7cc237 01:06:25 Step 6/23 : COPY go.mod . 01:06:25 ---> ede5ea28b58e 01:06:25 Step 7/24 : RUN go mod download 01:06:25 Removing intermediate container 4f61b7a3cae3 01:06:25 ---> 8c1460c42755 01:06:25 Step 6/26 : COPY go.mod . 01:06:25 ---> Running in d3ac4e08aedb 01:06:25 Removing intermediate container ed73b86866d7 01:06:25 ---> b564849ceeb4 01:06:25 Step 6/22 : COPY go.mod . 01:06:26 Removing intermediate container 7620361f75f0 01:06:26 ---> c05e85601c4d 01:06:26 Step 6/22 : COPY go.mod . 01:06:26 ---> f706f7fd09d5 01:06:26 Step 7/23 : RUN go mod download 01:06:26 ---> Running in 5b06b59575aa 01:06:26 ---> 85e30bcdfbe5 01:06:26 Step 7/26 : RUN go mod download 01:06:27 ---> 91cf4b2ef680 01:06:27 Step 7/22 : RUN go mod download 01:06:27 ---> Running in 7f73e3e550c6 01:06:27 ---> 28cf1ca1620e 01:06:27 Step 7/22 : RUN go mod download 01:06:27 ---> Running in fdf26735885e 01:06:27 ---> Running in 6e07ab6a5753 01:06:29 Removing intermediate container d3ac4e08aedb 01:06:29 ---> e6734cd68faa 01:06:29 Step 8/24 : COPY . . 01:06:31 Removing intermediate container 5b06b59575aa 01:06:31 ---> fd676a173a14 01:06:31 Step 8/23 : COPY . . 01:06:32 Removing intermediate container 7f73e3e550c6 01:06:32 ---> cd55b83b52c7 01:06:32 Step 8/26 : COPY . . 01:06:32 Removing intermediate container fdf26735885e 01:06:32 ---> 7b3181e2d691 01:06:32 Step 8/22 : COPY . . 01:06:32 Removing intermediate container 6e07ab6a5753 01:06:32 ---> fc23aa75ba30 01:06:32 Step 8/22 : COPY . . 01:06:40 Running on prd-ubuntu18.04-docker-8c-8g-23634 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 01:06:40 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 01:06:42 using credential edgex-jenkins-ssh 01:06:42 Cloning the remote Git repository 01:06:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:06:42 > git init /w/workspace/edgex-go/27 # timeout=10 01:06:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:06:42 > git --version # timeout=10 01:06:42 > git --version # 'git version 2.17.1' 01:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:54 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe 01:06:54 Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe 01:06:54 Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) 01:06:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:06:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:06:54 > git config core.sparsecheckout # timeout=10 01:06:54 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 01:06:54 > git remote # timeout=10 01:06:54 > git config --get remote.origin.url # timeout=10 01:06:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:54 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 01:06:54 > git rev-parse HEAD^{commit} # timeout=10 01:06:54 > git config core.sparsecheckout # timeout=10 01:06:54 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 01:06:58 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:59 ---> 2326b43bba01 01:06:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:06:59 ---> d03482ab9fa5 01:06:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:06:59 ---> a10825f479a7 01:06:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:06:59 ---> 0c2611a024d9 01:06:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:06:59 ---> 5e16270e4c13 01:06:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:06:59 ---> Running in 372573743d5d 01:06:59 ---> Running in 0d325f763958 01:06:59 ---> Running in 3722fb49ec14 01:06:59 ---> Running in 927d7971fea6 01:06:59 ---> Running in 4fe139e25aa3 01:06:59 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 01:06:59 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 01:06:59 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 01:06:59 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 01:06:59 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 01:06:59 + echo snap-build.sh 01:06:59 snap-build.sh 01:06:59 + SNAP_BASE_DIR=. 01:06:59 + '[' '!' -z /w/workspace/edgex-go/27 ']' 01:06:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/27 01:06:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' 01:06:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/27] 01:06:59 + cd /w/workspace/edgex-go/27 01:06:59 + sudo apt-get remove -qy --purge lxd lxd-client 01:06:59 Reading package lists... 01:06:59 Building dependency tree... 01:06:59 Reading state information... 01:06:59 The following packages were automatically installed and are no longer required: 01:06:59 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:06:59 uidmap xdelta3 01:06:59 Use 'sudo apt autoremove' to remove them. 01:06:59 The following packages will be REMOVED: 01:06:59 lxd* lxd-client* 01:07:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:07:00 After this operation, 31.7 MB disk space will be freed. 01:07:01 (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.) 01:07:01 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:07:02 Removing lxd dnsmasq configuration 01:07:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:07:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:07:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:07:03 (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.) 01:07:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:07:05 Processing triggers for systemd (237-3ubuntu10.42) ... 01:07:05 Processing triggers for ureadahead (0.100.0-21) ... 01:07:06 + sudo snap remove --purge lxd 01:07:06 snap "lxd" is not installed 01:07:06 + sudo groupadd --force --system lxd 01:07:06 ++ whoami 01:07:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:07:06 + newgrp - lxd 01:07:06 + sudo snap install lxd 01:07:16 2021-01-28T01:07:13Z INFO Waiting for automatic snapd restart... 01:07:31 lxd 4.10 from Canonical* installed 01:07:31 + sudo lxd init --auto 01:07:38 + sudo snap install --classic snapcraft 01:07:44 snapcraft 4.4.4 from Canonical* installed 01:07:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:07:44 + patch --verbose -p1 01:07:44 Hmm... Looks like a unified diff to me... 01:07:44 The text leading up to this was: 01:07:44 -------------------------- 01:07:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:07:44 |From: Tony Espy 01:07:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:07:44 |Subject: [PATCH] optimize snap build for pipeline CI check 01:07:44 | 01:07:44 |This patch is used by the EdgeX CI pipeline builds to 01:07:44 |optimize the snap CI check run for pull requests. When 01:07:44 |applied, it essentially strips out everything (apps and 01:07:44 |parts) from the snapcraft.yaml file except those required 01:07:44 |to build edgex-go, as the whole idea of the CI check is to 01:07:44 |catch changes to edgex-go that break the snap build. 01:07:44 | 01:07:44 |In general, anyone updating snapcraft.yaml will also need 01:07:44 |to update this patch file, otherwise it may fail to apply, 01:07:44 |resulting in a failed snap build CI check in the associated 01:07:44 |pull request. 01:07:44 | 01:07:44 |Note - in addition to applying this patch, the pipeline also 01:07:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:07:44 |need to build the finally binary .snap file (and it won't 01:07:44 |work with the patch applied). This further reduces the build 01:07:44 |time. 01:07:44 |--- 01:07:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:07:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:07:44 | 01:07:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:07:44 |index 1e537489..faf42425 100644 01:07:44 |--- a/snap/snapcraft.yaml 01:07:44 |+++ b/snap/snapcraft.yaml 01:07:44 -------------------------- 01:07:44 patching file snap/snapcraft.yaml 01:07:44 Using Plan A... 01:07:44 Hunk #1 succeeded at 73. 01:07:44 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:07:44 Hunk #3 succeeded at 214 (offset -1 lines). 01:07:44 Hunk #4 succeeded at 222 (offset -1 lines). 01:07:44 Hunk #5 succeeded at 229 (offset -1 lines). 01:07:44 Hunk #6 succeeded at 256 (offset -1 lines). 01:07:44 Hunk #7 succeeded at 290 (offset -1 lines). 01:07:44 Hunk #8 succeeded at 342. 01:07:44 Hmm... Ignoring the trailing garbage. 01:07:44 done 01:07:44 + sudo snapcraft prime --use-lxd 01:07:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:07:45 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: 01:07:45 - README.md 01:07:45 - snapcraft.yaml.orig 01:07:45 01:07:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:07:46 Launching a container. 01:07:58 Waiting for container to be ready 01:07:58 To start your first instance, try: lxc launch ubuntu:18.04 01:07:58 01:08:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:08:01 Waiting for network to be ready... 01:08:01 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:08:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:08:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:08:02 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:08:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:08:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:08:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:08:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:08:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:08:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:08:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:08:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:08:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:08:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:08:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:08:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:08:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:08:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:08:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:08:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:08:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:08:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:08:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:08:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:08:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:08:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:08:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:08:05 Fetched 23.8 MB in 4s (5489 kB/s) 01:08:06 Reading package lists... 01:08:06 Reading package lists... 01:08:07 Building dependency tree... 01:08:07 Reading state information... 01:08:07 The following additional packages will be installed: 01:08:07 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:08:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:08:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:08:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:08:07 Suggested packages: 01:08:07 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:08:07 Recommended packages: 01:08:07 gnupg libsasl2-modules 01:08:07 The following NEW packages will be installed: 01:08:07 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:08:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:08:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:08:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:08:07 The following packages will be upgraded: 01:08:07 gpg gpg-agent gpgconf libudev1 01:08:07 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:08:07 Need to get 3533 kB of archives. 01:08:07 After this operation, 13.3 MB of additional disk space will be used. 01:08:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:08:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:08:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:08:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:08:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:08:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:08:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:08:07 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:08:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:08:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:08:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:08:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:08:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:08:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:08:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:08:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:08:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:08:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:08:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:08:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:08:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:08:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:08:08 debconf: delaying package configuration, since apt-utils is not installed 01:08:08 Fetched 3533 kB in 1s (3524 kB/s) 01:08:08 (Reading database ... 12511 files and directories currently installed.) 01:08:08 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:08:08 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:08 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:08:08 Selecting previously unselected package udev. 01:08:08 (Reading database ... 12511 files and directories currently installed.) 01:08:08 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:08:08 Unpacking udev (237-3ubuntu10.44) ... 01:08:08 Selecting previously unselected package libfuse2:amd64. 01:08:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:08:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:08:08 Selecting previously unselected package fuse. 01:08:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:08:08 Unpacking fuse (2.9.7-1ubuntu1) ... 01:08:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:08 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:09 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:09 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:09 Selecting previously unselected package libksba8:amd64. 01:08:09 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:08:09 Unpacking libksba8:amd64 (1.3.5-2) ... 01:08:09 Selecting previously unselected package libroken18-heimdal:amd64. 01:08:09 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:09 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:09 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:08:09 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:09 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:08:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:08:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libwind0-heimdal:amd64. 01:08:10 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:10 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:08:10 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:10 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:08:10 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:10 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:08:10 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:10 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:08:10 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:08:10 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:10 Selecting previously unselected package libsasl2-modules-db:amd64. 01:08:10 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:08:10 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:10 Selecting previously unselected package libsasl2-2:amd64. 01:08:10 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:08:10 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:10 Selecting previously unselected package libldap-common. 01:08:10 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:08:10 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:08:10 Selecting previously unselected package libldap-2.4-2:amd64. 01:08:10 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:08:10 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:08:11 Selecting previously unselected package dirmngr. 01:08:11 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:11 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:08:11 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:08:11 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:08:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:08:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:08:11 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:08:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:11 Setting up libksba8:amd64 (1.3.5-2) ... 01:08:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:11 Setting up udev (237-3ubuntu10.44) ... 01:08:11 invoke-rc.d: policy-rc.d denied execution of start. 01:08:11 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:11 Processing triggers for systemd (237-3ubuntu10) ... 01:08:11 Setting up fuse (2.9.7-1ubuntu1) ... 01:08:12 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:08:12 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:08:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:08:12 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:08:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:12 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:08:12 settings in the [Install] section, and DefaultInstance for template units). 01:08:12 This means they are not meant to be enabled using systemctl. 01:08:12 Possible reasons for having this kind of units are: 01:08:12 1) A unit may be statically enabled by being symlinked from another unit's 01:08:12 .wants/ or .requires/ directory. 01:08:12 2) A unit's purpose may be to act as a helper for some other unit which has 01:08:12 a requirement dependency on it. 01:08:12 3) A unit may be started when needed via activation (socket, path, timer, 01:08:12 D-Bus, udev, scripted systemctl call, ...). 01:08:12 4) In case of template units, the unit is meant to be enabled with some 01:08:12 instance name specified. 01:08:12 Reading package lists... 01:08:13 Building dependency tree... 01:08:13 Reading state information... 01:08:13 The following additional packages will be installed: 01:08:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:08:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:08:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:08:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:08:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:08:13 Suggested packages: 01:08:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:08:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:08:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:08:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:08:13 systemd-container policykit-1 01:08:13 Recommended packages: 01:08:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:08:13 The following NEW packages will be installed: 01:08:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:08:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:08:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:08:13 multiarch-support openssh-client python3 python3-minimal python3.6 01:08:13 python3.6-minimal snapd squashfs-tools sudo 01:08:13 The following packages will be upgraded: 01:08:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:08:13 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:08:13 Need to get 35.2 MB of archives. 01:08:13 After this operation, 141 MB of additional disk space will be used. 01:08:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:08:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:08:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:08:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:08:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:08:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:08:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:08:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:08:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:08:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:08:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:08:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:08:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:08:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:08:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:08:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:08:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:08:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:08:14 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:08:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:08:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:08:14 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:08:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:08:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:08:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:08:14 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:08:14 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:08:14 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:08:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:08:14 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:08:15 debconf: delaying package configuration, since apt-utils is not installed 01:08:15 Fetched 35.2 MB in 2s (15.1 MB/s) 01:08:15 (Reading database ... 12757 files and directories currently installed.) 01:08:15 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:08:15 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:16 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:08:16 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:16 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:08:16 (Reading database ... 12757 files and directories currently installed.) 01:08:16 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:08:16 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:08:17 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:08:17 (Reading database ... 12757 files and directories currently installed.) 01:08:17 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:08:17 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:08:17 Setting up apt (1.6.12ubuntu0.2) ... 01:08:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:08:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:08:17 (Reading database ... 12764 files and directories currently installed.) 01:08:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:08:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:08:18 Selecting previously unselected package libpython3.6-minimal:amd64. 01:08:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:08:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:08:18 Selecting previously unselected package libexpat1:amd64. 01:08:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:08:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:08:18 Selecting previously unselected package python3.6-minimal. 01:08:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:08:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:08:18 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:08:18 Checking for services that may need to be restarted...done. 01:08:18 Checking for services that may need to be restarted...done. 01:08:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:08:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:08:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:08:19 Selecting previously unselected package python3-minimal. 01:08:19 (Reading database ... 13012 files and directories currently installed.) 01:08:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:08:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:08:19 Selecting previously unselected package mime-support. 01:08:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:08:19 Unpacking mime-support (3.60ubuntu1) ... 01:08:20 Selecting previously unselected package libmpdec2:amd64. 01:08:20 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:08:20 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:08:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:08:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:08:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:08:20 Selecting previously unselected package python3.6. 01:08:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:08:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:08:20 Selecting previously unselected package libpython3-stdlib:amd64. 01:08:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:08:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:08:20 Setting up python3-minimal (3.6.7-1~18.04) ... 01:08:20 Selecting previously unselected package python3. 01:08:20 (Reading database ... 13442 files and directories currently installed.) 01:08:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:08:20 Unpacking python3 (3.6.7-1~18.04) ... 01:08:20 Selecting previously unselected package multiarch-support. 01:08:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:08:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:08:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:08:21 Selecting previously unselected package liblzo2-2:amd64. 01:08:21 (Reading database ... 13479 files and directories currently installed.) 01:08:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:08:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:08:21 Selecting previously unselected package libbsd0:amd64. 01:08:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:08:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:08:21 Selecting previously unselected package sudo. 01:08:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:08:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:08:21 Selecting previously unselected package apparmor. 01:08:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:08:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:08:21 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 01:08:21 Selecting previously unselected package libedit2:amd64. 01:08:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:08:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:08:21 Selecting previously unselected package libkrb5support0:amd64. 01:08:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:08:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:08:21 Selecting previously unselected package libk5crypto3:amd64. 01:08:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:08:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:08:21 Selecting previously unselected package libkeyutils1:amd64. 01:08:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:08:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:08:21 Selecting previously unselected package libkrb5-3:amd64. 01:08:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:08:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:08:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:08:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:08:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:08:22 Selecting previously unselected package libssl1.0.0:amd64. 01:08:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:08:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:08:22 Selecting previously unselected package openssh-client. 01:08:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:08:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:08:22 Selecting previously unselected package squashfs-tools. 01:08:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:08:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:08:22 Selecting previously unselected package snapd. 01:08:22 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:08:22 Unpacking snapd (2.48+18.04) ... 01:08:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:08:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:08:24 Setting up mime-support (3.60ubuntu1) ... 01:08:24 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:08:24 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:08:24 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:08:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:24 Setting up systemd (237-3ubuntu10.44) ... 01:08:24 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:08:26 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:08:26 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:08:26 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:08:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:08:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:08:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:08:26 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:08:26 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:08:27 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:08:27 Setting up python3 (3.6.7-1~18.04) ... 01:08:27 running python rtupdate hooks for python3.6... 01:08:27 running python post-rtupdate hooks for python3.6... 01:08:27 Setting up apparmor (2.12-4ubuntu5.1) ... 01:08:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:08:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:08:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:08:28 Setting up snapd (2.48+18.04) ... 01:08:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:08:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:08:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:08:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:08:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:08:30 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:08:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:08:30 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:08:30 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:08:30 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:08:30 /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' 01:08:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:08:31 Processing triggers for systemd (237-3ubuntu10.44) ... 01:08:31 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 01:08:31 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:08:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:08:33 Reading package lists... 01:08:33 Reading package lists... 01:08:33 Building dependency tree... 01:08:33 Reading state information... 01:08:33 Calculating upgrade... 01:08:33 The following packages will be upgraded: 01:08:33 advancecomp base-files bash binutils binutils-common 01:08:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:08:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:08:33 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:08:33 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:08:33 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:08:33 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:08:33 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:08:33 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:08:33 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:08:33 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:08:33 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:08:33 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:08:33 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:08:33 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:08:33 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:08:33 Need to get 63.8 MB of archives. 01:08:33 After this operation, 5205 kB of additional disk space will be used. 01:08:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:08:33 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:08:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:08:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:08:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:08:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:08:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:08:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:08:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:08:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:08:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:08:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:08:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:08:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:08:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:08:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:08:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:08:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:08:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:08:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:08:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:08:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:08:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:08:34 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:08:34 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:08:34 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:08:34 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:08:34 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:08:34 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:08:34 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:08:34 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:08:34 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:08:34 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:08:34 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:08:34 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:08:34 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:08:34 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:08:34 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:08:34 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:08:34 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:08:34 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:08:34 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:08:34 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:08:34 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:08:34 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:08:34 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:08:34 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:08:34 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:08:34 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:08:34 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:08:34 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:08:34 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:08:34 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:08:34 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:08:34 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:08:34 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:08:34 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:08:34 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:08:34 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:08:34 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:08:35 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:08:35 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:08:35 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:08:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:08:35 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:08:35 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:08:35 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:08:35 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:08:35 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:08:35 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:08:35 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:08:35 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:08:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:08:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:08:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:08:35 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:08:35 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:08:35 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:08:35 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:08:35 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:08:35 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:08:35 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:08:35 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:08:35 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:08:35 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:08:35 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:08:35 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:08:35 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:08:35 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:08:35 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:08:35 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:08:35 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:08:35 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:08:35 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:08:35 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:08:35 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:08:35 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:08:35 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:08:35 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:08:36 debconf: delaying package configuration, since apt-utils is not installed 01:08:36 Fetched 63.8 MB in 2s (29.2 MB/s) 01:08:36 (Reading database ... 13912 files and directories currently installed.) 01:08:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:08:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:08:36 Removing intermediate container 0d325f763958 01:08:36 ---> 07e020754b57 01:08:36 01:08:36 Step 10/24 : FROM alpine:3.12 01:08:36 3.12: Pulling from library/alpine 01:08:36 Removing intermediate container 927d7971fea6 01:08:36 ---> 2d26a129db66 01:08:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:08:36 Removing intermediate container 4fe139e25aa3 01:08:36 ---> 1e8a22d74996 01:08:36 01:08:36 Step 10/22 : FROM alpine:3.12 01:08:36 Removing intermediate container 3722fb49ec14 01:08:36 ---> 35689d872a25 01:08:36 01:08:36 Step 10/22 : FROM alpine:3.12 01:08:36 3.12: Pulling from library/alpine 01:08:36 3.12: Pulling from library/alpine 01:08:36 ---> Running in 9206927b9c17 01:08:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:08:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:08:36 Status: Downloaded newer image for alpine:3.12 01:08:36 Status: Image is up to date for alpine:3.12 01:08:36 ---> afeebe901d6b 01:08:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:08:36 ---> afeebe901d6b 01:08:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:08:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:08:36 Status: Image is up to date for alpine:3.12 01:08:36 ---> afeebe901d6b 01:08:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:08:36 ---> Running in 77e8d37d1f5a 01:08:36 ---> Running in b97142cdc28c 01:08:36 ---> Running in bce8d176ec8c 01:08:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:08:36 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:08:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:08:37 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:08:37 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 01:08:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:38 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:39 (Reading database ... 13911 files and directories currently installed.) 01:08:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:08:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:08:39 (Reading database ... 13911 files and directories currently installed.) 01:08:39 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:08:39 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:08:39 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:39 (Reading database ... 13911 files and directories currently installed.) 01:08:39 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:08:39 (1/5) Installing ca-certificates (20191127-r4) 01:08:39 (1/2) Installing ca-certificates (20191127-r4) 01:08:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:08:39 (3/5) Installing libcurl (7.69.1-r3) 01:08:39 (4/5) Installing curl (7.69.1-r3) 01:08:40 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:08:40 (5/5) Installing dumb-init (1.2.2-r1) 01:08:40 Executing busybox-1.31.1-r19.trigger 01:08:40 (2/2) Installing dumb-init (1.2.2-r1) 01:08:40 Executing ca-certificates-20191127-r4.trigger 01:08:40 Executing busybox-1.31.1-r19.trigger 01:08:40 Executing ca-certificates-20191127-r4.trigger 01:08:40 (1/1) Installing dumb-init (1.2.2-r1) 01:08:40 Executing busybox-1.31.1-r19.trigger 01:08:40 OK: 5 MiB in 15 packages 01:08:40 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:08:40 OK: 6 MiB in 16 packages 01:08:40 OK: 7 MiB in 19 packages 01:08:40 (Reading database ... 13911 files and directories currently installed.) 01:08:40 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:08:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:08:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:08:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:08:40 Setting up base-files (10.1ubuntu2.10) ... 01:08:41 Installing new version of config file /etc/issue ... 01:08:41 Installing new version of config file /etc/issue.net ... 01:08:41 Installing new version of config file /etc/lsb-release ... 01:08:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:08:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:08:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:08:41 Removing obsolete conffile /etc/default/motd-news ... 01:08:41 (Reading database ... 13912 files and directories currently installed.) 01:08:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:08:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:08:41 Setting up bash (4.4.18-2ubuntu1.2) ... 01:08:41 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 01:08:41 (Reading database ... 13912 files and directories currently installed.) 01:08:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:08:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:08:42 (Reading database ... 13912 files and directories currently installed.) 01:08:42 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:08:42 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:08:42 Setting up tar (1.29b-2ubuntu0.2) ... 01:08:42 (Reading database ... 13912 files and directories currently installed.) 01:08:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:08:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:08:42 Removing intermediate container bce8d176ec8c 01:08:42 ---> 36ed4d5edc6a 01:08:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:42 ---> Running in 3aeb4063378d 01:08:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:08:42 (Reading database ... 13912 files and directories currently installed.) 01:08:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:42 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:08:42 (Reading database ... 13912 files and directories currently installed.) 01:08:42 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:42 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:08:43 (Reading database ... 13912 files and directories currently installed.) 01:08:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:08:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:08:43 Setting up grep (3.1-2build1) ... 01:08:43 (Reading database ... 13912 files and directories currently installed.) 01:08:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:08:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:08:43 Setting up login (1:4.5-1ubuntu2) ... 01:08:43 Removing intermediate container b97142cdc28c 01:08:43 ---> 62ab8d256957 01:08:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:08:43 Removing intermediate container 9206927b9c17 01:08:43 ---> 53700a1ebacc 01:08:43 01:08:43 Step 11/26 : FROM docker:20.10.0 01:08:43 20.10.0: Pulling from library/docker 01:08:43 Removing intermediate container 3aeb4063378d 01:08:43 ---> ab42648e4875 01:08:43 Step 13/22 : ENV APP_PORT=48085 01:08:43 (Reading database ... 13912 files and directories currently installed.) 01:08:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:08:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:43 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:08:43 ---> Running in d759819a247f 01:08:44 (Reading database ... 13912 files and directories currently installed.) 01:08:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:08:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:08:44 Removing intermediate container 77e8d37d1f5a 01:08:44 ---> 3021c5cc7c20 01:08:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:08:44 ---> Running in db8862e89b23 01:08:44 ---> Running in e4b89c2b1b0d 01:08:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:08:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:08:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:08:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:08:45 Removing intermediate container d759819a247f 01:08:45 ---> 2a0bf050f2f2 01:08:45 Step 13/22 : ENV APP_PORT=48060 01:08:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:08:45 Removing intermediate container db8862e89b23 01:08:45 ---> e6825bde43f9 01:08:45 Step 14/22 : EXPOSE $APP_PORT 01:08:45 (Reading database ... 13912 files and directories currently installed.) 01:08:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:08:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:08:46 ---> Running in 537f65a9c35b 01:08:46 Removing intermediate container e4b89c2b1b0d 01:08:46 ---> 3ea1cf4d2773 01:08:46 ---> Running in 8ffe545a5563 01:08:46 Step 13/24 : WORKDIR / 01:08:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:08:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:08:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:08:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:08:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:08:46 (Reading database ... 13912 files and directories currently installed.) 01:08:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:08:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:08:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:08:46 (Reading database ... 13912 files and directories currently installed.) 01:08:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:47 ---> Running in 31faf3afc3cf 01:08:47 Removing intermediate container 537f65a9c35b 01:08:47 ---> 08314dafc846 01:08:47 Step 14/22 : EXPOSE $APP_PORT 01:08:47 Removing intermediate container 372573743d5d 01:08:47 ---> 93338b76e934 01:08:47 01:08:47 Step 10/23 : FROM alpine:3.12 01:08:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:08:47 (Reading database ... 13912 files and directories currently installed.) 01:08:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:08:47 ---> afeebe901d6b 01:08:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:08:47 ---> Using cache 01:08:47 ---> 36ed4d5edc6a 01:08:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:47 ---> Using cache 01:08:47 ---> ab42648e4875 01:08:47 Step 13/23 : ENV APP_PORT=48081 01:08:47 (Reading database ... 13912 files and directories currently installed.) 01:08:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:08:47 Removing intermediate container 8ffe545a5563 01:08:47 ---> 5cc2574d70d0 01:08:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:47 (Reading database ... 13912 files and directories currently installed.) 01:08:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:08:47 ---> Running in a25bcfdd0b15 01:08:47 ---> Running in d0517cce4105 01:08:47 (Reading database ... 13912 files and directories currently installed.) 01:08:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:08:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:08:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:47 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:08:48 Removing intermediate container 31faf3afc3cf 01:08:48 ---> 960a6fc3c3ef 01:08:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:08:48 (Reading database ... 13912 files and directories currently installed.) 01:08:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:08:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:08:48 Removing intermediate container d0517cce4105 01:08:48 ---> aa33c6857cb1 01:08:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container a25bcfdd0b15 01:08:48 01:08:48 ---> c67400563f5c 01:08:48 Step 14/23 : EXPOSE $APP_PORT 01:08:48 (Reading database ... 13912 files and directories currently installed.) 01:08:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:08:48 (Reading database ... 13912 files and directories currently installed.) 01:08:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:48 ---> e3eadd7e7a82 01:08:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:08:48 ---> Running in 94b663b069a1 01:08:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:08:48 (Reading database ... 13912 files and directories currently installed.) 01:08:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:08:49 ---> 06d630020619 01:08:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:08:49 Removing intermediate container 94b663b069a1 01:08:49 ---> 40b7dd853672 01:08:49 Step 15/23 : WORKDIR / 01:08:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:08:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:08:49 (Reading database ... 13912 files and directories currently installed.) 01:08:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:08:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:08:49 ---> 8e12a8fef377 01:08:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:08:49 ---> Running in 5958cbfcdf90 01:08:50 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:08:50 (Reading database ... 13912 files and directories currently installed.) 01:08:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:08:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:08:50 ---> a19178693a77 01:08:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:08:50 (Reading database ... 13914 files and directories currently installed.) 01:08:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:08:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:08:50 Setting up debconf (1.5.66ubuntu1) ... 01:08:50 (Reading database ... 13914 files and directories currently installed.) 01:08:50 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:08:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:08:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:08:51 (Reading database ... 13914 files and directories currently installed.) 01:08:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:08:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:08:51 ---> e3b371ca4f64 01:08:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:08:51 Removing intermediate container 5958cbfcdf90 01:08:51 ---> 92cb2a0fc5f6 01:08:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:08:51 (Reading database ... 13914 files and directories currently installed.) 01:08:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:51 (Reading database ... 13914 files and directories currently installed.) 01:08:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:51 (Reading database ... 13914 files and directories currently installed.) 01:08:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:52 (Reading database ... 13914 files and directories currently installed.) 01:08:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:08:52 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:52 ---> 286f491919a7 01:08:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:08:52 ---> 84a48877bc0b 01:08:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:08:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:08:52 ---> 597025c93f3c 01:08:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:08:52 ---> fa8a9c16227e 01:08:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:08:52 (Reading database ... 13914 files and directories currently installed.) 01:08:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:08:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:08:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:08:53 (Reading database ... 13914 files and directories currently installed.) 01:08:53 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:08:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:53 (Reading database ... 13914 files and directories currently installed.) 01:08:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:53 ---> Running in d548f95296fc 01:08:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:08:53 (Reading database ... 13914 files and directories currently installed.) 01:08:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:08:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:08:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:08:53 (Reading database ... 13914 files and directories currently installed.) 01:08:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:08:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:08:54 ---> 9f69b05185f6 01:08:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:08:54 Setting up passwd (1:4.5-1ubuntu2) ... 01:08:54 (Reading database ... 13914 files and directories currently installed.) 01:08:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:54 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:54 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:08:54 (Reading database ... 13914 files and directories currently installed.) 01:08:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:08:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:08:55 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:08:55 (Reading database ... 13914 files and directories currently installed.) 01:08:55 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:08:55 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:08:55 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:08:55 ---> a6f2dd96c4f4 01:08:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:08:55 ---> Running in 9b22a4a1a366 01:08:55 Removing intermediate container d548f95296fc 01:08:55 ---> 77333149ef61 01:08:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:55 ---> e829806ee53a 01:08:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:08:55 (Reading database ... 13914 files and directories currently installed.) 01:08:55 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:08:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:08:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:08:55 ---> Running in b48684e8a435 01:08:55 (Reading database ... 13914 files and directories currently installed.) 01:08:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:08:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:08:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:08:55 Removing intermediate container 9b22a4a1a366 01:08:55 ---> c263f20658ee 01:08:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:55 (Reading database ... 13914 files and directories currently installed.) 01:08:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:08:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:08:55 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:08:56 (Reading database ... 13914 files and directories currently installed.) 01:08:56 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:08:56 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:08:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:08:56 (Reading database ... 13915 files and directories currently installed.) 01:08:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:08:56 ---> Running in 7f70224e2080 01:08:56 Removing intermediate container b48684e8a435 01:08:56 ---> 355423120bda 01:08:56 Step 20/22 : LABEL arch=arm64 01:08:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:08:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:08:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:08:56 ---> d9c4bb9c23c7 01:08:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:08:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:08:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:08:56 ---> Running in 67204694665a 01:08:56 ---> Running in b9bdcc8a6da0 01:08:56 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:08:56 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:08:57 ---> 5d3471277ed9 01:08:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:08:57 Removing intermediate container 7f70224e2080 01:08:57 ---> 7f4d703a42c6 01:08:57 Step 20/22 : LABEL arch=arm64 01:08:57 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:08:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:08:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:08:57 ---> Running in 1238cacfd0b6 01:08:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:08:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:08:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:08:57 Removing intermediate container 67204694665a 01:08:57 ---> ef78bc587422 01:08:57 Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:08:57 Removing intermediate container b9bdcc8a6da0 01:08:57 ---> 0eae718e8620 01:08:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:08:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:08:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:08:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:08:57 ---> Running in 0b6d2910f05b 01:08:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:08:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:08:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:08:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:08:58 ---> Running in c4ebed30d172 01:08:58 Removing intermediate container 1238cacfd0b6 01:08:58 ---> 6acf636ee347 01:08:58 Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:08:58 ---> a219f37b6cea 01:08:58 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/ 01:08:58 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:08:58 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:08:58 ---> Running in 9fdba7b96e2f 01:08:58 ---> Running in 28cc0b0fd802 01:08:58 Removing intermediate container 0b6d2910f05b 01:08:58 ---> ff30f789136d 01:08:58 Step 22/22 : LABEL version=0.0.0 01:08:58 Removing intermediate container c4ebed30d172 01:08:58 ---> 3e04eb7d37fd 01:08:58 Step 21/23 : LABEL arch=arm64 01:08:58 ---> Running in d3b45a23c114 01:08:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:08:58 Status: Downloaded newer image for docker:20.10.0 01:08:58 ---> eeaf43b92773 01:08:58 Step 12/26 : RUN apk add --no-cache bash 01:08:58 ---> Running in 62ba2865a382 01:08:58 Removing intermediate container 28cc0b0fd802 01:08:58 ---> 907439695826 01:08:58 Step 22/22 : LABEL version=0.0.0 01:08:59 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:08:59 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:08:59 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:08:59 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:08:59 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:59 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:59 ---> Running in 8dd6143a96d4 01:08:59 ---> Running in dd2348f728db 01:08:59 Removing intermediate container d3b45a23c114 01:08:59 ---> d676719098be 01:08:59 01:08:59 Removing intermediate container 62ba2865a382 01:08:59 ---> 6ed57b98d0df 01:08:59 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:08:59 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:59 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:59 ---> Running in 9a0de1a75162 01:08:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:59 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:59 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:59 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:00 Removing intermediate container dd2348f728db 01:09:00 ---> e90b8a218ae8 01:09:00 01:09:00 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:00 Successfully built d676719098be 01:09:00 Successfully tagged docker-support-scheduler-go-arm64:latest 01:09:00  Building docker-support-scheduler-go ... done Building docker-core-data-go 01:09:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:00 Removing intermediate container 9a0de1a75162 01:09:00 ---> b7c6e68c39d7 01:09:00 Step 23/23 : LABEL version=0.0.0 01:09:00 Successfully built e90b8a218ae8 01:09:00 Successfully tagged docker-support-notifications-go-arm64:latest 01:09:00 Building docker-security-bootstrapper-go 01:09:00  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:00 ---> Running in af091ffc8000 01:09:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:01 Removing intermediate container af091ffc8000 01:09:01 ---> 5bfb229bf844 01:09:01 01:09:01 Removing intermediate container 9fdba7b96e2f 01:09:01 ---> db2df04b967f 01:09:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:09:01 (1/2) Installing readline (8.0.4-r0) 01:09:01 (2/2) Installing bash (5.0.17-r0) 01:09:01 Executing bash-5.0.17-r0.post-install 01:09:01 Successfully built 5bfb229bf844 01:09:01 Executing busybox-1.31.1-r19.trigger 01:09:01 OK: 12 MiB in 22 packages 01:09:01 Successfully tagged docker-core-metadata-go-arm64:latest 01:09:01 ---> Running in 503c86dfc882 01:09:01  Building docker-core-metadata-go ... done Building docker-core-command-go 01:09:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:02 Removing intermediate container 503c86dfc882 01:09:02 ---> af9ebcae3414 01:09:02 Step 22/24 : LABEL arch=arm64 01:09:02 ---> Running in 80c8d042adc5 01:09:02 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:03 Removing intermediate container 80c8d042adc5 01:09:03 ---> 422ef5d96653 01:09:03 Step 23/24 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:09:03 Removing intermediate container 8dd6143a96d4 01:09:03 ---> 0a89d82b405b 01:09:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:09:03 ---> Running in e5e3787a7ba9 01:09:03 ---> Running in 8ed47107f68b 01:09:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:09:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:09:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:04 Removing intermediate container 8ed47107f68b 01:09:04 ---> e854def38c4d 01:09:04 Step 14/26 : ENV APP_PORT=48090 01:09:04 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:09:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:09:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:09:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:09:04 Removing intermediate container e5e3787a7ba9 01:09:04 ---> 9a80fc6ca6d6 01:09:04 Step 24/24 : LABEL version=0.0.0 01:09:05 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:09:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:09:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:09:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:09:05 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:09:05 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:09:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:05 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:09:05 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:05 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:05 ---> Running in 1adf53f248bf 01:09:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:09:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:09:05 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:09:05 01:09:05 Current default time zone: 'Etc/UTC' 01:09:05 Local time is now: Thu Jan 28 01:09:05 UTC 2021. 01:09:05 Universal Time is now: Thu Jan 28 01:09:05 UTC 2021. 01:09:05 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:09:05 01:09:05 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:09:05 ---> Running in 6e8e880086b3 01:09:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:06 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:09:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:09:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:09:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:09:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:09:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:09:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:09:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:09:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:09:06 Removing intermediate container 1adf53f248bf 01:09:06 ---> 525761d8c79c 01:09:06 Step 15/26 : EXPOSE $APP_PORT 01:09:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:09:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:06 Setting up patch (2.7.6-2ubuntu1.1) ... 01:09:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:09:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:09:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:09:06 Installing new version of config file /etc/ssl/openssl.cnf ... 01:09:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:09:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:09:06 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:09:07 ---> Running in f0b41eb6be42 01:09:07 Removing intermediate container 6e8e880086b3 01:09:07 ---> 53a9253af0b7 01:09:07 01:09:07 Successfully built 53a9253af0b7 01:09:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:09:08  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 01:09:08 Removing intermediate container f0b41eb6be42 01:09:08 ---> 33adbc62fea2 01:09:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:09:08 Updating certificates in /etc/ssl/certs... 01:09:09 22 added, 17 removed; done. 01:09:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:09:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:09:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:09:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:09:09 Setting up pkgbinarymangler (138.18.04.1) ... 01:09:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:09:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:09:09 Setting up perl (5.26.1-6ubuntu0.5) ... 01:09:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:09:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:09:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:09:10 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:09:10 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:09:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:09:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:09:10 ---> b2a92538aaa7 01:09:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:09:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:09:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:09:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:09:10 Processing triggers for systemd (237-3ubuntu10.44) ... 01:09:10 Processing triggers for mime-support (3.60ubuntu1) ... 01:09:10 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:09:10 Updating certificates in /etc/ssl/certs... 01:09:10 ---> 79bec88b68e8 01:09:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:09:11 0 added, 0 removed; done. 01:09:11 Running hooks in /etc/ca-certificates/update.d... 01:09:11 done. 01:09:11 Reading package lists... 01:09:11 Building dependency tree... 01:09:11 Reading state information... 01:09:12 The following NEW packages will be installed: 01:09:12 apt-transport-https 01:09:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:09:12 Need to get 1696 B of archives. 01:09:12 After this operation, 153 kB of additional disk space will be used. 01:09:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:09:12 ---> 95e02060ae25 01:09:12 Step 19/26 : RUN apk --no-cache add py3-pip 01:09:12 ---> Running in 01aa7f4a8717 01:09:12 debconf: delaying package configuration, since apt-utils is not installed 01:09:12 Fetched 1696 B in 0s (9624 B/s) 01:09:12 Selecting previously unselected package apt-transport-https. 01:09:12 (Reading database ... 13929 files and directories currently installed.) 01:09:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:09:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:09:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:09:12 Waiting for network to be ready... 01:09:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:14 (1/33) Installing libbz2 (1.0.8-r1) 01:09:14 (2/33) Installing expat (2.2.9-r1) 01:09:14 (3/33) Installing libffi (3.3-r2) 01:09:14 (4/33) Installing gdbm (1.13-r1) 01:09:14 (5/33) Installing xz-libs (5.2.5-r0) 01:09:14 (6/33) Installing sqlite-libs (3.32.1-r0) 01:09:14 (7/33) Installing python3 (3.8.5-r0) 01:09:16 (8/33) Installing py3-appdirs (1.4.4-r1) 01:09:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:09:16 (10/33) Installing py3-parsing (2.4.7-r0) 01:09:16 (11/33) Installing py3-six (1.15.0-r0) 01:09:16 (12/33) Installing py3-packaging (20.4-r0) 01:09:16 (13/33) Installing py3-setuptools (47.0.0-r0) 01:09:16 (14/33) Installing py3-chardet (3.0.4-r4) 01:09:16 (15/33) Installing py3-idna (2.9-r0) 01:09:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:09:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:09:16 (18/33) Installing py3-requests (2.23.0-r0) 01:09:16 (19/33) Installing py3-msgpack (1.0.0-r0) 01:09:16 (20/33) Installing py3-lockfile (0.12.2-r3) 01:09:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:09:16 (22/33) Installing py3-colorama (0.4.3-r0) 01:09:16 (23/33) Installing py3-distlib (0.3.0-r0) 01:09:16 (24/33) Installing py3-distro (1.5.0-r1) 01:09:16 (25/33) Installing py3-webencodings (0.5.1-r3) 01:09:16 (26/33) Installing py3-html5lib (1.0.1-r4) 01:09:16 (27/33) Installing py3-pytoml (0.1.21-r0) 01:09:16 (28/33) Installing py3-pep517 (0.8.2-r0) 01:09:16 (29/33) Installing py3-progress (1.5-r0) 01:09:16 (30/33) Installing py3-toml (0.10.1-r0) 01:09:16 (31/33) Installing py3-retrying (1.3.3-r0) 01:09:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:09:16 (33/33) Installing py3-pip (20.1.1-r0) 01:09:16 Executing busybox-1.31.1-r19.trigger 01:09:17 OK: 71 MiB in 55 packages 01:09:17 2021-01-28T01:09:16Z INFO Waiting for automatic snapd restart... 01:09:17 snapd 2.48.2 from Canonical* installed 01:09:18 "snapd" switched to the "latest/stable" channel 01:09:18 01:09:21 core18 20201210 from Canonical* installed 01:09:21 "core18" switched to the "latest/stable" channel 01:09:21 01:09:24 snapcraft 4.4.4 from Canonical* installed 01:09:24 "snapcraft" switched to the "latest/stable" channel 01:09:24 01:09:27 Removing intermediate container 01aa7f4a8717 01:09:27 ---> 64d77b5e1cc2 01:09:27 Step 20/26 : RUN pip install docker-compose==1.23.2 01:09:28 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: 01:09:28 - README.md 01:09:28 - snapcraft.yaml.orig 01:09:28 01:09:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:09:28 ---> Running in bcd3ee1d3781 01:09:33 Collecting docker-compose==1.23.2 01:09:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:09:34 Collecting cached-property<2,>=1.2.0 01:09:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:09:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:09:34 Collecting dockerpty<0.5,>=0.4.1 01:09:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:09:35 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 01:09:35 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:09:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:09:36 Reading package lists... 01:09:36 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 01:09:37 Collecting docker<4.0,>=3.6.0 01:09:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:09:38 Collecting PyYAML<4,>=3.10 01:09:38 Downloading PyYAML-3.13.tar.gz (270 kB) 01:09:42 Collecting jsonschema<3,>=2.5.1 01:09:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:09:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:09:43 Reading package lists... 01:09:43 Building dependency tree... 01:09:43 Reading state information... 01:09:43 Suggested packages: 01:09:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:09:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:09:43 Recommended packages: 01:09:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:09:43 The following NEW packages will be installed: 01:09:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:09:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:09:43 pkg-config zip 01:09:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:09:43 Need to get 7655 kB of archives. 01:09:43 After this operation, 43.7 MB of additional disk space will be used. 01:09:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:09:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:09:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:09:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:09:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:09:43 Collecting websocket-client<1.0,>=0.32.0 01:09:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:09:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:09:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:09:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:09:43 Collecting texttable<0.10,>=0.9.0 01:09:43 Downloading texttable-0.9.1.tar.gz (11 kB) 01:09:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:09:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:09:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:09:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:09:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:09:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:09:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:09:43 debconf: delaying package configuration, since apt-utils is not installed 01:09:43 Fetched 7655 kB in 1s (9632 kB/s) 01:09:43 Selecting previously unselected package libglib2.0-0:amd64. 01:09:43 (Reading database ... 13933 files and directories currently installed.) 01:09:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:09:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:09:44 Selecting previously unselected package libpsl5:amd64. 01:09:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:09:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:09:44 Selecting previously unselected package libnghttp2-14:amd64. 01:09:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:09:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:09:44 Selecting previously unselected package librtmp1:amd64. 01:09:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:09:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:09:44 Selecting previously unselected package libcurl3-gnutls:amd64. 01:09:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:09:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:09:44 Selecting previously unselected package liberror-perl. 01:09:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:09:44 Unpacking liberror-perl (0.17025-1) ... 01:09:44 Selecting previously unselected package git-man. 01:09:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:09:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:09:44 Selecting previously unselected package git. 01:09:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:09:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:09:45 Selecting previously unselected package libnorm1:amd64. 01:09:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:09:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:09:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:09:45 Selecting previously unselected package libpgm-5.2-0:amd64. 01:09:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:09:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:09:45 Selecting previously unselected package libsodium23:amd64. 01:09:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:09:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:09:45 Collecting docopt<0.7,>=0.6.1 01:09:45 Downloading docopt-0.6.2.tar.gz (25 kB) 01:09:46 Selecting previously unselected package libzmq5:amd64. 01:09:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:09:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:09:46 Selecting previously unselected package libzmq3-dev:amd64. 01:09:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:09:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:09:46 Selecting previously unselected package pkg-config. 01:09:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:09:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:09:46 Selecting previously unselected package zip. 01:09:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:09:46 Unpacking zip (3.0-11build1) ... 01:09:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:09:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:09:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:09:46 Setting up liberror-perl (0.17025-1) ... 01:09:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:09:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:09:46 No schema files found: doing nothing. 01:09:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:09:46 Setting up zip (3.0-11build1) ... 01:09:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:09:46 Setting up libsodium23:amd64 (1.0.16-2) ... 01:09:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:09:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:09:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:09:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:09:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:09:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:09:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:09:47 ---> 1c0e5cc7323b 01:09:47 Step 3/23 : WORKDIR /edgex-go 01:09:47 ---> Using cache 01:09:47 ---> 4eb03ed406a5 01:09:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:47 ---> Using cache 01:09:47 ---> 621ded03ad7e 01:09:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:09:48 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:48 Step 2/34 : FROM ${BUILDER_BASE} AS builder 01:09:48 ---> 1c0e5cc7323b 01:09:48 Step 3/34 : WORKDIR /edgex-go 01:09:48 ---> Using cache 01:09:48 ---> 4eb03ed406a5 01:09:48 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:48 ---> Using cache 01:09:48 ---> 621ded03ad7e 01:09:48 Step 5/34 : RUN apk add --update --no-cache make git 01:09:48 ---> Using cache 01:09:48 ---> c05e85601c4d 01:09:48 Step 6/34 : COPY go.mod . 01:09:48 ---> Using cache 01:09:48 ---> 28cf1ca1620e 01:09:48 Step 7/34 : RUN go mod download 01:09:48 ---> Using cache 01:09:48 ---> 7b3181e2d691 01:09:48 Step 8/34 : COPY . . 01:09:48 ---> Using cache 01:09:48 ---> 0c2611a024d9 01:09:48 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:09:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:09:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:09:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:09:49 ---> 1c0e5cc7323b 01:09:49 Step 3/23 : WORKDIR /edgex-go 01:09:49 ---> Using cache 01:09:49 ---> 4eb03ed406a5 01:09:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:49 ---> Using cache 01:09:49 ---> 621ded03ad7e 01:09:49 Step 5/23 : RUN apk add --update --no-cache make git 01:09:49 ---> Using cache 01:09:49 ---> c05e85601c4d 01:09:49 Step 6/23 : COPY go.mod . 01:09:49 ---> Using cache 01:09:49 ---> 28cf1ca1620e 01:09:49 Step 7/23 : RUN go mod download 01:09:49 ---> Using cache 01:09:49 ---> 7b3181e2d691 01:09:49 Step 8/23 : COPY . . 01:09:49 ---> Using cache 01:09:49 ---> 0c2611a024d9 01:09:49 Step 9/23 : RUN make cmd/core-command/core-command 01:09:51 Collecting docker-pycreds>=0.4.0 01:09:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:09:51 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) 01:09:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:09:51 ---> 1c0e5cc7323b 01:09:51 Step 3/21 : WORKDIR /edgex-go 01:09:51 ---> Using cache 01:09:51 ---> 4eb03ed406a5 01:09:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:51 ---> Using cache 01:09:51 ---> 621ded03ad7e 01:09:51 Step 5/21 : RUN apk add --update --no-cache make git 01:09:51 ---> Using cache 01:09:51 ---> c05e85601c4d 01:09:51 Step 6/21 : COPY go.mod . 01:09:51 ---> Using cache 01:09:51 ---> 28cf1ca1620e 01:09:51 Step 7/21 : RUN go mod download 01:09:51 ---> Using cache 01:09:51 ---> 7b3181e2d691 01:09:51 Step 8/21 : COPY . . 01:09:51 ---> Using cache 01:09:51 ---> 0c2611a024d9 01:09:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:09:52 Collecting urllib3<1.25,>=1.21.1 01:09:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:09:52 ---> Running in ea1d0cc039da 01:09:52 ---> Running in 4cfdaec8b435 01:09:52 ---> Running in 7b4a3ef5c757 01:09:52 ---> Running in a37352631947 01:09:53 Collecting idna<2.8,>=2.5 01:09:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:09:53 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) 01:09:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:09:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:09:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:09:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:09:53 Removing intermediate container 7b4a3ef5c757 01:09:53 ---> 34fd8f026066 01:09:53 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 01:09:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:09:53 git set to automatically installed. 01:09:53 git-man set to automatically installed. 01:09:53 libcurl3-gnutls set to automatically installed. 01:09:53 liberror-perl set to automatically installed. 01:09:53 libglib2.0-0 set to automatically installed. 01:09:53 libnghttp2-14 set to automatically installed. 01:09:53 libnorm1 set to automatically installed. 01:09:53 libpgm-5.2-0 set to automatically installed. 01:09:53 libpsl5 set to automatically installed. 01:09:53 librtmp1 set to automatically installed. 01:09:53 libsodium23 set to automatically installed. 01:09:53 libzmq3-dev set to automatically installed. 01:09:53 libzmq5 set to automatically installed. 01:09:53 pkg-config set to automatically installed. 01:09:53 zip set to automatically installed. 01:09:53 ---> Running in 69a9a80e38c4 01:09:54 Installing collected packages: cached-property, dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, texttable, docopt, docker-compose 01:09:54 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 01:09:54 Running setup.py install for dockerpty: started 01:09:54 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 01:09:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:55 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 01:09:55 snapd is not logged in, snap install commands will use sudo 01:09:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:56 OK: 217 MiB in 51 packages 01:09:57 Running setup.py install for dockerpty: finished with status 'done' 01:09:57 Attempting uninstall: urllib3 01:09:57 Found existing installation: urllib3 1.25.9 01:09:57 Uninstalling urllib3-1.25.9: 01:09:57 Successfully uninstalled urllib3-1.25.9 01:09:58 Removing intermediate container ea1d0cc039da 01:09:58 ---> c0ee750c599f 01:09:58 Step 6/23 : COPY go.mod . 01:09:58 Attempting uninstall: idna 01:09:58 Found existing installation: idna 2.9 01:09:58 Uninstalling idna-2.9: 01:09:59 Successfully uninstalled idna-2.9 01:09:59 ---> 6df79b923ff2 01:09:59 Step 7/23 : RUN go mod download 01:09:59 ---> Running in a00fa75117ec 01:10:00 Attempting uninstall: requests 01:10:00 Found existing installation: requests 2.23.0 01:10:00 Uninstalling requests-2.23.0: 01:10:00 Successfully uninstalled requests-2.23.0 01:10:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:10:01 snap "core18" has no updates available 01:10:02 Pulling config-common 01:10:02 Running setup.py install for PyYAML: started 01:10:03 Removing intermediate container a00fa75117ec 01:10:03 ---> a346b06a6cd5 01:10:03 Step 8/23 : COPY . . 01:10:03 Pulling go-build-helper 01:10:06 Running setup.py install for PyYAML: finished with status 'done' 01:10:06 Running setup.py install for texttable: started 01:10:09 Running setup.py install for texttable: finished with status 'done' 01:10:09 Running setup.py install for docopt: started 01:10:12 Running setup.py install for docopt: finished with status 'done' 01:10:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:10:22 ---> aa176f0cbb8a 01:10:22 Step 9/23 : RUN make cmd/core-data/core-data 01:10:22 ---> Running in 972791ecf4ac 01:10:24 Removing intermediate container bcd3ee1d3781 01:10:24 ---> 38fbd12b3116 01:10:24 Step 21/26 : RUN apk --no-cache add curl 01:10:24 ---> Running in 8d20ed1470fc 01:10:25 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 01:10:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:10:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:10:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:10:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:10:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:10:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:10:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:10:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:10:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:10:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:10:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:10:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:10:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:10:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:10:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:10:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:10:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:10:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:10:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:10:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:10:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:10:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:10:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:10:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:10:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:10:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:10:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:10:25 Fetched 23.8 MB in 0s (0 B/s) 01:10:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:10:25 Fetched 96.5 kB in 0s (0 B/s) 01:10:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:10:25 Fetched 279 kB in 0s (0 B/s) 01:10:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:10:25 Fetched 122 kB in 0s (0 B/s) 01:10:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:10:25 Fetched 77.8 kB in 0s (0 B/s) 01:10:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:10:25 Fetched 8848 B in 0s (0 B/s) 01:10:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:10:25 Fetched 47.8 kB in 0s (0 B/s) 01:10:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:10:25 Fetched 45.6 kB in 0s (0 B/s) 01:10:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:10:25 Fetched 15.0 kB in 0s (0 B/s) 01:10:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:10:25 Fetched 214 kB in 0s (0 B/s) 01:10:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:10:25 Fetched 155 kB in 0s (0 B/s) 01:10:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:10:25 Fetched 50.6 kB in 0s (0 B/s) 01:10:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:10:25 Fetched 14.8 kB in 0s (0 B/s) 01:10:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:10:25 Fetched 41.8 kB in 0s (0 B/s) 01:10:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:10:25 Fetched 499 kB in 0s (0 B/s) 01:10:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:10:25 Fetched 111 kB in 0s (0 B/s) 01:10:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:10:25 Fetched 240 kB in 0s (0 B/s) 01:10:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:10:25 Fetched 29.3 kB in 0s (0 B/s) 01:10:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:10:25 Fetched 85.5 kB in 0s (0 B/s) 01:10:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:10:25 Fetched 24.5 kB in 0s (0 B/s) 01:10:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:10:25 Fetched 49.2 kB in 0s (0 B/s) 01:10:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:10:25 Fetched 54.2 kB in 0s (0 B/s) 01:10:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:10:25 Fetched 30.8 kB in 0s (0 B/s) 01:10:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:10:25 Fetched 17.0 kB in 0s (0 B/s) 01:10:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:10:25 Fetched 85.9 kB in 0s (0 B/s) 01:10:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:10:25 Fetched 8720 B in 0s (0 B/s) 01:10:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:10:25 Fetched 137 kB in 0s (0 B/s) 01:10:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:10:25 Fetched 119 kB in 0s (0 B/s) 01:10:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:10:25 Fetched 109 kB in 0s (0 B/s) 01:10:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:10:25 Fetched 11.1 kB in 0s (0 B/s) 01:10:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:10:25 Fetched 645 kB in 0s (0 B/s) 01:10:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:10:25 Fetched 41.3 kB in 0s (0 B/s) 01:10:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:10:25 Fetched 17.9 kB in 0s (0 B/s) 01:10:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:10:25 Fetched 368 kB in 0s (0 B/s) 01:10:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:10:25 Fetched 187 kB in 0s (0 B/s) 01:10:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:10:25 Fetched 175 kB in 0s (0 B/s) 01:10:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:10:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:10:27 (2/3) Installing libcurl (7.69.1-r3) 01:10:27 (3/3) Installing curl (7.69.1-r3) 01:10:27 Executing busybox-1.31.1-r19.trigger 01:10:27 OK: 71 MiB in 58 packages 01:10:28 Fetched 206 kB in 0s (0 B/s) 01:10:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:10:28 Fetched 1301 kB in 0s (0 B/s) 01:10:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:10:28 Fetched 36.2 kB in 0s (0 B/s) 01:10:28 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:10:28 Fetched 159 kB in 0s (0 B/s) 01:10:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:10:28 Fetched 107 kB in 0s (0 B/s) 01:10:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:10:28 Fetched 48.7 kB in 0s (0 B/s) 01:10:28 Pulling static-packages 01:10:28 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:10:28 Skipping pull go-build-helper (already ran) 01:10:28 Skipping pull static-packages (already ran) 01:10:28 Building go-build-helper 01:10:29 Removing intermediate container 8d20ed1470fc 01:10:29 ---> 9b6f6e353e3d 01:10:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:10:30 ---> Running in d30d220e72a0 01:10:30 Removing intermediate container d30d220e72a0 01:10:30 ---> d58d0a43ea6a 01:10:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:30 ---> Running in f5b548b493d7 01:10:31 Removing intermediate container f5b548b493d7 01:10:31 ---> c293b1bdbb22 01:10:31 Step 24/26 : LABEL arch=arm64 01:10:31 ---> Running in 4261f569305a 01:10:32 Removing intermediate container 4261f569305a 01:10:32 ---> 8e2e36b4257d 01:10:32 Step 25/26 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:10:32 ---> Running in a32cc7c36e6e 01:10:33 Building static-packages 01:10:33 Removing intermediate container a32cc7c36e6e 01:10:33 ---> 892e40ba0202 01:10:33 Step 26/26 : LABEL version=0.0.0 01:10:33 ---> Running in 78869febc181 01:10:34 Removing intermediate container 78869febc181 01:10:34 ---> 279b5807aea3 01:10:34 01:10:34 Successfully built 279b5807aea3 01:10:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:10:34 Staging go-build-helper 01:10:35 Staging static-packages 01:10:36 Pulling go115 01:10:37 'edgex-go' has dependencies that need to be staged: go115 01:10:37 Skipping pull go115 (already ran) 01:10:37 Building go115 01:10:37 % Total % Received % Xferd Average Speed Time Time Time Current 01:10:37 Dload Upload Total Spent Left Speed 01:10:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.1M 0 0 22.2M 0 0:00:05 --:--:-- 0:00:05 22.1M 46 115M 46 53.2M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 77 115M 77 89.1M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M 01:10:41 go1.15.2.linux-amd64.tar.gz: OK 01:10:45 Staging go115 01:10:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:10:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:10:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:10:51 Fetched 0 B in 0s (0 B/s) 01:10:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:10:51 Fetched 224 kB in 0s (0 B/s) 01:10:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:10:51 Fetched 157 kB in 0s (0 B/s) 01:10:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:10:51 Fetched 221 kB in 0s (0 B/s) 01:10:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:10:51 Fetched 143 kB in 0s (0 B/s) 01:10:51 Pulling edgex-go 01:10:52 Pulling version 01:10:53 Building config-common 01:10:55 Skipping build go-build-helper (already ran) 01:10:55 Skipping build static-packages (already ran) 01:10:55 Skipping build go115 (already ran) 01:10:55 Building edgex-go 01:10:55 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 01:10:57 go: downloading github.com/gorilla/mux v1.8.0 01:10:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 01:10:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:10:57 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:10:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:10:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:10:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:10:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:10:57 go: downloading github.com/imdario/mergo v0.3.11 01:10:57 go: downloading github.com/pelletier/go-toml v1.2.0 01:10:57 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:10:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:10:57 go: downloading github.com/x448/float16 v0.8.4 01:10:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:10:57 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:10:57 go: downloading github.com/pebbe/zmq4 v1.2.2 01:10:57 go: downloading github.com/go-kit/kit v0.8.0 01:10:57 go: downloading github.com/google/uuid v1.2.0 01:10:57 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:10:57 go: downloading github.com/pkg/errors v0.8.1 01:10:57 go: downloading github.com/BurntSushi/toml v0.3.1 01:10:57 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:10:57 go: downloading github.com/hashicorp/consul/api v1.1.0 01:10:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:10:57 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:10:57 go: downloading github.com/go-playground/universal-translator v0.17.0 01:10:57 go: downloading github.com/leodido/go-urn v1.2.0 01:10:57 go: downloading gopkg.in/yaml.v2 v2.4.0 01:10:57 go: downloading github.com/mitchellh/copystructure v1.0.0 01:10:57 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:10:57 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:10:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:10:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:10:57 go: downloading github.com/hashicorp/serf v0.8.2 01:10:57 go: downloading github.com/go-playground/locales v0.13.0 01:10:58 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:10:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:10:58 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:10:58 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:10:58 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:11:04 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 01:11:07  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:11:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:11:09 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 01:11:10 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 01:11:11 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 01:11:12 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 01:11:12 go: downloading github.com/stretchr/testify v1.7.0 01:11:12 go: downloading github.com/pmezard/go-difflib v1.0.0 01:11:12 go: downloading github.com/davecgh/go-spew v1.1.1 01:11:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:11:14 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 01:11:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:11:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:11:15 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 01:11:16 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 01:11:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:11:17 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 01:11:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:11:19 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 01:11:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:11:20 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 01:11:20 go: downloading github.com/lib/pq v1.9.0 01:11:22 Removing intermediate container 4cfdaec8b435 01:11:22 ---> 97c8a6065941 01:11:22 01:11:22 Step 10/23 : FROM alpine:3.12 01:11:22 ---> afeebe901d6b 01:11:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:11:22 ---> Using cache 01:11:22 ---> 36ed4d5edc6a 01:11:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:11:22 ---> Using cache 01:11:22 ---> ab42648e4875 01:11:22 Step 13/23 : ENV APP_PORT=48082 01:11:22 Removing intermediate container a37352631947 01:11:22 ---> 80189c0b850a 01:11:22 01:11:22 Step 10/21 : FROM alpine:3.12 01:11:22 ---> afeebe901d6b 01:11:22 Step 11/21 : RUN apk add --update --no-cache curl 01:11:22 ---> Running in a9cf41d61d4a 01:11:22 ---> Running in 0c822891410e 01:11:22 Removing intermediate container a9cf41d61d4a 01:11:22 ---> d529e4115446 01:11:22 Step 14/23 : EXPOSE $APP_PORT 01:11:22 ---> Running in c3bf8100820e 01:11:22 Removing intermediate container c3bf8100820e 01:11:22 ---> 512e8b6e6d92 01:11:22 Step 15/23 : WORKDIR / 01:11:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:11:23 ---> Running in 784fa00d681b 01:11:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:11:23 + mkdir -p /tmp/build/dist/linux 01:11:23 + cd /tmp/build/dist/linux 01:11:23 + git clone https://github.com/jwilder/dockerize.git . 01:11:23 Cloning into '.'... 01:11:24 Removing intermediate container 784fa00d681b 01:11:24 ---> 175962a1673e 01:11:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:11:24 Building version 01:11:24 (1/4) Installing ca-certificates (20191127-r4) 01:11:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:11:24 (3/4) Installing libcurl (7.69.1-r3) 01:11:24 (4/4) Installing curl (7.69.1-r3) 01:11:24 + go get github.com/robfig/glock 01:11:24 Executing busybox-1.31.1-r19.trigger 01:11:24 Executing ca-certificates-20191127-r4.trigger 01:11:24 # cd .; git clone -- https://github.com/robfig/glock /go/src/github.com/robfig/glock 01:11:24 Cloning into '/go/src/github.com/robfig/glock'... 01:11:24 remote: Not Found 01:11:24 fatal: repository 'https://github.com/robfig/glock/' not found 01:11:24 package github.com/robfig/glock: exit status 128 01:11:24 /bin/sh: arch: parameter not set 01:11:24 OK: 7 MiB in 18 packages 01:11:25 ---> f66f3af6bee7 01:11:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:11:25 Staging config-common 01:11:26 Skipping stage go-build-helper (already ran) 01:11:26 Skipping stage static-packages (already ran) 01:11:26 Skipping stage go115 (already ran) 01:11:26 Staging edgex-go 01:11:28 Staging version 01:11:28 ---> 02179318c35d 01:11:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:11:28 Removing intermediate container 0c822891410e 01:11:28 ---> 8c9db76db78c 01:11:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:11:28 ---> Running in c537d601acdd 01:11:28 Removing intermediate container c537d601acdd 01:11:28 ---> 7d2eb13e460a 01:11:28 Step 13/21 : WORKDIR /edgex 01:11:29 Priming config-common 01:11:29 ---> Running in d67d201caa41 01:11:29 ---> ad762ee17fb2 01:11:29 Step 19/23 : ENTRYPOINT ["/core-command"] 01:11:29 ---> Running in 926fc60d176e 01:11:29 Removing intermediate container d67d201caa41 01:11:29 ---> 560c2a661311 01:11:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:11:29 Priming go-build-helper 01:11:30 Removing intermediate container 926fc60d176e 01:11:30 ---> 80411a5f264a 01:11:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:11:30 ---> Running in fbfd929e0ab2 01:11:30 Priming static-packages 01:11:31 ---> 8ec0b4d16819 01:11:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:11:31 Removing intermediate container fbfd929e0ab2 01:11:31 ---> 89b16f9c0bc7 01:11:31 Step 21/23 : LABEL arch=arm64 01:11:31 ---> Running in 4e4ff84f2dcc 01:11:32 Removing intermediate container 4e4ff84f2dcc 01:11:32 ---> 06226e0629a0 01:11:32 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:11:33 ---> Running in f30bec6f082a 01:11:33 ---> 16d71e5941e7 01:11:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:11:33 Priming go115 01:11:33 Removing intermediate container f30bec6f082a 01:11:33 ---> 28f5ccfd129e 01:11:33 Step 23/23 : LABEL version=0.0.0 01:11:33 ---> Running in e2eb3dbe60c3 01:11:34 Priming edgex-go 01:11:34 Removing intermediate container e2eb3dbe60c3 01:11:34 ---> 975b449bc719 01:11:34 01:11:34 ---> dc2266f1b647 01:11:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:11:35 Successfully built 975b449bc719 01:11:35 Successfully tagged docker-core-command-go-arm64:latest 01:11:35  Building docker-core-command-go ... done  ---> Running in e6923a767a8c 01:11:35 Priming version 01:11:35 Removing intermediate container e6923a767a8c 01:11:35 ---> 2ca4eade2e90 01:11:35 Step 18/21 : CMD ["--init=true"] 01:11:35 ---> Running in 1dc4b25b0fc0 01:11:36 Removing intermediate container 1dc4b25b0fc0 01:11:36 ---> f45f933101a5 01:11:36 Step 19/21 : LABEL arch=arm64 01:11:36 ---> Running in 31d58b9791f2 01:11:36 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:11:37 Removing intermediate container 31d58b9791f2 01:11:37 ---> ff32fc703ee9 01:11:37 Step 20/21 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:11:37 ---> Running in d2a61d2ad472 01:11:37 Removing intermediate container d2a61d2ad472 01:11:37 ---> 2ed922bef595 01:11:37 Step 21/21 : LABEL version=0.0.0 01:11:37 ---> Running in 3c3557a286f4 01:11:38 Removing intermediate container 3c3557a286f4 01:11:38 ---> 3122db1b0711 01:11:38 [Pipeline] } 01:11:38 Successfully built 3122db1b0711 01:11:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:11:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 972791ecf4ac 01:11:48 ---> 7124b653fe85 01:11:48 01:11:48 Step 10/23 : FROM alpine:3.12 01:11:48 ---> afeebe901d6b 01:11:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:11:48 ---> Running in 07f276a1a430 01:11:48 Removing intermediate container 07f276a1a430 01:11:48 ---> 9f7f8ecd9c00 01:11:48 Step 12/23 : ENV APP_PORT=48080 01:11:48 ---> Running in 70d12cf6adf8 01:11:48 Removing intermediate container 70d12cf6adf8 01:11:48 ---> e97237c90935 01:11:48 Step 13/23 : EXPOSE $APP_PORT 01:11:48 ---> Running in 15bd0c06f77a 01:11:49 Removing intermediate container 15bd0c06f77a 01:11:49 ---> 0777bfd82d77 01:11:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:11:49 ---> Running in 56010555ef73 01:11:51 Removing intermediate container 56010555ef73 01:11:51 ---> 5ae0da0c3a4f 01:11:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:11:51 ---> Running in 5eb7a1273e6b 01:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:11:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:11:53 (1/6) Installing dumb-init (1.2.2-r1) 01:11:53 (2/6) Installing libgcc (9.3.0-r2) 01:11:54 (3/6) Installing libsodium (1.0.18-r0) 01:11:54 (4/6) Installing libstdc++ (9.3.0-r2) 01:11:54 (5/6) Installing libzmq (4.3.3-r0) 01:11:54 (6/6) Installing zeromq (4.3.3-r0) 01:11:55 Executing busybox-1.31.1-r19.trigger 01:11:55 OK: 8 MiB in 20 packages 01:11:56 Removing intermediate container 5eb7a1273e6b 01:11:56 ---> 5206c8d7611d 01:11:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:11:57 ---> f19fed9122e6 01:11:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:11:58 ---> 998fc31b1906 01:11:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:11:58 ---> a2c164237c03 01:11:58 Step 19/23 : ENTRYPOINT ["/core-data"] 01:11:59 ---> Running in b086edba9b1d 01:11:59 Removing intermediate container b086edba9b1d 01:11:59 ---> 26cfeae1ebfb 01:11:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:11:59 ---> Running in cb6a8e98b62a 01:11:59 Removing intermediate container cb6a8e98b62a 01:11:59 ---> 525cde723f4e 01:11:59 Step 21/23 : LABEL arch=arm64 01:12:00 ---> Running in 93d95f11b220 01:12:00 Removing intermediate container 93d95f11b220 01:12:00 ---> 19e97fc5f1c1 01:12:00 Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe 01:12:00 ---> Running in 866934e66395 01:12:01 Removing intermediate container 866934e66395 01:12:01 ---> ca718f66833f 01:12:01 Step 23/23 : LABEL version=0.0.0 01:12:01 ---> Running in fff811307d42 01:12:01 Removing intermediate container fff811307d42 01:12:01 ---> aef091600d52 01:12:01 01:12:02 Successfully built aef091600d52 01:12:02 Successfully tagged docker-core-data-go-arm64:latest 01:12:02  Building docker-core-data-go ... done  01:12:02 ERROR: for docker-security-bootstrapper-go (, 'The command \'/bin/sh -c make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR"\' returned a non-zero code: 2') 01:12:02 Service 'docker-security-bootstrapper-go' failed to build: The command '/bin/sh -c make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR"' returned a non-zero code: 2 [Pipeline] } 01:12:02 $ docker stop --time=1 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd 01:12:04 $ docker rm -f 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:12:06 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:12:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:12:09 ---> package-listing.sh 01:12:09 ++ facter osfamily 01:12:09 ++ tr '[:upper:]' '[:lower:]' 01:12:09 + OS_FAMILY=redhat 01:12:09 + workspace=/w/workspace/edgex-go/27 01:12:09 + START_PACKAGES=/tmp/packages_start.txt 01:12:09 + END_PACKAGES=/tmp/packages_end.txt 01:12:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:12:09 + PACKAGES=/tmp/packages_start.txt 01:12:09 + '[' /w/workspace/edgex-go/27 ']' 01:12:09 + PACKAGES=/tmp/packages_end.txt 01:12:09 + case "${OS_FAMILY}" in 01:12:09 + rpm -qa 01:12:09 + sort 01:12:14 + '[' -f /tmp/packages_start.txt ']' 01:12:14 + '[' -f /tmp/packages_end.txt ']' 01:12:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:12:14 + '[' /w/workspace/edgex-go/27 ']' 01:12:14 + mkdir -p /w/workspace/edgex-go/27/archives/ 01:12:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo 01:12:14 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:12:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:12:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:15 01:12:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:12:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:15 alpine: Pulling from edgex-lftools-log-publisher 01:12:15 df20fa9351a1: Pulling fs layer 01:12:15 36b3adc4ff6f: Pulling fs layer 01:12:15 8ad3a11d3b57: Pulling fs layer 01:12:15 46f8f816bc3b: Pulling fs layer 01:12:15 93b61091891f: Pulling fs layer 01:12:15 93b9cdb0e59b: Pulling fs layer 01:12:15 5e14af77c1be: Pulling fs layer 01:12:15 01666e4c0597: Pulling fs layer 01:12:15 aa168da1d23b: Pulling fs layer 01:12:15 46f8f816bc3b: Waiting 01:12:15 93b61091891f: Waiting 01:12:15 5e14af77c1be: Waiting 01:12:15 aa168da1d23b: Waiting 01:12:15 01666e4c0597: Waiting 01:12:15 93b9cdb0e59b: Waiting 01:12:15 36b3adc4ff6f: Download complete 01:12:15 46f8f816bc3b: Verifying Checksum 01:12:15 46f8f816bc3b: Download complete 01:12:15 df20fa9351a1: Verifying Checksum 01:12:15 df20fa9351a1: Download complete 01:12:15 93b9cdb0e59b: Verifying Checksum 01:12:15 93b9cdb0e59b: Download complete 01:12:15 5e14af77c1be: Verifying Checksum 01:12:15 5e14af77c1be: Download complete 01:12:15 93b61091891f: Verifying Checksum 01:12:15 93b61091891f: Download complete 01:12:15 01666e4c0597: Verifying Checksum 01:12:15 01666e4c0597: Download complete 01:12:15 df20fa9351a1: Pull complete 01:12:16 36b3adc4ff6f: Pull complete 01:12:16 8ad3a11d3b57: Verifying Checksum 01:12:16 8ad3a11d3b57: Download complete 01:12:17 8ad3a11d3b57: Pull complete 01:12:17 46f8f816bc3b: Pull complete 01:12:18 aa168da1d23b: Verifying Checksum 01:12:18 aa168da1d23b: Download complete 01:12:19 93b61091891f: Pull complete 01:12:19 93b9cdb0e59b: Pull complete 01:12:19 5e14af77c1be: Pull complete 01:12:19 01666e4c0597: Pull complete 01:12:29 aa168da1d23b: Pull complete 01:12:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:12:30 prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container 01:12:30 $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-lftools-log-publisher:alpine cat 01:12:34 $ docker top 18c12ca09d8dc72959a90308f7a2f48490d9e214870257cb36b99773362db3e3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:35 + touch /tmp/pre-build-complete [Pipeline] sh 01:12:35 + mkdir -p /var/log/sa [Pipeline] sh 01:12:36 + ls /var/log/sa-host 01:12:36 + sadf -c /var/log/sa-host/sa23 01:12:36 file_magic: OK 01:12:36 HZ: Using current value: 100 01:12:36 file_header: OK 01:12:36 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 01:12:36 Statistics: 01:12:36 Hnuu...uuuununununu... 01:12:36 File successfully converted to sysstat format version 12.2.1 01:12:36 + sadf -c /var/log/sa-host/sa28 01:12:36 file_magic: OK 01:12:36 HZ: Using current value: 100 01:12:36 file_header: OK 01:12:36 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 01:12:36 Statistics: 01:12:36 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... 01:12:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:36 provisioning config files... 01:12:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config5068514590615420268tmp [Pipeline] { [Pipeline] echo 01:12:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:36 ---> create-netrc.sh [Pipeline] } 01:12:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:12:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:12:37 ---> python-tools-install.sh [Pipeline] echo 01:12:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:12:37 ---> sudo-logs.sh 01:12:37 Archiving 'sudo' log.. [Pipeline] echo 01:12:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:12:37 ---> job-cost.sh 01:12:37 lf-activate-venv: SKIPPING 01:12:37 INFO: No Stack... 01:12:38 INFO: Retrieving Pricing Info for: v1-standard-2 01:12:39 INFO: Archiving Costs [Pipeline] echo 01:12:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:39 ---> logs-deploy.sh 01:12:39 lf-activate-venv: SKIPPING 01:12:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/27 01:12:39 INFO: archiving workspace using pattern(s): 01:12:41 Archives upload complete. 01:12:41 INFO: archiving logs to Nexus 01:12:42 ---> uname -a: 01:12:42 Linux prd-centos7-docker-4c-2g-23607.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:12:42 01:12:42 01:12:42 ---> lscpu: 01:12:42 Architecture: x86_64 01:12:42 CPU op-mode(s): 32-bit, 64-bit 01:12:42 Byte Order: Little Endian 01:12:42 Address sizes: 40 bits physical, 48 bits virtual 01:12:42 CPU(s): 4 01:12:42 On-line CPU(s) list: 0-3 01:12:42 Thread(s) per core: 1 01:12:42 Core(s) per socket: 1 01:12:42 Socket(s): 4 01:12:42 NUMA node(s): 1 01:12:42 Vendor ID: GenuineIntel 01:12:42 CPU family: 6 01:12:42 Model: 44 01:12:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:12:42 Stepping: 1 01:12:42 CPU MHz: 2933.442 01:12:42 BogoMIPS: 5866.88 01:12:42 Virtualization: VT-x 01:12:42 Hypervisor vendor: KVM 01:12:42 Virtualization type: full 01:12:42 L1d cache: 128 KiB 01:12:42 L1i cache: 128 KiB 01:12:42 L2 cache: 16 MiB 01:12:42 L3 cache: 64 MiB 01:12:42 NUMA node0 CPU(s): 0-3 01:12:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:12:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:12:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:12:42 Vulnerability Meltdown: Mitigation; PTI 01:12:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:12:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:12:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:12:42 Vulnerability Srbds: Not affected 01:12:42 Vulnerability Tsx async abort: Not affected 01:12:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:12:42 01:12:42 01:12:42 ---> nproc: 01:12:42 4 01:12:42 01:12:42 01:12:42 ---> df -h: 01:12:42 Filesystem Size Used Available Use% Mounted on 01:12:42 overlay 50.0G 12.3G 37.7G 25% / 01:12:42 tmpfs 64.0M 0 64.0M 0% /dev 01:12:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:12:42 shm 64.0M 0 64.0M 0% /dev/shm 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/27@tmp 01:12:42 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/27 01:12:42 01:12:42 01:12:42 ---> free -m: 01:12:42 total used free shared buff/cache available 01:12:42 Mem: 1837 702 269 0 865 1052 01:12:42 Swap: 1023 79 944 01:12:42 01:12:42 01:12:42 ---> ip addr: 01:12:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:12:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:12:42 inet 127.0.0.1/8 scope host lo 01:12:42 valid_lft forever preferred_lft forever 01:12:42 inet6 ::1/128 scope host 01:12:42 valid_lft forever preferred_lft forever 01:12:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:12:42 link/ether fa:16:3e:b7:c0:ea brd ff:ff:ff:ff:ff:ff 01:12:42 inet 10.30.123.138/23 brd 10.30.123.255 scope global dynamic eth0 01:12:42 valid_lft 85290sec preferred_lft 85290sec 01:12:42 inet6 fe80::f816:3eff:feb7:c0ea/64 scope link 01:12:42 valid_lft forever preferred_lft forever 01:12:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:12:42 link/ether 02:42:be:e4:8e:69 brd ff:ff:ff:ff:ff:ff 01:12:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:12:42 valid_lft forever preferred_lft forever 01:12:42 inet6 fe80::42:beff:fee4:8e69/64 scope link 01:12:42 valid_lft forever preferred_lft forever 01:12:42 01:12:42 01:12:42 ---> sar -b -r -n DEV: 01:12:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:12:42 01:12:42 00:54:00 LINUX RESTART (4 CPU) 01:12:42 01:12:42 00:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:12:42 00:56:02 215.75 99.60 116.15 0.00 9799.20 46392.63 0.00 01:12:42 00:57:01 140.33 21.22 119.11 0.00 1729.02 17969.01 0.00 01:12:42 00:58:01 174.80 87.86 86.94 0.00 2737.00 9810.41 0.00 01:12:42 00:59:01 152.25 85.60 66.64 0.00 3821.30 11833.61 0.00 01:12:42 01:00:01 1016.31 739.03 277.28 0.00 93969.77 163876.47 0.00 01:12:42 01:01:02 2587.45 2295.48 291.96 0.00 144045.25 154615.48 0.00 01:12:42 01:02:01 543.91 270.59 273.32 0.00 55739.65 82452.93 0.00 01:12:42 01:03:02 2356.03 2011.10 344.93 0.00 116989.79 130871.70 0.00 01:12:42 01:04:02 1236.27 909.80 326.46 0.00 69442.76 87277.00 0.00 01:12:42 01:05:01 173.17 28.69 144.47 0.00 3626.09 24099.90 0.00 01:12:42 01:06:01 5.93 0.33 5.59 0.00 12.79 174.11 0.00 01:12:42 01:07:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 01:12:42 01:08:01 0.40 0.10 0.30 0.00 1.20 4.36 0.00 01:12:42 01:09:01 2.15 1.85 0.30 0.00 58.88 4.20 0.00 01:12:42 01:10:01 0.93 0.08 0.85 0.00 1.47 16.56 0.00 01:12:42 01:11:01 0.32 0.00 0.32 0.00 0.00 4.36 0.00 01:12:42 01:12:01 0.22 0.00 0.22 0.00 0.00 2.83 0.00 01:12:42 Average: 508.77 387.78 120.99 0.00 29666.14 43037.95 0.00 01:12:42 01:12:42 00:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:12:42 00:56:02 102984 0 692996 36.83 2248 1083316 1444056 49.28 570704 963760 30008 01:12:42 00:57:01 324520 0 698676 37.13 1516 856832 1304808 44.53 453340 825392 48 01:12:42 00:58:01 313372 0 804480 42.76 592 763100 1780256 60.76 658048 626424 74200 01:12:42 00:59:01 424068 0 708132 37.64 592 748752 1130000 38.57 510656 671208 20 01:12:42 01:00:01 306620 0 704100 37.42 24 870800 1550296 52.91 564980 798056 0 01:12:42 01:01:02 76320 0 1497580 79.59 24 307620 3706460 126.50 807804 732204 4124 01:12:42 01:02:01 69636 0 781828 41.55 24 1030056 2082756 71.08 752184 814396 97204 01:12:42 01:03:02 62120 0 753196 40.03 24 1066204 1978812 67.53 584080 1002640 98652 01:12:42 01:04:02 312052 0 654204 34.77 24 915264 1380104 47.10 664412 668056 20 01:12:42 01:05:01 118184 0 634888 33.74 24 1128448 1226024 41.84 631040 878944 20 01:12:42 01:06:01 124484 0 628588 33.41 24 1128448 1189744 40.60 628008 877480 8 01:12:42 01:07:01 124780 0 628280 33.39 24 1128460 1189708 40.60 628028 877488 8 01:12:42 01:08:01 124680 0 628340 33.39 24 1128500 1189732 40.60 627948 877524 12 01:12:42 01:09:01 124072 0 628100 33.38 24 1129348 1185536 40.46 627608 878140 16 01:12:42 01:10:01 123816 0 628340 33.39 24 1129364 1185604 40.46 627696 878168 8 01:12:42 01:11:01 124112 0 628032 33.38 24 1129376 1185536 40.46 627508 878168 8 01:12:42 01:12:01 123932 0 628212 33.39 24 1129376 1185536 40.46 627508 878168 16 01:12:42 Average: 175280 0 725175 38.54 309 980780 1523233 51.99 623032 830954 17904 01:12:42 01:12:42 00:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:12:42 00:56:02 vethe2f8ce4 14.04 23.65 0.93 128.56 0.00 0.00 0.00 0.00 01:12:42 00:56:02 eth0 1188.59 1216.37 5977.01 149.08 0.00 0.00 0.00 0.00 01:12:42 00:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 00:56:02 docker0 882.50 790.27 71.39 2805.27 0.00 0.00 0.00 0.00 01:12:42 00:57:01 eth0 189.91 150.58 734.89 19.48 0.00 0.00 0.00 0.00 01:12:42 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 00:57:01 docker0 138.89 166.41 9.75 717.08 0.00 0.00 0.00 0.00 01:12:42 00:58:01 vethe5bd67a 0.23 0.37 0.02 0.04 0.00 0.00 0.00 0.00 01:12:42 00:58:01 eth0 33.93 18.83 29.45 13.31 0.00 0.00 0.00 0.00 01:12:42 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 00:58:01 docker0 0.23 0.23 0.01 0.03 0.00 0.00 0.00 0.00 01:12:42 00:59:01 eth0 52.48 39.11 26.23 86.29 0.00 0.00 0.00 0.00 01:12:42 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:00:01 veth389d648 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:00:01 veth5e15487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:00:01 eth0 232.55 172.56 1841.92 74.07 0.00 0.00 0.00 0.00 01:12:42 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:01:02 veth389d648 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:01:02 veth79dc33b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:01:02 veth47f5153 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:01:02 veth5753e33 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:02:01 veth389d648 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:02:01 eth0 2978.14 2330.95 13144.95 459.55 0.00 0.00 0.00 0.00 01:12:42 01:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:12:42 01:02:01 veth8aa5d7c 48.14 136.90 3.62 808.50 0.00 0.00 0.00 0.00 01:12:42 01:03:02 veth389d648 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 01:12:42 01:03:02 eth0 89.87 58.42 150.59 97.85 0.00 0.00 0.00 0.00 01:12:42 01:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:03:02 docker0 1096.08 1152.50 85.26 4676.51 0.00 0.00 0.00 0.00 01:12:42 01:04:02 veth389d648 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:04:02 veth3c338a5 6.72 2.84 38.60 0.20 0.00 0.00 0.00 0.00 01:12:42 01:04:02 eth0 52.39 28.30 105.07 17.45 0.00 0.00 0.00 0.00 01:12:42 01:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:05:01 eth0 222.19 165.57 1677.92 88.88 0.00 0.00 0.00 0.00 01:12:42 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:05:01 docker0 1159.10 1249.60 89.69 5286.12 0.00 0.00 0.00 0.00 01:12:42 01:06:01 eth0 1.43 0.57 0.58 0.37 0.00 0.00 0.00 0.00 01:12:42 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:07:01 eth0 1.15 0.35 0.33 0.21 0.00 0.00 0.00 0.00 01:12:42 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:08:01 eth0 0.98 0.40 0.33 0.23 0.00 0.00 0.00 0.00 01:12:42 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:09:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 01:12:42 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:10:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 01:12:42 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:12:42 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:12:42 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 Average: eth0 134.19 114.26 680.27 33.64 0.00 0.00 0.00 0.00 01:12:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:42 Average: docker0 67.15 72.39 5.20 306.25 0.00 0.00 0.00 0.00 01:12:42 01:12:42 01:12:42 ---> sar -P ALL: 01:12:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 01:12:42 01:12:42 00:54:00 LINUX RESTART (4 CPU) 01:12:42 01:12:42 00:55:01 CPU %user %nice %system %iowait %steal %idle 01:12:42 00:56:02 all 16.29 0.00 10.41 1.89 0.06 71.36 01:12:42 00:56:02 0 15.98 0.00 13.12 2.36 0.07 68.48 01:12:42 00:56:02 1 15.73 0.00 9.94 2.49 0.05 71.79 01:12:42 00:56:02 2 15.11 0.00 9.16 1.42 0.05 74.26 01:12:42 00:56:02 3 18.32 0.00 9.45 1.31 0.05 70.86 01:12:42 00:57:01 all 5.01 0.00 4.96 3.76 0.04 86.23 01:12:42 00:57:01 0 5.09 0.00 5.40 2.68 0.05 86.78 01:12:42 00:57:01 1 4.74 0.00 4.62 4.23 0.03 86.37 01:12:42 00:57:01 2 5.22 0.00 5.10 3.53 0.03 86.12 01:12:42 00:57:01 3 4.99 0.00 4.74 4.58 0.03 85.66 01:12:42 00:58:01 all 55.01 0.00 14.19 4.67 0.07 26.06 01:12:42 00:58:01 0 52.38 0.00 14.71 4.86 0.05 28.00 01:12:42 00:58:01 1 54.11 0.00 14.25 5.49 0.07 26.08 01:12:42 00:58:01 2 56.38 0.00 13.84 5.43 0.10 24.24 01:12:42 00:58:01 3 57.15 0.00 13.97 2.87 0.07 25.94 01:12:42 00:59:01 all 44.18 0.00 14.34 2.08 0.06 39.34 01:12:42 00:59:01 0 44.12 0.00 14.57 2.03 0.04 39.24 01:12:42 00:59:01 1 46.46 0.00 14.15 2.21 0.05 37.13 01:12:42 00:59:01 2 43.82 0.00 14.28 2.08 0.07 39.75 01:12:42 00:59:01 3 42.33 0.00 14.35 1.99 0.07 41.26 01:12:42 01:00:01 all 21.73 0.00 24.95 9.50 0.12 43.70 01:12:42 01:00:01 0 22.26 0.00 24.59 8.83 0.16 44.16 01:12:42 01:00:01 1 19.94 0.00 24.48 9.85 0.12 45.61 01:12:42 01:00:01 2 23.61 0.00 26.00 11.41 0.10 38.87 01:12:42 01:00:01 3 21.12 0.00 24.71 7.90 0.09 46.18 01:12:42 01:01:02 all 37.86 0.00 26.66 19.34 0.15 15.99 01:12:42 01:01:02 0 38.44 0.00 26.69 19.73 0.18 14.97 01:12:42 01:01:02 1 37.36 0.00 26.01 19.12 0.12 17.39 01:12:42 01:01:02 2 38.11 0.00 26.19 19.91 0.14 15.65 01:12:42 01:01:02 3 37.53 0.00 27.78 18.60 0.14 15.94 01:12:42 01:02:01 all 41.85 0.00 20.41 24.72 0.08 12.93 01:12:42 01:02:01 0 41.48 0.00 21.07 22.63 0.05 14.76 01:12:42 01:02:01 1 41.63 0.00 20.79 24.30 0.07 13.21 01:12:42 01:02:01 2 42.22 0.00 19.68 27.58 0.11 10.41 01:12:42 01:02:01 3 42.08 0.00 20.10 24.39 0.11 13.33 01:12:42 01:03:02 all 19.51 0.00 23.49 32.03 0.16 24.81 01:12:42 01:03:02 0 18.27 0.00 23.08 30.98 0.24 27.43 01:12:42 01:03:02 1 19.25 0.00 24.08 32.37 0.14 24.17 01:12:42 01:03:02 2 19.68 0.00 22.41 31.46 0.14 26.31 01:12:42 01:03:02 3 20.85 0.00 24.41 33.33 0.12 21.29 01:12:42 01:04:02 all 45.70 0.00 21.40 20.75 0.11 12.04 01:12:42 01:04:02 0 43.68 0.00 23.61 19.52 0.07 13.12 01:12:42 01:04:02 1 45.85 0.00 20.94 20.92 0.12 12.17 01:12:42 01:04:02 2 46.89 0.00 20.45 22.12 0.14 10.41 01:12:42 01:04:02 3 46.40 0.00 20.57 20.47 0.11 12.45 01:12:42 01:05:01 all 8.84 0.00 6.79 7.64 0.05 76.68 01:12:42 01:05:01 0 10.36 0.00 7.88 7.51 0.03 74.22 01:12:42 01:05:01 1 7.16 0.00 5.98 8.86 0.05 77.95 01:12:42 01:05:01 2 11.17 0.00 7.34 8.72 0.05 72.72 01:12:42 01:05:01 3 6.69 0.00 5.98 5.44 0.05 81.84 01:12:42 01:06:01 all 0.16 0.00 0.06 0.01 0.00 99.77 01:12:42 01:06:01 0 0.53 0.00 0.03 0.00 0.00 99.43 01:12:42 01:06:01 1 0.07 0.00 0.07 0.02 0.00 99.85 01:12:42 01:06:01 2 0.03 0.00 0.07 0.03 0.00 99.87 01:12:42 01:06:01 3 0.00 0.00 0.07 0.00 0.00 99.93 01:12:42 01:12:42 01:06:01 CPU %user %nice %system %iowait %steal %idle 01:12:42 01:07:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:12:42 01:07:01 0 0.47 0.00 0.03 0.00 0.00 99.50 01:12:42 01:07:01 1 0.10 0.00 0.05 0.00 0.00 99.85 01:12:42 01:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 01:12:42 01:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:12:42 01:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:12:42 01:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:12:42 01:08:01 1 0.53 0.00 0.02 0.00 0.00 99.45 01:12:42 01:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:12:42 01:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 01:12:42 01:09:01 all 0.17 0.00 0.10 0.03 0.01 99.70 01:12:42 01:09:01 0 0.02 0.00 0.05 0.02 0.00 99.92 01:12:42 01:09:01 1 0.52 0.00 0.08 0.02 0.00 99.38 01:12:42 01:09:01 2 0.05 0.00 0.20 0.08 0.02 99.65 01:12:42 01:09:01 3 0.08 0.00 0.05 0.00 0.02 99.85 01:12:42 01:10:01 all 0.15 0.00 0.02 0.00 0.00 99.84 01:12:42 01:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:12:42 01:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 01:12:42 01:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:12:42 01:10:01 3 0.50 0.00 0.02 0.00 0.00 99.48 01:12:42 01:11:01 all 0.12 0.00 0.04 0.00 0.00 99.83 01:12:42 01:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:12:42 01:11:01 1 0.37 0.00 0.08 0.02 0.00 99.53 01:12:42 01:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:12:42 01:11:01 3 0.12 0.00 0.03 0.00 0.00 99.85 01:12:42 01:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 01:12:42 01:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:12:42 01:12:01 1 0.03 0.00 0.05 0.00 0.02 99.90 01:12:42 01:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:12:42 01:12:01 3 0.05 0.00 0.02 0.00 0.00 99.93 01:12:42 Average: all 17.06 0.00 9.65 7.25 0.05 65.98 01:12:42 Average: 0 16.87 0.00 10.07 6.97 0.06 66.04 01:12:42 Average: 1 16.90 0.00 9.53 7.47 0.05 66.05 01:12:42 Average: 2 17.38 0.00 9.47 7.67 0.06 65.42 01:12:42 Average: 3 17.11 0.00 9.54 6.91 0.05 66.40 01:12:42 01:12:42 01:12:42