Pull request #3075 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 38ee97bf23fa756444b90e09a13947d7f6f04c10+4a83cd830d92d64e3c8662a0b68849c078e73697 (d1dc14af74f9ee20836afed45a7a575f60835aff) 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-23605 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # 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 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 89581fd38e7cb917bba02ff221ffddc981963cfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:55:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:55:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:55:02 ========================================================= 00:55:02 EdgeX Global Pipelines Version Info 00:55:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:55:04 ------------------- 00:55:04 stable info: 00:55:04 ------------------- 00:55:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:55:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:55:04 Message: update stable to v1.0.179 00:55:04 ------------------- 00:55:04 experimental info: 00:55:04 ------------------- 00:55:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:55:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:55:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:55:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:55:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38ee97bf23fa756444b90e09a13947d7f6f04c10 [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38ee97b [Pipeline] echo 00:55:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:55:08 provisioning config files... 00:55:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7301999534756935075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:55:08 ---> docker-login.sh 00:55:08 nexus3.edgexfoundry.org:10001 00:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:09 Configure a credential helper to remove this warning. See 00:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:09 00:55:09 Login Succeeded 00:55:09 nexus3.edgexfoundry.org:10002 00:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:09 Configure a credential helper to remove this warning. See 00:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:09 00:55:09 Login Succeeded 00:55:09 nexus3.edgexfoundry.org:10003 00:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:09 Configure a credential helper to remove this warning. See 00:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:09 00:55:09 Login Succeeded 00:55:09 nexus3.edgexfoundry.org:10004 00:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:09 Configure a credential helper to remove this warning. See 00:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:09 00:55:09 Login Succeeded 00:55:09 docker.io 00:55:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:55:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:55:10 Configure a credential helper to remove this warning. See 00:55:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:55:10 00:55:10 Login Succeeded 00:55:10 ---> docker-login.sh ends [Pipeline] } 00:55:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:55:11 ++ 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:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/core-command/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo core-command,cmd/core-command/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/core-data/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo core-data,cmd/core-data/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/core-metadata/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo core-metadata,cmd/core-metadata/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/security-bootstrapper/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/security-proxy-setup/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ cut -d/ -f2 00:55:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:55:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/support-notifications/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo support-notifications,cmd/support-notifications/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/support-scheduler/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:55:11 + for file in '`ls cmd/**/Dockerfile`' 00:55:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:55:11 ++ cut -d/ -f2 00:55:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:55:11 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:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:12 00:55:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:55:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:12 latest: Pulling from edgex-devops/git-semver 00:55:12 31603596830f: Pulling fs layer 00:55:12 2a8b12db71e7: Pulling fs layer 00:55:12 6ca5941a6612: Pulling fs layer 00:55:12 ecc8261a40a4: Pulling fs layer 00:55:12 ecc8261a40a4: Waiting 00:55:12 2a8b12db71e7: Verifying Checksum 00:55:12 2a8b12db71e7: Download complete 00:55:12 31603596830f: Verifying Checksum 00:55:12 31603596830f: Download complete 00:55:12 ecc8261a40a4: Verifying Checksum 00:55:12 ecc8261a40a4: Download complete 00:55:12 6ca5941a6612: Verifying Checksum 00:55:12 6ca5941a6612: Download complete 00:55:13 31603596830f: Pull complete 00:55:13 2a8b12db71e7: Pull complete 00:55:14 6ca5941a6612: Pull complete 00:55:14 ecc8261a40a4: Pull complete 00:55:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:55:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:55:14 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 00:55:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:55:17 $ docker top b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:55:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:18 [ssh-agent] Looking for ssh-agent implementation... 00:55:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:18 $ docker exec b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent 00:55:18 SSH_AUTH_SOCK=/tmp/ssh-ycijm57X8SZX/agent.11 00:55:18 SSH_AGENT_PID=16 00:55:18 Running ssh-add (command line suppressed) 00:55:19 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3166516797408844716.key (/w/workspace/edgex-go/4@tmp/private_key_3166516797408844716.key) 00:55:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:19 + git tag --points-at HEAD [Pipeline] } 00:55:19 $ docker exec --env ******** --env ******** b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent -k 00:55:19 unset SSH_AUTH_SOCK; 00:55:19 unset SSH_AGENT_PID; 00:55:19 echo Agent pid 16 killed; 00:55:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:55:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:55:19 [ssh-agent] Looking for ssh-agent implementation... 00:55:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:55:20 $ docker exec b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent 00:55:20 SSH_AUTH_SOCK=/tmp/ssh-A2ritxePZMd5/agent.44 00:55:20 SSH_AGENT_PID=50 00:55:20 Running ssh-add (command line suppressed) 00:55:20 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5047984489735178134.key (/w/workspace/edgex-go/4@tmp/private_key_5047984489735178134.key) 00:55:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:55:20 + git semver init 00:55:20 # -> Open(): unable to determine branch for HEAD 00:55:20 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:55:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:55:20 # $SEMVER_REMOTE_NAME = origin 00:55:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:55:20 # $SEMVER_USER_NAME = edgex-jenkins 00:55:20 # $SEMVER_BRANCH = PR-3075 00:55:20 # $SEMVER_TEMP = /tmp/semver-498678035 00:55:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:55:53 # '/tmp/semver-498678035' -> '/w/workspace/edgex-go/4/.semver' 00:55:53 # -> Force: false 00:55:53 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:55:53 $ docker exec --env ******** --env ******** b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 ssh-agent -k 00:55:53 unset SSH_AUTH_SOCK; 00:55:53 unset SSH_AGENT_PID; 00:55:53 echo Agent pid 50 killed; 00:55:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:55:54 + git semver [Pipeline] } 00:55:54 $ docker stop --time=1 b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 00:55:55 $ docker rm -f b77081d051bfdd29fc6a2c3a47e90dfc398861718a57b721f2c242400359ebd4 [Pipeline] // withDockerContainer [Pipeline] sh 00:55:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:55:57 Stashed 1 file(s) [Pipeline] echo 00:55:57 [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:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:55:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:55:59 + sudo service docker restart 00:55:59 + true 00:55:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:56:00 ========================================================= 00:56:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:56:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:00 + 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:56:05 Sending build context to Docker daemon 327.2MB 00:56:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:56:05 Step 2/6 : FROM ${BASE} 00:56:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:56:05 188c0c94c7c5: Pulling fs layer 00:56:05 0ef7d3d256c8: Pulling fs layer 00:56:05 de9db76c5a1d: Pulling fs layer 00:56:05 bca2f99d35d6: Pulling fs layer 00:56:05 93359f2a8cfa: Pulling fs layer 00:56:05 7c6f9722023f: Pulling fs layer 00:56:05 a35cf1a2eb13: Pulling fs layer 00:56:05 bca2f99d35d6: Waiting 00:56:05 93359f2a8cfa: Waiting 00:56:05 7c6f9722023f: Waiting 00:56:05 a35cf1a2eb13: Waiting 00:56:05 de9db76c5a1d: Download complete 00:56:05 0ef7d3d256c8: Verifying Checksum 00:56:05 0ef7d3d256c8: Download complete 00:56:05 93359f2a8cfa: Verifying Checksum 00:56:05 93359f2a8cfa: Download complete 00:56:05 7c6f9722023f: Verifying Checksum 00:56:05 7c6f9722023f: Download complete 00:56:05 188c0c94c7c5: Verifying Checksum 00:56:05 188c0c94c7c5: Download complete 00:56:05 188c0c94c7c5: Pull complete 00:56:06 0ef7d3d256c8: Pull complete 00:56:06 de9db76c5a1d: Pull complete 00:56:07 a35cf1a2eb13: Verifying Checksum 00:56:07 a35cf1a2eb13: Download complete 00:56:08 bca2f99d35d6: Download complete 00:56:12 Still waiting to schedule task 00:56:12 ‘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-ubuntu18.04-docker-8c-8g-23598’ 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-23582’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23614’ is offline 00:56:14 bca2f99d35d6: Pull complete 00:56:15 93359f2a8cfa: Pull complete 00:56:15 7c6f9722023f: Pull complete 00:56:20 a35cf1a2eb13: Pull complete 00:56:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:56:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:56:20 ---> a62c8e92a672 00:56:20 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:56:20 ---> Running in b1680f7a9244 00:56:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:23 (1/12) Installing libmagic (5.38-r0) 00:56:24 (2/12) Installing file (5.38-r0) 00:56:24 (3/12) Installing libc-dev (0.7.2-r3) 00:56:25 (4/12) Installing g++ (9.3.0-r2) 00:56:51 (5/12) Installing fortify-headers (1.1-r0) 00:56:51 (6/12) Installing patch (2.7.6-r6) 00:56:51 (7/12) Installing build-base (0.5-r2) 00:56:51 (8/12) Installing libsodium (1.0.18-r0) 00:56:52 (9/12) Installing pkgconf (1.7.2-r0) 00:56:52 (10/12) Installing libsodium-dev (1.0.18-r0) 00:56:52 (11/12) Installing libzmq (4.3.3-r0) 00:56:52 (12/12) Installing zeromq-dev (4.3.3-r0) 00:56:52 Executing busybox-1.31.1-r19.trigger 00:56:52 OK: 233 MiB in 51 packages 00:56:56 Removing intermediate container b1680f7a9244 00:56:56 ---> 533cff8cbe1e 00:56:56 Step 4/6 : WORKDIR /edgex-go 00:56:56 ---> Running in 4f9144389420 00:56:56 Removing intermediate container 4f9144389420 00:56:56 ---> 7e3906327cd8 00:56:56 Step 5/6 : COPY go.mod . 00:56:56 ---> a6a942b13d26 00:56:56 Step 6/6 : RUN go mod download 00:56:56 ---> Running in eb4d61868156 00:57:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23617 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 00:57:18 Running in /w/workspace/edgex-go/4 [Pipeline] { 00:57:18 Removing intermediate container eb4d61868156 00:57:18 ---> 9f09717ff980 00:57:18 Successfully built 9f09717ff980 00:57:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] checkout [Pipeline] isUnix [Pipeline] sh 00:57:19 + docker inspect -f . ci-base-image-x86_64 00:57:19 . [Pipeline] withDockerContainer 00:57:19 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 00:57:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:20 $ docker top ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:21 + go version 00:57:21 go version go1.15.5 linux/amd64 [Pipeline] } 00:57:21 $ docker stop --time=1 ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 00:57:22 $ docker rm -f ed8af55ca67d2b9a57973e546b817470bc8f21170d2a9551656e4da921eb3565 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:23 + docker inspect -f . ci-base-image-x86_64 00:57:23 . [Pipeline] withDockerContainer 00:57:23 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 00:57:23 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:24 $ docker top b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe -eo pid,comm 00:57:24 using credential edgex-jenkins-ssh 00:57:24 Cloning the remote Git repository [Pipeline] { [Pipeline] echo 00:57:24 ========================================================= 00:57:24 [edgeXBuildGoParallel] Running Tests and Build... 00:57:24 ========================================================= [Pipeline] sh 00:57:24 + make test 00:57:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:57:24 > git init /w/workspace/edgex-go/4 # timeout=10 00:57:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:24 > git --version # timeout=10 00:57:24 > git --version # 'git version 2.17.1' 00:57:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:37 ? github.com/edgexfoundry/edgex-go [no test files] 00:57:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:57:47 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 00:57:48 Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 00:57:48 Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) 00:57:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:57:47 > git config core.sparsecheckout # timeout=10 00:57:47 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 00:57:48 > git remote # timeout=10 00:57:48 > git config --get remote.origin.url # timeout=10 00:57:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:48 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:57:48 > git rev-parse HEAD^{commit} # timeout=10 00:57:48 > git config core.sparsecheckout # timeout=10 00:57:48 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 00:57:52 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:57:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:57:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:57:55 + true 00:57:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:57:57 provisioning config files... 00:57:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7713502748227348739tmp [Pipeline] { 00:57:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] libraryResource [Pipeline] sh 00:57:58 ---> docker-login.sh 00:57:58 nexus3.edgexfoundry.org:10001 00:57:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:57:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:57:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:57:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:57:59 Configure a credential helper to remove this warning. See 00:57:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:57:59 00:57:59 Login Succeeded 00:57:59 nexus3.edgexfoundry.org:10002 00:57:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:00 Configure a credential helper to remove this warning. See 00:58:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:00 00:58:00 Login Succeeded 00:58:00 nexus3.edgexfoundry.org:10003 00:58:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:00 Configure a credential helper to remove this warning. See 00:58:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:00 00:58:00 Login Succeeded 00:58:00 nexus3.edgexfoundry.org:10004 00:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:01 Configure a credential helper to remove this warning. See 00:58:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:01 00:58:01 Login Succeeded 00:58:01 docker.io 00:58:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:58:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:58:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:58:02 Configure a credential helper to remove this warning. See 00:58:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:58:02 00:58:02 Login Succeeded 00:58:02 ---> docker-login.sh ends [Pipeline] } 00:58:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:58:02 ========================================================= 00:58:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:58:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:58:03 + 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:58:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:58:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:58:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:58:05 Sending build context to Docker daemon 165.9MB 00:58:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:58:05 Step 2/6 : FROM ${BASE} 00:58:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:58:05 5f621e34cdf4: Pulling fs layer 00:58:05 a4357932f1b6: Pulling fs layer 00:58:05 18c013af1878: Pulling fs layer 00:58:05 00ac8860ef70: Pulling fs layer 00:58:05 63d7cb157983: Pulling fs layer 00:58:05 b116817d02f9: Pulling fs layer 00:58:05 745a02a5169b: Pulling fs layer 00:58:05 00ac8860ef70: Waiting 00:58:05 63d7cb157983: Waiting 00:58:05 b116817d02f9: Waiting 00:58:05 745a02a5169b: Waiting 00:58:05 18c013af1878: Verifying Checksum 00:58:05 18c013af1878: Download complete 00:58:05 a4357932f1b6: Download complete 00:58:05 63d7cb157983: Download complete 00:58:05 b116817d02f9: Verifying Checksum 00:58:05 b116817d02f9: Download complete 00:58:05 5f621e34cdf4: Verifying Checksum 00:58:05 5f621e34cdf4: Download complete 00:58:06 5f621e34cdf4: Pull complete 00:58:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:58:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:58:06 a4357932f1b6: Pull complete 00:58:07 18c013af1878: Pull complete 00:58:08 745a02a5169b: Verifying Checksum 00:58:08 745a02a5169b: Download complete 00:58:09 00ac8860ef70: Verifying Checksum 00:58:09 00ac8860ef70: Download complete 00:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.1% of statements 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:58:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 82.3% of statements 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:58:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements 00:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements 00:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements 00:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.371s coverage: 92.8% of statements 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:58:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 00:58:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 00:58:19 00ac8860ef70: Pull complete 00:58:19 63d7cb157983: Pull complete 00:58:20 b116817d02f9: Pull complete 00:58:24 745a02a5169b: Pull complete 00:58:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:58:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:58:24 ---> b7e6874047d6 00:58:24 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:27 ---> Running in 3f3e77be2c37 00:58:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 68.9% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.259s coverage: 84.0% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:58:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:58:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:58:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 00:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 00:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:58:30 GO111MODULE=on go vet ./... 00:58:30 (1/12) Installing libmagic (5.38-r0) 00:58:30 (2/12) Installing file (5.38-r0) 00:58:30 (3/12) Installing libc-dev (0.7.2-r3) 00:58:30 (4/12) Installing g++ (9.3.0-r2) 00:58:41 (5/12) Installing fortify-headers (1.1-r0) 00:58:41 (6/12) Installing patch (2.7.6-r6) 00:58:41 (7/12) Installing build-base (0.5-r2) 00:58:41 (8/12) Installing libsodium (1.0.18-r0) 00:58:41 (9/12) Installing pkgconf (1.7.2-r0) 00:58:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:58:41 (11/12) Installing libzmq (4.3.3-r0) 00:58:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:58:41 Executing busybox-1.31.1-r19.trigger 00:58:41 OK: 217 MiB in 51 packages 00:58:46 Removing intermediate container 3f3e77be2c37 00:58:46 ---> ab2234b68b50 00:58:46 Step 4/6 : WORKDIR /edgex-go 00:58:46 ---> Running in 34ef21876c40 00:58:46 Removing intermediate container 34ef21876c40 00:58:46 ---> efe853ae6522 00:58:46 Step 5/6 : COPY go.mod . 00:58:47 ---> 7a7ff1518cb9 00:58:47 Step 6/6 : RUN go mod download 00:58:47 ---> Running in 46a467186d63 00:58:57 gofmt -l . 00:58:57 [ "`gofmt -l .`" = "" ] 00:58:57 ./bin/test-go-mod-tidy.sh 00:58:57 ./bin/test-attribution-txt.sh [Pipeline] sh 00:58:57 + ls -al . 00:58:57 total 668 00:58:57 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:58 . 00:58:57 drwxr-xr-x 4 root root 28 Jan 28 00:57 .. 00:58:57 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:54 .dockerignore 00:58:57 drwxrwxr-x 8 1001 1001 179 Jan 28 00:55 .git 00:58:57 drwxrwxr-x 3 1001 1001 125 Jan 28 00:54 .github 00:58:57 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:54 .gitignore 00:58:57 drwx------ 3 1001 1001 60 Jan 28 00:55 .semver 00:58:57 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:54 .sonarcloud.properties 00:58:57 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:54 Attribution.txt 00:58:57 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:54 CONTRIBUTING.md 00:58:57 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:54 Dockerfile.build 00:58:57 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:54 Jenkinsfile 00:58:57 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:54 LICENSE 00:58:57 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:54 Makefile 00:58:57 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:54 README.md 00:58:57 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:54 SECURITY.md 00:58:57 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION 00:58:57 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:54 ZMQWindows.md 00:58:57 drwxrwxr-x 2 1001 1001 117 Jan 28 00:54 bin 00:58:57 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:54 cmd 00:58:57 -rw-r--r-- 1 root root 564700 Jan 28 00:58 coverage.out 00:58:57 -rw-r--r-- 1 root root 1053 Jan 28 00:58 go.mod 00:58:57 -rw-r--r-- 1 root root 19190 Jan 28 00:58 go.sum 00:58:57 drwxrwxr-x 8 1001 1001 127 Jan 28 00:54 internal 00:58:57 drwxrwxr-x 4 1001 1001 26 Jan 28 00:54 openapi 00:58:57 drwxrwxr-x 4 1001 1001 71 Jan 28 00:54 snap 00:58:57 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:54 version.go [Pipeline] sh 00:58:58 + '[' -e coverage.out ] 00:58:58 + chown 1001:1001 coverage.out [Pipeline] stash 00:58:58 Stashed 1 file(s) [Pipeline] sh 00:58:58 + make build 00:58:58 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:59:01 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:59:10 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:59:11 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:59:12 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:59: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 00:59:14 Removing intermediate container 46a467186d63 00:59:14 ---> e18a132568bc 00:59:14 Successfully built e18a132568bc 00:59:14 Successfully tagged ci-base-image-arm64:latest 00:59: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 [Pipeline] isUnix [Pipeline] sh 00:59:14 + docker inspect -f . ci-base-image-arm64 00:59:14 . [Pipeline] withDockerContainer 00:59:14 prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container 00:59:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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: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 00:59:16 $ docker top c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd -eo pid,comm 00:59: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 [Pipeline] { [Pipeline] sh 00:59:17 + go version 00:59:17 go version go1.15.5 linux/arm64 [Pipeline] } 00:59:17 $ docker stop --time=1 c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd 00:59:18 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:59: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 00:59:19 $ docker rm -f c600f16dba78034a2adc77ea66a998b5262f9181f2f988fffa279125342ad4fd 00:59:20 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:21 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 00:59:21 + docker inspect -f . ci-base-image-arm64 00:59:21 . [Pipeline] withDockerContainer 00:59:21 prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container 00:59:21 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:23 $ docker top 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda -eo pid,comm [Pipeline] { [Pipeline] } 00:59:23 $ docker stop --time=1 b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe 00:59:25 $ docker rm -f b51fa9e8bba33df43bb70548a8fe1e7d33339e2c6cce8cf0f468ee5eeaffa0fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo 00:59:25 ========================================================= 00:59:25 [edgeXBuildGoParallel] Running Tests and Build... 00:59:25 ========================================================= [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:59:26 + make test 00:59:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:27 00:59:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:59:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:27 latest: Pulling from edgex-devops/edgex-compose 00:59:27 cbdbe7a5bc2a: Pulling fs layer 00:59:27 ca9280d653b3: Pulling fs layer 00:59:27 7e9c9ca2126c: Pulling fs layer 00:59:27 cbdbe7a5bc2a: Verifying Checksum 00:59:27 cbdbe7a5bc2a: Download complete 00:59:27 cbdbe7a5bc2a: Pull complete 00:59:28 ca9280d653b3: Verifying Checksum 00:59:28 ca9280d653b3: Download complete 00:59:29 7e9c9ca2126c: Verifying Checksum 00:59:29 7e9c9ca2126c: Download complete 00:59:29 ca9280d653b3: Pull complete 00:59:35 7e9c9ca2126c: Pull complete 00:59:35 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:59:35 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 00:59:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:38 $ docker top e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e -eo pid,comm [Pipeline] { [Pipeline] sh 00:59:39 + docker-compose build --help 00:59:39 + grep parallel 00:59:40 --parallel Build images in parallel. [Pipeline] } 00:59:40 $ docker stop --time=1 e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e 00:59:41 $ docker rm -f e22b85c8180a1dfad1d328aed0468aa0e111984e8a3a654870ef2e4dbacd7a3e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:59:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:59:42 . [Pipeline] withDockerContainer 00:59:42 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 00:59:42 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:59:43 $ docker top 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 -eo pid,comm [Pipeline] { [Pipeline] sh 00:59:44 + docker-compose -f ./docker-compose-build.yml build --parallel 00:59:45 Building docker-core-command-go ... 00:59:45 Building docker-core-data-go ... 00:59:45 Building docker-core-metadata-go ... 00:59:45 Building docker-security-bootstrapper-go ... 00:59:45 Building docker-security-proxy-setup-go ... 00:59:45 Building docker-security-secretstore-setup-go ... 00:59:45 Building docker-support-notifications-go ... 00:59:45 Building docker-support-scheduler-go ... 00:59:45 Building docker-sys-mgmt-agent-go ... 00:59:45 Building docker-sys-mgmt-agent-go 00:59:45 Building docker-core-data-go 00:59:45 Building docker-support-scheduler-go 00:59:45 Building docker-support-notifications-go 00:59:45 Building docker-security-bootstrapper-go 00:59:48 ? github.com/edgexfoundry/edgex-go [no test files] 01:00:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:00:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:00:17 ---> 9f09717ff980 01:00:17 Step 3/23 : WORKDIR /edgex-go 01:00:17 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:00:17 Step 2/34 : FROM ${BUILDER_BASE} AS builder 01:00:17 ---> 9f09717ff980 01:00:17 Step 3/34 : WORKDIR /edgex-go 01:00:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:00:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:00:17 01:00:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:00:17 ---> 9f09717ff980 01:00:17 Step 3/22 : WORKDIR /edgex-go 01:00:17 ---> 9f09717ff980 01:00:17 Step 3/22 : WORKDIR /edgex-go 01:00:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:00:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:00:17 ---> 9f09717ff980 01:00:17 Step 3/26 : WORKDIR /edgex-go 01:00:17 ---> Running in c91ee882cc76 01:00:17 ---> Running in 70798c3313ed 01:00:17 ---> Running in ea79df3e5a8a 01:00:17 ---> Running in 7795735af31e 01:00:17 ---> Running in 8678b85803cf 01:00:18 Removing intermediate container 7795735af31e 01:00:18 ---> f4f61350734d 01:00:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:18 Removing intermediate container ea79df3e5a8a 01:00:18 ---> e747a0c0fddf 01:00:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:18 Removing intermediate container 70798c3313ed 01:00:18 ---> e6a97c085949 01:00:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:18 Removing intermediate container 8678b85803cf 01:00:18 ---> e269ad3908ed 01:00:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:18 Removing intermediate container c91ee882cc76 01:00:18 ---> f81117564a09 01:00:18 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:00:18 ---> Running in 05fe27767480 01:00:18 ---> Running in bb072e74932e 01:00:18 ---> Running in dce24779e7df 01:00:18 ---> Running in 4e1342fc48ec 01:00:18 ---> Running in eafb3c034c6b 01:00:20 Removing intermediate container bb072e74932e 01:00:20 ---> afd06474a8c5 01:00:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:00:20 ---> Running in caff45c36cb3 01:00:20 Removing intermediate container 05fe27767480 01:00:20 ---> 0cfa167b8658 01:00:20 Step 5/22 : RUN apk add --update --no-cache make git 01:00:20 Removing intermediate container 4e1342fc48ec 01:00:20 ---> dfb68a33149f 01:00:20 Step 5/26 : RUN apk add --update --no-cache make bash git 01:00:21 Removing intermediate container eafb3c034c6b 01:00:21 ---> 0245abc89cdf 01:00:21 Step 5/34 : RUN apk add --update --no-cache make git 01:00:21 Removing intermediate container dce24779e7df 01:00:21 ---> be366ea411b4 01:00:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:00:21 ---> Running in d680f4825dee 01:00:21 ---> Running in 44918ac34ed2 01:00:21 ---> Running in d296fe3a051a 01:00:21 ---> Running in 714557b16668 01:00:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:00:23 OK: 233 MiB in 51 packages 01:00:23 OK: 233 MiB in 51 packages 01:00:23 Removing intermediate container caff45c36cb3 01:00:23 ---> 18b9f48ba659 01:00:23 Step 6/23 : COPY go.mod . 01:00:23 OK: 233 MiB in 51 packages 01:00:23 OK: 233 MiB in 51 packages 01:00:23 ---> 176ee3f755e6 01:00:23 Step 7/23 : RUN go mod download 01:00:23 OK: 233 MiB in 51 packages 01:00:23 ---> Running in 0fc571cb1c05 01:00:24 Removing intermediate container 44918ac34ed2 01:00:24 ---> 07066dd0735a 01:00:24 Step 6/22 : COPY go.mod . 01:00:24 Removing intermediate container d680f4825dee 01:00:24 ---> 49a9d472a865 01:00:24 Step 6/26 : COPY go.mod . 01:00:24 Removing intermediate container 714557b16668 01:00:24 ---> 915ec60d1b85 01:00:24 Step 6/22 : COPY go.mod . 01:00:24 ---> 8e489ba33784 01:00:24 Step 7/22 : RUN go mod download 01:00:24 ---> Running in 178fe103a11d 01:00:24 Removing intermediate container d296fe3a051a 01:00:24 ---> 85596d64af07 01:00:24 Step 6/34 : COPY go.mod . 01:00:24 ---> 2c38a722ebea 01:00:24 Step 7/26 : RUN go mod download 01:00:25 ---> 9a99ccc78355 01:00:25 Step 7/22 : RUN go mod download 01:00:25 ---> Running in 5892b634eb9a 01:00:25 ---> Running in 10abf6eb9419 01:00:25 ---> 0c46c7d7e860 01:00:25 Step 7/34 : RUN go mod download 01:00:25 ---> Running in bd6c00f4f243 01:00:26 Removing intermediate container 0fc571cb1c05 01:00:26 ---> f4df87986bdc 01:00:26 Step 8/23 : COPY . . 01:00:26 Removing intermediate container 178fe103a11d 01:00:26 ---> bc7ec820d7fc 01:00:26 Step 8/22 : COPY . . 01:00:30 Removing intermediate container 10abf6eb9419 01:00:30 ---> f2897fc32dcd 01:00:30 Step 8/22 : COPY . . 01:00:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:00:36 Removing intermediate container bd6c00f4f243 01:00:36 ---> 8061d816495b 01:00:36 Step 8/34 : COPY . . 01:00:36 Removing intermediate container 5892b634eb9a 01:00:36 ---> bd1b436387d8 01:00:36 Step 8/26 : COPY . . 01:00:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:00:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:00:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:00:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:00:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:00:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:00:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:00:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:00:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:00:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:01:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:01:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.232s coverage: 46.6% of statements 01:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:01:08 ---> 89397a5e536d 01:01:08 Step 9/23 : RUN make cmd/core-data/core-data 01:01:08 ---> 72a15f6b8a5f 01:01:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:01:08 ---> Running in fae9c9d2333e 01:01:08 ---> Running in b0423db40a5e 01:01:08 ---> ed3985f13051 01:01:08 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:01:09 ---> 6770706668bf 01:01:09 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:01:09 ---> f57bc6c074a8 01:01:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:01:09 ---> Running in 7bdc89b182be 01:01:09 ---> Running in e1be64e2dc64 01:01:09 ---> Running in 0ddc07725bfa 01:01:10 Removing intermediate container e1be64e2dc64 01:01:10 ---> 2cab97ddd230 01:01:10 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:01:10 ---> Running in f0f09fb6a5ce 01:01:10 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:01:10 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:01: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:01:10 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:01:11 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:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.1% of statements 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:01:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.772s coverage: 82.3% of statements 01:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:01:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 92.8% of statements 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:01:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 43.8% of statements 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.113s coverage: 96.3% of statements 01:01:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 01:01:43 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:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.101s coverage: 94.4% of statements 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 01:01:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.4% of statements 01:01:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:01:45 + mkdir -p /tmp/build/dist/linux 01:01:45 + cd /tmp/build/dist/linux 01:01:45 + git clone https://github.com/jwilder/dockerize.git . 01:01:45 Cloning into '.'... 01:01:45 Removing intermediate container 7bdc89b182be 01:01:45 ---> 24ed99363893 01:01:45 01:01:45 Step 10/22 : FROM alpine:3.12 01:01:45 Removing intermediate container fae9c9d2333e 01:01:45 ---> 04e109d5a9c7 01:01:45 01:01:45 Step 10/22 : FROM alpine:3.12 01:01:45 Removing intermediate container 0ddc07725bfa 01:01:45 ---> 5f2addcdc86e 01:01:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:01:45 3.12: Pulling from library/alpine 01:01:45 3.12: Pulling from library/alpine 01:01:45 ---> Running in b1f663a3c5b3 01:01:45 + go get github.com/robfig/glock 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.644s coverage: 63.5% of statements 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:01:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements 01:01:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:01:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:01:46 Status: Downloaded newer image for alpine:3.12 01:01:46 ---> 389fef711851 01:01:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:01:46 Status: Downloaded newer image for alpine:3.12 01:01:46 ---> 389fef711851 01:01:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:01:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 01:01:46 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:01:47 ---> Running in 110be50121b7 01:01:47 ---> Running in 1d383d511b7b 01:01:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 01:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 01:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 01:01:48 Removing intermediate container b1f663a3c5b3 01:01:48 ---> 8aea7596fb2f 01:01:48 01:01:48 Step 11/26 : FROM docker:20.10.0 01:01:48 (1/1) Installing dumb-init (1.2.2-r1) 01:01:48 Executing busybox-1.31.1-r19.trigger 01:01:48 (1/2) Installing ca-certificates (20191127-r4) 01:01:48 OK: 6 MiB in 15 packages 01:01:48 20.10.0: Pulling from library/docker 01:01:48 (2/2) Installing dumb-init (1.2.2-r1) 01:01:48 Executing busybox-1.31.1-r19.trigger 01:01:48 Executing ca-certificates-20191127-r4.trigger 01:01:48 OK: 6 MiB in 16 packages 01:01:52 Removing intermediate container b0423db40a5e 01:01:52 ---> fe5465298229 01:01:52 01:01:52 Step 10/23 : FROM alpine:3.12 01:01:52 ---> 389fef711851 01:01:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:01:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 68.9% of statements 01:01:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:01:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:01:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:01:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:01:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements 01:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.638s coverage: 84.0% of statements 01:01:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 01:01:55 Removing intermediate container 110be50121b7 01:01:55 ---> 51c27ed2df59 01:01:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:01:55 ---> Running in 3b41c2035742 01:01:55 ---> Running in 1d1cbf1aba5f 01:01:55 Removing intermediate container 1d383d511b7b 01:01:55 ---> f46655113632 01:01:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:01:55 ---> Running in 99753a30d37e 01:01:55 Removing intermediate container 3b41c2035742 01:01:55 ---> 0467fca5cb96 01:01:55 Step 12/23 : ENV APP_PORT=48080 01:01:55 ---> Running in 4239cac651b8 01:01:55 Removing intermediate container 1d1cbf1aba5f 01:01:55 ---> 67fa2c7d4120 01:01:55 Step 13/22 : ENV APP_PORT=48085 01:01:55 ---> Running in fedc14b75b6e 01:01:55 Removing intermediate container 99753a30d37e 01:01:55 ---> 4688755ffc96 01:01:55 Step 13/22 : ENV APP_PORT=48060 01:01:55 Removing intermediate container 4239cac651b8 01:01:55 ---> 6f9f35b0b9ae 01:01:55 Step 13/23 : EXPOSE $APP_PORT 01:01:55 ---> Running in 7d87d91809dc 01:01:55 ---> Running in 70adf23ec501 01:01:55 Removing intermediate container fedc14b75b6e 01:01:55 ---> b0f000f610e7 01:01:55 Step 14/22 : EXPOSE $APP_PORT 01:01:56 ---> Running in 2a85a92d0b0a 01:01:56 + glock sync -n 01:01:56 Removing intermediate container 7d87d91809dc 01:01:56 ---> 8121f48dbf3a 01:01:56 Step 14/22 : EXPOSE $APP_PORT 01:01:56 Removing intermediate container 70adf23ec501 01:01:56 ---> 28728a36e1d4 01:01:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:01:57 ---> Running in e4b8ad8e7161 01:01:57 ---> Running in ad9303adabfb 01:01:57 Removing intermediate container 2a85a92d0b0a 01:01:57 ---> 2692981e2471 01:01:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:57 Removing intermediate container e4b8ad8e7161 01:01:57 ---> 567b459b9376 01:01:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:01:57 ---> f0c47101b38d 01:01:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:01:59 ---> 54239bf619dd 01:01:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> 0c037d30ed7c 01:01:59 01:01:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:01:59 ---> c74d1ccf4bf7 01:01:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:01:59 ---> Running in b7a59e55a4a5 01:01:59 Removing intermediate container ad9303adabfb 01:01:59 ---> 7da4fdbb16fc 01:01:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:01:59 ---> 20dad56066d3 01:01:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:01:59 ---> Running in 82b81db54c5e 01:01:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:01:59 Status: Downloaded newer image for docker:20.10.0 01:01:59 ---> aefe523efa57 01:01:59 Step 12/26 : RUN apk add --no-cache bash 01:01:59 Removing intermediate container b7a59e55a4a5 01:01:59 ---> 44587a2c6e8a 01:01:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:00 ---> Running in 86a6ca0bfff4 01:02:00 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 01:02:00 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 01:02:00 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 01:02:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.366s coverage: 47.1% of statements 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:02:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:02:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 01:02:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:02:01 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 01:02:01 + git describe '--abbrev=0' --tags 01:02:01 + TAG=v0.6.1 01:02:01 + LDFLAGS='-X main.buildVersion=v0.6.1' 01:02:01 + apk --print-arch 01:02:01 building [dockerize] for amd64 ... 01:02:01 + arch=x86_64 01:02:01 + echo 'building [dockerize] for amd64 ... ' 01:02:01 + 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:02:01  ---> eb2b75db7d93 01:02:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:02:01 ---> Running in 51ba8995448d 01:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:02 ---> Running in 2c785081a817 01:02:03 (1/6) Installing dumb-init (1.2.2-r1) 01:02:03 (2/6) Installing libgcc (9.3.0-r2) 01:02:03 (3/6) Installing libsodium (1.0.18-r0) 01:02:03 (4/6) Installing libstdc++ (9.3.0-r2) 01:02:03 Removing intermediate container 51ba8995448d 01:02:03 ---> e3a363e13748 01:02:03 Step 20/22 : LABEL arch=x86_64 01:02:03 (5/6) Installing libzmq (4.3.3-r0) 01:02:03 (6/6) Installing zeromq (4.3.3-r0) 01:02:04 Executing busybox-1.31.1-r19.trigger 01:02:04 OK: 8 MiB in 20 packages 01:02:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:04 ---> Running in 8ba38b8e3f32 01:02:04 Removing intermediate container 2c785081a817 01:02:04 ---> 127d895b35a0 01:02:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:04 ---> Running in b82ac4d2dbde 01:02:04 Removing intermediate container 8ba38b8e3f32 01:02:04 ---> 407625eab246 01:02:04 Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:02:04 (1/2) Installing readline (8.0.4-r0) 01:02:04 (2/2) Installing bash (5.0.17-r0) 01:02:04 Executing bash-5.0.17-r0.post-install 01:02:04 Executing busybox-1.31.1-r19.trigger 01:02:04 OK: 12 MiB in 22 packages 01:02:04 ---> Running in e4b7cda818b6 01:02:05 Removing intermediate container b82ac4d2dbde 01:02:05 ---> d88aa964ff6d 01:02:05 Step 20/22 : LABEL arch=x86_64 01:02:05 ---> Running in 018fe590b31e 01:02:05 Removing intermediate container e4b7cda818b6 01:02:05 ---> 3eed930a9c8f 01:02:05 Step 22/22 : LABEL version=0.0.0 01:02:05 Removing intermediate container 82b81db54c5e 01:02:05 ---> e262afd989db 01:02:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.867s coverage: 29.1% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:02:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:02:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 01:02:05 ---> Running in 42a23e4a340d 01:02:05 Removing intermediate container 018fe590b31e 01:02:05 ---> f6f120b6a09e 01:02:05 Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:02:05 Removing intermediate container 86a6ca0bfff4 01:02:05 ---> 4ad8dce2efce 01:02:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:02:05 ---> Running in 1a00a0c9b588 01:02:06 ---> Running in 51aca6028a86 01:02:06 ---> 9a7caf619786 01:02:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:02:06 Removing intermediate container 42a23e4a340d 01:02:06 ---> b5aee88b78c1 01:02:06 01:02:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 01:02:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 01:02:07 Removing intermediate container 1a00a0c9b588 01:02:07 ---> 07265b825e2f 01:02:07 Step 22/22 : LABEL version=0.0.0 01:02:07 Successfully built b5aee88b78c1 01:02:07 GO111MODULE=on go vet ./... 01:02:07 Successfully tagged docker-support-scheduler-go:latest 01:02:07 Building docker-core-command-go 01:02:07  Building docker-support-scheduler-go ... done  ---> Running in 463d95f7f87c 01:02:07 Removing intermediate container 51aca6028a86 01:02:07 ---> 10d2f9e506a0 01:02:07 Step 14/26 : ENV APP_PORT=48090 01:02:07 ---> e1ec8f47f0ee 01:02:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:02:07 ---> Running in 3b5e23610dcf 01:02:07 Removing intermediate container 463d95f7f87c 01:02:07 ---> bd4867a6af11 01:02:07 01:02:09 Successfully built bd4867a6af11 01:02:10 Successfully tagged docker-support-notifications-go:latest 01:02:10 Building docker-security-secretstore-setup-go 01:02:12  Building docker-support-notifications-go ... done Removing intermediate container 3b5e23610dcf 01:02:12 ---> 1f974312279b 01:02:12 Step 15/26 : EXPOSE $APP_PORT 01:02:16 ---> 9b689ea51c70 01:02:16 Step 19/23 : ENTRYPOINT ["/core-data"] 01:02:16 ---> Running in 13580cf45924 01:02:16 ---> Running in 70d62941977c 01:02:20 Removing intermediate container 70d62941977c 01:02:20 ---> bcf2e878f7c8 01:02:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:02:21 Removing intermediate container 13580cf45924 01:02:21 ---> c7b5c7bc903d 01:02:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:02:28 ---> Running in f5dcc77312a2 01:02:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:28 ---> 9f09717ff980 01:02:28 Step 3/23 : WORKDIR /edgex-go 01:02:28 ---> Using cache 01:02:28 ---> f81117564a09 01:02:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:28 ---> Using cache 01:02:28 ---> 0245abc89cdf 01:02:28 Step 5/23 : RUN apk add --update --no-cache make git 01:02:28 ---> Using cache 01:02:28 ---> 85596d64af07 01:02:28 Step 6/23 : COPY go.mod . 01:02:28 ---> Using cache 01:02:28 ---> 0c46c7d7e860 01:02:28 Step 7/23 : RUN go mod download 01:02:28 ---> Using cache 01:02:28 ---> 8061d816495b 01:02:28 Step 8/23 : COPY . . 01:02:28 ---> Using cache 01:02:28 ---> 6770706668bf 01:02:28 Step 9/23 : RUN make cmd/core-command/core-command 01:02:28 ---> 9f5693099836 01:02:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:02:28 ---> Running in e4971db31cd7 01:02:28 Removing intermediate container f5dcc77312a2 01:02:28 ---> 1460b3e4025c 01:02:28 Step 21/23 : LABEL arch=x86_64 01:02:29 ---> Running in 4739ca0098ec 01:02:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:02:29 ---> 9f09717ff980 01:02:29 Step 3/24 : WORKDIR /edgex-go 01:02:29 ---> Using cache 01:02:29 ---> f81117564a09 01:02:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:29 ---> Using cache 01:02:29 ---> 0245abc89cdf 01:02:29 Step 5/24 : RUN apk add --update --no-cache make git 01:02:29 ---> Using cache 01:02:29 ---> 85596d64af07 01:02:29 Step 6/24 : COPY go.mod . 01:02:29 ---> Using cache 01:02:29 ---> 0c46c7d7e860 01:02:29 Step 7/24 : RUN go mod download 01:02:29 ---> Using cache 01:02:29 ---> 8061d816495b 01:02:29 Step 8/24 : COPY . . 01:02:29 ---> Using cache 01:02:29 ---> 6770706668bf 01:02:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:02:30 ---> f6b643e1aaac 01:02:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:02:30 ---> Running in 818f68260159 01:02:30 + date 01:02:30 Thu Jan 28 01:02:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 01:02:30 + echo 'Thu Jan 28 01:02:30 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 01:02:30 Removing intermediate container 4739ca0098ec 01:02:30 ---> afbe695e17a4 01:02:30 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:02:30 ---> Running in 38c0938497f8 01:02:30 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:02:30 ---> de14c28eecdd 01:02:30 Step 19/26 : RUN apk --no-cache add py3-pip 01:02:31 ---> Running in 6825b9162e97 01:02:31 Removing intermediate container 38c0938497f8 01:02:31 ---> 502fb07acb1f 01:02:31 Step 23/23 : LABEL version=0.0.0 01:02:31 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:02:31 ---> Running in 086a41ead640 01:02:31 Removing intermediate container 086a41ead640 01:02:31 ---> c1e8fa5f268c 01:02:31 01:02:32 Successfully built c1e8fa5f268c 01:02:32 Successfully tagged docker-core-data-go:latest 01:02:32 Building docker-security-proxy-setup-go 01:02:32  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:02:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:02:32 (1/33) Installing libbz2 (1.0.8-r1) 01:02:32 (2/33) Installing expat (2.2.9-r1) 01:02:32 (3/33) Installing libffi (3.3-r2) 01:02:32 (4/33) Installing gdbm (1.13-r1) 01:02:32 (5/33) Installing xz-libs (5.2.5-r0) 01:02:32 (6/33) Installing sqlite-libs (3.32.1-r0) 01:02:32 (7/33) Installing python3 (3.8.5-r0) 01:02:43 (8/33) Installing py3-appdirs (1.4.4-r1) 01:02:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:02:43 (10/33) Installing py3-parsing (2.4.7-r0) 01:02:43 (11/33) Installing py3-six (1.15.0-r0) 01:02:43 (12/33) Installing py3-packaging (20.4-r0) 01:02:43 (13/33) Installing py3-setuptools (47.0.0-r0) 01:02:43 (14/33) Installing py3-chardet (3.0.4-r4) 01:02:43 (15/33) Installing py3-idna (2.9-r0) 01:02:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:02:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:02:43 (18/33) Installing py3-requests (2.23.0-r0) 01:02:43 (19/33) Installing py3-msgpack (1.0.0-r0) 01:02:43 (20/33) Installing py3-lockfile (0.12.2-r3) 01:02:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:02:44 (22/33) Installing py3-colorama (0.4.3-r0) 01:02:45 (23/33) Installing py3-distlib (0.3.0-r0) 01:02:45 (24/33) Installing py3-distro (1.5.0-r1) 01:02:46 (25/33) Installing py3-webencodings (0.5.1-r3) 01:02:46 (26/33) Installing py3-html5lib (1.0.1-r4) 01:02:46 (27/33) Installing py3-pytoml (0.1.21-r0) 01:02:46 (28/33) Installing py3-pep517 (0.8.2-r0) 01:02:46 (29/33) Installing py3-progress (1.5-r0) 01:02:46 (30/33) Installing py3-toml (0.10.1-r0) 01:02:46 (31/33) Installing py3-retrying (1.3.3-r0) 01:02:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:02:46 (33/33) Installing py3-pip (20.1.1-r0) 01:02:47 Executing busybox-1.31.1-r19.trigger 01:02:47 OK: 71 MiB in 55 packages 01:02:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:02:55 ---> 9f09717ff980 01:02:55 Step 3/21 : WORKDIR /edgex-go 01:02:55 ---> Using cache 01:02:55 ---> f81117564a09 01:02:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:55 ---> Using cache 01:02:55 ---> 0245abc89cdf 01:02:55 Step 5/21 : RUN apk add --update --no-cache make git 01:02:55 ---> Using cache 01:02:55 ---> 85596d64af07 01:02:55 Step 6/21 : COPY go.mod . 01:02:55 ---> Using cache 01:02:55 ---> 0c46c7d7e860 01:02:55 Step 7/21 : RUN go mod download 01:02:55 ---> Using cache 01:02:55 ---> 8061d816495b 01:02:55 Step 8/21 : COPY . . 01:02:55 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:02:55 ---> Using cache 01:02:55 ---> 6770706668bf 01:02:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:02:56 ---> Running in ea7ff4a59e60 01:02:56 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:02 Removing intermediate container f0f09fb6a5ce 01:03:02 ---> 797bdc69cc68 01:03:02 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:03:04 ---> Running in 4d6f2652f10b 01:03:04 Removing intermediate container e4971db31cd7 01:03:04 ---> abe98967411a 01:03:04 01:03:04 Step 10/23 : FROM alpine:3.12 01:03:04 ---> 389fef711851 01:03:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:03:04 ---> Using cache 01:03:04 ---> 51c27ed2df59 01:03:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:04 ---> Using cache 01:03:04 ---> 67fa2c7d4120 01:03:04 Step 13/23 : ENV APP_PORT=48082 01:03:07 Removing intermediate container 6825b9162e97 01:03:07 ---> aaa57ee2400c 01:03:07 Step 20/26 : RUN pip install docker-compose==1.23.2 01:03:07 ---> Running in cce62d8bf056 01:03:07 Removing intermediate container 818f68260159 01:03:07 ---> ad1f141c69c2 01:03:07 01:03:07 Step 10/24 : FROM alpine:3.12 01:03:07 ---> 389fef711851 01:03:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:03:07 ---> Running in 4ff1e8036994 01:03:07 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 01:03:07 statically linked 01:03:07 ---> Running in 4a768ef4300c 01:03:07 Removing intermediate container cce62d8bf056 01:03:07 ---> a30503a9c344 01:03:07 Step 14/23 : EXPOSE $APP_PORT 01:03:10 ---> Running in 48450ff8042b 01:03:10 Removing intermediate container 48450ff8042b 01:03:10 ---> 2478018d003b 01:03:10 Step 15/23 : WORKDIR / 01:03:10 ---> Running in 377a80251a86 01:03:10 Removing intermediate container 4d6f2652f10b 01:03:10 ---> 2f806e7d9ce2 01:03:10 01:03:10 Step 12/34 : FROM alpine:3.12 01:03:10 ---> 389fef711851 01:03:10 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:10 ---> Running in 515ade2af273 01:03:10 Removing intermediate container 377a80251a86 01:03:10 ---> 71dc406ead9d 01:03:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:11 Removing intermediate container 515ade2af273 01:03:11 ---> 50ea7997b6b4 01:03:11 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:03:11 ---> 9c00ae786b4e 01:03:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:03:11 (1/5) Installing ca-certificates (20191127-r4) 01:03:11 ---> Running in 5873c061755a 01:03:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:03:11 (3/5) Installing libcurl (7.69.1-r3) 01:03:11 (4/5) Installing curl (7.69.1-r3) 01:03:11 (5/5) Installing dumb-init (1.2.2-r1) 01:03:11 Executing busybox-1.31.1-r19.trigger 01:03:11 Executing ca-certificates-20191127-r4.trigger 01:03:11 Collecting docker-compose==1.23.2 01:03:11 OK: 7 MiB in 19 packages 01:03:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:03:12 Collecting websocket-client<1.0,>=0.32.0 01:03:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:03:12 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:12 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:03:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:12 (1/3) Installing dumb-init (1.2.2-r1) 01:03:12 (2/3) Installing openssl (1.1.1i-r0) 01:03:12 (3/3) Installing su-exec (0.2-r1) 01:03:12 Executing busybox-1.31.1-r19.trigger 01:03:12 OK: 6 MiB in 17 packages 01:03:12 Collecting dockerpty<0.5,>=0.4.1 01:03:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:03:12 ---> 804709461d49 01:03:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:03:13 Removing intermediate container 4a768ef4300c 01:03:13 ---> a77d6f01e16e 01:03:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:03:13 Collecting jsonschema<3,>=2.5.1 01:03:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:03:13 ---> c9fc95c64f8e 01:03:13 Step 19/23 : ENTRYPOINT ["/core-command"] 01:03:13 ---> Running in 49cf60f73493 01:03:13 Removing intermediate container 5873c061755a 01:03:13 ---> 41f3a79bfc29 01:03:13 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 01:03:14 ---> Running in 020ab5dd1814 01:03:14 ---> Running in fcfd78cce05d 01:03:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:03:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:03:14 Removing intermediate container 49cf60f73493 01:03:14 ---> db4a109aa957 01:03:14 Step 13/24 : WORKDIR / 01:03:14 Collecting cached-property<2,>=1.2.0 01:03:14 Removing intermediate container 020ab5dd1814 01:03:14 ---> 5f1e1acec026 01:03:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:03:14 Removing intermediate container fcfd78cce05d 01:03:14 ---> c073def4e638 01:03:14 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:03:14 ---> Running in 3347c0a2a564 01:03:14 ---> Running in 427e35f56159 01:03:14 Collecting docker<4.0,>=3.6.0 01:03:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:03:14 ---> Running in 917bac2a7629 01:03:14 Collecting texttable<0.10,>=0.9.0 01:03:14 Downloading texttable-0.9.1.tar.gz (11 kB) 01:03:15 Removing intermediate container 3347c0a2a564 01:03:15 ---> 2e5aad7517de 01:03:15 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:03:15 gofmt -l . 01:03:15 Removing intermediate container 427e35f56159 01:03:15 ---> d1f8d6a3a4d4 01:03:15 Step 21/23 : LABEL arch=x86_64 01:03:15 Removing intermediate container 917bac2a7629 01:03:15 ---> 862cd9b82532 01:03:15 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:03:16 Collecting docopt<0.7,>=0.6.1 01:03:16 Downloading docopt-0.6.2.tar.gz (25 kB) 01:03:16 ---> Running in e86d12e85c84 01:03:16 [ "`gofmt -l .`" = "" ] 01:03:17 ---> Running in 175df6686df0 01:03:17 Collecting PyYAML<4,>=3.10 01:03:17 Downloading PyYAML-3.13.tar.gz (270 kB) 01:03:17 ---> ddafb4716608 01:03:17 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:03:17 Removing intermediate container ea7ff4a59e60 01:03:17 ---> 7b4fd11951d9 01:03:17 01:03:17 Step 10/21 : FROM alpine:3.12 01:03:17 ---> 389fef711851 01:03:17 Step 11/21 : RUN apk add --update --no-cache curl 01:03:17 Removing intermediate container e86d12e85c84 01:03:17 ---> 05bca5de5321 01:03:17 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:17 ---> Running in 7648e154c2ba 01:03:18 ---> Running in e91aa3b796a2 01:03:18 Collecting urllib3<1.25,>=1.21.1 01:03:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:03:18 ---> c6f378749580 01:03:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:03:18 Collecting idna<2.8,>=2.5 01:03:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:03:18 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:03:19 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:03:19 Collecting docker-pycreds>=0.4.0 01:03:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:03:19 Removing intermediate container e91aa3b796a2 01:03:19 ---> e7759d921c8e 01:03:19 Step 23/23 : LABEL version=0.0.0 01:03:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:03:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:03:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:03:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:19 ---> b3849ca4bf1b 01:03:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:03:19 ---> Running in 8f48f2020b10 01:03:19 Installing collected packages: websocket-client, dockerpty, jsonschema, urllib3, idna, requests, cached-property, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose 01:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:19 ./bin/test-go-mod-tidy.sh 01:03:19 (1/4) Installing ca-certificates (20191127-r4) 01:03:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:03:19 (3/4) Installing libcurl (7.69.1-r3) 01:03:19 (4/4) Installing curl (7.69.1-r3) 01:03:19 Executing busybox-1.31.1-r19.trigger 01:03:19 Executing ca-certificates-20191127-r4.trigger 01:03:19 OK: 7 MiB in 18 packages 01:03:19 ./bin/test-attribution-txt.sh 01:03:19 Running setup.py install for dockerpty: started 01:03:20 Running setup.py install for dockerpty: finished with status 'done' 01:03:20 Removing intermediate container 8f48f2020b10 01:03:20 ---> c757fe79a6dc 01:03:20 01:03:21 Successfully built c757fe79a6dc 01:03:21 ---> 0c532175f6be 01:03:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:03:21 Attempting uninstall: urllib3 01:03:21 Found existing installation: urllib3 1.25.9 01:03:21 Uninstalling urllib3-1.25.9: 01:03:21 Successfully tagged docker-core-command-go:latest 01:03:21 Building docker-core-metadata-go 01:03:21  Building docker-core-command-go ... done  Successfully uninstalled urllib3-1.25.9 [Pipeline] sh 01:03:21 Removing intermediate container 175df6686df0 01:03:21 ---> 0b62ddbd6b10 01:03:21 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 01:03:21 + ls -al . 01:03:21 total 696 01:03:21 drwxrwxr-x 9 1001 1001 4096 Jan 28 01:03 . 01:03:21 drwxr-xr-x 4 root root 4096 Jan 28 00:59 .. 01:03:21 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:57 .dockerignore 01:03:21 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 .git 01:03:21 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:57 .github 01:03:21 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:57 .gitignore 01:03:21 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:57 .sonarcloud.properties 01:03:21 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:57 Attribution.txt 01:03:21 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:57 CONTRIBUTING.md 01:03:21 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:57 Dockerfile.build 01:03:21 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:57 Jenkinsfile 01:03:21 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:57 LICENSE 01:03:21 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:57 Makefile 01:03:21 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:57 README.md 01:03:21 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:57 SECURITY.md 01:03:21 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION 01:03:21 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:57 ZMQWindows.md 01:03:21 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:57 bin 01:03:21 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:57 cmd 01:03:21 -rw-r--r-- 1 root root 564700 Jan 28 01:02 coverage.out 01:03:21 -rw-r--r-- 1 root root 1053 Jan 28 01:03 go.mod 01:03:21 -rw-r--r-- 1 root root 19190 Jan 28 01:03 go.sum 01:03:21 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 internal 01:03:21 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 openapi 01:03:21 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 snap 01:03:21 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:57 version.go [Pipeline] sh 01:03:22 + '[' -e coverage.out ] 01:03:22 + chown 1001:1001 coverage.out [Pipeline] stash 01:03:22 Warning: overwriting stash ‘coverage-report’ 01:03:23 Stashed 1 file(s) [Pipeline] sh 01:03:24 + make build 01:03:24 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:25 Attempting uninstall: idna 01:03:25 Found existing installation: idna 2.9 01:03:25 Uninstalling idna-2.9: 01:03:25 Successfully uninstalled idna-2.9 01:03:25 ---> Running in 0e325d4e31f9 01:03:28 Attempting uninstall: requests 01:03:28 Found existing installation: requests 2.23.0 01:03:28 Uninstalling requests-2.23.0: 01:03:28 Successfully uninstalled requests-2.23.0 01:03:28 Removing intermediate container 7648e154c2ba 01:03:28 ---> 1a358fe991c1 01:03:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:03:28 ---> c375eedc1235 01:03:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:03:31 ---> Running in fd9f07a9eda7 01:03:31 Removing intermediate container 0e325d4e31f9 01:03:31 ---> 6ac35171e9fb 01:03:31 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 01:03:31 ---> 392974324060 01:03:31 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:03:31 Running setup.py install for texttable: started 01:03:32 Removing intermediate container fd9f07a9eda7 01:03:32 ---> e68b3845b4b1 01:03:32 Step 13/21 : WORKDIR /edgex 01:03:32 Running setup.py install for texttable: finished with status 'done' 01:03:32 Running setup.py install for docopt: started 01:03:33 ---> Running in c0fa44a0109a 01:03:33 Running setup.py install for docopt: finished with status 'done' 01:03:33 Running setup.py install for PyYAML: started 01:03:33 ---> Running in 95ad94068eb4 01:03:34 Running setup.py install for PyYAML: finished with status 'done' 01:03:34 ---> b94eb970a5fb 01:03:34 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:03:36 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: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:03:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:36 ---> 9f09717ff980 01:03:36 Step 3/23 : WORKDIR /edgex-go 01:03:36 ---> Using cache 01:03:36 ---> f81117564a09 01:03:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:36 ---> Using cache 01:03:36 ---> 0245abc89cdf 01:03:36 Step 5/23 : RUN apk add --update --no-cache make git 01:03:36 ---> Using cache 01:03:36 ---> 85596d64af07 01:03:36 Step 6/23 : COPY go.mod . 01:03:36 ---> Using cache 01:03:36 ---> 0c46c7d7e860 01:03:36 Step 7/23 : RUN go mod download 01:03:36 ---> Using cache 01:03:36 ---> 8061d816495b 01:03:36 Step 8/23 : COPY . . 01:03:37 ---> Using cache 01:03:37 ---> 6770706668bf 01:03:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:03:37 ---> 6dadc7af519a 01:03:37 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:03:37 Removing intermediate container 95ad94068eb4 01:03:37 ---> 848bef5ea710 01:03:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:03:37 ---> Running in da8a3991aae7 01:03:37 ---> Running in 5f3d181822a8 01:03:39 ---> df368913e50e 01:03:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:03:39 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:39 Removing intermediate container c0fa44a0109a 01:03:39 ---> 8305d8423fc8 01:03:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:03:39 ---> Running in 2bac32c764af 01:03:40 ---> d7cd27e4f947 01:03:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:03:42 Removing intermediate container 2bac32c764af 01:03:42 ---> 62c84a27419c 01:03:42 Step 22/24 : LABEL arch=x86_64 01:03:42 ---> Running in d9648b6ebaf3 01:03:42 ---> 1727e9933b9b 01:03:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:03:42 Removing intermediate container 4ff1e8036994 01:03:42 ---> fd2570b08ba1 01:03:42 Step 21/26 : RUN apk --no-cache add curl 01:03:42 ---> Running in ca08adafad64 01:03:42 ---> Running in 56dcfa35f93c 01:03:42 Removing intermediate container 5f3d181822a8 01:03:42 ---> eb7e2a6559ec 01:03:42 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:42 Removing intermediate container d9648b6ebaf3 01:03:42 ---> ceea62eddc2b 01:03:42 Step 23/24 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:42 Removing intermediate container ca08adafad64 01:03:42 ---> 7fc3c3e9d0b5 01:03:42 Step 18/21 : CMD ["--init=true"] 01:03:42 ---> Running in 6589b49eb6e3 01:03:43 ---> Running in c19e328d2be4 01:03:43 ---> 8a368d19f763 01:03:43 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:03:43 Removing intermediate container 6589b49eb6e3 01:03:43 ---> 428180104c6c 01:03:43 Step 24/24 : LABEL version=0.0.0 01:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:43 ---> Running in 636524396b38 01:03:43 Removing intermediate container c19e328d2be4 01:03:43 ---> eac6cef47d6b 01:03:43 Step 19/21 : LABEL arch=x86_64 01:03:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:03:44 (2/3) Installing libcurl (7.69.1-r3) 01:03:44 (3/3) Installing curl (7.69.1-r3) 01:03:44 Executing busybox-1.31.1-r19.trigger 01:03:44 OK: 72 MiB in 58 packages 01:03:44 ---> Running in 9ed91d3bb84d 01:03:44 Removing intermediate container 636524396b38 01:03:44 ---> 8f15e8cef180 01:03:44 01:03:44 ---> b74e5e933467 01:03:44 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:03:44 Removing intermediate container 9ed91d3bb84d 01:03:44 ---> c0fad0ef9cbc 01:03:44 Step 20/21 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:44 Successfully built 8f15e8cef180 01:03:44 ---> Running in 091489adc870 01:03:44 Successfully tagged docker-security-secretstore-setup-go:latest 01:03:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 091489adc870 01:03:44 ---> b7c2ab5753ef 01:03:44 Step 21/21 : LABEL version=0.0.0 01:03:44 ---> eaa23df4593b 01:03:44 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:03:45 ---> Running in 99f8a58c34e7 01:03:45 Removing intermediate container 56dcfa35f93c 01:03:45 ---> 29390f6e73a8 01:03:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:03:45 ---> Running in 69398ae94022 01:03:45 Removing intermediate container 99f8a58c34e7 01:03:45 ---> 50b03f4557f1 01:03:45 01:03:46 Successfully built 50b03f4557f1 01:03:46 Removing intermediate container 69398ae94022 01:03:46 ---> c9f5280c28f4 01:03:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:46 Successfully tagged docker-security-proxy-setup-go:latest 01:03:46  Building docker-security-proxy-setup-go ... done  ---> fab66ad8b192 01:03:46 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:03:46 ---> Running in f92db0b616c6 01:03:46 Removing intermediate container f92db0b616c6 01:03:46 ---> 97413d0e1e6a 01:03:46 Step 24/26 : LABEL arch=x86_64 01:03:46 ---> Running in 9e0fa9d1962e 01:03:46 ---> aec8e35c9061 01:03:46 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 01:03:47 ---> Running in e920dd45cd7b 01:03:47 Removing intermediate container 9e0fa9d1962e 01:03:47 ---> 482c268f1491 01:03:47 Step 25/26 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:47 ---> Running in 34395e5190a2 01:03:47 Removing intermediate container e920dd45cd7b 01:03:47 ---> 7dea42bd555b 01:03:47 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:03:47 Removing intermediate container 34395e5190a2 01:03:47 ---> 699e84e6fe52 01:03:47 Step 26/26 : LABEL version=0.0.0 01:03:48 ---> Running in b982409a30b8 01:03:48 ---> a0ff233a82ac 01:03:48 Step 29/34 : RUN chmod +x /entrypoint.sh 01:03:48 Removing intermediate container b982409a30b8 01:03:48 ---> a5379d7fa5f2 01:03:48 01:03:48 ---> Running in 2c57ced2237d 01:03:49 Successfully built a5379d7fa5f2 01:03:49 Successfully tagged docker-sys-mgmt-agent-go:latest 01:03:51  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2c57ced2237d 01:03:51 ---> 7378e2a71d68 01:03:51 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 01:03:51 ---> Running in dec7b4f66d8f 01:03:51 Removing intermediate container dec7b4f66d8f 01:03:51 ---> 4b2633073371 01:03:51 Step 31/34 : CMD ["gate"] 01:03:51 ---> Running in 7e9be04be665 01:03:51 Removing intermediate container 7e9be04be665 01:03:51 ---> 0110f2e07c14 01:03:51 Step 32/34 : LABEL arch=x86_64 01:03:51 ---> Running in 6e8d64dcf084 01:03:52 Removing intermediate container 6e8d64dcf084 01:03:52 ---> 4013bff652f3 01:03:52 Step 33/34 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:52 ---> Running in 6a9f4ae500dd 01:03:53 Removing intermediate container 6a9f4ae500dd 01:03:53 ---> a4c81c0fa6aa 01:03:53 Step 34/34 : LABEL version=0.0.0 01:03:53 ---> Running in 305cef7fa170 01:03:53 Removing intermediate container 305cef7fa170 01:03:53 ---> 2939650496a0 01:03:53 01:03:53 Successfully built 2939650496a0 01:03:53 Successfully tagged docker-security-bootstrapper-go:latest 01:03:55  Building docker-security-bootstrapper-go ... done Removing intermediate container da8a3991aae7 01:03:55 ---> 3723ce2a48ae 01:03:55 01:03:55 Step 10/23 : FROM alpine:3.12 01:03:55 ---> 389fef711851 01:03:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:03:55 ---> Using cache 01:03:55 ---> 51c27ed2df59 01:03:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:03:55 ---> Using cache 01:03:55 ---> 67fa2c7d4120 01:03:55 Step 13/23 : ENV APP_PORT=48081 01:03:55 ---> Running in 1f7c9e10e114 01:03:55 Removing intermediate container 1f7c9e10e114 01:03:55 ---> 7ebc364bc529 01:03:55 Step 14/23 : EXPOSE $APP_PORT 01:03:55 ---> Running in cda4972b3e62 01:03:56 Removing intermediate container cda4972b3e62 01:03:56 ---> c1c16f4d133c 01:03:56 Step 15/23 : WORKDIR / 01:03:56 ---> Running in 50cba436c070 01:03:56 Removing intermediate container 50cba436c070 01:03:56 ---> 5766f16a903f 01:03:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:03:56 ---> b2b8ad9849d1 01:03:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:03:57 ---> c1d7f751ebe1 01:03:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:03:57 ---> f6840c7ccfcc 01:03:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:03:57 ---> Running in 59d127ec444b 01:03:57 Removing intermediate container 59d127ec444b 01:03:57 ---> 5d6f93317bdc 01:03:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:03:57 ---> Running in e14d148c8e55 01:03:57 Removing intermediate container e14d148c8e55 01:03:57 ---> f301ae07f7aa 01:03:57 Step 21/23 : LABEL arch=x86_64 01:03:57 ---> Running in dc1701739863 01:03:58 Removing intermediate container dc1701739863 01:03:58 ---> 483218385655 01:03:58 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:03:58 ---> Running in 41959c6845e1 01:03:58 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:58 Removing intermediate container 41959c6845e1 01:03:58 ---> 2b548f4d25d1 01:03:58 Step 23/23 : LABEL version=0.0.0 01:03:58 ---> Running in ef86fc61b7f1 01:03:58 Removing intermediate container ef86fc61b7f1 01:03:58 ---> a2826e74dbaa 01:03:58 01:03:58 Successfully built a2826e74dbaa 01:03:58 Successfully tagged docker-core-metadata-go:latest 01:03:59  Building docker-core-metadata-go ... done  [Pipeline] } 01:03:59 $ docker stop --time=1 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 01:04:00 $ docker rm -f 23a19d7324d56418f22dc23856f78929d131083100a582de1aa58fbcbbc6d218 [Pipeline] // withDockerContainer [Pipeline] sh 01:04:01 + docker images 01:04:01 + grep docker 01:04:01 docker-core-metadata-go latest a2826e74dbaa 3 seconds ago 18.8MB 01:04:01 docker-security-bootstrapper-go latest 2939650496a0 8 seconds ago 33.5MB 01:04:01 docker-sys-mgmt-agent-go latest a5379d7fa5f2 13 seconds ago 313MB 01:04:01 docker-security-proxy-setup-go latest 50b03f4557f1 16 seconds ago 24.4MB 01:04:01 docker-security-secretstore-setup-go latest 8f15e8cef180 18 seconds ago 24.6MB 01:04:01 docker-core-command-go latest c757fe79a6dc 42 seconds ago 16.3MB 01:04:01 docker-core-data-go latest c1e8fa5f268c About a minute ago 22.3MB 01:04:01 docker-support-notifications-go latest bd4867a6af11 About a minute ago 16.9MB 01:04:01 docker-support-scheduler-go latest b5aee88b78c1 About a minute ago 16.4MB 01:04:01 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 01:04:03 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:04:07 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:08 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:04:13 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:04:17 Still waiting to schedule task 01:04:17 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 01:04:20 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:04:24 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:29 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:32 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:36 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:40 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] } 01:04:47 $ docker stop --time=1 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda 01:04:49 $ docker rm -f 6fd3bdbacb38d98b09339b8e57caa360de0179b5f7023b9f92979c4aa32e4eda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:04:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:52 01:04:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:04:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:04:52 latest: Pulling from edgex-devops/edgex-compose-arm64 01:04:52 29e5d40040c1: Pulling fs layer 01:04:52 1ce36da41761: Pulling fs layer 01:04:52 25b303627fd3: Pulling fs layer 01:04:52 29e5d40040c1: Verifying Checksum 01:04:52 29e5d40040c1: Download complete 01:04:53 1ce36da41761: Verifying Checksum 01:04:53 1ce36da41761: Download complete 01:04:53 29e5d40040c1: Pull complete 01:04:54 1ce36da41761: Pull complete 01:04:55 25b303627fd3: Verifying Checksum 01:04:55 25b303627fd3: Download complete 01:05:05 25b303627fd3: Pull complete 01:05:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:05:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:05:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:05:05 prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container 01:05:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:05:08 $ docker top 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:09 + + docker-composegrep build parallel --help 01:05:09 01:05:12 --parallel Build images in parallel. [Pipeline] } 01:05:12 $ docker stop --time=1 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 01:05:14 $ docker rm -f 55dfc6f48ee6518dfdb709bf7dc08571e7f3a415fa584f750c030dd7abe63fe3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:05:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:05:15 . [Pipeline] withDockerContainer 01:05:15 prd-ubuntu18.04-docker-arm64-4c-16g-23617 does not seem to be running inside a container 01:05:16 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:05:17 $ docker top c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:18 + docker-compose -f ./docker-compose-build.yml build --parallel 01:05:22 Building docker-core-command-go ... 01:05:22 Building docker-core-data-go ... 01:05:22 Building docker-core-metadata-go ... 01:05:22 Building docker-security-bootstrapper-go ... 01:05:22 Building docker-security-proxy-setup-go ... 01:05:22 Building docker-security-secretstore-setup-go ... 01:05:22 Building docker-support-notifications-go ... 01:05:22 Building docker-support-scheduler-go ... 01:05:22 Building docker-sys-mgmt-agent-go ... 01:05:22 Building docker-security-proxy-setup-go 01:05:22 Building docker-core-metadata-go 01:05:22 Building docker-support-scheduler-go 01:05:22 Building docker-sys-mgmt-agent-go 01:05:22 Building docker-core-data-go 01:05:52 Running on prd-ubuntu18.04-docker-8c-8g-23633 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws 01:05:52 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:05:54 using credential edgex-jenkins-ssh 01:05:54 Cloning the remote Git repository 01:05:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:05:53 > git init /w/workspace/edgex-go/4 # timeout=10 01:05:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:53 > git --version # timeout=10 01:05:53 > git --version # 'git version 2.17.1' 01:05:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:06:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:06:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:06:05 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 38ee97bf23fa756444b90e09a13947d7f6f04c10 01:06:05 Merge succeeded, producing 38ee97bf23fa756444b90e09a13947d7f6f04c10 01:06:05 Checking out Revision 38ee97bf23fa756444b90e09a13947d7f6f04c10 (PR-3075) 01:06:04 > git config core.sparsecheckout # timeout=10 01:06:04 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 01:06:04 > git remote # timeout=10 01:06:04 > git config --get remote.origin.url # timeout=10 01:06:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:06:04 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 01:06:04 > git rev-parse HEAD^{commit} # timeout=10 01:06:04 > git config core.sparsecheckout # timeout=10 01:06:04 > git checkout -f 38ee97bf23fa756444b90e09a13947d7f6f04c10 # timeout=10 01:06:09 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:10 + echo snap-build.sh 01:06:10 snap-build.sh 01:06:10 + SNAP_BASE_DIR=. 01:06:10 + '[' '!' -z /w/workspace/edgex-go/4 ']' 01:06:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 01:06:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 01:06:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 01:06:10 + cd /w/workspace/edgex-go/4 01:06:10 + sudo apt-get remove -qy --purge lxd lxd-client 01:06:10 Reading package lists... 01:06:10 Building dependency tree... 01:06:10 Reading state information... 01:06:10 The following packages were automatically installed and are no longer required: 01:06:10 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:06:10 uidmap xdelta3 01:06:10 Use 'sudo apt autoremove' to remove them. 01:06:10 The following packages will be REMOVED: 01:06:10 lxd* lxd-client* 01:06:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:06:10 After this operation, 31.7 MB disk space will be freed. 01:06:11 (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:06:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:06:12 Removing lxd dnsmasq configuration 01:06:12 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:06:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:06:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:06:14 (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:06:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:06:15 Processing triggers for systemd (237-3ubuntu10.42) ... 01:06:15 Processing triggers for ureadahead (0.100.0-21) ... 01:06:16 + sudo snap remove --purge lxd 01:06:16 snap "lxd" is not installed 01:06:16 + sudo groupadd --force --system lxd 01:06:16 ++ whoami 01:06:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:06:16 + newgrp - lxd 01:06:16 + sudo snap install lxd 01:06:24 2021-01-28T01:06:22Z INFO Waiting for automatic snapd restart... 01:06:43 lxd 4.10 from Canonical* installed 01:06:43 + sudo lxd init --auto 01:06:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:06:44 ---> e18a132568bc 01:06:44 Step 3/23 : WORKDIR /edgex-go 01:06:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:06:44 ---> e18a132568bc 01:06:44 Step 3/23 : WORKDIR /edgex-go 01:06:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:06:44 ---> e18a132568bc 01:06:44 Step 3/22 : WORKDIR /edgex-go 01:06:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:06:44 ---> e18a132568bc 01:06:44 Step 3/26 : WORKDIR /edgex-go 01:06:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:06:44 ---> e18a132568bc 01:06:44 Step 3/21 : WORKDIR /edgex-go 01:06:44 ---> Running in 19650dead01b 01:06:44 ---> Running in 2954f5a43294 01:06:44 ---> Running in 93582b7468a5 01:06:44 ---> Running in 0bfa3234a018 01:06:44 ---> Running in ae00631b8c59 01:06:44 Removing intermediate container 2954f5a43294 01:06:44 ---> 012b6fcfdedc 01:06:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:44 Removing intermediate container 19650dead01b 01:06:44 ---> 3f8e50bb5621 01:06:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:44 ---> Running in 9c9c925a9bc1 01:06:44 Removing intermediate container 93582b7468a5 01:06:44 ---> c035504e8e03 01:06:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:44 Removing intermediate container ae00631b8c59 01:06:44 ---> b414593ebd4b 01:06:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:44 ---> Running in b2625287e080 01:06:44 Removing intermediate container 0bfa3234a018 01:06:44 ---> 631824a3cbb9 01:06:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:44 ---> Running in 6ec1c88015ef 01:06:44 ---> Running in ddef833a83a9 01:06:44 ---> Running in 7e24503b4bef 01:06:44 Removing intermediate container 9c9c925a9bc1 01:06:44 ---> 3e24d9ada65c 01:06:44 Step 5/23 : RUN apk add --update --no-cache make git 01:06:44 Removing intermediate container b2625287e080 01:06:44 ---> 7b3a44dafa59 01:06:44 Step 5/22 : RUN apk add --update --no-cache make git 01:06:44 ---> Running in 59da0dea70cd 01:06:44 ---> Running in ceb70ce193d9 01:06:44 Removing intermediate container 6ec1c88015ef 01:06:44 ---> 3986a119ab6a 01:06:44 Step 5/21 : RUN apk add --update --no-cache make git 01:06:44 Removing intermediate container 7e24503b4bef 01:06:44 ---> 8d904ceef910 01:06:44 Step 5/26 : RUN apk add --update --no-cache make bash git 01:06:44 Removing intermediate container ddef833a83a9 01:06:44 ---> 0d66f40baae6 01:06:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:06:44 ---> Running in 302a8be2e7de 01:06:44 ---> Running in 6c272383ef90 01:06:44 ---> Running in 24274bdfc671 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:44 OK: 217 MiB in 51 packages 01:06:45 OK: 217 MiB in 51 packages 01:06:45 OK: 217 MiB in 51 packages 01:06:45 OK: 217 MiB in 51 packages 01:06:45 OK: 217 MiB in 51 packages 01:06:46 Removing intermediate container 59da0dea70cd 01:06:46 ---> f7e1f1df2b8d 01:06:46 Step 6/23 : COPY go.mod . 01:06:47 Removing intermediate container 24274bdfc671 01:06:47 ---> d842ff431fec 01:06:47 Step 6/23 : COPY go.mod . 01:06:47 Removing intermediate container 302a8be2e7de 01:06:47 ---> ea8f71a142d1 01:06:47 Step 6/21 : COPY go.mod . 01:06:47 Removing intermediate container 6c272383ef90 01:06:47 ---> 791fcdab97f5 01:06:47 Step 6/26 : COPY go.mod . 01:06:47 Removing intermediate container ceb70ce193d9 01:06:47 ---> fec6df2eaae2 01:06:47 Step 6/22 : COPY go.mod . 01:06:47 ---> 94c9374349bd 01:06:47 Step 7/23 : RUN go mod download 01:06:48 ---> Running in f63f3b3d0d2d 01:06:48 ---> 57127f61003b 01:06:48 Step 7/23 : RUN go mod download 01:06:48 ---> 26b9f6bd514b 01:06:48 Step 7/21 : RUN go mod download 01:06:48 ---> Running in c2a0f11d02c9 01:06:48 ---> 90b0296a0ae4 01:06:48 Step 7/22 : RUN go mod download 01:06:48 ---> 474422d7966e 01:06:48 Step 7/26 : RUN go mod download 01:06:49 ---> Running in 44abe706462f 01:06:49 ---> Running in 2686b2357c11 01:06:49 ---> Running in 6b75fd6117f5 01:06:51 + sudo snap install --classic snapcraft 01:06:53 Removing intermediate container f63f3b3d0d2d 01:06:53 ---> c42c8d94810b 01:06:53 Step 8/23 : COPY . . 01:06:53 Removing intermediate container c2a0f11d02c9 01:06:53 ---> 30b46f3340ee 01:06:53 Step 8/23 : COPY . . 01:06:53 Removing intermediate container 44abe706462f 01:06:53 ---> db6640d1417c 01:06:53 Step 8/21 : COPY . . 01:06:54 Removing intermediate container 6b75fd6117f5 01:06:54 ---> 5f379ef8e3f3 01:06:54 Step 8/22 : COPY . . 01:06:54 Removing intermediate container 2686b2357c11 01:06:54 ---> e56cec1a810a 01:06:54 Step 8/26 : COPY . . 01:06:55 snapcraft 4.4.4 from Canonical* installed 01:06:55 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:06:55 + patch --verbose -p1 01:06:55 Hmm... Looks like a unified diff to me... 01:06:55 The text leading up to this was: 01:06:55 -------------------------- 01:06:55 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:06:55 |From: Tony Espy 01:06:55 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:06:55 |Subject: [PATCH] optimize snap build for pipeline CI check 01:06:55 | 01:06:55 |This patch is used by the EdgeX CI pipeline builds to 01:06:55 |optimize the snap CI check run for pull requests. When 01:06:55 |applied, it essentially strips out everything (apps and 01:06:55 |parts) from the snapcraft.yaml file except those required 01:06:55 |to build edgex-go, as the whole idea of the CI check is to 01:06:55 |catch changes to edgex-go that break the snap build. 01:06:55 | 01:06:55 |In general, anyone updating snapcraft.yaml will also need 01:06:55 |to update this patch file, otherwise it may fail to apply, 01:06:55 |resulting in a failed snap build CI check in the associated 01:06:55 |pull request. 01:06:55 | 01:06:55 |Note - in addition to applying this patch, the pipeline also 01:06:55 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:06:55 |need to build the finally binary .snap file (and it won't 01:06:55 |work with the patch applied). This further reduces the build 01:06:55 |time. 01:06:55 |--- 01:06:55 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:06:55 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:06:55 | 01:06:55 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:06:55 |index 1e537489..faf42425 100644 01:06:55 |--- a/snap/snapcraft.yaml 01:06:55 |+++ b/snap/snapcraft.yaml 01:06:55 -------------------------- 01:06:55 patching file snap/snapcraft.yaml 01:06:55 Using Plan A... 01:06:55 Hunk #1 succeeded at 73. 01:06:55 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:06:55 Hunk #3 succeeded at 214 (offset -1 lines). 01:06:55 Hunk #4 succeeded at 222 (offset -1 lines). 01:06:55 Hunk #5 succeeded at 229 (offset -1 lines). 01:06:55 Hunk #6 succeeded at 256 (offset -1 lines). 01:06:55 Hunk #7 succeeded at 290 (offset -1 lines). 01:06:55 Hunk #8 succeeded at 342. 01:06:55 Hmm... Ignoring the trailing garbage. 01:06:55 done 01:06:55 + sudo snapcraft prime --use-lxd 01:06:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:06:56 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:06:56 - README.md 01:06:56 - snapcraft.yaml.orig 01:06:56 01:06:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:06:56 Launching a container. 01:07:08 Waiting for container to be ready 01:07:08 To start your first instance, try: lxc launch ubuntu:18.04 01:07:08 01:07:11 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:07:11 Waiting for network to be ready... 01:07:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:07:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:07:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:07:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:07:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:07:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:07:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:07:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:07:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:07:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:07:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:07:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:07:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:07:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:07:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:07:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:07:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:07:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:07:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:07:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:07:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:07:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:07:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:07:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:07:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:07:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:07:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:07:15 Fetched 23.8 MB in 4s (5898 kB/s) 01:07:16 Reading package lists... 01:07:17 Reading package lists... 01:07:17 Building dependency tree... 01:07:17 Reading state information... 01:07:17 The following additional packages will be installed: 01:07:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:07:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:07:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:07:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:07:17 Suggested packages: 01:07:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:07:17 Recommended packages: 01:07:17 gnupg libsasl2-modules 01:07:17 The following NEW packages will be installed: 01:07:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:07:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:07:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:07:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:07:17 The following packages will be upgraded: 01:07:17 gpg gpg-agent gpgconf libudev1 01:07:17 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:07:17 Need to get 3533 kB of archives. 01:07:17 After this operation, 13.3 MB of additional disk space will be used. 01:07:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:07:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:07:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:07:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:07:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:07:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:07:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:07:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:07:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:07:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:07:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:07:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:07:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:07:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:07:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:07:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:07:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:07:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:07:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:07:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:07:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:07:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:07:18 debconf: delaying package configuration, since apt-utils is not installed 01:07:18 Fetched 3533 kB in 1s (3193 kB/s) 01:07:18 (Reading database ... 12511 files and directories currently installed.) 01:07:18 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:07:18 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:07:18 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:07:18 Selecting previously unselected package udev. 01:07:18 (Reading database ... 12511 files and directories currently installed.) 01:07:18 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:07:18 Unpacking udev (237-3ubuntu10.44) ... 01:07:18 Selecting previously unselected package libfuse2:amd64. 01:07:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:07:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:07:19 Selecting previously unselected package fuse. 01:07:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:07:19 Unpacking fuse (2.9.7-1ubuntu1) ... 01:07:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:07:19 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:07:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:07:19 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:07:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:07:19 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:07:19 Selecting previously unselected package libksba8:amd64. 01:07:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:07:19 Unpacking libksba8:amd64 (1.3.5-2) ... 01:07:19 Selecting previously unselected package libroken18-heimdal:amd64. 01:07:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:07:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:07:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:07:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libwind0-heimdal:amd64. 01:07:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:07:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:07:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:07:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:07:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:07:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:20 Selecting previously unselected package libsasl2-modules-db:amd64. 01:07:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:07:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:07:20 Selecting previously unselected package libsasl2-2:amd64. 01:07:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:07:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:07:20 Selecting previously unselected package libldap-common. 01:07:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:07:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:07:20 Selecting previously unselected package libldap-2.4-2:amd64. 01:07:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:07:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:07:20 Selecting previously unselected package dirmngr. 01:07:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:07:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:07:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:07:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:07:21 ---> de0e6bf6250b 01:07:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:07:21 ---> b9822c2bc1c2 01:07:21 Step 9/23 : RUN make cmd/core-data/core-data 01:07:21 ---> 0da08b954106 01:07:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:07:21 ---> 0a76299f9ca0 01:07:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:07:21 ---> 99e537fc2094 01:07:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:07:21 ---> Running in 86e95539f280 01:07:21 ---> Running in 6eb396c0e0da 01:07:21 ---> Running in c4d59c8d5721 01:07:21 ---> Running in 92e70854a373 01:07:21 ---> Running in 276934c2b1fc 01:07:21 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:07:21 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:07:21 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:07:21 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:07:21 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:07:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:07:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:07:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:07:21 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:07:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:21 Setting up libksba8:amd64 (1.3.5-2) ... 01:07:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:07:21 Setting up udev (237-3ubuntu10.44) ... 01:07:21 invoke-rc.d: policy-rc.d denied execution of start. 01:07:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:21 Processing triggers for systemd (237-3ubuntu10) ... 01:07:21 Setting up fuse (2.9.7-1ubuntu1) ... 01:07:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:07:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:07:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:07:22 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:07:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:07:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:07:22 settings in the [Install] section, and DefaultInstance for template units). 01:07:22 This means they are not meant to be enabled using systemctl. 01:07:22 Possible reasons for having this kind of units are: 01:07:22 1) A unit may be statically enabled by being symlinked from another unit's 01:07:22 .wants/ or .requires/ directory. 01:07:22 2) A unit's purpose may be to act as a helper for some other unit which has 01:07:22 a requirement dependency on it. 01:07:22 3) A unit may be started when needed via activation (socket, path, timer, 01:07:22 D-Bus, udev, scripted systemctl call, ...). 01:07:22 4) In case of template units, the unit is meant to be enabled with some 01:07:22 instance name specified. 01:07:22 Reading package lists... 01:07:23 Building dependency tree... 01:07:23 Reading state information... 01:07:23 The following additional packages will be installed: 01:07:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:07:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:07:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:07:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:07:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:07:23 Suggested packages: 01:07:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:07:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:07:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:07:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:07:23 systemd-container policykit-1 01:07:23 Recommended packages: 01:07:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:07:23 The following NEW packages will be installed: 01:07:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:07:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:07:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:07:23 multiarch-support openssh-client python3 python3-minimal python3.6 01:07:23 python3.6-minimal snapd squashfs-tools sudo 01:07:23 The following packages will be upgraded: 01:07:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:07:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:07:23 Need to get 35.2 MB of archives. 01:07:23 After this operation, 141 MB of additional disk space will be used. 01:07:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:07:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:07:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:07:23 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:07:23 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:07:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:07:23 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:07:23 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:07:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:07:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:07:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:07:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:07:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:07:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:07:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:07:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:07:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:07:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:07:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:07:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:07:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:07:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:07:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:07:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:07:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:07:24 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:07:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:07:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:07:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:07:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:07:25 debconf: delaying package configuration, since apt-utils is not installed 01:07:25 Fetched 35.2 MB in 2s (17.0 MB/s) 01:07:25 (Reading database ... 12757 files and directories currently installed.) 01:07:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:07:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:07:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:07:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:07:26 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:07:26 (Reading database ... 12757 files and directories currently installed.) 01:07:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:07:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:07:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:07:26 (Reading database ... 12757 files and directories currently installed.) 01:07:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:07:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:07:27 Setting up apt (1.6.12ubuntu0.2) ... 01:07:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:07:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:07:27 (Reading database ... 12764 files and directories currently installed.) 01:07:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:07:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:07:27 Selecting previously unselected package libpython3.6-minimal:amd64. 01:07:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:07:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:07:27 Selecting previously unselected package libexpat1:amd64. 01:07:27 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:07:27 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:07:27 Selecting previously unselected package python3.6-minimal. 01:07:27 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:07:27 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:07:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:07:28 Checking for services that may need to be restarted...done. 01:07:28 Checking for services that may need to be restarted...done. 01:07:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:07:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:07:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:07:29 Selecting previously unselected package python3-minimal. 01:07:29 (Reading database ... 13012 files and directories currently installed.) 01:07:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:07:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:07:29 Selecting previously unselected package mime-support. 01:07:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:07:29 Unpacking mime-support (3.60ubuntu1) ... 01:07:29 Selecting previously unselected package libmpdec2:amd64. 01:07:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:07:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:07:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:07:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:07:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:07:29 Selecting previously unselected package python3.6. 01:07:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:07:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:07:29 Selecting previously unselected package libpython3-stdlib:amd64. 01:07:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:07:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:07:29 Setting up python3-minimal (3.6.7-1~18.04) ... 01:07:29 Selecting previously unselected package python3. 01:07:29 (Reading database ... 13442 files and directories currently installed.) 01:07:29 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:07:29 Unpacking python3 (3.6.7-1~18.04) ... 01:07:29 Selecting previously unselected package multiarch-support. 01:07:29 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:07:29 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:07:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:07:30 Selecting previously unselected package liblzo2-2:amd64. 01:07:30 (Reading database ... 13479 files and directories currently installed.) 01:07:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:07:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:07:30 Selecting previously unselected package libbsd0:amd64. 01:07:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:07:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:07:30 Selecting previously unselected package sudo. 01:07:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:07:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:07:30 Selecting previously unselected package apparmor. 01:07:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:07:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:07:30 Selecting previously unselected package libedit2:amd64. 01:07:30 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:07:30 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:07:30 Selecting previously unselected package libkrb5support0:amd64. 01:07:30 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:07:30 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:07:30 Selecting previously unselected package libk5crypto3:amd64. 01:07:30 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:07:30 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:07:30 Selecting previously unselected package libkeyutils1:amd64. 01:07:30 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:07:30 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:07:31 Selecting previously unselected package libkrb5-3:amd64. 01:07:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:07:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:07:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:07:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:07:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:07:31 Selecting previously unselected package libssl1.0.0:amd64. 01:07:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:07:31 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:07:31 Selecting previously unselected package openssh-client. 01:07:31 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:07:31 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:07:31 Selecting previously unselected package squashfs-tools. 01:07:31 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:07:31 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:07:31 Selecting previously unselected package snapd. 01:07:31 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:07:31 Unpacking snapd (2.48+18.04) ... 01:07:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:07:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:07:33 Setting up mime-support (3.60ubuntu1) ... 01:07:33 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:07:34 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:07:34 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:07:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:07:34 Setting up systemd (237-3ubuntu10.44) ... 01:07:34 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:07:35 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:07:35 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:07:35 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:07:35 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:07:35 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:07:35 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:07:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:07:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:07:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:07:35 Setting up python3 (3.6.7-1~18.04) ... 01:07:35 running python rtupdate hooks for python3.6... 01:07:35 running python post-rtupdate hooks for python3.6... 01:07:35 Setting up apparmor (2.12-4ubuntu5.1) ... 01:07:37 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:07:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:07:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:07:38 Setting up snapd (2.48+18.04) ... 01:07:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:07:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:07:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:07:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:07:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:07:39 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:07:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:07:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:07:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:07:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:07:39 /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:07:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:07:39 Processing triggers for systemd (237-3ubuntu10.44) ... 01:07:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:07:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:07:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:07:42 Reading package lists... 01:07:42 Reading package lists... 01:07:42 Building dependency tree... 01:07:42 Reading state information... 01:07:42 Calculating upgrade... 01:07:42 The following packages will be upgraded: 01:07:42 advancecomp base-files bash binutils binutils-common 01:07:42 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:07:42 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:07:42 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:07:42 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:07:42 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:07:42 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:07:42 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:07:42 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:07:42 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:07:42 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:07:42 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:07:42 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:07:42 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:07:42 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:07:42 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:07:42 Need to get 63.8 MB of archives. 01:07:42 After this operation, 5205 kB of additional disk space will be used. 01:07:42 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:07:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:07:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:07:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:07:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:07:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:07:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:07:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:07:43 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:07:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:07:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:07:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:07:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:07:43 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:07:43 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:07:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:07:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:07:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:07:43 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:07:43 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:07:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:07:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:07:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:07:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:07:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:07:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:07:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:07:43 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:07:43 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:07:43 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:07:43 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:07:43 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:07:43 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:07:43 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:07:43 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:07:43 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:07:43 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:07:43 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:07:43 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:07:43 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:07:43 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:07:43 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:07:43 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:07:43 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:07:43 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:07:43 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:07:43 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:07:43 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:07:43 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:07:43 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:07:43 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:07:44 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:07:44 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:07:44 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:07:44 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:07:44 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:07:44 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:07:44 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:07:44 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:07:44 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:07:44 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:07:44 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:07:44 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:07:44 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:07:44 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:07:44 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:07:44 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:07:44 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:07:44 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:07:44 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:07:44 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:07:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:07:44 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:07:44 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:07:44 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:07:44 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:07:44 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:07:44 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:07:44 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:07:44 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:07:44 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:07:44 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:07:44 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:07:44 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:07:44 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:07:44 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:07:44 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:07:44 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:07:44 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:07:44 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:07:45 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:07:45 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:07:45 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:07:45 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:07:46 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:07:46 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:07:46 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:07:46 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:07:46 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:07:46 debconf: delaying package configuration, since apt-utils is not installed 01:07:46 Fetched 63.8 MB in 3s (18.5 MB/s) 01:07:46 (Reading database ... 13912 files and directories currently installed.) 01:07:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:07:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:07:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:07:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:07:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:07:47 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:07:47 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:47 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:48 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:48 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:48 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:48 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:48 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:07:49 (Reading database ... 13911 files and directories currently installed.) 01:07:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:07:49 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:07:49 (Reading database ... 13911 files and directories currently installed.) 01:07:49 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:49 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:49 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:07:49 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:07:49 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:07:49 (Reading database ... 13911 files and directories currently installed.) 01:07:49 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:07:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:07:50 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:07:50 (Reading database ... 13911 files and directories currently installed.) 01:07:50 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:07:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:07:50 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:07:50 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:07:51 Setting up base-files (10.1ubuntu2.10) ... 01:07:51 Installing new version of config file /etc/issue ... 01:07:51 Installing new version of config file /etc/issue.net ... 01:07:51 Installing new version of config file /etc/lsb-release ... 01:07:51 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:07:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:07:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:07:51 Removing obsolete conffile /etc/default/motd-news ... 01:07:51 (Reading database ... 13912 files and directories currently installed.) 01:07:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:07:51 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:07:51 Setting up bash (4.4.18-2ubuntu1.2) ... 01:07:51 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:07:51 (Reading database ... 13912 files and directories currently installed.) 01:07:51 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:07:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:07:52 (Reading database ... 13912 files and directories currently installed.) 01:07:52 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:07:52 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:07:52 Setting up tar (1.29b-2ubuntu0.2) ... 01:07:52 (Reading database ... 13912 files and directories currently installed.) 01:07:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:07:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:07:52 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:07:53 (Reading database ... 13912 files and directories currently installed.) 01:07:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:07:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:07:53 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:07:53 (Reading database ... 13912 files and directories currently installed.) 01:07:53 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:07:53 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:07:53 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:07:53 (Reading database ... 13912 files and directories currently installed.) 01:07:53 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:07:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:07:53 Setting up grep (3.1-2build1) ... 01:07:53 (Reading database ... 13912 files and directories currently installed.) 01:07:53 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:07:53 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:07:53 Setting up login (1:4.5-1ubuntu2) ... 01:07:54 (Reading database ... 13912 files and directories currently installed.) 01:07:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:07:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:07:54 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:07:54 (Reading database ... 13912 files and directories currently installed.) 01:07:54 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:07:54 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:07:54 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:07:54 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:07:54 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:07:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:07:55 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:07:55 (Reading database ... 13912 files and directories currently installed.) 01:07:55 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:07:55 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:07:56 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:07:56 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:07:56 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:07:56 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:07:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:07:57 (Reading database ... 13912 files and directories currently installed.) 01:07:57 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:07:57 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:07:57 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:07:57 (Reading database ... 13912 files and directories currently installed.) 01:07:57 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:57 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:57 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:07:57 (Reading database ... 13912 files and directories currently installed.) 01:07:57 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:57 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:57 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:07:57 (Reading database ... 13912 files and directories currently installed.) 01:07:57 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:57 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:07:58 (Reading database ... 13912 files and directories currently installed.) 01:07:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:07:58 (Reading database ... 13912 files and directories currently installed.) 01:07:58 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:07:58 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:07:58 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:07:58 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:07:58 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:07:58 (Reading database ... 13912 files and directories currently installed.) 01:07:58 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:07:58 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:07:58 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:07:58 (Reading database ... 13912 files and directories currently installed.) 01:07:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:07:59 (Reading database ... 13912 files and directories currently installed.) 01:07:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:07:59 (Reading database ... 13912 files and directories currently installed.) 01:07:59 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:07:59 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:07:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:08:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:08:00 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:08:00 (Reading database ... 13912 files and directories currently installed.) 01:08:00 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:08:00 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:08:00 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:08:00 (Reading database ... 13912 files and directories currently installed.) 01:08:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:08:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:08:01 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:08:01 (Reading database ... 13914 files and directories currently installed.) 01:08:01 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:08:01 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:08:01 Setting up debconf (1.5.66ubuntu1) ... 01:08:01 (Reading database ... 13914 files and directories currently installed.) 01:08:01 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:08:01 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:08:02 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:08:02 (Reading database ... 13914 files and directories currently installed.) 01:08:02 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:08:02 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:08:02 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:08:02 (Reading database ... 13914 files and directories currently installed.) 01:08:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:02 (Reading database ... 13914 files and directories currently installed.) 01:08:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:02 (Reading database ... 13914 files and directories currently installed.) 01:08:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:08:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:03 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:03 (Reading database ... 13914 files and directories currently installed.) 01:08:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:08:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:08:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:08:03 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:08:03 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:03 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:03 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:08:03 (Reading database ... 13914 files and directories currently installed.) 01:08:03 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:08:03 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:08:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:08:04 (Reading database ... 13914 files and directories currently installed.) 01:08:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:08:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:08:04 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:08:04 (Reading database ... 13914 files and directories currently installed.) 01:08:04 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:08:04 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:08:04 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:08:04 (Reading database ... 13914 files and directories currently installed.) 01:08:04 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:08:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:08:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:08:05 (Reading database ... 13914 files and directories currently installed.) 01:08:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:08:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:08:05 Setting up passwd (1:4.5-1ubuntu2) ... 01:08:06 (Reading database ... 13914 files and directories currently installed.) 01:08:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:08:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:08:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:08:06 (Reading database ... 13914 files and directories currently installed.) 01:08:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:08:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:08:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:08:06 (Reading database ... 13914 files and directories currently installed.) 01:08:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:08:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:08:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:08:06 (Reading database ... 13914 files and directories currently installed.) 01:08:06 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:08:06 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:08:06 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:08:07 (Reading database ... 13914 files and directories currently installed.) 01:08:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:08:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:08:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:08:07 (Reading database ... 13914 files and directories currently installed.) 01:08:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:08:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:08:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:08:07 (Reading database ... 13914 files and directories currently installed.) 01:08:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:08:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:08:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:08:07 (Reading database ... 13915 files and directories currently installed.) 01:08:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:08:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:08:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:08:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:08:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:08:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:08:08 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:08:08 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:08:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:08:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:08:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:08:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:08:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:08:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:08:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:08:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:08:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:08:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:08:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:08:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:08:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:08:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:08:09 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:08:09 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:08:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:08:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:08:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:08:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:08:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:11 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:08:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:08:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:11 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:11 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:11 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:11 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:12 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:12 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:13 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:13 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:15 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:15 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:08:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:08:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:08:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:08:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:08:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:08:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:08:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:08:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:08:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:08:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:08:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:08:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:08:16 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:08:16 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:08:16 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:08:16 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:16 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:08:16 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:16 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:08:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:08:17 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:08:17 01:08:17 Current default time zone: 'Etc/UTC' 01:08:17 Local time is now: Thu Jan 28 01:08:17 UTC 2021. 01:08:17 Universal Time is now: Thu Jan 28 01:08:17 UTC 2021. 01:08:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:08:17 01:08:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:08:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:17 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:08:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:08:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:08:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:08:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:08:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:08:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:08:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:08:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:08:17 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:17 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:08:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:17 Setting up patch (2.7.6-2ubuntu1.1) ... 01:08:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:08:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:08:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:08:17 Installing new version of config file /etc/ssl/openssl.cnf ... 01:08:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:08:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:08:17 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:08:19 Updating certificates in /etc/ssl/certs... 01:08:20 22 added, 17 removed; done. 01:08:20 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:08:20 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:08:20 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:08:20 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:08:20 Setting up pkgbinarymangler (138.18.04.1) ... 01:08:20 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:20 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:08:20 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:20 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up perl (5.26.1-6ubuntu0.5) ... 01:08:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:08:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:08:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:08:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:08:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:08:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:08:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:08:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:08:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:08:21 Processing triggers for systemd (237-3ubuntu10.44) ... 01:08:21 Processing triggers for mime-support (3.60ubuntu1) ... 01:08:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:08:21 Updating certificates in /etc/ssl/certs... 01:08:22 0 added, 0 removed; done. 01:08:22 Running hooks in /etc/ca-certificates/update.d... 01:08:22 done. 01:08:22 Reading package lists... 01:08:22 Building dependency tree... 01:08:22 Reading state information... 01:08:22 The following NEW packages will be installed: 01:08:22 apt-transport-https 01:08:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:08:22 Need to get 1696 B of archives. 01:08:22 After this operation, 153 kB of additional disk space will be used. 01:08:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:08:23 debconf: delaying package configuration, since apt-utils is not installed 01:08:23 Fetched 1696 B in 0s (9552 B/s) 01:08:23 Selecting previously unselected package apt-transport-https. 01:08:23 (Reading database ... 13929 files and directories currently installed.) 01:08:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:08:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:08:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:08:23 Waiting for network to be ready... 01:08:28 2021-01-28T01:08:26Z INFO Waiting for automatic snapd restart... 01:08:29 snapd 2.48.2 from Canonical* installed 01:08:30 "snapd" switched to the "latest/stable" channel 01:08:30 01:08:32 core18 20201210 from Canonical* installed 01:08:32 "core18" switched to the "latest/stable" channel 01:08:32 01:08:36 snapcraft 4.4.4 from Canonical* installed 01:08:36 "snapcraft" switched to the "latest/stable" channel 01:08:36 01:08:39 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:08:39 - README.md 01:08:39 - snapcraft.yaml.orig 01:08:39 01:08:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:08:43 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:08:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:08:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:08:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:08:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:08:46 Reading package lists... 01:08:47 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:08:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:08:53 Reading package lists... 01:08:53 Building dependency tree... 01:08:53 Reading state information... 01:08:53 Suggested packages: 01:08:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:08:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:08:53 Recommended packages: 01:08:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:08:53 The following NEW packages will be installed: 01:08:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:08:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:08:53 pkg-config zip 01:08:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:08:53 Need to get 7655 kB of archives. 01:08:53 After this operation, 43.7 MB of additional disk space will be used. 01:08:53 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:08:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:08:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:08:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:08:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:08:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:08:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:08:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:08:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:08:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:08:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:08:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:08:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:08:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:08:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:08:54 debconf: delaying package configuration, since apt-utils is not installed 01:08:54 Fetched 7655 kB in 1s (7041 kB/s) 01:08:54 Selecting previously unselected package libglib2.0-0:amd64. 01:08:54 (Reading database ... 13933 files and directories currently installed.) 01:08:54 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:08:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:08:55 Selecting previously unselected package libpsl5:amd64. 01:08:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:08:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:08:55 Selecting previously unselected package libnghttp2-14:amd64. 01:08:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:08:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:08:55 Selecting previously unselected package librtmp1:amd64. 01:08:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:08:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:08:55 Selecting previously unselected package libcurl3-gnutls:amd64. 01:08:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:08:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:08:55 Selecting previously unselected package liberror-perl. 01:08:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:08:55 Unpacking liberror-perl (0.17025-1) ... 01:08:55 Selecting previously unselected package git-man. 01:08:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:08:55 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:08:55 Selecting previously unselected package git. 01:08:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:08:55 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:08:56 Selecting previously unselected package libnorm1:amd64. 01:08:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:08:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:08:56 Selecting previously unselected package libpgm-5.2-0:amd64. 01:08:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:08:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:08:56 Selecting previously unselected package libsodium23:amd64. 01:08:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:08:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:08:56 Selecting previously unselected package libzmq5:amd64. 01:08:56 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:08:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:08:57 Selecting previously unselected package libzmq3-dev:amd64. 01:08:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:08:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:08:57 Selecting previously unselected package pkg-config. 01:08:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:08:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:08:57 Selecting previously unselected package zip. 01:08:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:08:57 Unpacking zip (3.0-11build1) ... 01:08:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:08:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:08:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:08:57 Setting up liberror-perl (0.17025-1) ... 01:08:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:08:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:08:57 No schema files found: doing nothing. 01:08:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:08:57 Setting up zip (3.0-11build1) ... 01:08:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:08:57 Setting up libsodium23:amd64 (1.0.16-2) ... 01:08:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:08:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:08:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:08:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:08:57 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:08:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:08:58 Removing intermediate container 92e70854a373 01:08:58 ---> 66986be67b6f 01:08:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:08:58 ---> Running in e9bed9d27089 01:08:59 Removing intermediate container 276934c2b1fc 01:08:59 ---> c5f8bff734ef 01:08:59 01:08:59 Step 10/22 : FROM alpine:3.12 01:08:59 3.12: Pulling from library/alpine 01:09:01 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:09:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:09:01 Status: Downloaded newer image for alpine:3.12 01:09:01 ---> afeebe901d6b 01:09:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:09:01 Removing intermediate container c4d59c8d5721 01:09:01 ---> 6e2a089d33a9 01:09:01 01:09:01 Step 10/21 : FROM alpine:3.12 01:09:01 ---> afeebe901d6b 01:09:01 Step 11/21 : RUN apk add --update --no-cache curl 01:09:01 ---> Running in b72963667c12 01:09:01 ---> Running in 9b242d3b8d8a 01:09:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:09:04 git set to automatically installed. 01:09:04 git-man set to automatically installed. 01:09:04 libcurl3-gnutls set to automatically installed. 01:09:04 liberror-perl set to automatically installed. 01:09:04 libglib2.0-0 set to automatically installed. 01:09:04 libnghttp2-14 set to automatically installed. 01:09:04 libnorm1 set to automatically installed. 01:09:04 libpgm-5.2-0 set to automatically installed. 01:09:04 libpsl5 set to automatically installed. 01:09:04 librtmp1 set to automatically installed. 01:09:04 libsodium23 set to automatically installed. 01:09:04 libzmq3-dev set to automatically installed. 01:09:04 libzmq5 set to automatically installed. 01:09:04 pkg-config set to automatically installed. 01:09:04 zip set to automatically installed. 01:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:04 (1/1) Installing dumb-init (1.2.2-r1) 01:09:04 Executing busybox-1.31.1-r19.trigger 01:09:04 OK: 5 MiB in 15 packages 01:09:05 (1/4) Installing ca-certificates (20191127-r4) 01:09:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:09:05 (3/4) Installing libcurl (7.69.1-r3) 01:09:05 (4/4) Installing curl (7.69.1-r3) 01:09:05 Executing busybox-1.31.1-r19.trigger 01:09:05 Executing ca-certificates-20191127-r4.trigger 01:09:05 OK: 7 MiB in 18 packages 01:09:07 snapd is not logged in, snap install commands will use sudo 01:09:07 Removing intermediate container b72963667c12 01:09:07 ---> ae1ba57c7858 01:09:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:09:07 Removing intermediate container e9bed9d27089 01:09:07 ---> 75f26b028941 01:09:07 01:09:07 Step 11/26 : FROM docker:20.10.0 01:09:07 20.10.0: Pulling from library/docker 01:09:07 ---> Running in e6be2cc781f3 01:09:09 Removing intermediate container e6be2cc781f3 01:09:09 ---> 829ce3ce6734 01:09:09 Step 13/22 : ENV APP_PORT=48085 01:09:09 Removing intermediate container 9b242d3b8d8a 01:09:09 ---> aeb0d95f2f77 01:09:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:09 ---> Running in 853191c6ab89 01:09:09 ---> Running in b609b95182b3 01:09:10 Removing intermediate container b609b95182b3 01:09:10 ---> 6c5db7fefd6a 01:09:10 Step 14/22 : EXPOSE $APP_PORT 01:09:10 ---> Running in 0c09c0f13179 01:09:10 Removing intermediate container 853191c6ab89 01:09:10 ---> 0b91e2cee78d 01:09:10 Step 13/21 : WORKDIR /edgex 01:09:11 ---> Running in d79b9a8ed90e 01:09:12 Removing intermediate container 0c09c0f13179 01:09:12 ---> f0574c9ffb8c 01:09:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:09:12 Removing intermediate container d79b9a8ed90e 01:09:12 ---> 4eaa7d656750 01:09:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:09:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:09:13 snap "core18" has no updates available 01:09:14 ---> c839aac5658e 01:09:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:09:14 ---> 8018931a1494 01:09:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:09:14 Pulling config-common 01:09:15 Pulling go-build-helper 01:09:18 ---> 0a6d529ba148 01:09:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:09:18 ---> a175cdf70dc9 01:09:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:09:19 Removing intermediate container 6eb396c0e0da 01:09:19 ---> 6a859f2b6d35 01:09:19 01:09:19 Step 10/23 : FROM alpine:3.12 01:09:19 ---> afeebe901d6b 01:09:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:09:19 ---> Using cache 01:09:19 ---> ae1ba57c7858 01:09:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:09:19 ---> Using cache 01:09:19 ---> 829ce3ce6734 01:09:19 Step 13/23 : ENV APP_PORT=48081 01:09:19 ---> 2897a10c5413 01:09:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:09:19 ---> Running in ed72931de243 01:09:20 ---> Running in b3004590e351 01:09:20 Removing intermediate container ed72931de243 01:09:20 ---> 49fbae45d6ae 01:09:20 Step 14/23 : EXPOSE $APP_PORT 01:09:20 ---> 11604ccceb92 01:09:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:09:20 ---> Running in c28e1b7f450c 01:09:21 ---> Running in d786efdfe7ae 01:09:21 Removing intermediate container b3004590e351 01:09:21 ---> 108370a1cb7a 01:09:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:21 ---> Running in d7d3f88e8c63 01:09:21 Removing intermediate container c28e1b7f450c 01:09:21 ---> 12a10c6e16e8 01:09:21 Step 15/23 : WORKDIR / 01:09:22 Removing intermediate container d786efdfe7ae 01:09:22 ---> 1232e1749e20 01:09:22 Step 18/21 : CMD ["--init=true"] 01:09:22 ---> Running in 0a710d04f093 01:09:22 Removing intermediate container d7d3f88e8c63 01:09:22 ---> 09fbaeff7a31 01:09:22 Step 20/22 : LABEL arch=arm64 01:09:22 ---> Running in 802f9569e59c 01:09:23 ---> Running in 38e5e6b516a3 01:09:23 Removing intermediate container 0a710d04f093 01:09:23 ---> fc251bd04ec6 01:09:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:09:23 Removing intermediate container 802f9569e59c 01:09:23 ---> 5de3f9cc9db4 01:09:23 Step 19/21 : LABEL arch=arm64 01:09:23 Removing intermediate container 38e5e6b516a3 01:09:23 ---> 2e6b9e9e06a4 01:09:23 Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:09:23 ---> Running in 272091b1ff90 01:09:24 ---> Running in caaa51b82b9a 01:09:24 ---> 7b3672f1912d 01:09:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:09:24 Removing intermediate container 272091b1ff90 01:09:24 ---> 8aa28f55e628 01:09:24 Step 20/21 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:09:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:09:25 ---> Running in 6507c0430b8d 01:09:25 Status: Downloaded newer image for docker:20.10.0 01:09:25 ---> eeaf43b92773 01:09:25 Step 12/26 : RUN apk add --no-cache bash 01:09:25 Removing intermediate container caaa51b82b9a 01:09:25 ---> 32726d14e17a 01:09:25 Step 22/22 : LABEL version=0.0.0 01:09:26 ---> Running in 9d70a9c04ab6 01:09:26 ---> Running in 492aef4d7858 01:09:26 Removing intermediate container 86e95539f280 01:09:26 ---> 567012bb84ee 01:09:26 01:09:26 Step 10/23 : FROM alpine:3.12 01:09:26 ---> afeebe901d6b 01:09:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:09:26 Removing intermediate container 6507c0430b8d 01:09:26 ---> 34fca493ee7f 01:09:26 Step 21/21 : LABEL version=0.0.0 01:09:26 ---> dff4d2bbbb44 01:09:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:09:26 ---> Running in c9588ffaa417 01:09:27 ---> Running in 2a7de79981ce 01:09:27 Removing intermediate container 492aef4d7858 01:09:27 ---> 64d5fb4ecde1 01:09:27 01:09:27 Removing intermediate container c9588ffaa417 01:09:27 ---> 1dd8f722bcd3 01:09:27 01:09:27 Removing intermediate container 2a7de79981ce 01:09:27 ---> 0e175e526e1f 01:09:27 Step 12/23 : ENV APP_PORT=48080 01:09:27 Successfully built 64d5fb4ecde1 01:09:27 Successfully tagged docker-support-scheduler-go-arm64:latest 01:09:27 Building docker-core-command-go 01:09:28  Building docker-support-scheduler-go ... done  ---> Running in 3dde6e49160f 01:09:28 ---> 9ab624c5657c 01:09:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:09:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:28 Successfully built 1dd8f722bcd3 01:09:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:09:28  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 01:09:28 ---> Running in c1df23f7e340 01:09:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:28 Removing intermediate container 3dde6e49160f 01:09:28 ---> b2fbf7d1c5bb 01:09:28 Step 13/23 : EXPOSE $APP_PORT 01:09:28 ---> Running in b4fad788a7e9 01:09:28 Removing intermediate container c1df23f7e340 01:09:28 ---> 5c1bd6c992d5 01:09:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:29 (1/2) Installing readline (8.0.4-r0) 01:09:29 (2/2) Installing bash (5.0.17-r0) 01:09:29 ---> Running in a0a79940be25 01:09:29 Executing bash-5.0.17-r0.post-install 01:09:29 Executing busybox-1.31.1-r19.trigger 01:09:29 OK: 12 MiB in 22 packages 01:09:29 Removing intermediate container b4fad788a7e9 01:09:29 ---> 53643ac427ae 01:09:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:30 Removing intermediate container a0a79940be25 01:09:30 ---> d36925999b54 01:09:30 Step 21/23 : LABEL arch=arm64 ---> Running in ceb8915f138d 01:09:30 01:09:30 ---> Running in d683a4c45c5a 01:09:32 Removing intermediate container d683a4c45c5a 01:09:32 ---> f8fa47c71e3d 01:09:32 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:09:32 Removing intermediate container 9d70a9c04ab6 01:09:32 ---> 004bf1466ac3 01:09:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:09:33 ---> Running in fc09de0e07cb 01:09:33 ---> Running in 7f625360f6e1 01:09:34 Removing intermediate container fc09de0e07cb 01:09:34 ---> 2f447d5042e0 01:09:34 Step 23/23 : LABEL version=0.0.0 01:09:34 Removing intermediate container 7f625360f6e1 01:09:34 ---> 4daefee21154 01:09:34 Step 14/26 : ENV APP_PORT=48090 01:09:34 ---> Running in 965fa1775b18 01:09:34 ---> Running in 653e1e757b11 01:09:34 Removing intermediate container ceb8915f138d 01:09:34 ---> 356b078e7296 01:09:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:09:35 ---> Running in 03101bbb721c 01:09:35 Removing intermediate container 965fa1775b18 01:09:35 ---> 3e7ba7ce3bfd 01:09:35 Removing intermediate container 653e1e757b11 01:09:35 ---> 555951c361c8 01:09:35 Step 15/26 : EXPOSE $APP_PORT 01:09:35 01:09:36 Successfully built 3e7ba7ce3bfd 01:09:36 Successfully tagged docker-core-metadata-go-arm64:latest 01:09:36  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 01:09:36 ---> Running in 2d6b6cbaad3c 01:09:37 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:09:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:09:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:09:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 01:09:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:09:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:09:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:09:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:09:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:09:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:09:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:09:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 01:09:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:09:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:09:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 01:09:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 01:09:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 01:09:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:09:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:09:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 01:09:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 01:09:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:09:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:09:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 01:09:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 01:09:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 01:09:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 01:09:37 Fetched 23.8 MB in 0s (0 B/s) 01:09:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:09:37 Fetched 96.5 kB in 0s (0 B/s) 01:09:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:09:37 Fetched 279 kB in 0s (0 B/s) 01:09:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:09:37 Fetched 122 kB in 0s (0 B/s) 01:09:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:09:37 Fetched 77.8 kB in 0s (0 B/s) 01:09:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:09:37 Fetched 8848 B in 0s (0 B/s) 01:09:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:09:37 Fetched 47.8 kB in 0s (0 B/s) 01:09:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:09:37 Fetched 45.6 kB in 0s (0 B/s) 01:09:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:09:37 Fetched 15.0 kB in 0s (0 B/s) 01:09:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:09:37 Fetched 214 kB in 0s (0 B/s) 01:09:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:09:37 Fetched 155 kB in 0s (0 B/s) 01:09:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:09:37 Fetched 50.6 kB in 0s (0 B/s) 01:09:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:09:37 Fetched 14.8 kB in 0s (0 B/s) 01:09:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:09:37 Fetched 41.8 kB in 0s (0 B/s) 01:09:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:09:37 Fetched 499 kB in 0s (0 B/s) 01:09:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:09:37 Fetched 111 kB in 0s (0 B/s) 01:09:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:09:37 Fetched 240 kB in 0s (0 B/s) 01:09:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:09:37 Fetched 29.3 kB in 0s (0 B/s) 01:09:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:09:37 Fetched 85.5 kB in 0s (0 B/s) 01:09:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:09:37 Fetched 24.5 kB in 0s (0 B/s) 01:09:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:09:37 Fetched 49.2 kB in 0s (0 B/s) 01:09:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:09:37 Fetched 54.2 kB in 0s (0 B/s) 01:09:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:09:37 Fetched 30.8 kB in 0s (0 B/s) 01:09:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:09:37 Fetched 17.0 kB in 0s (0 B/s) 01:09:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:09:37 Fetched 85.9 kB in 0s (0 B/s) 01:09:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:09:37 Fetched 8720 B in 0s (0 B/s) 01:09:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:09:37 Fetched 137 kB in 0s (0 B/s) 01:09:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:09:37 Fetched 119 kB in 0s (0 B/s) 01:09:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:09:37 Fetched 109 kB in 0s (0 B/s) 01:09:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:09:37 Fetched 11.1 kB in 0s (0 B/s) 01:09:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:09:37 Fetched 645 kB in 0s (0 B/s) 01:09:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:09:37 Fetched 41.3 kB in 0s (0 B/s) 01:09:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:09:37 Fetched 17.9 kB in 0s (0 B/s) 01:09:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:09:37 Fetched 368 kB in 0s (0 B/s) 01:09:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:09:37 Fetched 187 kB in 0s (0 B/s) 01:09:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:09:37 Fetched 175 kB in 0s (0 B/s) 01:09:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:09:37 Removing intermediate container 2d6b6cbaad3c 01:09:37 ---> 54c56fec0dc4 01:09:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:09:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:39 ---> 5fea68ceb76d 01:09:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:09:39 (1/6) Installing dumb-init (1.2.2-r1) 01:09:39 (2/6) Installing libgcc (9.3.0-r2) 01:09:39 (3/6) Installing libsodium (1.0.18-r0) 01:09:39 (4/6) Installing libstdc++ (9.3.0-r2) 01:09:39 (5/6) Installing libzmq (4.3.3-r0) 01:09:39 Fetched 206 kB in 0s (0 B/s) 01:09:39 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:09:39 Fetched 1301 kB in 0s (0 B/s) 01:09:39 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:09:39 Fetched 36.2 kB in 0s (0 B/s) 01:09:39 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:09:39 Fetched 159 kB in 0s (0 B/s) 01:09:39 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:09:39 Fetched 107 kB in 0s (0 B/s) 01:09:39 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:09:39 Fetched 48.7 kB in 0s (0 B/s) 01:09:39 Pulling static-packages 01:09:39 (6/6) Installing zeromq (4.3.3-r0) 01:09:39 ---> 9742681e1827 01:09:39 Executing busybox-1.31.1-r19.trigger 01:09:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:09:40 OK: 8 MiB in 20 packages 01:09:40 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:09:40 Skipping pull go-build-helper (already ran) 01:09:40 Skipping pull static-packages (already ran) 01:09:40 Building go-build-helper 01:09:41 ---> f38d15a3588e 01:09:41 Step 19/26 : RUN apk --no-cache add py3-pip 01:09:41 ---> Running in 7ba3859d66a3 01:09:41 Removing intermediate container 03101bbb721c 01:09:41 ---> bd1c476a1844 01:09:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:09:43 ---> a94774164a45 01:09:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:09:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:44 (1/33) Installing libbz2 (1.0.8-r1) 01:09:44 (2/33) Installing expat (2.2.9-r1) 01:09:44 (3/33) Installing libffi (3.3-r2) 01:09:44 (4/33) Installing gdbm (1.13-r1) 01:09:44 (5/33) Installing xz-libs (5.2.5-r0) 01:09:44 (6/33) Installing sqlite-libs (3.32.1-r0) 01:09:44 (7/33) Installing python3 (3.8.5-r0) 01:09:44 Building static-packages 01:09:46 Staging go-build-helper 01:09:46 (8/33) Installing py3-appdirs (1.4.4-r1) 01:09:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:09:46 (10/33) Installing py3-parsing (2.4.7-r0) 01:09:46 (11/33) Installing py3-six (1.15.0-r0) 01:09:46 (12/33) Installing py3-packaging (20.4-r0) 01:09:46 (13/33) Installing py3-setuptools (47.0.0-r0) 01:09:46 ---> 5336d61af70b 01:09:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:09:46 (14/33) Installing py3-chardet (3.0.4-r4) 01:09:46 (15/33) Installing py3-idna (2.9-r0) 01:09:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:09:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:09:46 Staging static-packages 01:09:47 (18/33) Installing py3-requests (2.23.0-r0) 01:09:47 (19/33) Installing py3-msgpack (1.0.0-r0) 01:09:47 (20/33) Installing py3-lockfile (0.12.2-r3) 01:09:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:09:47 (22/33) Installing py3-colorama (0.4.3-r0) 01:09:47 (23/33) Installing py3-distlib (0.3.0-r0) 01:09:47 (24/33) Installing py3-distro (1.5.0-r1) 01:09:47 (25/33) Installing py3-webencodings (0.5.1-r3) 01:09:47 (26/33) Installing py3-html5lib (1.0.1-r4) 01:09:47 (27/33) Installing py3-pytoml (0.1.21-r0) 01:09:47 (28/33) Installing py3-pep517 (0.8.2-r0) 01:09:47 (29/33) Installing py3-progress (1.5-r0) 01:09:47 (30/33) Installing py3-toml (0.10.1-r0) 01:09:47 (31/33) Installing py3-retrying (1.3.3-r0) 01:09:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:09:47 (33/33) Installing py3-pip (20.1.1-r0) 01:09:47 Executing busybox-1.31.1-r19.trigger 01:09:47 OK: 71 MiB in 55 packages 01:09:48 Pulling go115 01:09:48 ---> fa5db8303758 01:09:48 Step 19/23 : ENTRYPOINT ["/core-data"] 01:09:48 'edgex-go' has dependencies that need to be staged: go115 01:09:48 Skipping pull go115 (already ran) 01:09:48 Building go115 01:09:48 % Total % Received % Xferd Average Speed Time Time Time Current 01:09:48 Dload Upload Total Spent Left Speed 01:09:48 ---> Running in d2eb7a04f410 01:09:49 Removing intermediate container d2eb7a04f410 01:09:49 ---> ac3102ac65d0 01:09:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:50 ---> Running in 9853c40058dc 01:09:51 Removing intermediate container 9853c40058dc 01:09:51 ---> d0306d1a9ae5 01:09:51 Step 21/23 : LABEL arch=arm64 01:09:51 ---> Running in 36d4372b1ef1 01:09:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 6 115M 6 7615k 0 0 15.2M 0 0:00:07 --:--:-- 0:00:07 15.1M 40 115M 40 46.9M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 74 115M 74 86.2M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 36.7M 0 0:00:03 0:00:03 --:--:-- 36.7M 01:09:52 go1.15.2.linux-amd64.tar.gz: OK 01:09:53 Removing intermediate container 36d4372b1ef1 01:09:53 ---> 17c533e75f84 01:09:53 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:09:53 ---> Running in 1ea334281d22 01:09:54 Removing intermediate container 1ea334281d22 01:09:54 ---> 23b9204c369c 01:09:54 Step 23/23 : LABEL version=0.0.0 01:09:54 ---> Running in 9ae7562599a9 01:09:55 Removing intermediate container 9ae7562599a9 01:09:55 ---> c8e77d99a508 01:09:55 01:09:55 Successfully built c8e77d99a508 01:09:55 Removing intermediate container 7ba3859d66a3 01:09:55 ---> 19ec5dc59b92 01:09:55 Step 20/26 : RUN pip install docker-compose==1.23.2 01:09:55 Successfully tagged docker-core-data-go-arm64:latest 01:09:55  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go 01:09:56 ---> Running in 826cf968ec63 01:09:56 Staging go115 01:10:01 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:10:01 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:10:01 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:10:01 Fetched 0 B in 0s (0 B/s) 01:10:01 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:10:01 Fetched 224 kB in 0s (0 B/s) 01:10:01 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:10:01 Fetched 157 kB in 0s (0 B/s) 01:10:01 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:10:01 Fetched 221 kB in 0s (0 B/s) 01:10:01 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:10:01 Fetched 143 kB in 0s (0 B/s) 01:10:01 Pulling edgex-go 01:10:02 Pulling version 01:10:03 Collecting docker-compose==1.23.2 01:10:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:10:03 Collecting dockerpty<0.5,>=0.4.1 01:10:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:10:03 Building config-common 01:10:05 Skipping build go-build-helper (already ran) 01:10:05 Skipping build static-packages (already ran) 01:10:05 Skipping build go115 (already ran) 01:10:05 Building edgex-go 01:10:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:10:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:10:05 ---> e18a132568bc 01:10:05 Step 3/23 : WORKDIR /edgex-go 01:10:05 ---> Using cache 01:10:05 ---> 631824a3cbb9 01:10:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:05 ---> Using cache 01:10:05 ---> 8d904ceef910 01:10:05 Step 5/23 : RUN apk add --update --no-cache make git 01:10:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:10:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:10:05 ---> e18a132568bc 01:10:05 Step 3/22 : WORKDIR /edgex-go 01:10:05 ---> Using cache 01:10:05 ---> 631824a3cbb9 01:10:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:05 ---> Using cache 01:10:05 ---> 8d904ceef910 01:10:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:10:05 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:06 Collecting texttable<0.10,>=0.9.0 01:10:06 Downloading texttable-0.9.1.tar.gz (11 kB) 01:10:06 go: downloading github.com/gorilla/mux v1.8.0 01:10:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:10:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:10:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:10:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 01:10:07 go: downloading github.com/google/uuid v1.2.0 01:10:07 go: downloading github.com/pkg/errors v0.8.1 01:10:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:10:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 01:10:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:10:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:10:07 go: downloading github.com/BurntSushi/toml v0.3.1 01:10:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:10:07 go: downloading github.com/pebbe/zmq4 v1.2.2 01:10:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:10:07 go: downloading github.com/pelletier/go-toml v1.2.0 01:10:07 go: downloading github.com/x448/float16 v0.8.4 01:10:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:10:07 go: downloading github.com/imdario/mergo v0.3.11 01:10:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:10:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:10:07 go: downloading gopkg.in/yaml.v2 v2.4.0 01:10:07 go: downloading github.com/go-kit/kit v0.8.0 01:10:07 go: downloading github.com/hashicorp/consul/api v1.1.0 01:10:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:10:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:10:07 go: downloading github.com/go-playground/universal-translator v0.17.0 01:10:07 go: downloading github.com/leodido/go-urn v1.2.0 01:10:07 go: downloading github.com/mitchellh/copystructure v1.0.0 01:10:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:10:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:10:07 go: downloading github.com/hashicorp/serf v0.8.2 01:10:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:10:07 go: downloading github.com/go-playground/locales v0.13.0 01:10:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:10:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:10:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:10:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:10:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:10:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:10:08 ---> Running in f04d76a9fc59 01:10:08 ---> Running in e4b83c77bf8a 01:10:09 Collecting docopt<0.7,>=0.6.1 01:10:09 Downloading docopt-0.6.2.tar.gz (25 kB) 01:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:12 OK: 217 MiB in 51 packages 01:10:12 OK: 217 MiB in 51 packages 01:10:12 Collecting docker<4.0,>=3.6.0 01:10:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:10:13 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:10:13 Collecting jsonschema<3,>=2.5.1 01:10:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:10: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:10:14 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:10:14 Step 2/34 : FROM ${BUILDER_BASE} AS builder 01:10:14 ---> e18a132568bc 01:10:14 Step 3/34 : WORKDIR /edgex-go 01:10:14 ---> Using cache 01:10:14 ---> 631824a3cbb9 01:10:14 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:14 ---> Using cache 01:10:14 ---> 8d904ceef910 01:10:14 Step 5/34 : RUN apk add --update --no-cache make git 01:10:15 ---> Running in d0ee36d3c91e 01:10:15 Collecting websocket-client<1.0,>=0.32.0 01:10:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:10:16 Removing intermediate container e4b83c77bf8a 01:10:16 ---> d281a9131509 01:10:16 Step 6/22 : COPY go.mod . 01:10:16 Removing intermediate container f04d76a9fc59 01:10:16 ---> 30917db334f1 01:10:16 Step 6/23 : COPY go.mod . 01:10:17 Collecting PyYAML<4,>=3.10 01:10:17 Downloading PyYAML-3.13.tar.gz (270 kB) 01:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:18 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:10:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:18 ---> 0f0ed91cbbe5 01:10:18 Step 7/22 : RUN go mod download 01:10:18 ---> ed9269a0271b 01:10:18 Step 7/23 : RUN go mod download 01:10:18 OK: 217 MiB in 51 packages 01:10:19 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:10:19 ---> Running in 8ce385e9c4fa 01:10:19 ---> Running in f4aa9042f2b4 01:10:20 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:10:20 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:10:20 go: downloading github.com/stretchr/testify v1.6.1 01:10:20 go: downloading github.com/pmezard/go-difflib v1.0.0 01:10:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:10:20 go: downloading github.com/davecgh/go-spew v1.1.1 01:10:21 Removing intermediate container d0ee36d3c91e 01:10:21 ---> a67e5145eda9 01:10:21 Step 6/34 : COPY go.mod . 01:10:21 Collecting cached-property<2,>=1.2.0 01:10:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:10:22 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:10:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:10:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:10:22 ---> 95b74ef98ef7 01:10:22 Step 7/34 : RUN go mod download 01:10:23 ---> Running in 1b0d23e4a8fc 01:10:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:10:23 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:10:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:10:24 Collecting docker-pycreds>=0.4.0 01:10:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:10:24 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:10:24 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:10:24 Removing intermediate container f4aa9042f2b4 01:10:24 ---> 455a628dee1f 01:10:24 Step 8/23 : COPY . . 01:10:24 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:10:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:10:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:10:24 ---> e18a132568bc 01:10:24 Step 3/24 : WORKDIR /edgex-go 01:10:24 ---> Using cache 01:10:24 ---> 631824a3cbb9 01:10:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:24 ---> Using cache 01:10:24 ---> 8d904ceef910 01:10:24 Step 5/24 : RUN apk add --update --no-cache make git 01:10:24 ---> Using cache 01:10:24 ---> a67e5145eda9 01:10:24 Step 6/24 : COPY go.mod . 01:10:24 ---> Using cache 01:10:24 ---> 95b74ef98ef7 01:10:24 Step 7/24 : RUN go mod download 01:10:24 ---> Running in 87700cb0f857 01:10:25 Removing intermediate container 8ce385e9c4fa 01:10:25 ---> e2ca54f345b6 01:10:25 Step 8/22 : COPY . . 01:10:25 Collecting urllib3<1.25,>=1.21.1 01:10:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:10:25 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:10:26 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:10:26 Collecting idna<2.8,>=2.5 01:10:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:10:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:10:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:10:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:10:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:10:26 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:10:26 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:10:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:10:27 Installing collected packages: dockerpty, texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, PyYAML, cached-property, docker-compose 01:10:27 Running setup.py install for dockerpty: started 01:10:27 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:10:28 go: downloading github.com/lib/pq v1.9.0 01:10:28 Removing intermediate container 1b0d23e4a8fc 01:10:28 ---> 3ab43ac0905a 01:10:28 Step 8/34 : COPY . . 01:10:29 Removing intermediate container 87700cb0f857 01:10:29 ---> ce5a9bd5eeb1 01:10:29 Step 8/24 : COPY . . 01:10:29 Running setup.py install for dockerpty: finished with status 'done' 01:10:29 Running setup.py install for texttable: started 01:10:30 Building version 01:10:31 Running setup.py install for texttable: finished with status 'done' 01:10:32 Running setup.py install for docopt: started 01:10:32 Staging config-common 01:10:33 Skipping stage go-build-helper (already ran) 01:10:33 Skipping stage static-packages (already ran) 01:10:33 Skipping stage go115 (already ran) 01:10:33 Staging edgex-go 01:10:34 Running setup.py install for docopt: finished with status 'done' 01:10:34 Staging version 01:10:34 Attempting uninstall: urllib3 01:10:34 Found existing installation: urllib3 1.25.9 01:10:34 Uninstalling urllib3-1.25.9: 01:10:35 Successfully uninstalled urllib3-1.25.9 01:10:35 Priming config-common 01:10:35 Attempting uninstall: idna 01:10:35 Found existing installation: idna 2.9 01:10:35 Uninstalling idna-2.9: 01:10:35 Successfully uninstalled idna-2.9 01:10:36 Priming go-build-helper 01:10:36 Attempting uninstall: requests 01:10:36 Found existing installation: requests 2.23.0 01:10:36 Uninstalling requests-2.23.0: 01:10:36 Successfully uninstalled requests-2.23.0 01:10:36 Priming static-packages 01:10:38 Running setup.py install for PyYAML: started 01:10:39 Priming go115 01:10:40 Priming edgex-go 01:10:40 Running setup.py install for PyYAML: finished with status 'done' 01:10:41 Priming version 01:10:41 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:42 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:10:52 ---> fe1765e16b22 01:10:52 Step 9/23 : RUN make cmd/core-command/core-command 01:10:52 ---> 10b9c4396cf5 01:10:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:10:52 ---> d40924b0bc02 01:10:52 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 01:10:52 ---> Running in 0437109a2729 01:10:52 ---> Running in 7a9be01372a4 01:10:52 ---> 9a3b45b1c82b 01:10:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:10:52 ---> Running in fdbe70dd12b1 01:10:52 ---> Running in 246fbffcb1f3 01:10:52 Removing intermediate container 246fbffcb1f3 01:10:52 ---> 6afa6b5c8998 01:10:52 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:10:52 Removing intermediate container 826cf968ec63 01:10:52 ---> 86c40010944a 01:10:52 Step 21/26 : RUN apk --no-cache add curl 01:10:53 ---> Running in fb82448f6922 01:10:53 ---> Running in 6947a14aa73b 01:10:54 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:10: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:10:54 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:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10: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:10:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:10:55 (2/3) Installing libcurl (7.69.1-r3) 01:10:56 (3/3) Installing curl (7.69.1-r3) 01:10:56 Executing busybox-1.31.1-r19.trigger 01:10:56 OK: 71 MiB in 58 packages 01:10:58 Removing intermediate container fb82448f6922 01:10:58 ---> c086619d48ab 01:10:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:10:58 ---> Running in e2182fc35a04 01:10:58 Removing intermediate container e2182fc35a04 01:10:58 ---> 6e1e0a58da8e 01:10:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:58 ---> Running in faf8908399d1 01:10:59 Removing intermediate container faf8908399d1 01:10:59 ---> b747a5ab3830 01:10:59 Step 24/26 : LABEL arch=arm64 01:10:59 ---> Running in 719368307cef 01:11:00 Removing intermediate container 719368307cef 01:11:00 ---> cfbf3f85ea6c 01:11:00 Step 25/26 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:11:00 ---> Running in cce1e961f416 01:11:01 Removing intermediate container cce1e961f416 01:11:01 ---> 7baf33e77a24 01:11:01 Step 26/26 : LABEL version=0.0.0 01:11:01 ---> Running in 0dc81676f104 01:11:02 Removing intermediate container 0dc81676f104 01:11:02 ---> 60aa045a4260 01:11:02 01:11:02 Successfully built 60aa045a4260 01:11:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:11:59  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:12:01 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:12:11 Removing intermediate container fdbe70dd12b1 01:12:11 ---> 643d78e93c18 01:12:11 01:12:11 Step 10/24 : FROM alpine:3.12 01:12:11 ---> afeebe901d6b 01:12:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:12:11 Removing intermediate container 7a9be01372a4 01:12:11 ---> bb9284dbd5df 01:12:11 01:12:11 Step 10/22 : FROM alpine:3.12 01:12:11 ---> afeebe901d6b 01:12:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:12:11 Removing intermediate container 0437109a2729 01:12:11 ---> c1f90adeef02 01:12:11 01:12:11 Step 10/23 : FROM alpine:3.12 01:12:11 ---> afeebe901d6b 01:12:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:12:11 ---> Using cache 01:12:11 ---> ae1ba57c7858 01:12:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:12:11 ---> Using cache 01:12:11 ---> 829ce3ce6734 01:12:11 Step 13/23 : ENV APP_PORT=48082 01:12:11 ---> Running in d685b573979b 01:12:11 ---> Running in ff95a2560bcd 01:12:11 ---> Running in 575d5bd557fc 01:12:11 Removing intermediate container ff95a2560bcd 01:12:11 ---> 6dba3b4e080d 01:12:11 Step 14/23 : EXPOSE $APP_PORT 01:12:11 ---> Running in b322a76b6f48 01:12:12 + mkdir -p /tmp/build/dist/linux 01:12:12 + cd /tmp/build/dist/linux 01:12:12 + git clone https://github.com/jwilder/dockerize.git . 01:12:12 Cloning into '.'... 01:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:12:12 Removing intermediate container b322a76b6f48 01:12:12 ---> f0fd447fffd6 01:12:12 Step 15/23 : WORKDIR / 01:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:12:12 + go get github.com/robfig/glock 01:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:12:12 ---> Running in 1be5d492ccb7 01:12:13 (1/5) Installing ca-certificates (20191127-r4) 01:12:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:12:13 (1/2) Installing ca-certificates (20191127-r4) 01:12:13 (3/5) Installing libcurl (7.69.1-r3) 01:12:13 (4/5) Installing curl (7.69.1-r3) 01:12:13 (5/5) Installing dumb-init (1.2.2-r1) 01:12:13 Removing intermediate container 1be5d492ccb7 01:12:13 ---> 5225bdd9749f 01:12:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:12:13 Executing busybox-1.31.1-r19.trigger 01:12:13 Executing ca-certificates-20191127-r4.trigger 01:12:13 (2/2) Installing dumb-init (1.2.2-r1) 01:12:13 Executing busybox-1.31.1-r19.trigger 01:12:13 Executing ca-certificates-20191127-r4.trigger 01:12:13 OK: 7 MiB in 19 packages 01:12:13 OK: 6 MiB in 16 packages 01:12:14 ---> 0e57cefd9a1e 01:12:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:12:16 Removing intermediate container d685b573979b 01:12:16 ---> 4b0d727e3ee2 01:12:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:12:16 Removing intermediate container 575d5bd557fc 01:12:16 ---> 2d9a7b6c9157 01:12:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:12:16 ---> 3fb841a4cb1b 01:12:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:12:16 ---> Running in 6e6597768944 01:12:16 ---> Running in 749e0bba3ff0 01:12:16 Removing intermediate container 6e6597768944 01:12:16 ---> 2ebf6933da59 01:12:16 Step 13/24 : WORKDIR / 01:12:17 Removing intermediate container 749e0bba3ff0 01:12:17 ---> 47d59645a50d 01:12:17 Step 13/22 : ENV APP_PORT=48060 01:12:17 ---> Running in b407757bb06c 01:12:17 ---> 5363ed338b70 01:12:17 Step 19/23 : ENTRYPOINT ["/core-command"] 01:12:17 ---> Running in 8c1157455f09 01:12:17 ---> Running in 9f7767474c83 01:12:17 Removing intermediate container b407757bb06c 01:12:17 ---> 6e3f215033fc 01:12:17 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:12:18 Removing intermediate container 9f7767474c83 01:12:18 ---> 29d413dfc0b5 01:12:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:18 Removing intermediate container 8c1157455f09 01:12:18 ---> f9bd35c4712b 01:12:18 Step 14/22 : EXPOSE $APP_PORT 01:12:18 ---> Running in 1c8c83c73373 01:12:18 ---> Running in efa0d2274795 01:12:18 ---> b3b31304e922 01:12:18 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:12:18 Removing intermediate container efa0d2274795 01:12:18 ---> 6c186fc14266 01:12:18 Step 21/23 : LABEL arch=arm64 01:12:18 Removing intermediate container 1c8c83c73373 01:12:18 ---> fb8c87a9cd9d 01:12:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:12:19 ---> Running in 57698609fb04 01:12:19 ---> 081d6ac0c294 01:12:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:12:19 Removing intermediate container 57698609fb04 01:12:19 ---> 33e01db4ec0d 01:12:19 Step 22/23 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:12:20 ---> 2202da861269 01:12:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:12:20 ---> Running in 0c0dc666ad29 01:12:21 Removing intermediate container 0c0dc666ad29 01:12:21 ---> 342db439a9bd 01:12:21 Step 23/23 : LABEL version=0.0.0 01:12:21 ---> 23e0b84bf06f 01:12:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:12:21 ---> Running in af496c7fb6f3 01:12:21 ---> 09dd3fab183f 01:12:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:12:21 Removing intermediate container af496c7fb6f3 01:12:21 ---> 57e495644e5c 01:12:21 01:12:22 Successfully built 57e495644e5c 01:12:22 ---> 7d042f8d0e1f 01:12:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:12:22 Successfully tagged docker-core-command-go-arm64:latest 01:12:22  Building docker-core-command-go ... done  ---> 2f974c3972d7 01:12:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:12:22 ---> Running in 8e8a3fceb8a9 01:12:23 Removing intermediate container 8e8a3fceb8a9 01:12:23 ---> c873a0edcf0a 01:12:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:24 ---> Running in 14ead725678c 01:12:24 ---> 7de40e74d323 01:12:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:12:24 Removing intermediate container 14ead725678c 01:12:24 ---> 3e3a89b07263 01:12:24 Step 20/22 : LABEL arch=arm64 01:12:25 ---> Running in 247685e93974 01:12:25 ---> cb533b3bf8fb 01:12:25 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:12:25 ---> Running in 3f7591f573cf 01:12:25 Removing intermediate container 247685e93974 01:12:25 ---> 2254d96789cc 01:12:25 Step 21/22 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:12:26 ---> Running in ffa3169a7784 01:12:26 Removing intermediate container ffa3169a7784 01:12:26 ---> d1eb75072f90 01:12:26 Step 22/22 : LABEL version=0.0.0 01:12:26 ---> Running in 46b206520284 01:12:27 Removing intermediate container 46b206520284 01:12:27 ---> a3a772585b59 01:12:27 01:12:27 Successfully built a3a772585b59 01:12:27 Successfully tagged docker-support-notifications-go-arm64:latest 01:12:28  Building docker-support-notifications-go ... done Removing intermediate container 3f7591f573cf 01:12:28 ---> 38a536297ad6 01:12:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:12:28 ---> Running in a75c37fc746f 01:12:28 Removing intermediate container a75c37fc746f 01:12:28 ---> 62d9fff347e0 01:12:28 Step 22/24 : LABEL arch=arm64 01:12:29 ---> Running in 15599bc8e0e4 01:12:29 Removing intermediate container 15599bc8e0e4 01:12:29 ---> 703578a4dbf7 01:12:29 Step 23/24 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:12:29 ---> Running in 2f854a2afdd1 01:12:29 Removing intermediate container 2f854a2afdd1 01:12:29 ---> ef742e73f8c2 01:12:29 Step 24/24 : LABEL version=0.0.0 01:12:30 ---> Running in 290cdbef808b 01:12:30 + glock sync -n 01:12:30 Removing intermediate container 290cdbef808b 01:12:30 ---> d25e5eb6c163 01:12:30 01:12:30 Successfully built d25e5eb6c163 01:12:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:12:37  Building docker-security-secretstore-setup-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 01:12:37 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 01:12:37 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 01:12:37 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 01:12:37 + git describe '--abbrev=0' --tags 01:12:37 + TAG=v0.6.1 01:12:37 + LDFLAGS='-X main.buildVersion=v0.6.1' 01:12:37 + apk --print-arch 01:12:37 + arch=aarch64 01:12:37 + echo 'building [dockerize] for arm64 ... ' 01:12:37 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1'building [dockerize] for arm64 ... 01:12:37  -o /tmp/build/dist/linux/dockerize 01:12:40 + date 01:12:40 + echo 'Thu Jan 28 01:12:40 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 01:12:40 Thu Jan 28 01:12:40 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 01:12:48 Removing intermediate container 6947a14aa73b 01:12:48 ---> a651e9323105 01:12:48 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:12:48 ---> Running in 76187fb9dcc4 01:12:49 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 01:12:49 statically linked 01:12:50 Removing intermediate container 76187fb9dcc4 01:12:50 ---> da00afeb5a48 01:12:50 01:12:50 Step 12/34 : FROM alpine:3.12 01:12:50 ---> afeebe901d6b 01:12:50 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:12:50 ---> Running in faac0f26ada5 01:12:51 Removing intermediate container faac0f26ada5 01:12:51 ---> 7ecaf0810cf3 01:12:51 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:12:51 ---> Running in 381bb8e0f93d 01:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:12:53 (1/3) Installing dumb-init (1.2.2-r1) 01:12:53 (2/3) Installing openssl (1.1.1i-r0) 01:12:53 (3/3) Installing su-exec (0.2-r1) 01:12:53 Executing busybox-1.31.1-r19.trigger 01:12:53 OK: 6 MiB in 17 packages 01:12:54 Removing intermediate container 381bb8e0f93d 01:12:54 ---> 7bf29eb9ba3c 01:12:54 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 01:12:54 ---> Running in 956ef8d12af3 01:12:54 Removing intermediate container 956ef8d12af3 01:12:54 ---> 3cea3aff79d2 01:12:54 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:12:55 ---> Running in 3c5141698a29 01:12:55 Removing intermediate container 3c5141698a29 01:12:55 ---> 069de62e2503 01:12:55 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:12:55 ---> Running in b418ee2da537 01:12:57 Removing intermediate container b418ee2da537 01:12:57 ---> 420f0b33d347 01:12:57 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 01:12:57 ---> Running in 9626e111f295 01:12:58 Removing intermediate container 9626e111f295 01:12:58 ---> 10227be0e106 01:12:58 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 01:12:59 ---> 4efef3184e0b 01:12:59 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:13:00 ---> bf584d65d046 01:13:00 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:13:00 ---> Running in 72b00146975d 01:13:02 Removing intermediate container 72b00146975d 01:13:02 ---> bc1d533b4969 01:13:02 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 01:13:03 ---> 41aafc41b064 01:13:03 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:13:04 ---> fb92cfc3de49 01:13:04 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:13:04 ---> ca5db436ea9d 01:13:04 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:13:06 ---> 80110260fb43 01:13:06 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:13:06 ---> 6e3113d1253f 01:13:06 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 01:13:07 ---> Running in 9ced1ee26452 01:13:07 Removing intermediate container 9ced1ee26452 01:13:07 ---> 2701160bf835 01:13:07 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:13:08 ---> 58fc62f8aad2 01:13:08 Step 29/34 : RUN chmod +x /entrypoint.sh 01:13:08 ---> Running in da7d2ab6362b 01:13:10 Removing intermediate container da7d2ab6362b 01:13:10 ---> fbaa63a95f20 01:13:10 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 01:13:11 ---> Running in 8149d627ac07 01:13:11 Removing intermediate container 8149d627ac07 01:13:11 ---> 409d9cd9b74b 01:13:11 Step 31/34 : CMD ["gate"] 01:13:12 ---> Running in 414f179addf4 01:13:12 Removing intermediate container 414f179addf4 01:13:12 ---> 85631d963455 01:13:12 Step 32/34 : LABEL arch=arm64 01:13:13 ---> Running in 6c0efe251cd2 01:13:13 Removing intermediate container 6c0efe251cd2 01:13:13 ---> c7fb73ce4da9 01:13:13 Step 33/34 : LABEL git_sha=38ee97bf23fa756444b90e09a13947d7f6f04c10 01:13:14 ---> Running in 917d1274610e 01:13:14 Removing intermediate container 917d1274610e 01:13:14 ---> 4e4ec9050432 01:13:14 Step 34/34 : LABEL version=0.0.0 01:13:15 ---> Running in 9cf2504f3b13 01:13:15 Removing intermediate container 9cf2504f3b13 01:13:15 ---> 4b08aa8ad56e 01:13:15 01:13:15 Successfully built 4b08aa8ad56e 01:13:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:13:16  Building docker-security-bootstrapper-go ... done  [Pipeline] } 01:13:16 $ docker stop --time=1 c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec 01:13:17 $ docker rm -f c5ef477a9a22861ce4cbb15970d5beed12fb81824c27a28c145822ccefd7a6ec [Pipeline] // withDockerContainer [Pipeline] sh 01:13:18 + + docker images 01:13:18 grep docker 01:13:18 docker-security-bootstrapper-go-arm64 latest 4b08aa8ad56e 3 seconds ago 31.9MB 01:13:18 docker-security-secretstore-setup-go-arm64 latest d25e5eb6c163 48 seconds ago 23.4MB 01:13:18 docker-support-notifications-go-arm64 latest a3a772585b59 51 seconds ago 16MB 01:13:18 docker-core-command-go-arm64 latest 57e495644e5c 57 seconds ago 15.4MB 01:13:18 docker-sys-mgmt-agent-go-arm64 latest 60aa045a4260 2 minutes ago 300MB 01:13:18 docker-core-data-go-arm64 latest c8e77d99a508 3 minutes ago 21MB 01:13:18 docker-core-metadata-go-arm64 latest 3e7ba7ce3bfd 3 minutes ago 17.7MB 01:13:18 docker-security-proxy-setup-go-arm64 latest 1dd8f722bcd3 3 minutes ago 23.2MB 01:13:18 docker-support-scheduler-go-arm64 latest 64d5fb4ecde1 3 minutes ago 15.5MB 01:13:18 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:13:20 provisioning config files... 01:13:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4291662636730887701tmp [Pipeline] { [Pipeline] sh 01:13:21 + set +x 01:13:21 + curl -s https://codecov.io/bash 01:13:21 + bash -s -- 01:13:21 01:13:21 _____ _ 01:13:21 / ____| | | 01:13:21 | | ___ __| | ___ ___ _____ __ 01:13:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:13:21 | |___| (_) | (_| | __/ (_| (_) \ V / 01:13:21 \_____\___/ \__,_|\___|\___\___/ \_/ 01:13:21 Bash-20210128-d4071a2 01:13:21 01:13:21 01:13:21 ==> git version 2.24.3 found 01:13:21 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:13:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:13:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:13:21 ==> Jenkins CI detected. 01:13:21 project root: . 01:13:21 --> token set from env 01:13:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:13:21 ==> Running gcov in . (disable via -X gcov) 01:13:21 ==> Python coveragepy not found 01:13:21 ==> Searching for coverage reports in: 01:13:21 + . 01:13:21 -> Found 1 reports 01:13:21 ==> Detecting git/mercurial file structure 01:13:21 ==> Reading reports 01:13:21 + ./coverage.out bytes=564700 01:13:21 ==> Appending adjustments 01:13:21 https://docs.codecov.io/docs/fixing-reports 01:13:25 + Found adjustments 01:13:25 ==> Gzipping contents 01:13:25 84K /tmp/codecov.E7OaXv.gz 01:13:25 ==> Uploading reports 01:13:25 url: https://codecov.io 01:13:25 query: branch=PR-3075&commit=38ee97bf23fa756444b90e09a13947d7f6f04c10&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 01:13:25 -> Pinging Codecov 01:13:25 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3075&commit=38ee97bf23fa756444b90e09a13947d7f6f04c10&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= 01:13:25 -> Uploading to 01:13:25 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/38ee97bf23fa756444b90e09a13947d7f6f04c10/aa55aa36-3c5e-4c3b-add1-9f79980e1026.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T011324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b3b1bdec14a9282ec7c776a8a4c252fe768c513f9a7a6d11f7227bbf166db009 01:13:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:13:25 Dload Upload Total Spent Left Speed 01:13:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85529 0 0 100 85529 0 157k --:--:-- --:--:-- --:--:-- 157k 01:13:25 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/38ee97bf23fa756444b90e09a13947d7f6f04c10 [Pipeline] } 01:13:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:13:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:13:28 ---> package-listing.sh 01:13:28 ++ facter osfamily 01:13:28 ++ tr '[:upper:]' '[:lower:]' 01:13:28 + OS_FAMILY=redhat 01:13:28 + workspace=/w/workspace/edgex-go/4 01:13:28 + START_PACKAGES=/tmp/packages_start.txt 01:13:28 + END_PACKAGES=/tmp/packages_end.txt 01:13:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:13:28 + PACKAGES=/tmp/packages_start.txt 01:13:28 + '[' /w/workspace/edgex-go/4 ']' 01:13:28 + PACKAGES=/tmp/packages_end.txt 01:13:28 + case "${OS_FAMILY}" in 01:13:28 + rpm -qa 01:13:28 + sort 01:13:33 + '[' -f /tmp/packages_start.txt ']' 01:13:33 + '[' -f /tmp/packages_end.txt ']' 01:13:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:13:33 + '[' /w/workspace/edgex-go/4 ']' 01:13:33 + mkdir -p /w/workspace/edgex-go/4/archives/ 01:13:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 01:13:33 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:13:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:13:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:13:34 01:13:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:13:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:13:34 alpine: Pulling from edgex-lftools-log-publisher 01:13:34 df20fa9351a1: Pulling fs layer 01:13:34 36b3adc4ff6f: Pulling fs layer 01:13:34 8ad3a11d3b57: Pulling fs layer 01:13:34 46f8f816bc3b: Pulling fs layer 01:13:34 93b61091891f: Pulling fs layer 01:13:34 93b9cdb0e59b: Pulling fs layer 01:13:34 5e14af77c1be: Pulling fs layer 01:13:34 01666e4c0597: Pulling fs layer 01:13:34 aa168da1d23b: Pulling fs layer 01:13:34 93b61091891f: Waiting 01:13:34 93b9cdb0e59b: Waiting 01:13:34 5e14af77c1be: Waiting 01:13:34 01666e4c0597: Waiting 01:13:34 aa168da1d23b: Waiting 01:13:34 46f8f816bc3b: Waiting 01:13:34 36b3adc4ff6f: Verifying Checksum 01:13:34 36b3adc4ff6f: Download complete 01:13:34 46f8f816bc3b: Download complete 01:13:34 df20fa9351a1: Verifying Checksum 01:13:34 df20fa9351a1: Download complete 01:13:34 93b9cdb0e59b: Verifying Checksum 01:13:34 93b9cdb0e59b: Download complete 01:13:34 5e14af77c1be: Verifying Checksum 01:13:34 5e14af77c1be: Download complete 01:13:34 01666e4c0597: Download complete 01:13:34 93b61091891f: Verifying Checksum 01:13:34 93b61091891f: Download complete 01:13:35 df20fa9351a1: Pull complete 01:13:35 36b3adc4ff6f: Pull complete 01:13:35 8ad3a11d3b57: Verifying Checksum 01:13:35 8ad3a11d3b57: Download complete 01:13:36 8ad3a11d3b57: Pull complete 01:13:36 46f8f816bc3b: Pull complete 01:13:37 aa168da1d23b: Verifying Checksum 01:13:37 aa168da1d23b: Download complete 01:13:39 93b61091891f: Pull complete 01:13:39 93b9cdb0e59b: Pull complete 01:13:40 5e14af77c1be: Pull complete 01:13:40 01666e4c0597: Pull complete 01:13:48 aa168da1d23b: Pull complete 01:13:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:13:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:13:49 prd-centos7-docker-4c-2g-23605 does not seem to be running inside a container 01:13:49 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:13:58 $ docker top 42705ffbb06e829030d591c908db46f8e73fde11f56cb97ee6a6cbf0ff67e8c9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:13:59 + touch /tmp/pre-build-complete [Pipeline] sh 01:13:59 + mkdir -p /var/log/sa [Pipeline] sh 01:13:59 + ls /var/log/sa-host 01:13:59 + sadf -c /var/log/sa-host/sa23 01:13:59 file_magic: OK 01:13:59 HZ: Using current value: 100 01:13:59 file_header: OK 01:13:59 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:13:59 Statistics: 01:13:59 Hnuu...uuuununununu... 01:13:59 File successfully converted to sysstat format version 12.2.1 01:13:59 + sadf -c /var/log/sa-host/sa28 01:13:59 file_magic: OK 01:13:59 HZ: Using current value: 100 01:13:59 file_header: OK 01:13:59 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:13:59 Statistics: 01:13:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:13:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:13:59 provisioning config files... 01:13:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1468829500500204727tmp [Pipeline] { [Pipeline] echo 01:13:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:14:00 ---> create-netrc.sh [Pipeline] } 01:14:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:14:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:14:00 ---> python-tools-install.sh [Pipeline] echo 01:14:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:14:01 ---> sudo-logs.sh 01:14:01 Archiving 'sudo' log.. [Pipeline] echo 01:14:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:14:01 ---> job-cost.sh 01:14:01 lf-activate-venv: SKIPPING 01:14:01 INFO: No Stack... 01:14:02 INFO: Retrieving Pricing Info for: v1-standard-2 01:14:02 INFO: Archiving Costs [Pipeline] echo 01:14:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:14:03 ---> logs-deploy.sh 01:14:03 lf-activate-venv: SKIPPING 01:14:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/4 01:14:03 INFO: archiving workspace using pattern(s): 01:14:05 Archives upload complete. 01:14:05 INFO: archiving logs to Nexus 01:14:06 ---> uname -a: 01:14:06 Linux prd-centos7-docker-4c-2g-23605.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:14:06 01:14:06 01:14:06 ---> lscpu: 01:14:06 Architecture: x86_64 01:14:06 CPU op-mode(s): 32-bit, 64-bit 01:14:06 Byte Order: Little Endian 01:14:06 Address sizes: 40 bits physical, 48 bits virtual 01:14:06 CPU(s): 4 01:14:06 On-line CPU(s) list: 0-3 01:14:06 Thread(s) per core: 1 01:14:06 Core(s) per socket: 1 01:14:06 Socket(s): 4 01:14:06 NUMA node(s): 1 01:14:06 Vendor ID: GenuineIntel 01:14:06 CPU family: 6 01:14:06 Model: 44 01:14:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:14:06 Stepping: 1 01:14:06 CPU MHz: 2933.438 01:14:06 BogoMIPS: 5866.87 01:14:06 Virtualization: VT-x 01:14:06 Hypervisor vendor: KVM 01:14:06 Virtualization type: full 01:14:06 L1d cache: 128 KiB 01:14:06 L1i cache: 128 KiB 01:14:06 L2 cache: 16 MiB 01:14:06 L3 cache: 64 MiB 01:14:06 NUMA node0 CPU(s): 0-3 01:14:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:14:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:14:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:14:06 Vulnerability Meltdown: Mitigation; PTI 01:14:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:14:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:14:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:14:06 Vulnerability Srbds: Not affected 01:14:06 Vulnerability Tsx async abort: Not affected 01:14:06 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:14:06 01:14:06 01:14:06 ---> nproc: 01:14:06 4 01:14:06 01:14:06 01:14:06 ---> df -h: 01:14:06 Filesystem Size Used Available Use% Mounted on 01:14:06 overlay 50.0G 11.0G 39.0G 22% / 01:14:06 tmpfs 64.0M 0 64.0M 0% /dev 01:14:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:14:06 shm 64.0M 0 64.0M 0% /dev/shm 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/4@tmp 01:14:06 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/4 01:14:06 01:14:06 01:14:06 ---> free -m: 01:14:06 total used free shared buff/cache available 01:14:06 Mem: 1837 706 125 0 1005 1045 01:14:06 Swap: 1023 78 945 01:14:06 01:14:06 01:14:06 ---> ip addr: 01:14:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:14:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:14:06 inet 127.0.0.1/8 scope host lo 01:14:06 valid_lft forever preferred_lft forever 01:14:06 inet6 ::1/128 scope host 01:14:06 valid_lft forever preferred_lft forever 01:14:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:14:06 link/ether fa:16:3e:31:57:0b brd ff:ff:ff:ff:ff:ff 01:14:06 inet 10.30.123.82/23 brd 10.30.123.255 scope global dynamic eth0 01:14:06 valid_lft 85207sec preferred_lft 85207sec 01:14:06 inet6 fe80::f816:3eff:fe31:570b/64 scope link 01:14:06 valid_lft forever preferred_lft forever 01:14:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:14:06 link/ether 02:42:d0:5d:54:7f brd ff:ff:ff:ff:ff:ff 01:14:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:14:06 valid_lft forever preferred_lft forever 01:14:06 inet6 fe80::42:d0ff:fe5d:547f/64 scope link 01:14:06 valid_lft forever preferred_lft forever 01:14:06 01:14:06 01:14:06 ---> sar -b -r -n DEV: 01:14:06 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:14:06 01:14:06 00:54:01 LINUX RESTART (4 CPU) 01:14:06 01:14:06 00:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:14:06 00:56:02 110.98 73.29 37.69 0.00 9434.46 12840.47 0.00 01:14:06 00:57:01 168.71 47.40 121.31 0.00 2637.87 39008.73 0.00 01:14:06 00:58:01 240.14 90.99 149.15 0.00 3211.57 19469.16 0.00 01:14:06 00:59:01 169.00 78.77 90.22 0.00 3790.42 10337.74 0.00 01:14:06 01:00:02 259.78 93.65 166.12 0.00 30749.03 104163.84 0.00 01:14:06 01:01:02 2985.93 2617.37 368.56 0.00 196493.66 205919.06 0.00 01:14:06 01:02:01 611.78 380.65 231.13 0.00 27033.29 50191.36 0.00 01:14:06 01:03:01 1596.40 1265.67 330.73 0.00 103516.50 112200.08 0.00 01:14:06 01:04:01 945.09 640.25 304.84 0.00 35493.81 58820.06 0.00 01:14:06 01:05:01 8.66 1.92 6.74 0.00 42.76 237.44 0.00 01:14:06 01:06:01 0.30 0.10 0.20 0.00 0.80 1.88 0.00 01:14:06 01:07:01 0.18 0.02 0.17 0.00 0.53 1.65 0.00 01:14:06 01:08:01 0.32 0.05 0.27 0.00 0.53 3.58 0.00 01:14:06 01:09:01 0.57 0.28 0.28 0.00 5.20 2.75 0.00 01:14:06 01:10:01 2.30 1.50 0.80 0.00 53.29 15.12 0.00 01:14:06 01:11:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 01:14:06 01:12:01 0.27 0.02 0.25 0.00 0.53 2.73 0.00 01:14:06 01:13:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 01:14:06 Average: 393.64 293.28 100.36 0.00 22873.99 34021.14 0.00 01:14:06 01:14:06 00:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:14:06 00:56:02 192652 0 645652 34.32 2620 1040620 1517736 51.80 620524 864284 106392 01:14:06 00:57:01 143924 0 688256 36.58 1664 1047700 1545664 52.75 570960 922004 1152 01:14:06 00:58:01 199124 0 761792 40.49 896 919732 1756636 59.95 627504 776828 50024 01:14:06 00:59:01 291268 0 749660 39.84 704 839912 1383084 47.20 598340 701412 35492 01:14:06 01:00:02 64456 0 840760 44.68 0 976328 2270584 77.49 730672 869376 58740 01:14:06 01:01:02 74752 0 811988 43.16 0 994804 2163576 73.84 759856 821936 85828 01:14:06 01:02:01 136448 0 770148 40.93 0 974948 2171480 74.11 590876 891396 2424 01:14:06 01:03:01 205896 0 787972 41.88 0 887676 2031648 69.34 656100 753356 28176 01:14:06 01:04:01 588152 0 637336 33.87 0 656056 1225936 41.84 470904 569264 28 01:14:06 01:05:01 591720 0 632980 33.64 0 656844 1197772 40.88 468992 569740 12 01:14:06 01:06:01 593208 0 631484 33.56 0 656852 1186596 40.50 468764 569536 16 01:14:06 01:07:01 592760 0 631936 33.59 0 656848 1186548 40.49 468676 569552 8 01:14:06 01:08:01 592912 0 631764 33.58 0 656868 1186572 40.50 468812 569576 20 01:14:06 01:09:01 593616 0 630864 33.53 0 657064 1205820 41.15 468200 569708 12 01:14:06 01:10:01 591464 0 632132 33.60 0 657948 1186536 40.49 468964 570264 12 01:14:06 01:11:01 592000 0 631588 33.57 0 657956 1186464 40.49 468608 570264 12 01:14:06 01:12:01 591992 0 631608 33.57 0 657944 1186464 40.49 468360 570264 12 01:14:06 01:13:01 592148 0 631428 33.56 0 657968 1186464 40.49 468368 570280 8 01:14:06 Average: 401583 0 687742 36.55 327 791893 1487532 50.77 546860 683280 20465 01:14:06 01:14:06 00:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:14:06 00:56:02 eth0 1008.60 1232.55 3141.37 150.29 0.00 0.00 0.00 0.00 01:14:06 00:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 00:56:02 docker0 1117.47 834.96 82.71 2680.50 0.00 0.00 0.00 0.00 01:14:06 00:57:01 eth0 406.68 325.30 3262.29 32.33 0.00 0.00 0.00 0.00 01:14:06 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 00:57:01 vethd1329a7 21.34 25.64 2.12 16.12 0.00 0.00 0.00 0.00 01:14:06 00:57:01 docker0 82.52 104.64 5.07 383.46 0.00 0.00 0.00 0.00 01:14:06 00:58:01 veth10ebe3e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 00:58:01 eth0 129.40 116.33 482.23 20.74 0.00 0.00 0.00 0.00 01:14:06 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 00:58:01 docker0 99.09 100.70 7.63 452.77 0.00 0.00 0.00 0.00 01:14:06 00:59:01 veth10ebe3e 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 01:14:06 00:59:01 eth0 34.21 22.58 22.69 80.51 0.00 0.00 0.00 0.00 01:14:06 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 00:59:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 01:14:06 01:00:02 eth0 226.79 186.17 1693.46 75.26 0.00 0.00 0.00 0.00 01:14:06 01:00:02 veth917e058 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 01:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:01:02 eth0 45.81 26.04 163.42 9.49 0.00 0.00 0.00 0.00 01:14:06 01:01:02 veth917e058 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 01:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:01:02 docker0 16.10 26.49 0.92 147.67 0.00 0.00 0.00 0.00 01:14:06 01:02:01 veth0dc09e8 68.24 115.87 5.43 702.57 0.00 0.00 0.00 0.00 01:14:06 01:02:01 veth9bf0edc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:02:01 eth0 272.33 186.01 2068.49 22.38 0.00 0.00 0.00 0.00 01:14:06 01:02:01 veth917e058 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 01:03:01 veth32f312b 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 01:03:01 eth0 117.28 57.67 418.41 92.12 0.00 0.00 0.00 0.00 01:14:06 01:03:01 veth917e058 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:14:06 01:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:14:06 01:04:01 eth0 102.33 65.82 210.60 83.17 0.00 0.00 0.00 0.00 01:14:06 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:04:01 docker0 1425.27 1283.97 103.36 4967.21 0.00 0.00 0.00 0.00 01:14:06 01:05:01 eth0 2.68 1.17 1.55 0.69 0.00 0.00 0.00 0.00 01:14:06 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:06:01 eth0 1.45 0.63 0.61 0.37 0.00 0.00 0.00 0.00 01:14:06 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:07:01 eth0 1.17 0.33 0.33 0.21 0.00 0.00 0.00 0.00 01:14:06 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:08:01 eth0 0.98 0.40 0.34 0.23 0.00 0.00 0.00 0.00 01:14:06 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:09:01 eth0 0.22 0.10 0.02 0.01 0.00 0.00 0.00 0.00 01:14:06 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:10:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 01:14:06 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:11:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:14:06 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:12:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 01:14:06 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:13:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:14:06 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 Average: eth0 130.32 123.27 633.98 31.63 0.00 0.00 0.00 0.00 01:14:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:14:06 Average: docker0 79.34 71.48 5.75 276.52 0.00 0.00 0.00 0.00 01:14:06 01:14:06 01:14:06 ---> sar -P ALL: 01:14:06 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:14:06 01:14:06 00:54:01 LINUX RESTART (4 CPU) 01:14:06 01:14:06 00:55:01 CPU %user %nice %system %iowait %steal %idle 01:14:06 00:56:02 all 12.62 0.00 5.88 1.24 1.80 78.46 01:14:06 00:56:02 0 9.90 0.00 7.54 0.49 1.66 80.41 01:14:06 00:56:02 1 12.94 0.00 5.41 0.89 1.78 78.99 01:14:06 00:56:02 2 10.33 0.00 5.07 2.08 1.96 80.55 01:14:06 00:56:02 3 17.30 0.00 5.51 1.50 1.79 73.89 01:14:06 00:57:01 all 7.18 0.00 5.57 1.78 2.80 82.67 01:14:06 00:57:01 0 6.02 0.00 5.00 0.59 2.96 85.43 01:14:06 00:57:01 1 7.36 0.00 5.78 3.86 2.94 80.06 01:14:06 00:57:01 2 8.35 0.00 5.21 1.01 2.60 82.83 01:14:06 00:57:01 3 6.98 0.00 6.28 1.63 2.71 82.40 01:14:06 00:58:01 all 39.04 0.00 11.81 6.47 1.01 41.66 01:14:06 00:58:01 0 38.64 0.00 11.39 4.95 1.11 43.92 01:14:06 00:58:01 1 37.79 0.00 11.70 6.43 0.90 43.18 01:14:06 00:58:01 2 38.27 0.00 12.70 8.47 1.05 39.50 01:14:06 00:58:01 3 41.49 0.00 11.46 6.02 0.99 40.04 01:14:06 00:59:01 all 52.06 0.00 14.66 5.67 0.14 27.47 01:14:06 00:59:01 0 50.57 0.00 14.23 9.78 0.16 25.27 01:14:06 00:59:01 1 52.15 0.00 14.93 6.36 0.14 26.42 01:14:06 00:59:01 2 52.01 0.00 15.34 2.73 0.12 29.80 01:14:06 00:59:01 3 53.52 0.00 14.15 3.80 0.12 28.42 01:14:06 01:00:02 all 24.30 0.00 15.66 6.62 0.12 53.30 01:14:06 01:00:02 0 22.94 0.00 14.73 5.54 0.12 56.66 01:14:06 01:00:02 1 25.85 0.00 15.43 8.11 0.07 50.54 01:14:06 01:00:02 2 23.05 0.00 16.72 5.46 0.10 54.66 01:14:06 01:00:02 3 25.35 0.00 15.78 7.35 0.17 51.34 01:14:06 01:01:02 all 22.44 0.00 27.92 26.98 0.21 22.45 01:14:06 01:01:02 0 21.96 0.00 26.94 26.98 0.22 23.89 01:14:06 01:01:02 1 22.14 0.00 28.19 24.95 0.20 24.52 01:14:06 01:01:02 2 22.61 0.00 28.08 29.60 0.22 19.49 01:14:06 01:01:02 3 23.07 0.00 28.46 26.37 0.20 21.90 01:14:06 01:02:01 all 54.72 0.00 16.87 14.85 0.08 13.47 01:14:06 01:02:01 0 54.37 0.00 18.10 13.79 0.05 13.69 01:14:06 01:02:01 1 55.64 0.00 16.47 15.63 0.09 12.17 01:14:06 01:02:01 2 53.65 0.00 16.41 16.95 0.11 12.87 01:14:06 01:02:01 3 55.22 0.00 16.49 13.10 0.09 15.10 01:14:06 01:03:01 all 43.17 0.00 22.12 25.82 0.11 8.77 01:14:06 01:03:01 0 43.27 0.00 21.73 26.99 0.11 7.89 01:14:06 01:03:01 1 43.24 0.00 20.74 26.85 0.12 9.04 01:14:06 01:03:01 2 42.59 0.00 23.00 25.89 0.14 8.39 01:14:06 01:03:01 3 43.60 0.00 22.99 23.56 0.07 9.78 01:14:06 01:04:01 all 28.77 0.00 15.78 23.51 0.22 31.72 01:14:06 01:04:01 0 29.52 0.00 15.15 20.99 0.25 34.09 01:14:06 01:04:01 1 27.24 0.00 16.17 24.31 0.21 32.07 01:14:06 01:04:01 2 28.62 0.00 15.92 25.27 0.25 29.94 01:14:06 01:04:01 3 29.72 0.00 15.89 23.46 0.18 30.76 01:14:06 01:05:01 all 0.17 0.00 0.07 0.10 0.00 99.67 01:14:06 01:05:01 0 0.05 0.00 0.07 0.12 0.00 99.77 01:14:06 01:05:01 1 0.07 0.00 0.08 0.23 0.00 99.62 01:14:06 01:05:01 2 0.03 0.00 0.05 0.02 0.00 99.90 01:14:06 01:05:01 3 0.52 0.00 0.07 0.03 0.00 99.38 01:14:06 01:06:01 all 0.15 0.00 0.02 0.00 0.00 99.82 01:14:06 01:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:14:06 01:06:01 1 0.50 0.00 0.02 0.02 0.00 99.47 01:14:06 01:06:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:14:06 01:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:14:06 01:14:06 01:06:01 CPU %user %nice %system %iowait %steal %idle 01:14:06 01:07:01 all 0.15 0.00 0.03 0.00 0.01 99.80 01:14:06 01:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 01:14:06 01:07:01 1 0.52 0.00 0.00 0.00 0.00 99.48 01:14:06 01:07:01 2 0.05 0.00 0.05 0.00 0.02 99.88 01:14:06 01:07:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:14:06 01:08:01 all 0.14 0.00 0.02 0.00 0.00 99.83 01:14:06 01:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:14:06 01:08:01 1 0.52 0.00 0.03 0.02 0.00 99.43 01:14:06 01:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:14:06 01:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:14:06 01:09:01 all 0.09 0.00 0.08 0.00 0.01 99.82 01:14:06 01:09:01 0 0.05 0.00 0.08 0.00 0.02 99.85 01:14:06 01:09:01 1 0.18 0.00 0.08 0.00 0.00 99.73 01:14:06 01:09:01 2 0.08 0.00 0.10 0.02 0.02 99.78 01:14:06 01:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 01:14:06 01:10:01 all 0.09 0.00 0.05 0.02 0.00 99.84 01:14:06 01:10:01 0 0.05 0.00 0.10 0.08 0.00 99.77 01:14:06 01:10:01 1 0.27 0.00 0.03 0.00 0.00 99.70 01:14:06 01:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:14:06 01:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:14:06 01:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:14:06 01:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:14:06 01:11:01 1 0.53 0.00 0.02 0.00 0.00 99.45 01:14:06 01:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:14:06 01:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:14:06 01:12:01 all 0.14 0.00 0.02 0.00 0.00 99.83 01:14:06 01:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:14:06 01:12:01 1 0.52 0.00 0.02 0.00 0.02 99.45 01:14:06 01:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:14:06 01:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:14:06 01:13:01 all 0.15 0.00 0.02 0.00 0.00 99.83 01:14:06 01:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:14:06 01:13:01 1 0.50 0.00 0.02 0.00 0.00 99.48 01:14:06 01:13:01 2 0.05 0.00 0.05 0.00 0.00 99.90 01:14:06 01:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:14:06 Average: all 15.38 0.00 7.34 6.05 0.36 70.87 01:14:06 Average: 0 14.98 0.00 7.28 5.92 0.36 71.45 01:14:06 Average: 1 15.51 0.00 7.26 6.30 0.35 70.58 01:14:06 Average: 2 15.04 0.00 7.46 6.28 0.36 70.85 01:14:06 Average: 3 16.00 0.00 7.36 5.70 0.35 70.59 01:14:06 01:14:06 01:14:06