Pull request #3057 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b421ca79a0b26ef99fb13a7f47455680ec466fbc+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (cda7f056be56d6b75603f3e01eba1e77f64a418b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘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-22098’ is offline; ‘prd-centos7-docker-4c-2g-22116’ is offline; ‘prd-centos7-docker-4c-2g-22117’ is offline; ‘prd-centos7-docker-4c-2g-22119’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-22107’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22108’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22109’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22110’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22112’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22115’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22118’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22123 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [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/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) > git config core.sparsecheckout # timeout=10 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:49:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:49:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:49:47 ========================================================= 00:49:47 EdgeX Global Pipelines Version Info 00:49:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 541d4ec7a42ab4285d17f54a4a327edf073ed8b3 # timeout=10 00:49:49 ------------------- 00:49:49 stable info: 00:49:49 ------------------- 00:49:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:49:49 Message: update stable to v1.0.179 00:49:50 ------------------- 00:49:50 experimental info: 00:49:50 ------------------- 00:49:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:49:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:49:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:49:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:49:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:49:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:49:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:49:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:49:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3057 [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3057 [Pipeline] echo 00:49:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3057 [Pipeline] echo 00:49:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b421ca79a0b26ef99fb13a7f47455680ec466fbc [Pipeline] echo 00:49:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b421ca7 [Pipeline] echo 00:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:49:53 provisioning config files... 00:49:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7711099229655855216tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:53 ---> docker-login.sh 00:49:53 nexus3.edgexfoundry.org:10001 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 nexus3.edgexfoundry.org:10002 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 nexus3.edgexfoundry.org:10003 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 nexus3.edgexfoundry.org:10004 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:54 Configure a credential helper to remove this warning. See 00:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:54 00:49:54 Login Succeeded 00:49:54 docker.io 00:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:55 Configure a credential helper to remove this warning. See 00:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:55 00:49:55 Login Succeeded 00:49:55 ---> docker-login.sh ends [Pipeline] } 00:49:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:49:55 ++ 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:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/core-command/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo core-command,cmd/core-command/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/core-data/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo core-data,cmd/core-data/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/core-metadata/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo core-metadata,cmd/core-metadata/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/security-bootstrapper/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/security-proxy-setup/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/support-notifications/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo support-notifications,cmd/support-notifications/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/support-scheduler/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:49:55 + for file in '`ls cmd/**/Dockerfile`' 00:49:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:49:55 ++ cut -d/ -f2 00:49:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:49:55 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:49:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:49:56 00:49:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:49:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:49:56 latest: Pulling from edgex-devops/git-semver 00:49:56 31603596830f: Pulling fs layer 00:49:56 2a8b12db71e7: Pulling fs layer 00:49:56 6ca5941a6612: Pulling fs layer 00:49:56 ecc8261a40a4: Pulling fs layer 00:49:56 ecc8261a40a4: Waiting 00:49:56 2a8b12db71e7: Verifying Checksum 00:49:56 2a8b12db71e7: Download complete 00:49:56 31603596830f: Verifying Checksum 00:49:56 31603596830f: Download complete 00:49:57 ecc8261a40a4: Verifying Checksum 00:49:57 ecc8261a40a4: Download complete 00:49:57 6ca5941a6612: Verifying Checksum 00:49:57 6ca5941a6612: Download complete 00:49:57 31603596830f: Pull complete 00:49:57 2a8b12db71e7: Pull complete 00:49:58 6ca5941a6612: Pull complete 00:49:58 ecc8261a40a4: Pull complete 00:49:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:49:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:49:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:49:58 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 00:49:58 $ 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:50:01 $ docker top 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:01 [ssh-agent] Looking for ssh-agent implementation... 00:50:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:02 $ docker exec 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent 00:50:02 SSH_AUTH_SOCK=/tmp/ssh-eGddq8ecsb1B/agent.12 00:50:02 SSH_AGENT_PID=17 00:50:02 Running ssh-add (command line suppressed) 00:50:02 Identity added: /w/workspace/edgex-go/4@tmp/private_key_9078608043336724162.key (/w/workspace/edgex-go/4@tmp/private_key_9078608043336724162.key) 00:50:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:02 + git tag --points-at HEAD [Pipeline] } 00:50:02 $ docker exec --env ******** --env ******** 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent -k 00:50:02 unset SSH_AUTH_SOCK; 00:50:02 unset SSH_AGENT_PID; 00:50:02 echo Agent pid 17 killed; 00:50:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:50:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:03 [ssh-agent] Looking for ssh-agent implementation... 00:50:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:03 $ docker exec 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent 00:50:03 SSH_AUTH_SOCK=/tmp/ssh-pewKrHfFYEZY/agent.45 00:50:03 SSH_AGENT_PID=50 00:50:03 Running ssh-add (command line suppressed) 00:50:03 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8012625131412049029.key (/w/workspace/edgex-go/4@tmp/private_key_8012625131412049029.key) 00:50:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:04 + git semver init 00:50:04 # -> Open(): unable to determine branch for HEAD 00:50:04 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:50:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:50:04 # $SEMVER_REMOTE_NAME = origin 00:50:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:50:04 # $SEMVER_USER_NAME = edgex-jenkins 00:50:04 # $SEMVER_BRANCH = PR-3057 00:50:04 # $SEMVER_TEMP = /tmp/semver-120086347 00:50:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:50:30 # '/tmp/semver-120086347' -> '/w/workspace/edgex-go/4/.semver' 00:50:30 # -> Force: false 00:50:30 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:50:30 $ docker exec --env ******** --env ******** 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 ssh-agent -k 00:50:31 unset SSH_AUTH_SOCK; 00:50:31 unset SSH_AGENT_PID; 00:50:31 echo Agent pid 50 killed; 00:50:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:31 + git semver [Pipeline] } 00:50:31 $ docker stop --time=1 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 00:50:33 $ docker rm -f 0cff1f4685690b34dd4ac7178277e1c17b91cbfc54a293524da5043321f37f88 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:50:34 Stashed 1 file(s) [Pipeline] echo 00:50:34 [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:50:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:50:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:50:36 + sudo service docker restart 00:50:36 + true 00:50:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:50:36 ========================================================= 00:50:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:50:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:50:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:50:41 Sending build context to Docker daemon 327MB 00:50:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:50:41 Step 2/6 : FROM ${BASE} 00:50:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:50:41 188c0c94c7c5: Pulling fs layer 00:50:41 0ef7d3d256c8: Pulling fs layer 00:50:41 de9db76c5a1d: Pulling fs layer 00:50:41 bca2f99d35d6: Pulling fs layer 00:50:41 93359f2a8cfa: Pulling fs layer 00:50:41 7c6f9722023f: Pulling fs layer 00:50:41 a35cf1a2eb13: Pulling fs layer 00:50:41 93359f2a8cfa: Waiting 00:50:41 7c6f9722023f: Waiting 00:50:41 a35cf1a2eb13: Waiting 00:50:41 bca2f99d35d6: Waiting 00:50:41 de9db76c5a1d: Download complete 00:50:41 0ef7d3d256c8: Verifying Checksum 00:50:41 0ef7d3d256c8: Download complete 00:50:41 93359f2a8cfa: Verifying Checksum 00:50:41 93359f2a8cfa: Download complete 00:50:41 7c6f9722023f: Download complete 00:50:41 188c0c94c7c5: Verifying Checksum 00:50:41 188c0c94c7c5: Download complete 00:50:41 188c0c94c7c5: Pull complete 00:50:41 0ef7d3d256c8: Pull complete 00:50:42 de9db76c5a1d: Pull complete 00:50:43 a35cf1a2eb13: Verifying Checksum 00:50:43 a35cf1a2eb13: Download complete 00:50:44 bca2f99d35d6: Verifying Checksum 00:50:44 bca2f99d35d6: Download complete 00:50:49 Still waiting to schedule task 00:50:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:50:50 bca2f99d35d6: Pull complete 00:50:50 93359f2a8cfa: Pull complete 00:50:50 7c6f9722023f: Pull complete 00:50:54 a35cf1a2eb13: Pull complete 00:50:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:50:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:50:54 ---> a62c8e92a672 00:50:54 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:50:55 ---> Running in c3a9909d1d56 00:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:58 (1/12) Installing libmagic (5.38-r0) 00:50:58 (2/12) Installing file (5.38-r0) 00:50:58 (3/12) Installing libc-dev (0.7.2-r3) 00:50:58 (4/12) Installing g++ (9.3.0-r2) 00:51:13 (5/12) Installing fortify-headers (1.1-r0) 00:51:13 (6/12) Installing patch (2.7.6-r6) 00:51:13 (7/12) Installing build-base (0.5-r2) 00:51:13 (8/12) Installing libsodium (1.0.18-r0) 00:51:13 (9/12) Installing pkgconf (1.7.2-r0) 00:51:13 (10/12) Installing libsodium-dev (1.0.18-r0) 00:51:13 (11/12) Installing libzmq (4.3.3-r0) 00:51:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:51:14 Executing busybox-1.31.1-r19.trigger 00:51:14 OK: 233 MiB in 51 packages 00:51:18 Removing intermediate container c3a9909d1d56 00:51:18 ---> b33dac3628a1 00:51:18 Step 4/6 : WORKDIR /edgex-go 00:51:18 ---> Running in e1b5c0377321 00:51:18 Removing intermediate container e1b5c0377321 00:51:18 ---> f2c1c7ad137f 00:51:18 Step 5/6 : COPY go.mod . 00:51:18 ---> 3ad386fd581f 00:51:18 Step 6/6 : RUN go mod download 00:51:18 ---> Running in 1df451a691ea 00:51:45 Removing intermediate container 1df451a691ea 00:51:45 ---> 67c2f7687a86 00:51:45 Successfully built 67c2f7687a86 00:51:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:51:45 + docker inspect -f . ci-base-image-x86_64 00:51:45 . [Pipeline] withDockerContainer 00:51:45 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 00:51:45 $ 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:51:46 $ docker top 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:47 + go version 00:51:47 go version go1.15.5 linux/amd64 [Pipeline] } 00:51:47 $ docker stop --time=1 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 00:51:48 $ docker rm -f 341c4f2e8f6497e375e0cda733b268f35b5339797d4de97beba6aed881d1a690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:51:49 + docker inspect -f . ci-base-image-x86_64 00:51:49 . [Pipeline] withDockerContainer 00:51:49 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 00:51:49 $ 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:51:50 $ docker top 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:51:50 ========================================================= 00:51:50 [edgeXBuildGoParallel] Running Tests and Build... 00:51:50 ========================================================= [Pipeline] sh 00:51:51 + make test 00:51:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:52:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:52:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:52:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:52:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:52:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:52:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:52:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:52:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:52:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:52:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:52:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:52:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:52:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:52:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:52:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 46.6% of statements 00:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:52:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.0% of statements 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:52:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:52:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:52:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:52:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 66.7% of statements 00:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:52:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements 00:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:52:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 00:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 00:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.529s coverage: 92.8% of statements 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:52:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 00:52:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.054s coverage: 91.3% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.285s coverage: 68.9% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:52:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 00:52:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 29.1% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:52:57 GO111MODULE=on go vet ./... 00:53:30 gofmt -l . 00:53:30 [ "`gofmt -l .`" = "" ] 00:53:30 ./bin/test-go-mod-tidy.sh 00:53:30 ./bin/test-attribution-txt.sh [Pipeline] sh 00:53:31 + ls -al . 00:53:31 total 668 00:53:31 drwxrwxr-x 10 1001 1001 4096 Jan 22 00:53 . 00:53:31 drwxr-xr-x 4 root root 28 Jan 22 00:51 .. 00:53:31 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:49 .dockerignore 00:53:31 drwxrwxr-x 8 1001 1001 179 Jan 22 00:49 .git 00:53:31 drwxrwxr-x 3 1001 1001 125 Jan 22 00:49 .github 00:53:31 -rw-rw-r-- 1 1001 1001 872 Jan 22 00:49 .gitignore 00:53:31 drwx------ 3 1001 1001 47 Jan 22 00:50 .semver 00:53:31 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:49 .sonarcloud.properties 00:53:31 -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:49 Attribution.txt 00:53:31 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:49 CONTRIBUTING.md 00:53:31 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:49 Dockerfile.build 00:53:31 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:49 Jenkinsfile 00:53:31 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:49 LICENSE 00:53:31 -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:49 Makefile 00:53:31 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:49 README.md 00:53:31 -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:49 SECURITY.md 00:53:31 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:50 VERSION 00:53:31 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:49 ZMQWindows.md 00:53:31 drwxrwxr-x 2 1001 1001 117 Jan 22 00:49 bin 00:53:31 drwxrwxr-x 15 1001 1001 4096 Jan 22 00:49 cmd 00:53:31 -rw-r--r-- 1 root root 562928 Jan 22 00:52 coverage.out 00:53:31 -rw-r--r-- 1 root root 1047 Jan 22 00:53 go.mod 00:53:31 -rw-r--r-- 1 root root 19067 Jan 22 00:53 go.sum 00:53:31 drwxrwxr-x 8 1001 1001 127 Jan 22 00:49 internal 00:53:31 drwxrwxr-x 4 1001 1001 26 Jan 22 00:49 openapi 00:53:31 drwxrwxr-x 4 1001 1001 71 Jan 22 00:49 snap 00:53:31 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:49 version.go [Pipeline] sh 00:53:31 + '[' -e coverage.out ] 00:53:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:53:31 Stashed 1 file(s) [Pipeline] sh 00:53:32 + make build 00:53:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:53:37 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:53:45 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:53:47 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:53:49 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:53:49 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:53:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:53:52 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:53:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:55 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:53:56 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:53:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:53:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:54:01 $ docker stop --time=1 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 00:54:03 $ docker rm -f 2eff9796228996eeadee285580a8b63cd17fcab4efbc3846aa4e500cbc2a4bd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:05 00:54:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:54:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:05 latest: Pulling from edgex-devops/edgex-compose 00:54:05 cbdbe7a5bc2a: Pulling fs layer 00:54:05 ca9280d653b3: Pulling fs layer 00:54:05 7e9c9ca2126c: Pulling fs layer 00:54:06 cbdbe7a5bc2a: Verifying Checksum 00:54:06 cbdbe7a5bc2a: Download complete 00:54:06 cbdbe7a5bc2a: Pull complete 00:54:06 ca9280d653b3: Verifying Checksum 00:54:06 ca9280d653b3: Download complete 00:54:07 ca9280d653b3: Pull complete 00:54:09 7e9c9ca2126c: Verifying Checksum 00:54:09 7e9c9ca2126c: Download complete 00:54:16 7e9c9ca2126c: Pull complete 00:54:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:54:16 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 00:54:16 $ 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:54:19 $ docker top 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:20 + docker-compose build --help 00:54:20 + grep parallel 00:54:21 --parallel Build images in parallel. [Pipeline] } 00:54:21 $ docker stop --time=1 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a 00:54:23 $ docker rm -f 49caa9aebd6ef52e30ed4b2c63f070c4aa5f7ae366cc5c91296ee6265bb95a7a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:24 . [Pipeline] withDockerContainer 00:54:24 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 00:54:24 $ 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:54:24 $ docker top df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:25 + docker-compose -f ./docker-compose-build.yml build --parallel 00:54:26 Building docker-core-command-go ... 00:54:26 Building docker-core-data-go ... 00:54:26 Building docker-core-metadata-go ... 00:54:26 Building docker-security-bootstrapper-go ... 00:54:26 Building docker-security-proxy-setup-go ... 00:54:26 Building docker-security-secretstore-setup-go ... 00:54:26 Building docker-support-notifications-go ... 00:54:26 Building docker-support-scheduler-go ... 00:54:26 Building docker-sys-mgmt-agent-go ... 00:54:26 Building docker-core-data-go 00:54:26 Building docker-security-bootstrapper-go 00:54:26 Building docker-support-notifications-go 00:54:26 Building docker-security-proxy-setup-go 00:54:26 Building docker-support-scheduler-go 00:55:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:55:05 00:55:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:55:05 ---> 67c2f7687a86 00:55:05 Step 3/21 : WORKDIR /edgex-go 00:55:05 ---> 67c2f7687a86 00:55:05 Step 3/22 : WORKDIR /edgex-go 00:55:05 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:05 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:55:05 ---> 67c2f7687a86 00:55:05 Step 3/33 : WORKDIR /edgex-go 00:55:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:55:05 ---> 67c2f7687a86 00:55:05 Step 3/23 : WORKDIR /edgex-go 00:55:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:55:05 ---> 67c2f7687a86 00:55:05 Step 3/22 : WORKDIR /edgex-go 00:55:05 ---> Running in 990e7f905671 00:55:05 ---> Running in 632bc460fa12 00:55:05 ---> Running in 54ba84e0d7dd 00:55:05 ---> Running in 7e588a0b41b2 00:55:05 ---> Running in f6a8a2e26f3c 00:55:05 Removing intermediate container 632bc460fa12 00:55:05 ---> 61d0bffa1bb7 00:55:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:05 Removing intermediate container 54ba84e0d7dd 00:55:05 ---> 88fa88513d31 00:55:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:05 Removing intermediate container 990e7f905671 00:55:05 ---> 92afb91d384a 00:55:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:05 Removing intermediate container f6a8a2e26f3c 00:55:05 ---> 80ce45720bad 00:55:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:05 Removing intermediate container 7e588a0b41b2 00:55:05 ---> eeab47240c64 00:55:05 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:05 ---> Running in 2e535d35f221 00:55:05 ---> Running in 9953d3689d77 00:55:05 ---> Running in 28f49629f162 00:55:05 ---> Running in 89cf402de9e0 00:55:05 ---> Running in 85ac964aa065 00:55:05 Removing intermediate container 9953d3689d77 00:55:05 ---> 0f83459cfc86 00:55:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:55:05 Removing intermediate container 2e535d35f221 00:55:05 ---> 28b8addf59f3 00:55:05 Step 5/22 : RUN apk add --update --no-cache make git 00:55:05 ---> Running in 993cf222738f 00:55:05 ---> Running in 5f5fbdf4dfcb 00:55:05 Removing intermediate container 28f49629f162 00:55:05 ---> a91e8abb5a18 00:55:05 Step 5/21 : RUN apk add --update --no-cache make git 00:55:05 Removing intermediate container 85ac964aa065 00:55:05 ---> a5cbc6af0ab2 00:55:05 Step 5/33 : RUN apk add --update --no-cache make git 00:55:05 ---> Running in ec877b245638 00:55:05 ---> Running in 4ba8a22808e8 00:55:05 Removing intermediate container 89cf402de9e0 00:55:05 ---> 0947b2ab6a1a 00:55:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:55:06 ---> Running in 585e48694a20 00:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:08 OK: 233 MiB in 51 packages 00:55:08 OK: 233 MiB in 51 packages 00:55:08 OK: 233 MiB in 51 packages 00:55:08 OK: 233 MiB in 51 packages 00:55:08 OK: 233 MiB in 51 packages 00:55:09 Removing intermediate container 993cf222738f 00:55:09 ---> 1ccba7b58ead 00:55:09 Step 6/22 : COPY go.mod . 00:55:09 Removing intermediate container 5f5fbdf4dfcb 00:55:09 ---> 84a4a362353e 00:55:09 Step 6/22 : COPY go.mod . 00:55:09 ---> c88cf6cee03a 00:55:09 Step 7/22 : RUN go mod download 00:55:09 Removing intermediate container ec877b245638 00:55:09 ---> d0d8b3a0b497 00:55:09 Step 6/21 : COPY go.mod . 00:55:09 Removing intermediate container 585e48694a20 00:55:09 ---> 10f0ad6a99c2 00:55:09 Step 6/23 : COPY go.mod . 00:55:09 ---> Running in 031ed0918121 00:55:10 Removing intermediate container 4ba8a22808e8 00:55:10 ---> 695bf173226b 00:55:10 Step 6/33 : COPY go.mod . 00:55:10 ---> 5bd7d8884929 00:55:10 Step 7/22 : RUN go mod download 00:55:10 ---> Running in 161f496f9ffd 00:55:10 ---> 5b6e03ac7ce5 00:55:10 Step 7/21 : RUN go mod download 00:55:10 ---> d9ac3d5b8936 00:55:10 Step 7/23 : RUN go mod download 00:55:10 ---> bba1f8bebac3 00:55:10 Step 7/33 : RUN go mod download 00:55:10 ---> Running in d5ee3add3fb5 00:55:10 ---> Running in 1bb4b28b9801 00:55:10 ---> Running in a55ab21fc06d 00:55:13 Removing intermediate container 031ed0918121 00:55:13 ---> 5995e258e366 00:55:13 Step 8/22 : COPY . . 00:55:13 Removing intermediate container 161f496f9ffd 00:55:13 ---> a71d9ca4049e 00:55:13 Step 8/22 : COPY . . 00:55:13 Removing intermediate container d5ee3add3fb5 00:55:13 ---> 1bee968fa314 00:55:13 Step 8/21 : COPY . . 00:55:13 Removing intermediate container a55ab21fc06d 00:55:13 ---> cbeaa8ecc82a 00:55:13 Step 8/33 : COPY . . 00:55:13 Removing intermediate container 1bb4b28b9801 00:55:13 ---> d34cc511052b 00:55:13 Step 8/23 : COPY . . 00:55:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22128 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [Pipeline] { [Pipeline] ws 00:55:40 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:55:45 using credential edgex-jenkins-ssh 00:55:45 Cloning the remote Git repository 00:55:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:55:45 > git init /w/workspace/edgex-go/4 # timeout=10 00:55:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:55:45 > git --version # timeout=10 00:55:45 > git --version # 'git version 2.17.1' 00:55:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:53 ---> 87b35f758b3c 00:55:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> c382852811b3 00:55:53 00:55:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:55:53 ---> a4c1e7376a04 00:55:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:55:53 ---> Running in 9902ac1da5dd 00:55:53 ---> Running in d64a8d476c75 00:55:53 ---> f73299e19caf 00:55:53 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:55:53 ---> Running in 1f66ad0107d5 00:55:53 ---> 6383cf843f19 00:55:53 Step 9/23 : RUN make cmd/core-data/core-data 00:55:53 ---> Running in c0cae5005afb 00:55:53 ---> Running in 56bd77c98c78 00:55:53 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:55:53 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:55:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:55:53 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:55:53 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:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:07 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:56:07 Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:56:07 Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) 00:56:07 > git config core.sparsecheckout # timeout=10 00:56:07 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 00:56:07 > git remote # timeout=10 00:56:07 > git config --get remote.origin.url # timeout=10 00:56:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:07 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 00:56:07 > git rev-parse HEAD^{commit} # timeout=10 00:56:07 > git config core.sparsecheckout # timeout=10 00:56:07 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 00:56:12 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:56:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:15 + true 00:56:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:17 provisioning config files... 00:56:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1270791420305796592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:18 ---> docker-login.sh 00:56:18 nexus3.edgexfoundry.org:10001 00:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:19 Configure a credential helper to remove this warning. See 00:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:19 00:56:19 Login Succeeded 00:56:19 nexus3.edgexfoundry.org:10002 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 nexus3.edgexfoundry.org:10003 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 nexus3.edgexfoundry.org:10004 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:21 Configure a credential helper to remove this warning. See 00:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:21 00:56:21 Login Succeeded 00:56:21 docker.io 00:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:21 Configure a credential helper to remove this warning. See 00:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:21 00:56:21 Login Succeeded 00:56:21 ---> docker-login.sh ends [Pipeline] } 00:56:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:22 ========================================================= 00:56:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:56:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:22 + 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:56:24 Sending build context to Docker daemon 165.8MB 00:56:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:56:24 Step 2/6 : FROM ${BASE} 00:56:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:56:25 5f621e34cdf4: Pulling fs layer 00:56:25 a4357932f1b6: Pulling fs layer 00:56:25 18c013af1878: Pulling fs layer 00:56:25 00ac8860ef70: Pulling fs layer 00:56:25 63d7cb157983: Pulling fs layer 00:56:25 b116817d02f9: Pulling fs layer 00:56:25 745a02a5169b: Pulling fs layer 00:56:25 63d7cb157983: Waiting 00:56:25 b116817d02f9: Waiting 00:56:25 745a02a5169b: Waiting 00:56:25 00ac8860ef70: Waiting 00:56:25 18c013af1878: Verifying Checksum 00:56:25 18c013af1878: Download complete 00:56:25 a4357932f1b6: Download complete 00:56:25 63d7cb157983: Verifying Checksum 00:56:25 63d7cb157983: Download complete 00:56:25 b116817d02f9: Verifying Checksum 00:56:25 b116817d02f9: Download complete 00:56:25 5f621e34cdf4: Verifying Checksum 00:56:25 5f621e34cdf4: Download complete 00:56:25 5f621e34cdf4: Pull complete 00:56: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 00:56: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 00:56:26 a4357932f1b6: Pull complete 00:56:26 18c013af1878: Pull complete 00:56:31 745a02a5169b: Verifying Checksum 00:56:33 00ac8860ef70: Verifying Checksum 00:56:33 00ac8860ef70: Download complete 00:56:34 Removing intermediate container 9902ac1da5dd 00:56:34 ---> da8c64183f64 00:56:34 00:56:34 Step 10/22 : FROM alpine:3.12 00:56:34 3.12: Pulling from library/alpine 00:56:34 Removing intermediate container d64a8d476c75 00:56:34 ---> d7e2e4022edc 00:56:34 00:56:34 Step 10/21 : FROM alpine:3.12 00:56:34 Removing intermediate container 1f66ad0107d5 00:56:34 ---> bcd35f20d1d4 00:56:34 00:56:34 Step 10/22 : FROM alpine:3.12 00:56:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:56:34 3.12: Pulling from library/alpine 00:56:34 3.12: Pulling from library/alpine 00:56:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:56:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:56:35 Status: Downloaded newer image for alpine:3.12 00:56:35 Status: Downloaded newer image for alpine:3.12 00:56:35 ---> 389fef711851 00:56:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:56:35 Status: Image is up to date for alpine:3.12 00:56:35 ---> 389fef711851 00:56:35 Step 11/21 : RUN apk add --update --no-cache curl 00:56:35 ---> 389fef711851 00:56:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:56:35 Removing intermediate container c0cae5005afb 00:56:35 ---> f38100c5af21 00:56:35 00:56:35 Step 10/33 : FROM alpine:3.12 00:56:35 ---> 389fef711851 00:56:35 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:56:35 ---> Running in 4846c11dbd46 00:56:35 ---> Running in 798aca7c3ae0 00:56:35 ---> Running in 977b4f4adc6d 00:56:35 ---> Running in 149c87474731 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:36 (1/2) Installing ca-certificates (20191127-r4) 00:56:37 (2/2) Installing dumb-init (1.2.2-r1) 00:56:37 Executing busybox-1.31.1-r19.trigger 00:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:37 Executing ca-certificates-20191127-r4.trigger 00:56:37 (1/4) Installing ca-certificates (20191127-r4) 00:56:37 (1/1) Installing dumb-init (1.2.2-r1) 00:56:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:56:37 Executing busybox-1.31.1-r19.trigger 00:56:37 (3/4) Installing libcurl (7.69.1-r3) 00:56:37 OK: 6 MiB in 15 packages 00:56:37 OK: 6 MiB in 16 packages 00:56:37 (4/4) Installing curl (7.69.1-r3) 00:56:37 Executing busybox-1.31.1-r19.trigger 00:56:37 Executing ca-certificates-20191127-r4.trigger 00:56:37 (1/3) Installing dumb-init (1.2.2-r1) 00:56:37 OK: 7 MiB in 18 packages 00:56:37 (2/3) Installing openssl (1.1.1i-r0) 00:56:37 (3/3) Installing su-exec (0.2-r1) 00:56:37 Executing busybox-1.31.1-r19.trigger 00:56:38 OK: 6 MiB in 17 packages 00:56:41 Removing intermediate container 149c87474731 00:56:41 ---> 5cd13616628c 00:56:41 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:56:41 Removing intermediate container 4846c11dbd46 00:56:41 ---> cea6703ab7f6 00:56:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:56:41 ---> Running in e5f4701a9d6e 00:56:41 Removing intermediate container 798aca7c3ae0 00:56:41 ---> e85288a3be44 00:56:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:41 Removing intermediate container 977b4f4adc6d 00:56:41 ---> caf04c87e677 00:56:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:56:42 Removing intermediate container 56bd77c98c78 00:56:42 ---> 388c2d27315a 00:56:42 00:56:42 Step 10/23 : FROM alpine:3.12 00:56:42 ---> 389fef711851 00:56:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:56:42 ---> Running in 8e1ca55d32da 00:56:42 ---> Running in d11116d2ca55 00:56:42 Removing intermediate container e5f4701a9d6e 00:56:42 ---> e3eaf5fcd7f4 00:56:42 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:56:42 ---> Running in 43afba343180 00:56:42 ---> Running in 76ee239f5273 00:56:42 ---> Running in d058a1d1f3e7 00:56:42 Removing intermediate container 8e1ca55d32da 00:56:42 ---> ecbe97d42b18 00:56:42 Step 13/22 : ENV APP_PORT=48060 00:56:42 Removing intermediate container d11116d2ca55 00:56:42 ---> 2d76010af5d2 00:56:42 Step 13/22 : ENV APP_PORT=48085 00:56:42 ---> Running in a74563cc32b8 00:56:42 Removing intermediate container 43afba343180 00:56:42 ---> 437b11abed20 00:56:42 Step 12/23 : ENV APP_PORT=48080 00:56:42 ---> Running in b2b75b116dc3 00:56:42 Removing intermediate container 76ee239f5273 00:56:42 ---> d8b35671f260 00:56:42 Step 13/21 : WORKDIR /edgex 00:56:42 Removing intermediate container d058a1d1f3e7 00:56:42 ---> c825dd91ddc4 00:56:42 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:56:42 ---> Running in 26e673a0e30a 00:56:42 ---> Running in 0fdbeecec96e 00:56:42 ---> Running in 829ac055ec4b 00:56:42 Removing intermediate container a74563cc32b8 00:56:42 ---> a5fca5e883ae 00:56:42 Step 14/22 : EXPOSE $APP_PORT 00:56:43 Removing intermediate container b2b75b116dc3 00:56:43 ---> 01c128e3ec0c 00:56:43 Step 14/22 : EXPOSE $APP_PORT 00:56:43 Removing intermediate container 26e673a0e30a 00:56:43 ---> ac27bdb65895 00:56:43 Step 13/23 : EXPOSE $APP_PORT 00:56:43 ---> Running in eb97de5692f5 00:56:43 ---> Running in 56192a71acb8 00:56:43 00ac8860ef70: Pull complete 00:56:43 63d7cb157983: Pull complete 00:56:43 Removing intermediate container 829ac055ec4b 00:56:43 ---> 542988e7cad8 00:56:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:56:43 Connecting to github.com (140.82.113.4:443) 00:56:43  ---> Running in ff269aed07c9 00:56:43 Removing intermediate container eb97de5692f5 00:56:43 ---> 1612eb78e0aa 00:56:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:43 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.12.212:443) 00:56:43 Removing intermediate container 56192a71acb8 00:56:43 ---> d4c828e6f02a 00:56:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:44 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:56:44 Removing intermediate container ff269aed07c9 00:56:44 ---> 264dad579d93 00:56:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:44 ---> b81ea399cd71 00:56:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:56:44 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:56:44 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:56:44 dockerize 00:56:44 ---> Running in 5b3dfd6b93ba 00:56:44 b116817d02f9: Pull complete 00:56:44 ---> f5c8e9ec9029 00:56:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:56:44 ---> b96e2b72b1ee 00:56:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:56:45 ---> 144c7f05cdb0 00:56:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:56:45 Removing intermediate container 0fdbeecec96e 00:56:45 ---> 267096d46478 00:56:45 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:56:45 ---> Running in ddc29d1a58bf 00:56:45 ---> 75b1e7efd140 00:56:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:56:45 ---> 89daa7e91dfa 00:56:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:56:45 Removing intermediate container ddc29d1a58bf 00:56:45 ---> c18af0c7d6b1 00:56:45 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:56:45 ---> d3dd0ed8e02a 00:56:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:56:46 ---> Running in 2b8234edc065 00:56:46 ---> Running in 5ca11af91110 00:56:46 ---> 8437f0bc1e05 00:56:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:56:46 ---> 3d791205d31e 00:56:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:56:46 Removing intermediate container 5b3dfd6b93ba 00:56:46 ---> 3e6b07c8b7d9 00:56:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:56:47 ---> Running in e10e347b3d3c 00:56:47 Removing intermediate container 2b8234edc065 00:56:47 ---> 12a9bdb2cf69 00:56:47 Step 18/21 : CMD ["--init=true"] 00:56:47 ---> Running in a3147b36d6bf 00:56:47 ---> Running in 5fede6ea534b 00:56:47 Removing intermediate container 5ca11af91110 00:56:47 ---> 8f67bfcebc45 00:56:47 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:56:47 ---> Running in f80274b72429 00:56:47 ---> Running in 5d416443e34a 00:56:47 Removing intermediate container e10e347b3d3c 00:56:47 ---> acc166b40e51 00:56:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:47 Removing intermediate container 5fede6ea534b 00:56:47 ---> ae9f92ef9a86 00:56:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:47 Removing intermediate container f80274b72429 00:56:47 ---> 575940e01aa0 00:56:47 Step 19/21 : LABEL arch=x86_64 00:56:47 ---> Running in 22bf50ae09ff 00:56:47 ---> Running in 74a918f61a67 00:56:47 ---> Running in fe0618adf5f7 00:56:47 745a02a5169b: Pull complete 00:56:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:56:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:56:47 ---> b7e6874047d6 00:56:47 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:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:48 Move dockerize executable 00:56:48 Removing intermediate container 22bf50ae09ff 00:56:48 ---> 7354f0f49bf9 00:56:48 Step 20/22 : LABEL arch=x86_64 00:56:48 Removing intermediate container 74a918f61a67 00:56:48 ---> ebf384d0a44a 00:56:48 Step 20/22 : LABEL arch=x86_64 00:56:48 Removing intermediate container fe0618adf5f7 00:56:48 ---> 23699c496b50 00:56:48 Step 20/21 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:56:48 ---> Running in 600459e07ec9 00:56:48 ---> Running in 4500fb688940 00:56:48 ---> Running in a17fd79712df 00:56:48 Removing intermediate container a17fd79712df 00:56:48 ---> ae54330d34c6 00:56:48 Step 21/21 : LABEL version=0.0.0 00:56:48 Removing intermediate container 4500fb688940 00:56:48 ---> 4eb67838f501 00:56:48 Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:56:48 Removing intermediate container 600459e07ec9 00:56:48 ---> 093ea83691c5 00:56:48 Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:56:49 ---> Running in e697b886ec23 00:56:49 ---> Running in 370fa6c3d5fd 00:56:49 ---> Running in 9713e29d8045 00:56:49 Removing intermediate container 5d416443e34a 00:56:49 ---> d66bba8b5bca 00:56:49 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:56:49 ---> Running in b58452e53731 00:56:49 Removing intermediate container 370fa6c3d5fd 00:56:49 ---> 8170db724666 00:56:49 00:56:49 Removing intermediate container e697b886ec23 00:56:49 ---> 889c96ecbb4c 00:56:49 Step 22/22 : LABEL version=0.0.0 00:56:49 Removing intermediate container 9713e29d8045 00:56:49 ---> 6562ba8a6116 00:56:49 Step 22/22 : LABEL version=0.0.0 00:56:49 ---> Running in 788bae110d32 00:56:49 Successfully built 8170db724666 00:56:49 ---> Running in c44bebe713e4 00:56:49 Successfully tagged docker-security-proxy-setup-go:latest 00:56:49 Building docker-sys-mgmt-agent-go 00:56:49  Building docker-security-proxy-setup-go ... done Removing intermediate container b58452e53731 00:56:49 ---> f617e9e8cd9f 00:56:49 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:50 Removing intermediate container c44bebe713e4 00:56:50 ---> ba072ab1bc0c 00:56:50 00:56:50 Removing intermediate container 788bae110d32 00:56:50 ---> b742937e0639 00:56:50 00:56:50 Successfully built ba072ab1bc0c 00:56:50 Successfully tagged docker-support-scheduler-go:latest 00:56:50  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 00:56:50 Successfully built b742937e0639 00:56:50 Successfully tagged docker-support-notifications-go:latest 00:56:50 Building docker-core-metadata-go 00:56:50  Building docker-support-notifications-go ... done  ---> c20ea7ff78c4 00:56:50 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:56:50 ---> Running in 1591f198b27c 00:56:51 (1/6) Installing dumb-init (1.2.2-r1) 00:56:51 (2/6) Installing libgcc (9.3.0-r2) 00:56:51 (3/6) Installing libsodium (1.0.18-r0) 00:56:51 ---> Running in 547f1a7ad9ac 00:56:51 (4/6) Installing libstdc++ (9.3.0-r2) 00:56:51 (5/6) Installing libzmq (4.3.3-r0) 00:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:52 (6/6) Installing zeromq (4.3.3-r0) 00:56:52 Executing busybox-1.31.1-r19.trigger 00:56:52 OK: 8 MiB in 20 packages 00:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:55 (1/12) Installing libmagic (5.38-r0) 00:56:56 (2/12) Installing file (5.38-r0) 00:56:56 (3/12) Installing libc-dev (0.7.2-r3) 00:56:56 (4/12) Installing g++ (9.3.0-r2) 00:56:57 Removing intermediate container 1591f198b27c 00:56:57 ---> 39715d1e50b3 00:56:57 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:57 Removing intermediate container a3147b36d6bf 00:56:57 ---> de33f3a17082 00:56:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:57:00 ---> 7d08f45c21bd 00:57:00 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:57:00 ---> bbe11c1b6cd2 00:57:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:57:01 ---> 6e61efa923b6 00:57:01 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:57:01 ---> 5f873a724935 00:57:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:57:02 ---> 99204add534c 00:57:02 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:57:03 ---> 86325d9b7d32 00:57:03 Step 19/23 : ENTRYPOINT ["/core-data"] 00:57:04 ---> Running in 16b0540a4d32 00:57:05 ---> 71ab3b5e8589 00:57:05 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:57:05 Removing intermediate container 16b0540a4d32 00:57:05 ---> 53d08cd48ef4 00:57:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:06 ---> Running in fc7d65af656c 00:57:06 ---> 2fbd346e1945 00:57:06 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:57:08 (5/12) Installing fortify-headers (1.1-r0) 00:57:08 (6/12) Installing patch (2.7.6-r6) 00:57:08 (7/12) Installing build-base (0.5-r2) 00:57:08 (8/12) Installing libsodium (1.0.18-r0) 00:57:08 (9/12) Installing pkgconf (1.7.2-r0) 00:57:08 (10/12) Installing libsodium-dev (1.0.18-r0) 00:57:09 (11/12) Installing libzmq (4.3.3-r0) 00:57:09 (12/12) Installing zeromq-dev (4.3.3-r0) 00:57:09 Executing busybox-1.31.1-r19.trigger 00:57:09 OK: 217 MiB in 51 packages 00:57:09 Removing intermediate container fc7d65af656c 00:57:09 ---> 24b273f88a7d 00:57:09 Step 21/23 : LABEL arch=x86_64 00:57:09 ---> Running in 6c8a997421b9 00:57:09 ---> Running in e033da31375f 00:57:10 Removing intermediate container 6c8a997421b9 00:57:10 ---> a52bdd7b3b49 00:57:10 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:57:10 Removing intermediate container e033da31375f 00:57:10 ---> 8fe7da6812a8 00:57:10 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:57:11 ---> Running in d163a464b898 00:57:12 ---> 14b80b9b3d96 00:57:12 Step 28/33 : RUN chmod +x /entrypoint.sh 00:57:12 Removing intermediate container d163a464b898 00:57:12 ---> 80bbf73eff75 00:57:12 Step 23/23 : LABEL version=0.0.0 00:57:13 ---> Running in db10a97ba593 00:57:13 ---> Running in fdee53ca584c 00:57:13 Removing intermediate container 547f1a7ad9ac 00:57:13 ---> ef866f15a37d 00:57:13 Step 4/6 : WORKDIR /edgex-go 00:57:13 ---> Running in 01e983b4c555 00:57:14 Removing intermediate container 01e983b4c555 00:57:14 ---> 228a0f5de468 00:57:14 Step 5/6 : COPY go.mod . 00:57:14 Removing intermediate container fdee53ca584c 00:57:14 ---> 5707482539d6 00:57:14 00:57:15 ---> ac6b1f160e33 00:57:15 Step 6/6 : RUN go mod download 00:57:15 ---> Running in 4b0777eb76f6 00:57:15 Successfully built 5707482539d6 00:57:15 Successfully tagged docker-core-data-go:latest 00:57:15  Building docker-core-data-go ... done Building docker-core-command-go 00:57:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:57:15 ---> 67c2f7687a86 00:57:15 Step 3/26 : WORKDIR /edgex-go 00:57:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:57:15 ---> 67c2f7687a86 00:57:15 ---> Using cache 00:57:15 Step 3/23 : WORKDIR /edgex-go ---> eeab47240c64 00:57:15 00:57:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:15 ---> Using cache 00:57:15 ---> eeab47240c64 00:57:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:15 ---> Using cache 00:57:15 ---> a5cbc6af0ab2 00:57:15 Step 5/23 : RUN apk add --update --no-cache make git 00:57:15 ---> Using cache 00:57:15 ---> 695bf173226b 00:57:15 Step 6/23 : COPY go.mod . 00:57:15 ---> Using cache 00:57:15 ---> a5cbc6af0ab2 00:57:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:57:15 ---> Using cache 00:57:15 ---> bba1f8bebac3 00:57:15 Step 7/23 : RUN go mod download 00:57:15 ---> Using cache 00:57:15 ---> cbeaa8ecc82a 00:57:15 Step 8/23 : COPY . . 00:57:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:57:15 ---> 67c2f7687a86 00:57:15 Step 3/24 : WORKDIR /edgex-go 00:57:15 ---> Using cache 00:57:15 ---> eeab47240c64 00:57:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:15 ---> Using cache 00:57:15 ---> a5cbc6af0ab2 00:57:15 Step 5/24 : RUN apk add --update --no-cache make git 00:57:15 ---> Using cache 00:57:15 ---> 695bf173226b 00:57:15 Step 6/24 : COPY go.mod . 00:57:15 ---> Using cache 00:57:15 ---> bba1f8bebac3 00:57:15 Step 7/24 : RUN go mod download 00:57:15 ---> Using cache 00:57:15 ---> cbeaa8ecc82a 00:57:15 Step 8/24 : COPY . . 00:57:16 ---> Using cache 00:57:16 ---> f73299e19caf 00:57:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:57:16 ---> Using cache 00:57:16 ---> f73299e19caf 00:57:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:57:17 ---> Running in dd842f20e8c9 00:57:17 ---> Running in 26456d0d796a 00:57:17 ---> Running in f42a281f1daa 00:57:18 Removing intermediate container db10a97ba593 00:57:18 ---> 811f828e142f 00:57:18 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:19 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:57:19 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:57:19 ---> Running in a902ca1018de 00:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:20 Removing intermediate container a902ca1018de 00:57:20 ---> 47f4579b6b75 00:57:20 Step 30/33 : CMD ["gate"] 00:57:21 ---> Running in 8f62131048a8 00:57:21 OK: 233 MiB in 51 packages 00:57:22 Removing intermediate container 8f62131048a8 00:57:22 ---> d24fee5397a5 00:57:22 Step 31/33 : LABEL arch=x86_64 00:57:23 ---> Running in 921d51348754 00:57:24 Removing intermediate container dd842f20e8c9 00:57:24 ---> 41dbdc7c2cdb 00:57:24 Step 6/26 : COPY go.mod . 00:57:24 Removing intermediate container 921d51348754 00:57:24 ---> d50015e6b1e4 00:57:24 Step 32/33 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:57:25 ---> Running in 8e2bb5a5714b 00:57:26 ---> a26feb7e4587 00:57:26 Step 7/26 : RUN go mod download 00:57:26 ---> Running in a18ebe885e55 00:57:26 Removing intermediate container 8e2bb5a5714b 00:57:26 ---> e902eca4df93 00:57:26 Step 33/33 : LABEL version=0.0.0 00:57:26 ---> Running in ac38589d946a 00:57:27 Removing intermediate container ac38589d946a 00:57:27 ---> dac67e0bd954 00:57:27 00:57:28 Successfully built dac67e0bd954 00:57:28 Successfully tagged docker-security-bootstrapper-go:latest 00:57:30  Building docker-security-bootstrapper-go ... done Removing intermediate container a18ebe885e55 00:57:30 ---> 241519845fdb 00:57:30 Step 8/26 : COPY . . 00:57:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:57:37 ---> 67c2f7687a86 00:57:37 Step 3/23 : WORKDIR /edgex-go 00:57:37 ---> Using cache 00:57:37 ---> eeab47240c64 00:57:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:37 ---> Using cache 00:57:37 ---> a5cbc6af0ab2 00:57:37 Step 5/23 : RUN apk add --update --no-cache make git 00:57:37 ---> Using cache 00:57:37 ---> 695bf173226b 00:57:37 Step 6/23 : COPY go.mod . 00:57:37 ---> Using cache 00:57:37 ---> bba1f8bebac3 00:57:37 Step 7/23 : RUN go mod download 00:57:37 ---> Using cache 00:57:37 ---> cbeaa8ecc82a 00:57:37 Step 8/23 : COPY . . 00:57:37 ---> Using cache 00:57:37 ---> f73299e19caf 00:57:37 Step 9/23 : RUN make cmd/core-command/core-command 00:57:39 ---> Running in 0090c1dfeea0 00:57:41 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:57:41 Removing intermediate container 4b0777eb76f6 00:57:41 ---> ec3711256719 00:57:41 Successfully built ec3711256719 00:57:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:42 + docker inspect -f . ci-base-image-arm64 00:57:42 . [Pipeline] withDockerContainer 00:57:42 prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container 00:57:42 $ 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:57:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:57:44 $ docker top 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:45 + go version 00:57:45 go version go1.15.5 linux/arm64 [Pipeline] } 00:57:45 $ docker stop --time=1 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 00:57:47 $ docker rm -f 49640f8bd00ab4e324cda6563462286ed305a496908302054b0305c4e86b8c62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:48 + docker inspect -f . ci-base-image-arm64 00:57:48 . [Pipeline] withDockerContainer 00:57:48 prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container 00:57:48 $ 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:57:50 $ docker top 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 -eo pid,comm [Pipeline] { [Pipeline] echo 00:57:50 ========================================================= 00:57:50 [edgeXBuildGoParallel] Running Tests and Build... 00:57:50 ========================================================= [Pipeline] sh 00:57:51 + make test 00:57:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:55 Removing intermediate container f42a281f1daa 00:57:55 ---> f920e504af0b 00:57:55 00:57:55 Step 10/24 : FROM alpine:3.12 00:57:55 ---> 389fef711851 00:57:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:57:59 ---> Running in f6786934ff17 00:57:59 Removing intermediate container 26456d0d796a 00:57:59 ---> 5f6020cd36bd 00:57:59 00:57:59 Step 10/23 : FROM alpine:3.12 00:57:59 ---> 389fef711851 00:57:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:57:59 ---> Using cache 00:57:59 ---> e85288a3be44 00:57:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:57:59 ---> Using cache 00:57:59 ---> 2d76010af5d2 00:57:59 Step 13/23 : ENV APP_PORT=48081 00:57:59 ---> 560b6c36adbd 00:57:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:57:59 ---> Running in 5f794326ab3b 00:57:59 ---> Running in 17d53a94778f 00:58:00 Removing intermediate container 5f794326ab3b 00:58:00 ---> 571e56bbf833 00:58:00 Step 14/23 : EXPOSE $APP_PORT 00:58:00 ---> Running in 5cc16733d350 00:58:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:58:00 Removing intermediate container 5cc16733d350 00:58:00 ---> db8af8972cd6 00:58:00 Step 15/23 : WORKDIR / 00:58:00 ---> Running in 01b0ffccc65b 00:58:00 (1/5) Installing ca-certificates (20191127-r4) 00:58:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:58:00 (3/5) Installing libcurl (7.69.1-r3) 00:58:01 (4/5) Installing curl (7.69.1-r3) 00:58:01 (5/5) Installing dumb-init (1.2.2-r1) 00:58:01 Executing busybox-1.31.1-r19.trigger 00:58:01 Executing ca-certificates-20191127-r4.trigger 00:58:01 OK: 7 MiB in 19 packages 00:58:01 Removing intermediate container 01b0ffccc65b 00:58:01 ---> 53dca86a948e 00:58:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:58:01 ---> d8dd9229309a 00:58:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:58:03 Removing intermediate container f6786934ff17 00:58:03 ---> 72a26a6f8219 00:58:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:58:03 ---> ab9c77e14d4b 00:58:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:58:03 ---> Running in 6594b4bc8e51 00:58:03 Removing intermediate container 6594b4bc8e51 00:58:03 ---> 9a46460787bd 00:58:03 Step 13/24 : WORKDIR / 00:58:03 ---> Running in 92f31714f7f4 00:58:03 ---> 58eccbc02bbc 00:58:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:58:04 ---> Running in 13ea46cebe51 00:58:04 Removing intermediate container 92f31714f7f4 00:58:04 ---> 1c0b667fb34b 00:58:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:58:04 Removing intermediate container 13ea46cebe51 00:58:04 ---> f06ef8902a91 00:58:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:58:04 ---> Running in e3e503359838 00:58:05 ---> c70fc633b8e8 00:58:05 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:58:06 Removing intermediate container e3e503359838 00:58:06 ---> c501a2b5817d 00:58:06 Step 21/23 : LABEL arch=x86_64 00:58:06 Removing intermediate container 0090c1dfeea0 00:58:06 ---> 20266396aff4 00:58:06 00:58:06 Step 10/23 : FROM alpine:3.12 00:58:06 ---> 389fef711851 00:58:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:58:06 ---> Using cache 00:58:06 ---> e85288a3be44 00:58:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:58:06 ---> Using cache 00:58:06 ---> 2d76010af5d2 00:58:06 Step 13/23 : ENV APP_PORT=48082 00:58:07 ---> Running in 73c2a1a8d020 00:58:07 ---> f3610f648048 00:58:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:58:07 ---> Running in 001ba090fb48 00:58:07 Removing intermediate container 001ba090fb48 00:58:07 ---> cda711109cb1 00:58:07 Step 14/23 : EXPOSE $APP_PORT 00:58:07 Removing intermediate container 73c2a1a8d020 00:58:07 ---> af16880b424a 00:58:07 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:58:07 ---> Running in 3effaf734344 00:58:07 ---> Running in 60b6f9cf91ec 00:58:07 ---> af8d2ed2c448 00:58:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:58:07 Removing intermediate container 3effaf734344 00:58:07 ---> acc5eee7c098 00:58:07 Step 15/23 : WORKDIR / 00:58:07 Removing intermediate container 60b6f9cf91ec 00:58:07 ---> e41d9c9b9cf7 00:58:07 Step 23/23 : LABEL version=0.0.0 00:58:07 ---> Running in 3ed90407a529 00:58:07 ---> Running in 55374bcee8cf 00:58:08 Removing intermediate container 3ed90407a529 00:58:08 ---> 8e8cfb381682 00:58:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:58:08 Removing intermediate container 55374bcee8cf 00:58:08 ---> 515f04d6b841 00:58:08 00:58:08 ---> 8a38e584d41a 00:58:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:58:08 Successfully built 515f04d6b841 00:58:08 Successfully tagged docker-core-metadata-go:latest 00:58:09  Building docker-core-metadata-go ... done  ---> de5445b2c215 00:58:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:58:09 ---> 95fc71aa584c 00:58:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:58:10 ---> 5a17b19e0988 00:58:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:58:10 ---> 494afdf0468d 00:58:10 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/ 00:58:10 ---> Running in 0ffa86d66460 00:58:10 ---> 8c73940cb8d0 00:58:10 Step 19/23 : ENTRYPOINT ["/core-command"] 00:58:10 ---> Running in 2405e3e5ba1a 00:58:11 Removing intermediate container 2405e3e5ba1a 00:58:11 ---> abc21688e0e3 00:58:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:58:11 ---> Running in d1e2db194dc3 00:58:11 Removing intermediate container d1e2db194dc3 00:58:11 ---> 0bd83fa94457 00:58:11 Step 21/23 : LABEL arch=x86_64 00:58:11 ---> Running in 9f89d26def28 00:58:11 Removing intermediate container 9f89d26def28 00:58:11 ---> fdd9b6d5cec2 00:58:11 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:58:11 Removing intermediate container 0ffa86d66460 00:58:11 ---> ce4a355ff43f 00:58:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:58:12 ---> Running in 0f0de37d77d6 00:58:12 ---> Running in 754f8bfd44d6 00:58:12 Removing intermediate container 0f0de37d77d6 00:58:12 ---> 14a7d466c02f 00:58:12 Step 23/23 : LABEL version=0.0.0 00:58:12 Removing intermediate container 754f8bfd44d6 00:58:12 ---> 098719f01fad 00:58:12 Step 22/24 : LABEL arch=x86_64 00:58:12 ---> Running in 1b57c0ec04bd 00:58:12 ---> Running in 1ab4907655e9 00:58:13 Removing intermediate container 1b57c0ec04bd 00:58:13 ---> c2ce2805b178 00:58:13 00:58:13 Removing intermediate container 1ab4907655e9 00:58:13 ---> 180b520329cc 00:58:13 Step 23/24 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:58:13 Successfully built c2ce2805b178 00:58:13 Successfully tagged docker-core-command-go:latest 00:58:13  Building docker-core-command-go ... done  ---> Running in dbf90d9d5444 00:58:13 ? github.com/edgexfoundry/edgex-go [no test files] 00:58:14 Removing intermediate container dbf90d9d5444 00:58:14 ---> cf2fc372e5ca 00:58:14 Step 24/24 : LABEL version=0.0.0 00:58:14 ---> Running in 33946620e1a5 00:58:14 Removing intermediate container 17d53a94778f 00:58:14 ---> f867089b5091 00:58:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:58:15 ---> Running in 2b2227cffc36 00:58:15 Removing intermediate container 33946620e1a5 00:58:15 ---> d36c22b7d154 00:58:15 00:58:15 Successfully built d36c22b7d154 00:58:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:58:15  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:58:16 Removing intermediate container 2b2227cffc36 00:58:16 ---> 63a3ec45a69f 00:58:16 00:58:16 Step 11/26 : FROM docker:20.10.0 00:58:16 20.10.0: Pulling from library/docker 00:58:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:58:23 Status: Downloaded newer image for docker:20.10.0 00:58:23 ---> aefe523efa57 00:58:23 Step 12/26 : RUN apk add --no-cache bash 00:58:23 ---> Running in b8975e89b3df 00:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:23 (1/2) Installing readline (8.0.4-r0) 00:58:23 (2/2) Installing bash (5.0.17-r0) 00:58:23 Executing bash-5.0.17-r0.post-install 00:58:23 Executing busybox-1.31.1-r19.trigger 00:58:23 OK: 12 MiB in 22 packages 00:58:23 Removing intermediate container b8975e89b3df 00:58:23 ---> 45c049a043a7 00:58:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:58:24 ---> Running in 6cf462ca14d5 00:58:24 Removing intermediate container 6cf462ca14d5 00:58:24 ---> c5a43bd68d21 00:58:24 Step 14/26 : ENV APP_PORT=48090 00:58:24 ---> Running in bc6e7d1f9ad3 00:58:24 Removing intermediate container bc6e7d1f9ad3 00:58:24 ---> 25e6c8084d3d 00:58:24 Step 15/26 : EXPOSE $APP_PORT 00:58:24 ---> Running in 1a106c329695 00:58:24 Removing intermediate container 1a106c329695 00:58:24 ---> f28cb888b599 00:58:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:58:25 ---> e82559d7321e 00:58:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:58:25 ---> 2fb22a72fd78 00:58:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:58:25 ---> 31e092e81aa2 00:58:25 Step 19/26 : RUN apk --no-cache add py3-pip 00:58:25 ---> Running in ce1645ed5f92 00:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:26 (1/33) Installing libbz2 (1.0.8-r1) 00:58:26 (2/33) Installing expat (2.2.9-r1) 00:58:26 (3/33) Installing libffi (3.3-r2) 00:58:26 (4/33) Installing gdbm (1.13-r1) 00:58:26 (5/33) Installing xz-libs (5.2.5-r0) 00:58:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:58:26 (7/33) Installing python3 (3.8.5-r0) 00:58:28 (8/33) Installing py3-appdirs (1.4.4-r1) 00:58:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:58:28 (10/33) Installing py3-parsing (2.4.7-r0) 00:58:28 (11/33) Installing py3-six (1.15.0-r0) 00:58:28 (12/33) Installing py3-packaging (20.4-r0) 00:58:28 (13/33) Installing py3-setuptools (47.0.0-r0) 00:58:28 (14/33) Installing py3-chardet (3.0.4-r4) 00:58:28 (15/33) Installing py3-idna (2.9-r0) 00:58:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:58:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:58:28 (18/33) Installing py3-requests (2.23.0-r0) 00:58:28 (19/33) Installing py3-msgpack (1.0.0-r0) 00:58:28 (20/33) Installing py3-lockfile (0.12.2-r3) 00:58:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:58:28 (22/33) Installing py3-colorama (0.4.3-r0) 00:58:29 (23/33) Installing py3-distlib (0.3.0-r0) 00:58:29 (24/33) Installing py3-distro (1.5.0-r1) 00:58:29 (25/33) Installing py3-webencodings (0.5.1-r3) 00:58:29 (26/33) Installing py3-html5lib (1.0.1-r4) 00:58:29 (27/33) Installing py3-pytoml (0.1.21-r0) 00:58:29 (28/33) Installing py3-pep517 (0.8.2-r0) 00:58:29 (29/33) Installing py3-progress (1.5-r0) 00:58:29 (30/33) Installing py3-toml (0.10.1-r0) 00:58:29 (31/33) Installing py3-retrying (1.3.3-r0) 00:58:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:58:29 (33/33) Installing py3-pip (20.1.1-r0) 00:58:29 Executing busybox-1.31.1-r19.trigger 00:58:29 OK: 71 MiB in 55 packages 00:58:39 Removing intermediate container ce1645ed5f92 00:58:39 ---> a95d0abeb52c 00:58:39 Step 20/26 : RUN pip install docker-compose==1.23.2 00:58:39 ---> Running in 7fe782073934 00:58:39 Collecting docker-compose==1.23.2 00:58:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:58:39 Collecting PyYAML<4,>=3.10 00:58:39 Downloading PyYAML-3.13.tar.gz (270 kB) 00:58:40 Collecting websocket-client<1.0,>=0.32.0 00:58:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:58:41 Collecting docker<4.0,>=3.6.0 00:58:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:58:41 Collecting docopt<0.7,>=0.6.1 00:58:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:58:42 Collecting cached-property<2,>=1.2.0 00:58:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:58:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:58:42 Collecting texttable<0.10,>=0.9.0 00:58:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:58:42 Collecting dockerpty<0.5,>=0.4.1 00:58:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:58:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:58:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:58:43 Collecting jsonschema<3,>=2.5.1 00:58:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:58:43 Collecting docker-pycreds>=0.4.0 00:58:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:58:43 Collecting urllib3<1.25,>=1.21.1 00:58:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:58:43 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) 00:58:44 Collecting idna<2.8,>=2.5 00:58:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:58:44 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) 00:58:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:58:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:58:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:58:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:58:44 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, texttable, dockerpty, jsonschema, docker-compose 00:58:44 Running setup.py install for PyYAML: started 00:58:44 Running setup.py install for PyYAML: finished with status 'done' 00:58:44 Attempting uninstall: urllib3 00:58:44 Found existing installation: urllib3 1.25.9 00:58:44 Uninstalling urllib3-1.25.9: 00:58:44 Successfully uninstalled urllib3-1.25.9 00:58:45 Attempting uninstall: idna 00:58:45 Found existing installation: idna 2.9 00:58:45 Uninstalling idna-2.9: 00:58:45 Successfully uninstalled idna-2.9 00:58:45 Attempting uninstall: requests 00:58:45 Found existing installation: requests 2.23.0 00:58:45 Uninstalling requests-2.23.0: 00:58:45 Successfully uninstalled requests-2.23.0 00:58:46 Running setup.py install for docopt: started 00:58:46 Running setup.py install for docopt: finished with status 'done' 00:58:46 Running setup.py install for texttable: started 00:58:46 Running setup.py install for texttable: finished with status 'done' 00:58:46 Running setup.py install for dockerpty: started 00:58:47 Running setup.py install for dockerpty: finished with status 'done' 00:58:48 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 00:58:51 Removing intermediate container 7fe782073934 00:58:51 ---> 7dff9610cd77 00:58:51 Step 21/26 : RUN apk --no-cache add curl 00:58:51 ---> Running in 61708ce54b98 00:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:58:52 (2/3) Installing libcurl (7.69.1-r3) 00:58:52 (3/3) Installing curl (7.69.1-r3) 00:58:52 Executing busybox-1.31.1-r19.trigger 00:58:52 OK: 72 MiB in 58 packages 00:58:52 Removing intermediate container 61708ce54b98 00:58:52 ---> 21f58470962a 00:58:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:58:52 ---> Running in ae8c888d6c95 00:58:52 Removing intermediate container ae8c888d6c95 00:58:52 ---> 79d2149cd331 00:58:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:58:52 ---> Running in b5e1f9245be0 00:58:53 Removing intermediate container b5e1f9245be0 00:58:53 ---> 9afa1347ab0d 00:58:53 Step 24/26 : LABEL arch=x86_64 00:58:53 ---> Running in 5035d1cac268 00:58:53 Removing intermediate container 5035d1cac268 00:58:53 ---> bd25effd8323 00:58:53 Step 25/26 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 00:58:53 ---> Running in daabe33c54df 00:58:53 Removing intermediate container daabe33c54df 00:58:53 ---> 50cc076fe843 00:58:53 Step 26/26 : LABEL version=0.0.0 00:58:53 ---> Running in 110ec6e5e552 00:58:53 Removing intermediate container 110ec6e5e552 00:58:53 ---> e54a26ca9394 00:58:53 00:58:53 Successfully built e54a26ca9394 00:58:53 Successfully tagged docker-sys-mgmt-agent-go:latest 00:58:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:58:54 $ docker stop --time=1 df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b 00:58:55 $ docker rm -f df3b93041d938b6e938490e897ed331f7438ab7134754fb62c543df857111c0b [Pipeline] // withDockerContainer [Pipeline] sh 00:58:56 + docker images 00:58:56 + grep docker 00:58:56 docker-sys-mgmt-agent-go latest e54a26ca9394 3 seconds ago 313MB 00:58:56 docker-security-secretstore-setup-go latest d36c22b7d154 42 seconds ago 24.6MB 00:58:56 docker-core-command-go latest c2ce2805b178 44 seconds ago 16.3MB 00:58:56 docker-core-metadata-go latest 515f04d6b841 48 seconds ago 18.8MB 00:58:56 docker-security-bootstrapper-go latest dac67e0bd954 About a minute ago 41.5MB 00:58:56 docker-core-data-go latest 5707482539d6 About a minute ago 22.3MB 00:58:56 docker-security-proxy-setup-go latest 8170db724666 2 minutes ago 24.4MB 00:58:56 docker-support-notifications-go latest b742937e0639 2 minutes ago 16.9MB 00:58:56 docker-support-scheduler-go latest ba072ab1bc0c 2 minutes ago 16.4MB 00:58:56 docker 20.10.0 aefe523efa57 5 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 00:59:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:59:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:59:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:59:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:59:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:59:12 Still waiting to schedule task 00:59:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:59:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:59:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:59:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:59:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.226s coverage: 46.6% of statements 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.507s coverage: 27.0% of statements 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:59:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 66.7% of statements 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:59:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:59:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.728s coverage: 82.3% of statements 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:59:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements 00:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements 00:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 00:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.196s coverage: 92.8% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:59:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 43.8% of statements 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:59:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 01:00:00 Running on prd-ubuntu18.04-docker-8c-8g-22134 in /w/workspace/edgexfoundry_edgex-go_PR-3057 [Pipeline] { [Pipeline] ws 01:00:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:00:03 using credential edgex-jenkins-ssh 01:00:03 Cloning the remote Git repository 01:00:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:00:03 > git init /w/workspace/edgex-go/4 # timeout=10 01:00:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:00:03 > git --version # timeout=10 01:00:03 > git --version # 'git version 2.17.1' 01:00:03 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 01:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 01:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.599s coverage: 63.5% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 01:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 01:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 01:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.106s coverage: 100.0% of statements 01:00:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:00:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:00:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:00:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3057/head:refs/remotes/origin/PR-3057 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:00:15 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:00:15 Merge succeeded, producing b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:00:15 Checking out Revision b421ca79a0b26ef99fb13a7f47455680ec466fbc (PR-3057) 01:00:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.749s coverage: 68.9% of statements 01:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:00:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:00:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements 01:00:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:00:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:00:15 > git config core.sparsecheckout # timeout=10 01:00:15 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 01:00:15 > git remote # timeout=10 01:00:15 > git config --get remote.origin.url # timeout=10 01:00:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:15 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 01:00:15 > git rev-parse HEAD^{commit} # timeout=10 01:00:15 > git config core.sparsecheckout # timeout=10 01:00:15 > git checkout -f b421ca79a0b26ef99fb13a7f47455680ec466fbc # timeout=10 01:00:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.507s coverage: 84.0% of statements 01:00:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 01:00:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:00:20 + echo snap-build.sh 01:00:20 snap-build.sh 01:00:20 + SNAP_BASE_DIR=. 01:00:20 + '[' '!' -z /w/workspace/edgex-go/4 ']' 01:00:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 01:00:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 01:00:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 01:00:20 + cd /w/workspace/edgex-go/4 01:00:20 + sudo apt-get remove -qy --purge lxd lxd-client 01:00:20 Reading package lists... 01:00:20 Building dependency tree... 01:00:20 Reading state information... 01:00:21 The following packages were automatically installed and are no longer required: 01:00:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:00:21 uidmap xdelta3 01:00:21 Use 'sudo apt autoremove' to remove them. 01:00:21 The following packages will be REMOVED: 01:00:21 lxd* lxd-client* 01:00:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:00:21 After this operation, 31.7 MB disk space will be freed. 01:00:22 (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:00:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:00:23 Removing lxd dnsmasq configuration 01:00:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:00:23 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:00:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.329s coverage: 47.1% of statements 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:00:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:00:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 01:00:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:00:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:00:24 (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:00:24 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:00:26 Processing triggers for systemd (237-3ubuntu10.42) ... 01:00:26 Processing triggers for ureadahead (0.100.0-21) ... 01:00:27 + sudo snap remove --purge lxd 01:00:27 snap "lxd" is not installed 01:00:27 + sudo groupadd --force --system lxd 01:00:27 ++ whoami 01:00:27 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:00:27 + newgrp - lxd 01:00:27 + sudo snap install lxd 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.058s coverage: 29.1% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:00:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:00:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 01:00:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 01:00:31 GO111MODULE=on go vet ./... 01:00:35 2021-01-22T01:00:33Z INFO Waiting for automatic snapd restart... 01:00:48 lxd 4.10 from Canonical* installed 01:00:48 + sudo lxd init --auto 01:00:56 + sudo snap install --classic snapcraft 01:01:00 snapcraft 4.4.4 from Canonical* installed 01:01:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:01:00 + patch --verbose -p1 01:01:00 Hmm... Looks like a unified diff to me... 01:01:00 The text leading up to this was: 01:01:00 -------------------------- 01:01:00 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:01:00 |From: Tony Espy 01:01:00 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:01:00 |Subject: [PATCH] optimize snap build for pipeline CI check 01:01:00 | 01:01:00 |This patch is used by the EdgeX CI pipeline builds to 01:01:00 |optimize the snap CI check run for pull requests. When 01:01:00 |applied, it essentially strips out everything (apps and 01:01:00 |parts) from the snapcraft.yaml file except those required 01:01:00 |to build edgex-go, as the whole idea of the CI check is to 01:01:00 |catch changes to edgex-go that break the snap build. 01:01:00 | 01:01:00 |In general, anyone updating snapcraft.yaml will also need 01:01:00 |to update this patch file, otherwise it may fail to apply, 01:01:00 |resulting in a failed snap build CI check in the associated 01:01:00 |pull request. 01:01:00 | 01:01:00 |Note - in addition to applying this patch, the pipeline also 01:01:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:01:00 |need to build the finally binary .snap file (and it won't 01:01:00 |work with the patch applied). This further reduces the build 01:01:00 |time. 01:01:00 |--- 01:01:00 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:01:00 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:01:00 | 01:01:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:01:00 |index 1e537489..faf42425 100644 01:01:00 |--- a/snap/snapcraft.yaml 01:01:00 |+++ b/snap/snapcraft.yaml 01:01:00 -------------------------- 01:01:00 patching file snap/snapcraft.yaml 01:01:00 Using Plan A... 01:01:00 Hunk #1 succeeded at 73. 01:01:00 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:01:00 Hunk #3 succeeded at 214 (offset -1 lines). 01:01:00 Hunk #4 succeeded at 222 (offset -1 lines). 01:01:00 Hunk #5 succeeded at 229 (offset -1 lines). 01:01:00 Hunk #6 succeeded at 256 (offset -1 lines). 01:01:00 Hunk #7 succeeded at 290 (offset -1 lines). 01:01:00 Hunk #8 succeeded at 342. 01:01:00 Hmm... Ignoring the trailing garbage. 01:01:00 done 01:01:00 + sudo snapcraft prime --use-lxd 01:01:01 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:01:01 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:01:01 - README.md 01:01:01 - snapcraft.yaml.orig 01:01:01 01:01:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:01:02 Launching a container. 01:01:14 Waiting for container to be ready 01:01:14 To start your first instance, try: lxc launch ubuntu:18.04 01:01:14 01:01:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:01:18 Waiting for network to be ready... 01:01:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:01:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:01:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:01:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:01:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:01:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:01:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:01:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:01:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:01:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:01:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:01:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:01:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:01:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:01:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:01:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:01:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:01:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:01:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:01:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:01:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:01:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:01:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:01:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:01:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:01:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:01:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:01:22 Fetched 23.8 MB in 4s (5409 kB/s) 01:01:23 Reading package lists... 01:01:23 Reading package lists... 01:01:23 Building dependency tree... 01:01:23 Reading state information... 01:01:23 The following additional packages will be installed: 01:01:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:01:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:01:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:01:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:01:23 Suggested packages: 01:01:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:01:23 Recommended packages: 01:01:23 gnupg libsasl2-modules 01:01:23 The following NEW packages will be installed: 01:01:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:01:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:01:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:01:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:01:23 The following packages will be upgraded: 01:01:23 gpg gpg-agent gpgconf libudev1 01:01:24 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:01:24 Need to get 3533 kB of archives. 01:01:24 After this operation, 13.3 MB of additional disk space will be used. 01:01:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:01:24 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:01:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:01:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:01:24 Get:5 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:01:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:01:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:01:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:01:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:01:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:01:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:01:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:01:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:01:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:01:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:01:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:01:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:01:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:01:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:01:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:01:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:01:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:01:25 debconf: delaying package configuration, since apt-utils is not installed 01:01:25 Fetched 3533 kB in 1s (3430 kB/s) 01:01:25 (Reading database ... 12511 files and directories currently installed.) 01:01:25 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:01:25 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:01:25 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:01:25 Selecting previously unselected package udev. 01:01:25 (Reading database ... 12511 files and directories currently installed.) 01:01:25 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:01:25 Unpacking udev (237-3ubuntu10.44) ... 01:01:25 Selecting previously unselected package libfuse2:amd64. 01:01:25 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:01:25 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:01:25 Selecting previously unselected package fuse. 01:01:25 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:01:25 Unpacking fuse (2.9.7-1ubuntu1) ... 01:01:25 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:01:25 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:01:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:01:25 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:01:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:01:26 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:01:26 Selecting previously unselected package libksba8:amd64. 01:01:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:01:26 Unpacking libksba8:amd64 (1.3.5-2) ... 01:01:26 Selecting previously unselected package libroken18-heimdal:amd64. 01:01:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:01:26 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:01:26 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:01:26 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libwind0-heimdal:amd64. 01:01:26 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:01:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:01:27 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:27 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:27 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:01:27 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:27 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:27 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:01:27 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:01:27 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:27 Selecting previously unselected package libsasl2-modules-db:amd64. 01:01:27 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:01:27 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:01:27 Selecting previously unselected package libsasl2-2:amd64. 01:01:27 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:01:27 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:01:27 Selecting previously unselected package libldap-common. 01:01:27 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:01:27 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:01:27 Selecting previously unselected package libldap-2.4-2:amd64. 01:01:27 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:01:27 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:01:27 Selecting previously unselected package dirmngr. 01:01:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:01:27 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:01:28 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:01:28 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:01:28 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:01:28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:01:28 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:01:28 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:01:28 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libksba8:amd64 (1.3.5-2) ... 01:01:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:01:28 Setting up udev (237-3ubuntu10.44) ... 01:01:28 invoke-rc.d: policy-rc.d denied execution of start. 01:01:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Processing triggers for systemd (237-3ubuntu10) ... 01:01:28 Setting up fuse (2.9.7-1ubuntu1) ... 01:01:28 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:01:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:29 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:01:29 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:01:29 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:01:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:01:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:01:29 settings in the [Install] section, and DefaultInstance for template units). 01:01:29 This means they are not meant to be enabled using systemctl. 01:01:29 Possible reasons for having this kind of units are: 01:01:29 1) A unit may be statically enabled by being symlinked from another unit's 01:01:29 .wants/ or .requires/ directory. 01:01:29 2) A unit's purpose may be to act as a helper for some other unit which has 01:01:29 a requirement dependency on it. 01:01:29 3) A unit may be started when needed via activation (socket, path, timer, 01:01:29 D-Bus, udev, scripted systemctl call, ...). 01:01:29 4) In case of template units, the unit is meant to be enabled with some 01:01:29 instance name specified. 01:01:29 Reading package lists... 01:01:29 Building dependency tree... 01:01:29 Reading state information... 01:01:30 The following additional packages will be installed: 01:01:30 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:01:30 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:01:30 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:01:30 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:01:30 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:01:30 Suggested packages: 01:01:30 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:01:30 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:01:30 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:01:30 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:01:30 systemd-container policykit-1 01:01:30 Recommended packages: 01:01:30 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:01:30 The following NEW packages will be installed: 01:01:30 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:01:30 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:01:30 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:01:30 multiarch-support openssh-client python3 python3-minimal python3.6 01:01:30 python3.6-minimal snapd squashfs-tools sudo 01:01:30 The following packages will be upgraded: 01:01:30 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:01:30 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:01:30 Need to get 35.2 MB of archives. 01:01:30 After this operation, 141 MB of additional disk space will be used. 01:01:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:01:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:01:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:01:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:01:31 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:01:31 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:01:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:01:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:01:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:01:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:01:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:01:31 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:01:31 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:01:31 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:01:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:01:31 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:01:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:01:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:01:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:01:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:01:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:01:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:01:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:01:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:01:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:01:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:01:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:01:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:01:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:01:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:01:33 debconf: delaying package configuration, since apt-utils is not installed 01:01:33 Fetched 35.2 MB in 3s (12.9 MB/s) 01:01:33 (Reading database ... 12757 files and directories currently installed.) 01:01:33 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:01:33 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:01:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:01:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:01:34 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:01:34 (Reading database ... 12757 files and directories currently installed.) 01:01:34 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:01:34 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:01:34 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:01:34 (Reading database ... 12757 files and directories currently installed.) 01:01:34 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:01:34 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:01:34 Setting up apt (1.6.12ubuntu0.2) ... 01:01:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:01:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:01:35 (Reading database ... 12764 files and directories currently installed.) 01:01:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:01:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:01:35 Selecting previously unselected package libpython3.6-minimal:amd64. 01:01:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:01:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:01:36 Selecting previously unselected package libexpat1:amd64. 01:01:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:01:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:01:36 Selecting previously unselected package python3.6-minimal. 01:01:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:01:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:01:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:01:36 Checking for services that may need to be restarted...done. 01:01:36 Checking for services that may need to be restarted...done. 01:01:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:01:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:01:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:01:37 Selecting previously unselected package python3-minimal. 01:01:37 (Reading database ... 13012 files and directories currently installed.) 01:01:37 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:01:37 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:01:37 Selecting previously unselected package mime-support. 01:01:37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:01:37 Unpacking mime-support (3.60ubuntu1) ... 01:01:37 Selecting previously unselected package libmpdec2:amd64. 01:01:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:01:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:01:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:01:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:01:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:01:37 Selecting previously unselected package python3.6. 01:01:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:01:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:01:37 Selecting previously unselected package libpython3-stdlib:amd64. 01:01:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:01:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:01:37 Setting up python3-minimal (3.6.7-1~18.04) ... 01:01:38 Selecting previously unselected package python3. 01:01:38 (Reading database ... 13442 files and directories currently installed.) 01:01:38 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:01:38 Unpacking python3 (3.6.7-1~18.04) ... 01:01:38 Selecting previously unselected package multiarch-support. 01:01:38 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:01:38 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:01:38 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:01:38 Selecting previously unselected package liblzo2-2:amd64. 01:01:38 (Reading database ... 13479 files and directories currently installed.) 01:01:38 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:01:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:01:38 Selecting previously unselected package libbsd0:amd64. 01:01:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:01:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:01:38 Selecting previously unselected package sudo. 01:01:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:01:38 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:01:38 Selecting previously unselected package apparmor. 01:01:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:01:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:01:39 Selecting previously unselected package libedit2:amd64. 01:01:39 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:01:39 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:01:39 Selecting previously unselected package libkrb5support0:amd64. 01:01:39 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:01:39 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:01:39 Selecting previously unselected package libk5crypto3:amd64. 01:01:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:01:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:01:39 Selecting previously unselected package libkeyutils1:amd64. 01:01:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:01:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:01:39 Selecting previously unselected package libkrb5-3:amd64. 01:01:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:01:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:01:39 gofmt -l . 01:01:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:01:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:01:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:01:39 Selecting previously unselected package libssl1.0.0:amd64. 01:01:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:01:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:01:39 Selecting previously unselected package openssh-client. 01:01:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:01:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:01:40 Selecting previously unselected package squashfs-tools. 01:01:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:01:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:01:40 Selecting previously unselected package snapd. 01:01:40 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:01:40 Unpacking snapd (2.48+18.04) ... 01:01:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:01:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:01:41 [ "`gofmt -l .`" = "" ] 01:01:42 Setting up mime-support (3.60ubuntu1) ... 01:01:42 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:01:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:01:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:01:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:01:42 Setting up systemd (237-3ubuntu10.44) ... 01:01:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:01:44 ./bin/test-go-mod-tidy.sh 01:01:44 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:01:44 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:01:44 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:01:44 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:01:44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:01:44 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:01:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:01:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:01:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:01:44 Setting up python3 (3.6.7-1~18.04) ... 01:01:44 running python rtupdate hooks for python3.6... 01:01:44 running python post-rtupdate hooks for python3.6... 01:01:44 Setting up apparmor (2.12-4ubuntu5.1) ... 01:01:44 ./bin/test-attribution-txt.sh [Pipeline] sh 01:01:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:01:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:01:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:01:46 Setting up snapd (2.48+18.04) ... 01:01:46 + ls -al . 01:01:46 total 696 01:01:46 drwxrwxr-x 9 1001 1001 4096 Jan 22 01:01 . 01:01:46 drwxr-xr-x 4 root root 4096 Jan 22 00:57 .. 01:01:46 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:56 .dockerignore 01:01:46 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 .git 01:01:46 drwxrwxr-x 3 1001 1001 4096 Jan 22 00:56 .github 01:01:46 -rw-rw-r-- 1 1001 1001 872 Jan 22 00:56 .gitignore 01:01:46 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:56 .sonarcloud.properties 01:01:46 -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:56 Attribution.txt 01:01:46 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:56 CONTRIBUTING.md 01:01:46 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:56 Dockerfile.build 01:01:46 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:56 Jenkinsfile 01:01:46 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:56 LICENSE 01:01:46 -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:56 Makefile 01:01:46 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:56 README.md 01:01:46 -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:56 SECURITY.md 01:01:46 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:50 VERSION 01:01:46 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:56 ZMQWindows.md 01:01:46 drwxrwxr-x 2 1001 1001 4096 Jan 22 00:56 bin 01:01:46 drwxrwxr-x 15 1001 1001 4096 Jan 22 00:56 cmd 01:01:46 -rw-r--r-- 1 root root 562928 Jan 22 01:00 coverage.out 01:01:46 -rw-r--r-- 1 root root 1047 Jan 22 01:01 go.mod 01:01:46 -rw-r--r-- 1 root root 19067 Jan 22 01:01 go.sum 01:01:46 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 internal 01:01:46 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 openapi 01:01:46 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 snap 01:01:46 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:56 version.go [Pipeline] sh 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:01:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:01:47 + '[' -e coverage.out ] 01:01:47 + chown 1001:1001 coverage.out [Pipeline] stash 01:01:47 Warning: overwriting stash ‘coverage-report’ 01:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:01:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:01:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:01:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:01:48 /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:01:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:01:48 Processing triggers for systemd (237-3ubuntu10.44) ... 01:01:48 Stashed 1 file(s) [Pipeline] sh 01:01:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:01:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:01:49 + make build 01:01:49 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:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:01:50 Reading package lists... 01:01:50 Reading package lists... 01:01:50 Building dependency tree... 01:01:50 Reading state information... 01:01:51 Calculating upgrade... 01:01:51 The following packages will be upgraded: 01:01:51 advancecomp base-files bash binutils binutils-common 01:01:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:01:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:01:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:01:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:01:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:01:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:01:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:01:51 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:01:51 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:01:51 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:01:51 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:01:51 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:01:51 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:01:51 ubuntu-keyring util-linux 01:01:51 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:01:51 Need to get 63.7 MB of archives. 01:01:51 After this operation, 5203 kB of additional disk space will be used. 01:01:51 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:01:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:01:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:01:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:01:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:01:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:01:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:01:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:01:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:01:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:01:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:01:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:01:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:01:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:01:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:01:51 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:01:51 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:01:51 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 01:01:51 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:01:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:01:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:01:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:01:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:01:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:01:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:01:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:01:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:01:52 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:01:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:01:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:01:52 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:01:52 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:01:52 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:01:52 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:01:52 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:01:52 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:01:52 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:01:52 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:01:52 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:01:52 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:01:52 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:01:52 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:01:52 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:01:52 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:01:52 Get:45 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:01:52 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:01:52 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:01:52 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:01:52 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:01:52 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:01:52 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:01:52 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:01:52 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:01:52 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:01:52 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:01:52 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:01:52 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:01:52 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:01:52 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:01:52 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:01:52 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:01:52 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:01:52 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:01:52 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:01:52 Get:65 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:01:52 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:01:52 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:01:52 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:01:52 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:01:52 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:01:52 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:01:52 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:01:52 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:01:52 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:01:52 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:01:52 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:01:52 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:01:52 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:01:52 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:01:52 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:01:52 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:01:52 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:01:52 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:01:52 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:01:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:01:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:01:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:01:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:01:53 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:01:54 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:01:54 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:01:54 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:01:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:01:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:01:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:01:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:01:55 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:01:55 debconf: delaying package configuration, since apt-utils is not installed 01:01:55 Fetched 63.7 MB in 4s (14.9 MB/s) 01:01:55 (Reading database ... 13912 files and directories currently installed.) 01:01:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:01:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:01:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:01:56 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:01:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 01:01:56 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 01:01:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:01:58 (Reading database ... 13911 files and directories currently installed.) 01:01:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:01:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:01:58 (Reading database ... 13911 files and directories currently installed.) 01:01:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:01:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:01:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:01:59 (Reading database ... 13911 files and directories currently installed.) 01:01:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:01:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:01:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:01:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:01:59 (Reading database ... 13911 files and directories currently installed.) 01:01:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:01:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:01:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:01:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:02:00 Setting up base-files (10.1ubuntu2.10) ... 01:02:00 Installing new version of config file /etc/issue ... 01:02:00 Installing new version of config file /etc/issue.net ... 01:02:00 Installing new version of config file /etc/lsb-release ... 01:02:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:02:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:02:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:02:00 Removing obsolete conffile /etc/default/motd-news ... 01:02:00 (Reading database ... 13912 files and directories currently installed.) 01:02:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:02:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:02:00 Setting up bash (4.4.18-2ubuntu1.2) ... 01:02:01 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:02:01 (Reading database ... 13912 files and directories currently installed.) 01:02:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:02:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:02:01 (Reading database ... 13912 files and directories currently installed.) 01:02:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:02:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:02:01 Setting up tar (1.29b-2ubuntu0.2) ... 01:02:01 (Reading database ... 13912 files and directories currently installed.) 01:02:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:02:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:02:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:02:01 (Reading database ... 13912 files and directories currently installed.) 01:02:01 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:02:01 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:02:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:02:02 (Reading database ... 13912 files and directories currently installed.) 01:02:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:02:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:02:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:02:02 (Reading database ... 13912 files and directories currently installed.) 01:02:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:02:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:02:02 Setting up grep (3.1-2build1) ... 01:02:02 (Reading database ... 13912 files and directories currently installed.) 01:02:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:02:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:02:03 Setting up login (1:4.5-1ubuntu2) ... 01:02:03 (Reading database ... 13912 files and directories currently installed.) 01:02:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:02:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:02:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:02:03 (Reading database ... 13912 files and directories currently installed.) 01:02:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:02:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:02:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:02:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:02:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:02:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:02:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:02:04 (Reading database ... 13912 files and directories currently installed.) 01:02:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:02:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:02:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:02:05 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:02:05 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:02:05 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:02:05 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:02:06 (Reading database ... 13912 files and directories currently installed.) 01:02:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:02:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:02:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:02:06 (Reading database ... 13912 files and directories currently installed.) 01:02:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:02:06 (Reading database ... 13912 files and directories currently installed.) 01:02:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:02:06 (Reading database ... 13912 files and directories currently installed.) 01:02:06 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:02:06 (Reading database ... 13912 files and directories currently installed.) 01:02:06 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:02:07 (Reading database ... 13912 files and directories currently installed.) 01:02:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:02:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:02:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:02:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:02:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:02:07 (Reading database ... 13912 files and directories currently installed.) 01:02:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:02:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:02:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:02:07 (Reading database ... 13912 files and directories currently installed.) 01:02:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:07 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:02:07 (Reading database ... 13912 files and directories currently installed.) 01:02:07 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:07 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:02:08 (Reading database ... 13912 files and directories currently installed.) 01:02:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:02:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:02:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:02:09 (Reading database ... 13912 files and directories currently installed.) 01:02:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:02:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:02:09 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:02:09 (Reading database ... 13912 files and directories currently installed.) 01:02:09 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:02:09 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:02:09 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:02:09 (Reading database ... 13914 files and directories currently installed.) 01:02:09 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:02:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:02:10 Setting up debconf (1.5.66ubuntu1) ... 01:02:10 (Reading database ... 13914 files and directories currently installed.) 01:02:10 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:02:10 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:02:10 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:02:10 (Reading database ... 13914 files and directories currently installed.) 01:02:10 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:02:10 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:02:10 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:02:10 (Reading database ... 13914 files and directories currently installed.) 01:02:10 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:02:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:02:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:02:11 (Reading database ... 13914 files and directories currently installed.) 01:02:11 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:02:11 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:02:11 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:02:11 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:02:11 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:02:11 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:02:11 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:02:11 (Reading database ... 13914 files and directories currently installed.) 01:02:11 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:02:11 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:02:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:02:12 (Reading database ... 13914 files and directories currently installed.) 01:02:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:02:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:02:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:02:12 (Reading database ... 13914 files and directories currently installed.) 01:02:12 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:02:12 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:02:12 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:02:13 (Reading database ... 13914 files and directories currently installed.) 01:02:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:02:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:02:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:02:13 (Reading database ... 13914 files and directories currently installed.) 01:02:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:02:13 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:02:13 Setting up passwd (1:4.5-1ubuntu2) ... 01:02:13 (Reading database ... 13914 files and directories currently installed.) 01:02:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:02:13 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:02:13 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:02:14 (Reading database ... 13914 files and directories currently installed.) 01:02:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:02:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:02:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:02:14 (Reading database ... 13914 files and directories currently installed.) 01:02:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:02:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:02:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:02:14 (Reading database ... 13914 files and directories currently installed.) 01:02:14 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:02:14 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:02:14 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:02:14 (Reading database ... 13914 files and directories currently installed.) 01:02:14 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:02:14 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:02:14 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:02:15 (Reading database ... 13914 files and directories currently installed.) 01:02:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:02:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:02:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:02:15 (Reading database ... 13914 files and directories currently installed.) 01:02:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:02:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:02:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:02:15 (Reading database ... 13915 files and directories currently installed.) 01:02:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:02:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:02:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:02:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:02:15 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:02:15 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:02:16 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:02:16 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:02:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:02:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:02:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:02:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:02:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:02:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:02:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:02:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:02:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:02:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:02:17 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:02:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:02:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:02:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:02:17 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:02:17 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:02:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:02:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:02:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:02:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:02:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:02:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:02:19 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:02:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:02:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:02:19 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:02:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:02:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:02:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:20 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:20 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:20 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:20 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:20 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:20 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:21 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:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:23 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:24 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:02:24 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:02:24 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:02:24 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:02:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:02:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:02:24 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:02:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:02:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:02:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:02:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:02:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:02:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:02:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:02:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:02:25 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:02:25 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:02:25 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:02:25 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:02:25 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:02:25 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:02:25 01:02:25 Current default time zone: 'Etc/UTC' 01:02:25 Local time is now: Fri Jan 22 01:02:25 UTC 2021. 01:02:25 Universal Time is now: Fri Jan 22 01:02:25 UTC 2021. 01:02:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:02:25 01:02:25 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:02:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 01:02:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:02:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:02:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:02:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:02:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:02:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:02:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:02:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:02:26 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:26 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:02:26 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:26 Setting up patch (2.7.6-2ubuntu1.1) ... 01:02:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:02:26 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:02:26 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:02:26 Installing new version of config file /etc/ssl/openssl.cnf ... 01:02:26 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:02:26 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:02:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:02:28 Updating certificates in /etc/ssl/certs... 01:02:28 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:02:29 22 added, 17 removed; done. 01:02:29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:02:29 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:02:29 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:02:29 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:02:29 Setting up pkgbinarymangler (138.18.04.1) ... 01:02:29 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:02:29 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up perl (5.26.1-6ubuntu0.5) ... 01:02:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:02:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:02:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:02:29 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:02:29 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:02:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:02:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:02:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:02:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:02:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:02:30 Processing triggers for systemd (237-3ubuntu10.44) ... 01:02:30 Processing triggers for mime-support (3.60ubuntu1) ... 01:02:30 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:02:30 Updating certificates in /etc/ssl/certs... 01:02:31 0 added, 0 removed; done. 01:02:31 Running hooks in /etc/ca-certificates/update.d... 01:02:31 done. 01:02:31 Reading package lists... 01:02:31 Building dependency tree... 01:02:31 Reading state information... 01:02:31 The following NEW packages will be installed: 01:02:31 apt-transport-https 01:02:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:02:31 Need to get 1696 B of archives. 01:02:31 After this operation, 153 kB of additional disk space will be used. 01:02:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:02:31 debconf: delaying package configuration, since apt-utils is not installed 01:02:32 Fetched 1696 B in 0s (8526 B/s) 01:02:32 Selecting previously unselected package apt-transport-https. 01:02:32 (Reading database ... 13929 files and directories currently installed.) 01:02:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:02:32 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:02:32 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:02:32 Waiting for network to be ready... 01:02:35 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:02:39 2021-01-22T01:02:35Z INFO Waiting for automatic snapd restart... 01:02:39 snapd 2.48.2 from Canonical* installed 01:02:39 "snapd" switched to the "latest/stable" channel 01:02:39 01:02:40 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:02:42 core18 20201210 from Canonical* installed 01:02:42 "core18" switched to the "latest/stable" channel 01:02:42 01:02:43 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:45 snapcraft 4.4.4 from Canonical* installed 01:02:45 "snapcraft" switched to the "latest/stable" channel 01:02:45 01:02:47 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:49 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:02:49 - README.md 01:02:49 - snapcraft.yaml.orig 01:02:49 01:02:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:02:53 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:02:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:02:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:02:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:02:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:02:56 Reading package lists... 01:02:57 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:02:57 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:01 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:03:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:03:03 Reading package lists... 01:03:03 Building dependency tree... 01:03:03 Reading state information... 01:03:03 Suggested packages: 01:03:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:03:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:03:03 Recommended packages: 01:03:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:03:03 The following NEW packages will be installed: 01:03:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:03:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:03:03 pkg-config zip 01:03:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:03:03 Need to get 7655 kB of archives. 01:03:03 After this operation, 43.7 MB of additional disk space will be used. 01:03:03 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:03:03 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:03:03 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:03:03 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:03:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:03:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:03:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:03:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:03:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:03:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:03:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:03:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:03:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:03:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:03:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:03:04 debconf: delaying package configuration, since apt-utils is not installed 01:03:04 Fetched 7655 kB in 1s (7018 kB/s) 01:03:04 Selecting previously unselected package libglib2.0-0:amd64. 01:03:04 (Reading database ... 13933 files and directories currently installed.) 01:03:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:03:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:03:05 Selecting previously unselected package libpsl5:amd64. 01:03:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:03:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:03:05 Selecting previously unselected package libnghttp2-14:amd64. 01:03:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:03:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:03:05 Selecting previously unselected package librtmp1:amd64. 01:03:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:03:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:03:05 Selecting previously unselected package libcurl3-gnutls:amd64. 01:03:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:03:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:03:05 Selecting previously unselected package liberror-perl. 01:03:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:03:05 Unpacking liberror-perl (0.17025-1) ... 01:03:05 Selecting previously unselected package git-man. 01:03:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:03:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:03:05 Selecting previously unselected package git. 01:03:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:03:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:03:06 Selecting previously unselected package libnorm1:amd64. 01:03:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:03:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:03:06 Selecting previously unselected package libpgm-5.2-0:amd64. 01:03:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:03:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:03:06 Selecting previously unselected package libsodium23:amd64. 01:03:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:03:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:03:07 Selecting previously unselected package libzmq5:amd64. 01:03:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:03:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:03:07 Selecting previously unselected package libzmq3-dev:amd64. 01:03:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:03:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:03:07 Selecting previously unselected package pkg-config. 01:03:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:03:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... [Pipeline] } 01:03:07 $ docker stop --time=1 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 01:03:07 Selecting previously unselected package zip. 01:03:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:03:07 Unpacking zip (3.0-11build1) ... 01:03:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:03:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:03:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:03:07 Setting up liberror-perl (0.17025-1) ... 01:03:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:03:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:03:07 No schema files found: doing nothing. 01:03:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:03:07 Setting up zip (3.0-11build1) ... 01:03:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:03:07 Setting up libsodium23:amd64 (1.0.16-2) ... 01:03:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:03:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:03:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:03:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:03:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:03:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:03:09 $ docker rm -f 86b0d7383fe46fdfe13582355b05920be9aeae687649552c46b6e7a42efbad08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:11 01:03:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:03:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:12 latest: Pulling from edgex-devops/edgex-compose-arm64 01:03:12 29e5d40040c1: Pulling fs layer 01:03:12 1ce36da41761: Pulling fs layer 01:03:12 25b303627fd3: Pulling fs layer 01:03:12 29e5d40040c1: Verifying Checksum 01:03:12 29e5d40040c1: Download complete 01:03:13 1ce36da41761: Verifying Checksum 01:03:13 1ce36da41761: Download complete 01:03:13 29e5d40040c1: Pull complete 01:03:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:03:14 git set to automatically installed. 01:03:14 git-man set to automatically installed. 01:03:14 libcurl3-gnutls set to automatically installed. 01:03:14 liberror-perl set to automatically installed. 01:03:14 libglib2.0-0 set to automatically installed. 01:03:14 libnghttp2-14 set to automatically installed. 01:03:14 libnorm1 set to automatically installed. 01:03:14 libpgm-5.2-0 set to automatically installed. 01:03:14 libpsl5 set to automatically installed. 01:03:14 librtmp1 set to automatically installed. 01:03:14 libsodium23 set to automatically installed. 01:03:14 libzmq3-dev set to automatically installed. 01:03:14 libzmq5 set to automatically installed. 01:03:14 pkg-config set to automatically installed. 01:03:14 zip set to automatically installed. 01:03:14 1ce36da41761: Pull complete 01:03:14 25b303627fd3: Verifying Checksum 01:03:14 25b303627fd3: Download complete 01:03:15 snapd is not logged in, snap install commands will use sudo 01:03:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:03:22 snap "core18" has no updates available 01:03:23 Pulling config-common 01:03:24 Pulling go-build-helper 01:03:25 25b303627fd3: Pull complete 01:03:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:03:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:03:25 prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container 01:03:25 $ 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:03:28 $ docker top b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:29 + docker-compose build --help 01:03:29 + grep parallel 01:03:33 --parallel Build images in parallel. [Pipeline] } 01:03:33 $ docker stop --time=1 b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e 01:03:35 $ docker rm -f b6f9a00abf8c3443e6681ee5c59c1adc9c4e9405958c7c949a8de56e41ca444e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:03:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:36 . [Pipeline] withDockerContainer 01:03:36 prd-ubuntu18.04-docker-arm64-4c-16g-22128 does not seem to be running inside a container 01:03:36 $ 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:03:38 $ docker top c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:39 + docker-compose -f ./docker-compose-build.yml build --parallel 01:03:43 Building docker-core-command-go ... 01:03:43 Building docker-core-data-go ... 01:03:43 Building docker-core-metadata-go ... 01:03:43 Building docker-security-bootstrapper-go ... 01:03:43 Building docker-security-proxy-setup-go ... 01:03:43 Building docker-security-secretstore-setup-go ... 01:03:43 Building docker-support-notifications-go ... 01:03:43 Building docker-support-scheduler-go ... 01:03:43 Building docker-sys-mgmt-agent-go ... 01:03:43 Building docker-core-data-go 01:03:43 Building docker-support-notifications-go 01:03:43 Building docker-sys-mgmt-agent-go 01:03:43 Building docker-security-secretstore-setup-go 01:03:43 Building docker-security-proxy-setup-go 01:03:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:03:46 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:03:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:03:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:03:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:03:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:03:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:03:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:03:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:03:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:03:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:03:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:03:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:03:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:03:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:03:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:03:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:03:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:03:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:03:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:03:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:03:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:03:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:03:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:03:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:03:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:03:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:03:46 Fetched 23.8 MB in 0s (0 B/s) 01:03:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:03:46 Fetched 96.5 kB in 0s (0 B/s) 01:03:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:03:46 Fetched 279 kB in 0s (0 B/s) 01:03:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:03:46 Fetched 122 kB in 0s (0 B/s) 01:03:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:03:46 Fetched 77.8 kB in 0s (0 B/s) 01:03:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:03:46 Fetched 8848 B in 0s (0 B/s) 01:03:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:03:46 Fetched 47.8 kB in 0s (0 B/s) 01:03:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:03:46 Fetched 45.6 kB in 0s (0 B/s) 01:03:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:03:46 Fetched 15.0 kB in 0s (0 B/s) 01:03:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:03:46 Fetched 214 kB in 0s (0 B/s) 01:03:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:03:46 Fetched 155 kB in 0s (0 B/s) 01:03:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:03:46 Fetched 50.6 kB in 0s (0 B/s) 01:03:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:03:46 Fetched 14.8 kB in 0s (0 B/s) 01:03:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:03:46 Fetched 41.8 kB in 0s (0 B/s) 01:03:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:03:46 Fetched 499 kB in 0s (0 B/s) 01:03:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:03:46 Fetched 111 kB in 0s (0 B/s) 01:03:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:03:46 Fetched 240 kB in 0s (0 B/s) 01:03:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:03:46 Fetched 29.3 kB in 0s (0 B/s) 01:03:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:03:46 Fetched 85.5 kB in 0s (0 B/s) 01:03:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:03:46 Fetched 24.5 kB in 0s (0 B/s) 01:03:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:03:46 Fetched 49.2 kB in 0s (0 B/s) 01:03:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:03:46 Fetched 54.2 kB in 0s (0 B/s) 01:03:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:03:46 Fetched 30.8 kB in 0s (0 B/s) 01:03:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:03:46 Fetched 17.0 kB in 0s (0 B/s) 01:03:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:03:46 Fetched 85.9 kB in 0s (0 B/s) 01:03:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:03:46 Fetched 8720 B in 0s (0 B/s) 01:03:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:03:46 Fetched 137 kB in 0s (0 B/s) 01:03:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:03:46 Fetched 119 kB in 0s (0 B/s) 01:03:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:03:46 Fetched 109 kB in 0s (0 B/s) 01:03:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:03:46 Fetched 11.1 kB in 0s (0 B/s) 01:03:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:03:46 Fetched 645 kB in 0s (0 B/s) 01:03:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:03:46 Fetched 41.3 kB in 0s (0 B/s) 01:03:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:03:46 Fetched 17.9 kB in 0s (0 B/s) 01:03:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:03:46 Fetched 368 kB in 0s (0 B/s) 01:03:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:03:46 Fetched 187 kB in 0s (0 B/s) 01:03:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:03:46 Fetched 175 kB in 0s (0 B/s) 01:03:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:03:49 Fetched 206 kB in 0s (0 B/s) 01:03:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:03:49 Fetched 1301 kB in 0s (0 B/s) 01:03:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:03:49 Fetched 36.2 kB in 0s (0 B/s) 01:03:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:03:49 Fetched 159 kB in 0s (0 B/s) 01:03:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:03:49 Fetched 107 kB in 0s (0 B/s) 01:03:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:03:49 Fetched 48.7 kB in 0s (0 B/s) 01:03:49 Pulling static-packages 01:03:50 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:03:50 Skipping pull go-build-helper (already ran) 01:03:50 Skipping pull static-packages (already ran) 01:03:50 Building go-build-helper 01:03:54 Building static-packages 01:03:55 Staging go-build-helper 01:03:56 Staging static-packages 01:03:57 Pulling go115 01:03:58 'edgex-go' has dependencies that need to be staged: go115 01:03:58 Skipping pull go115 (already ran) 01:03:58 Building go115 01:03:58 % Total % Received % Xferd Average Speed Time Time Time Current 01:03:58 Dload Upload Total Spent Left Speed 01:04:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.4M 0 0 29.3M 0 0:00:03 --:--:-- 0:00:03 29.2M 54 115M 54 62.5M 0 0 32.3M 0 0:00:03 0:00:01 0:00:02 32.3M 85 115M 85 98.4M 0 0 33.4M 0 0:00:03 0:00:02 0:00:01 33.4M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M 01:04:02 go1.15.2.linux-amd64.tar.gz: OK 01:04:07 Staging go115 01:04:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:04:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:04:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:04:12 Fetched 0 B in 0s (0 B/s) 01:04:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:04:12 Fetched 224 kB in 0s (0 B/s) 01:04:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:04:12 Fetched 157 kB in 0s (0 B/s) 01:04:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:04:12 Fetched 221 kB in 0s (0 B/s) 01:04:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:04:12 Fetched 143 kB in 0s (0 B/s) 01:04:12 Pulling edgex-go 01:04:13 Pulling version 01:04:14 Building config-common 01:04:16 Skipping build go-build-helper (already ran) 01:04:16 Skipping build static-packages (already ran) 01:04:16 Skipping build go115 (already ran) 01:04:16 Building edgex-go 01:04:16 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:04:18 go: downloading github.com/gorilla/mux v1.8.0 01:04:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:04:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 01:04:18 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 01:04:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:04:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:04:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:04:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 01:04:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:04:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:04:18 go: downloading github.com/go-kit/kit v0.8.0 01:04:18 go: downloading github.com/pelletier/go-toml v1.2.0 01:04:18 go: downloading github.com/x448/float16 v0.8.4 01:04:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:04:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:04:18 go: downloading github.com/imdario/mergo v0.3.11 01:04:18 go: downloading github.com/google/uuid v1.1.5 01:04:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:04:18 go: downloading github.com/pkg/errors v0.8.1 01:04:18 go: downloading github.com/BurntSushi/toml v0.3.1 01:04:18 go: downloading github.com/pebbe/zmq4 v1.2.2 01:04:18 go: downloading github.com/hashicorp/consul/api v1.1.0 01:04:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:04:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:04:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:04:18 go: downloading gopkg.in/yaml.v2 v2.4.0 01:04:18 go: downloading github.com/go-playground/universal-translator v0.17.0 01:04:18 go: downloading github.com/leodido/go-urn v1.2.0 01:04:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:04:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:04:18 go: downloading github.com/mitchellh/copystructure v1.0.0 01:04:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:04:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:04:18 go: downloading github.com/go-playground/locales v0.13.0 01:04:18 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:04:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:04:18 go: downloading github.com/hashicorp/serf v0.8.2 01:04:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:04:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:04:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:04:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:04:25 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:04:29 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:04:30 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:31 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:31 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:31 go: downloading github.com/stretchr/testify v1.6.1 01:04:32 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:04:32 go: downloading github.com/pmezard/go-difflib v1.0.0 01:04:32 go: downloading github.com/davecgh/go-spew v1.1.1 01:04:33 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:33 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:04:33 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:04:34 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:35 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:35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:04:37 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:38 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:39 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:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 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 01:04:40 go: downloading github.com/lib/pq v1.9.0 01:04:42 Building version 01:04:44 Staging config-common 01:04:45 Skipping stage go-build-helper (already ran) 01:04:45 Skipping stage static-packages (already ran) 01:04:45 Skipping stage go115 (already ran) 01:04:45 Staging edgex-go 01:04:46 Staging version 01:04:47 Priming config-common 01:04:48 Priming go-build-helper 01:04:49 Priming static-packages 01:04:51 Priming go115 01:04:52 Priming edgex-go 01:04:53 Priming version 01:04:54 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:05:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:05:05 ---> ec3711256719 01:05:05 Step 3/23 : WORKDIR /edgex-go 01:05:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:05:05 ---> ec3711256719 01:05:05 Step 3/26 : WORKDIR /edgex-go 01:05:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:05:05 ---> ec3711256719 01:05:05 Step 3/24 : WORKDIR /edgex-go 01:05:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:05:05 ---> ec3711256719 01:05:05 Step 3/21 : WORKDIR /edgex-go 01:05:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:05:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:05:05 ---> ec3711256719 01:05:05 Step 3/22 : WORKDIR /edgex-go 01:05:05 ---> Running in 686dd7f95e08 01:05:05 ---> Running in 48862b9ab33d 01:05:05 ---> Running in 0907e0ccbb63 01:05:05 ---> Running in 1260cf5c463b 01:05:05 ---> Running in 1a845397fa9c 01:05:05 Removing intermediate container 1a845397fa9c 01:05:05 ---> 1d0da83da5ac 01:05:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:05 Removing intermediate container 686dd7f95e08 01:05:05 ---> 1155a92e2b93 01:05:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:05 Removing intermediate container 0907e0ccbb63 01:05:05 ---> 7a99f271b81c 01:05:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:05 ---> Running in b6875352c3bb 01:05:05 ---> Running in 7fd1ef87edd6 01:05:05 Removing intermediate container 1260cf5c463b 01:05:05 ---> bdb91c00a676 01:05:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:05 ---> Running in f0152c9bba77 01:05:05 Removing intermediate container 48862b9ab33d 01:05:05 ---> 47e2cff1cb02 01:05:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:05 ---> Running in b20ea16ae223 01:05:05 ---> Running in 9f611436b619 01:05:05 Removing intermediate container 7fd1ef87edd6 01:05:05 ---> 5edb79f31dad 01:05:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:05:05 ---> Running in 6dc4fd01e926 01:05:05 Removing intermediate container f0152c9bba77 01:05:05 ---> c94f8453c1db 01:05:05 Step 5/24 : RUN apk add --update --no-cache make git 01:05:05 ---> Running in 6f1f128dd016 01:05:05 Removing intermediate container b20ea16ae223 01:05:05 ---> 36cc09afa345 01:05:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:05:05 Removing intermediate container b6875352c3bb 01:05:05 ---> 3024a5fa58cc 01:05:05 Step 5/26 : RUN apk add --update --no-cache make bash git 01:05:05 Removing intermediate container 9f611436b619 01:05:05 ---> 527451a336fc 01:05:05 Step 5/21 : RUN apk add --update --no-cache make git 01:05:05 ---> Running in febf768e0e89 01:05:05 ---> Running in 1040cfb21a8b 01:05:05 ---> Running in d42cc3073a6f 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:05 OK: 217 MiB in 51 packages 01:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:05 OK: 217 MiB in 51 packages 01:05:05 OK: 217 MiB in 51 packages 01:05:05 OK: 217 MiB in 51 packages 01:05:05 OK: 217 MiB in 51 packages 01:05:05 Removing intermediate container 6dc4fd01e926 01:05:05 ---> 32e709b2879e 01:05:05 Step 6/22 : COPY go.mod . 01:05:05 Removing intermediate container 6f1f128dd016 01:05:05 ---> 07b6c70aa3d0 01:05:05 Step 6/24 : COPY go.mod . 01:05:06 Removing intermediate container febf768e0e89 01:05:06 ---> 5db712c53eef 01:05:06 Step 6/23 : COPY go.mod . 01:05:06 ---> d0a1ec67ce94 01:05:06 Step 7/22 : RUN go mod download 01:05:06 Removing intermediate container 1040cfb21a8b 01:05:06 ---> 6da59769b685 01:05:06 Step 6/26 : COPY go.mod . 01:05:06 Removing intermediate container d42cc3073a6f 01:05:06 ---> 853c3a6a9447 01:05:06 Step 6/21 : COPY go.mod . 01:05:06 ---> Running in 69788d21add7 01:05:06 ---> 6484ed4e1aed 01:05:06 Step 7/24 : RUN go mod download 01:05:06 ---> Running in 2b8f9e16f294 01:05:07 ---> ef9701c29bd3 01:05:07 Step 7/23 : RUN go mod download 01:05:07 ---> Running in bff7680732ad 01:05:07 ---> 6d06065c345a 01:05:07 Step 7/26 : RUN go mod download 01:05:07 ---> 5ad2b337d825 01:05:07 Step 7/21 : RUN go mod download 01:05:07 ---> Running in 49e8dd9cd4fc 01:05:08 ---> Running in 4013c9f7aa53 01:05:10 Removing intermediate container 69788d21add7 01:05:10 ---> d1f1705e208a 01:05:10 Step 8/22 : COPY . . 01:05:11 Removing intermediate container 2b8f9e16f294 01:05:11 ---> c24ccb7e849a 01:05:11 Step 8/24 : COPY . . 01:05:12 Removing intermediate container bff7680732ad 01:05:12 ---> 24257c60cace 01:05:12 Step 8/23 : COPY . . 01:05:14 Removing intermediate container 49e8dd9cd4fc 01:05:14 ---> 1c84ac90316c 01:05:14 Step 8/26 : COPY . . 01:05:14 Removing intermediate container 4013c9f7aa53 01:05:14 ---> ed4e41d0af17 01:05:14 Step 8/21 : COPY . . 01:05:41 ---> 73a4b3348569 01:05:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:05:41 ---> f1168d75dc36 01:05:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:05:41 ---> 4aa60d64a9f5 01:05:41 Step 9/23 : RUN make cmd/core-data/core-data 01:05:41 ---> Running in 86e4eb5fff6f 01:05:41 ---> Running in 95c367f26398 01:05:41 ---> Running in 350529f3aceb 01:05:41 ---> d039b5d4bd33 01:05:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:05:41 ---> 01b97d00b641 01:05:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:05:41 ---> Running in 82b7fe6ba7c6 01:05:41 ---> Running in 68c068bbf30a 01:05:41 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:05:41 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:05:41 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:05:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:05:41 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:03 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:07:03 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:07:18 Removing intermediate container 86e4eb5fff6f 01:07:18 ---> f81dba7027f0 01:07:18 01:07:18 Step 10/24 : FROM alpine:3.12 01:07:18 3.12: Pulling from library/alpine 01:07:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:07:20 Status: Downloaded newer image for alpine:3.12 01:07:20 ---> afeebe901d6b 01:07:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:07:21 ---> Running in a53eae47b7b5 01:07:21 Removing intermediate container 82b7fe6ba7c6 01:07:21 ---> 9cd859f43ecc 01:07:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:07:22 Removing intermediate container 68c068bbf30a 01:07:22 ---> 6d996ff02768 01:07:22 01:07:22 Step 10/21 : FROM alpine:3.12 01:07:22 ---> afeebe901d6b 01:07:22 Step 11/21 : RUN apk add --update --no-cache curl 01:07:22 Removing intermediate container 95c367f26398 01:07:22 ---> 735bf1c9e525 01:07:22 01:07:22 Step 10/22 : FROM alpine:3.12 01:07:22 ---> afeebe901d6b 01:07:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:07:22 ---> Running in 41ddf234df0c 01:07:22 ---> Running in 2b9a993fd125 01:07:22 ---> Running in 7e21cf83835d 01:07:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:24 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:07:24 (1/5) Installing ca-certificates (20191127-r4) 01:07:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:07:24 (3/5) Installing libcurl (7.69.1-r3) 01:07:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:24 (4/5) Installing curl (7.69.1-r3) 01:07:24 (5/5) Installing dumb-init (1.2.2-r1) 01:07:24 Executing busybox-1.31.1-r19.trigger 01:07:24 Executing ca-certificates-20191127-r4.trigger 01:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:25 OK: 7 MiB in 19 packages 01:07:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:25 (1/4) Installing ca-certificates (20191127-r4) 01:07:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:07:25 (3/4) Installing libcurl (7.69.1-r3) 01:07:25 (4/4) Installing curl (7.69.1-r3) 01:07:25 Executing busybox-1.31.1-r19.trigger 01:07:25 Executing ca-certificates-20191127-r4.trigger 01:07:26 (1/2) Installing ca-certificates (20191127-r4) 01:07:26 (2/2) Installing dumb-init (1.2.2-r1) 01:07:26 Executing busybox-1.31.1-r19.trigger 01:07:26 Executing ca-certificates-20191127-r4.trigger 01:07:26 OK: 7 MiB in 18 packages 01:07:26 OK: 6 MiB in 16 packages 01:07:28 Removing intermediate container a53eae47b7b5 01:07:28 ---> ef54bd5e8a30 01:07:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:07:28 ---> Running in ba716ae5ad83 01:07:29 Removing intermediate container 2b9a993fd125 01:07:29 ---> e9daaf75206a 01:07:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:07:29 Removing intermediate container 7e21cf83835d 01:07:29 ---> ec6bbdca46c0 01:07:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:07:29 ---> Running in 80c59f880999 01:07:29 Removing intermediate container ba716ae5ad83 01:07:29 ---> 84e1208c17bc 01:07:29 Step 13/24 : WORKDIR / 01:07:29 ---> Running in bfb8a53e471e 01:07:30 ---> Running in 15846542710d 01:07:30 Removing intermediate container 41ddf234df0c 01:07:30 ---> 313529f4966d 01:07:30 01:07:30 Step 11/26 : FROM docker:20.10.0 01:07:30 20.10.0: Pulling from library/docker 01:07:30 Removing intermediate container bfb8a53e471e 01:07:30 ---> fe0c71b9b20d 01:07:30 Step 13/21 : WORKDIR /edgex 01:07:30 Removing intermediate container 80c59f880999 01:07:30 ---> 4ba95fa0a9a9 01:07:30 Step 13/22 : ENV APP_PORT=48060 01:07:30 Removing intermediate container 15846542710d 01:07:30 ---> d0119510bf61 01:07:30 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:07:30 ---> Running in 1d19ff64be26 01:07:30 ---> Running in 6b8bf8d74ad7 01:07:32 Removing intermediate container 1d19ff64be26 01:07:32 ---> 9eda834ff3a8 01:07:32 Step 14/22 : EXPOSE $APP_PORT 01:07:32 Removing intermediate container 6b8bf8d74ad7 01:07:32 ---> 0b0b069a0a02 01:07:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:07:32 ---> 284e45d6b4d8 01:07:32 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:07:32 ---> Running in 388eeb280aec 01:07:33 Removing intermediate container 388eeb280aec 01:07:33 ---> 9b2410d4efe1 01:07:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:34 ---> 5903118b84bd 01:07:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:07:34 ---> 94c9df0986f1 01:07:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:07:34 ---> ed600168c09c 01:07:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:07:36 ---> 664c1638565a 01:07:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:07:36 ---> 9a5e5fcb8d2e 01:07:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:07:37 ---> 65785f2f8a93 01:07:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:07:38 ---> 2cc78d562ea8 01:07:38 ---> 593009e4d9d5 01:07:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:07:38 01:07:38 ---> Running in 86e233022698 01:07:39 ---> 65bfd05d3a7b 01:07:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:07:39 ---> Running in 1a56407c62ff 01:07:40 Removing intermediate container 86e233022698 01:07:40 ---> 05cc83337f8a 01:07:40 Step 18/21 : CMD ["--init=true"] 01:07:40 ---> 795595cb92fd 01:07:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:07:40 ---> Running in 21f6c7b85377 01:07:41 Removing intermediate container 1a56407c62ff 01:07:41 ---> c5757287fe92 01:07:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:41 ---> Running in c6026b7253e3 01:07:42 Removing intermediate container 21f6c7b85377 01:07:42 ---> 09750dbbd577 01:07:42 Step 19/21 : LABEL arch=arm64 01:07:42 Removing intermediate container 350529f3aceb 01:07:42 ---> 6172c48609b0 01:07:42 01:07:42 Step 10/23 : FROM alpine:3.12 01:07:42 ---> afeebe901d6b 01:07:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:07:42 ---> e010f0ebe789 01:07:42 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:07:42 ---> Running in 7571a566125d 01:07:42 ---> Running in 4647e91b1350 01:07:43 ---> Running in 2164c4146a08 01:07:43 Removing intermediate container c6026b7253e3 01:07:43 ---> 3003f7a2c682 01:07:43 Step 20/22 : LABEL arch=arm64 01:07:43 ---> Running in 2a5716903835 01:07:43 Removing intermediate container 7571a566125d 01:07:43 ---> 85d254327cfa 01:07:43 Step 20/21 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:07:44 Removing intermediate container 4647e91b1350 01:07:44 ---> 42c9c3c9b846 01:07:44 Step 12/23 : ENV APP_PORT=48080 01:07:44 ---> Running in 2eb6821c60ce 01:07:44 ---> Running in fa3d7059a039 01:07:44 Removing intermediate container 2a5716903835 01:07:44 ---> 1783d2add8f3 01:07:44 Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:07:44 Removing intermediate container 2eb6821c60ce 01:07:44 ---> 7605cc60f2f6 01:07:44 Step 21/21 : LABEL version=0.0.0 01:07:44 ---> Running in a6b0354b5a89 01:07:45 Removing intermediate container fa3d7059a039 01:07:45 ---> b7cec044d866 01:07:45 Step 13/23 : EXPOSE $APP_PORT 01:07:45 ---> Running in 204b693040d7 01:07:45 ---> Running in 3ccbe471ab09 01:07:45 Removing intermediate container a6b0354b5a89 01:07:45 ---> 9d4cdaa0b78d 01:07:45 Step 22/22 : LABEL version=0.0.0 01:07:45 Removing intermediate container 204b693040d7 01:07:45 ---> 7e130aaacec3 01:07:45 01:07:45 ---> Running in fe46bcd90e5e 01:07:45 Removing intermediate container 3ccbe471ab09 01:07:45 ---> 8f13c0cfb034 01:07:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:07:45 Status: Downloaded newer image for docker:20.10.0 01:07:45 ---> eeaf43b92773 01:07:45 Step 12/26 : RUN apk add --no-cache bash 01:07:46 Removing intermediate container 2164c4146a08 01:07:46 ---> b49096d9b593 01:07:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:07:46 Successfully built 7e130aaacec3 01:07:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:07:46 ---> Running in bbccd9e43a9f 01:07:46 ---> Running in 539abbf3fc08 01:07:46 Building docker-support-scheduler-go 01:07:46  Building docker-security-proxy-setup-go ... done  ---> Running in 952f8b03f880 01:07:46 Removing intermediate container fe46bcd90e5e 01:07:46 ---> f7d40fa6f336 01:07:46 01:07:47 Successfully built f7d40fa6f336 01:07:47 Successfully tagged docker-support-notifications-go-arm64:latest 01:07:47 Building docker-core-command-go 01:07:47 Removing intermediate container 952f8b03f880 01:07:47 ---> b9889bb866dc 01:07:47 Step 22/24 : LABEL arch=arm64 01:07:47  Building docker-support-notifications-go ... done  ---> Running in aa9ad62ef94b 01:07:48 Removing intermediate container aa9ad62ef94b 01:07:48 ---> d53e36df1d23 01:07:48 Step 23/24 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:07:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:48 ---> Running in 80a71f43677c 01:07:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:49 (1/2) Installing readline (8.0.4-r0) 01:07:49 (2/2) Installing bash (5.0.17-r0) 01:07:49 Executing bash-5.0.17-r0.post-install 01:07:49 Executing busybox-1.31.1-r19.trigger 01:07:49 OK: 12 MiB in 22 packages 01:07:50 Removing intermediate container 80a71f43677c 01:07:50 ---> 23b04a2c29a8 01:07:50 Step 24/24 : LABEL version=0.0.0 01:07:52 Removing intermediate container bbccd9e43a9f 01:07:52 ---> 93742f2e2551 01:07:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:07:52 ---> Running in f1dd56c69a42 01:07:52 ---> Running in a6f006f7b2c8 01:07:52 Removing intermediate container f1dd56c69a42 01:07:52 ---> 1f4a14a645d9 01:07:52 01:07:53 Removing intermediate container 539abbf3fc08 01:07:53 ---> cce69b3f2bed 01:07:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:07:53 Successfully built 1f4a14a645d9 01:07:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:07:53  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 01:07:54 ---> Running in e7dc235a8b2a 01:07:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:54 Removing intermediate container e7dc235a8b2a 01:07:54 ---> 9a90e54768cb 01:07:54 Step 14/26 : ENV APP_PORT=48090 01:07:54 ---> Running in 4f6cb90aa155 01:07:55 Removing intermediate container 4f6cb90aa155 01:07:55 ---> 9c3c1ff81f33 01:07:55 Step 15/26 : EXPOSE $APP_PORT 01:07:56 ---> Running in 35df7c73ae36 01:07:56 (1/6) Installing dumb-init (1.2.2-r1) 01:07:56 (2/6) Installing libgcc (9.3.0-r2) 01:07:56 (3/6) Installing libsodium (1.0.18-r0) 01:07:56 (4/6) Installing libstdc++ (9.3.0-r2) 01:07:57 Removing intermediate container 35df7c73ae36 01:07:57 ---> 0c1685df4645 01:07:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:07:57 (5/6) Installing libzmq (4.3.3-r0) 01:07:58 (6/6) Installing zeromq (4.3.3-r0) 01:07:58 Executing busybox-1.31.1-r19.trigger 01:07:58 OK: 8 MiB in 20 packages 01:07:59 ---> 198ce8765368 01:07:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:08:00 ---> 6eeabe7b93a9 01:08:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:08:00 Removing intermediate container a6f006f7b2c8 01:08:00 ---> 5c353f30dd10 01:08:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:01 ---> 6ce4d8020ce3 01:08:01 Step 19/26 : RUN apk --no-cache add py3-pip 01:08:01 ---> ea27d956a962 01:08:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:08:01 ---> Running in 9372e95d5a4c 01:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:04 (1/33) Installing libbz2 (1.0.8-r1) 01:08:04 (2/33) Installing expat (2.2.9-r1) 01:08:04 (3/33) Installing libffi (3.3-r2) 01:08:04 (4/33) Installing gdbm (1.13-r1) 01:08:04 (5/33) Installing xz-libs (5.2.5-r0) 01:08:04 (6/33) Installing sqlite-libs (3.32.1-r0) 01:08:04 (7/33) Installing python3 (3.8.5-r0) 01:08:04 ---> 0a1c3ab4a8cf 01:08:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:08:06 (8/33) Installing py3-appdirs (1.4.4-r1) 01:08:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:08:06 (10/33) Installing py3-parsing (2.4.7-r0) 01:08:06 (11/33) Installing py3-six (1.15.0-r0) 01:08:06 (12/33) Installing py3-packaging (20.4-r0) 01:08:06 (13/33) Installing py3-setuptools (47.0.0-r0) 01:08:06 (14/33) Installing py3-chardet (3.0.4-r4) 01:08:06 (15/33) Installing py3-idna (2.9-r0) 01:08:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:08:06 ---> 705022cfe833 01:08:06 Step 19/23 : ENTRYPOINT ["/core-data"] 01:08:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:08:06 (18/33) Installing py3-requests (2.23.0-r0) 01:08:06 (19/33) Installing py3-msgpack (1.0.0-r0) 01:08:06 (20/33) Installing py3-lockfile (0.12.2-r3) 01:08:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:08:06 (22/33) Installing py3-colorama (0.4.3-r0) 01:08:06 (23/33) Installing py3-distlib (0.3.0-r0) 01:08:06 (24/33) Installing py3-distro (1.5.0-r1) 01:08:06 (25/33) Installing py3-webencodings (0.5.1-r3) 01:08:07 (26/33) Installing py3-html5lib (1.0.1-r4) 01:08:07 (27/33) Installing py3-pytoml (0.1.21-r0) 01:08:07 (28/33) Installing py3-pep517 (0.8.2-r0) 01:08:07 (29/33) Installing py3-progress (1.5-r0) 01:08:07 (30/33) Installing py3-toml (0.10.1-r0) 01:08:07 ---> Running in 87c2927efe24 01:08:07 (31/33) Installing py3-retrying (1.3.3-r0) 01:08:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:08:07 (33/33) Installing py3-pip (20.1.1-r0) 01:08:07 Executing busybox-1.31.1-r19.trigger 01:08:07 OK: 71 MiB in 55 packages 01:08:08 Removing intermediate container 87c2927efe24 01:08:08 ---> 1286450d92e6 01:08:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:08 ---> Running in e4a744bfa744 01:08:10 Removing intermediate container e4a744bfa744 01:08:10 ---> 22798f1689c4 01:08:10 Step 21/23 : LABEL arch=arm64 01:08:10 ---> Running in e494b91652c9 01:08:11 Removing intermediate container e494b91652c9 01:08:11 ---> 11c9710b753d 01:08:11 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:08:11 ---> Running in 9b2f10d5ae81 01:08:12 Removing intermediate container 9b2f10d5ae81 01:08:12 ---> 97966b9c7ebd 01:08:12 Step 23/23 : LABEL version=0.0.0 01:08:13 ---> Running in 05c49b57e305 01:08:14 Removing intermediate container 05c49b57e305 01:08:14 ---> 36642350f1a5 01:08:14 01:08:15 Successfully built 36642350f1a5 01:08:15 Successfully tagged docker-core-data-go-arm64:latest 01:08:15  Building docker-core-data-go ... done Building docker-core-metadata-go 01:08:17 Removing intermediate container 9372e95d5a4c 01:08:17 ---> 4c649280bd3e 01:08:17 Step 20/26 : RUN pip install docker-compose==1.23.2 01:08:17 ---> Running in 0182b5de5322 01:08:24 Collecting docker-compose==1.23.2 01:08:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:08:24 ---> ec3711256719 01:08:24 Step 3/22 : WORKDIR /edgex-go 01:08:24 ---> Using cache 01:08:24 ---> 47e2cff1cb02 01:08:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:24 ---> Using cache 01:08:24 ---> 527451a336fc 01:08:24 Step 5/22 : RUN apk add --update --no-cache make git 01:08:24 ---> Using cache 01:08:24 ---> 853c3a6a9447 01:08:24 Step 6/22 : COPY go.mod . 01:08:24 ---> Using cache 01:08:24 ---> 5ad2b337d825 01:08:24 Step 7/22 : RUN go mod download 01:08:24 ---> Using cache 01:08:24 ---> ed4e41d0af17 01:08:24 Step 8/22 : COPY . . 01:08:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:08:24 ---> Using cache 01:08:24 ---> d039b5d4bd33 01:08:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:08:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:24 ---> ec3711256719 01:08:24 Step 3/23 : WORKDIR /edgex-go 01:08:24 ---> Using cache 01:08:24 ---> 47e2cff1cb02 01:08:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:24 ---> Using cache 01:08:24 ---> 527451a336fc 01:08:24 Step 5/23 : RUN apk add --update --no-cache make git 01:08:24 ---> Using cache 01:08:24 ---> 853c3a6a9447 01:08:24 Step 6/23 : COPY go.mod . 01:08:24 ---> Using cache 01:08:24 ---> 5ad2b337d825 01:08:24 Step 7/23 : RUN go mod download 01:08:24 ---> Using cache 01:08:24 ---> ed4e41d0af17 01:08:24 Step 8/23 : COPY . . 01:08:24 ---> Using cache 01:08:24 ---> d039b5d4bd33 01:08:24 Step 9/23 : RUN make cmd/core-command/core-command 01:08:24 Collecting docopt<0.7,>=0.6.1 01:08:24 Downloading docopt-0.6.2.tar.gz (25 kB) 01:08:27 ---> Running in 2233e042adc6 01:08:27 ---> Running in a892aceac94f 01:08:29 Collecting websocket-client<1.0,>=0.32.0 01:08:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:08:29 Collecting texttable<0.10,>=0.9.0 01:08:29 Downloading texttable-0.9.1.tar.gz (11 kB) 01:08:29 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:08:29 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:08:32 Collecting cached-property<2,>=1.2.0 01:08:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:08:33 Collecting docker<4.0,>=3.6.0 01:08:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:08:34 Collecting dockerpty<0.5,>=0.4.1 01:08:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:08:34 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:34 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:08:34 ---> ec3711256719 01:08:34 Step 3/33 : WORKDIR /edgex-go 01:08:34 ---> Using cache 01:08:34 ---> 47e2cff1cb02 01:08:34 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:34 ---> Using cache 01:08:34 ---> 527451a336fc 01:08:34 Step 5/33 : RUN apk add --update --no-cache make git 01:08:34 ---> Using cache 01:08:34 ---> 853c3a6a9447 01:08:34 Step 6/33 : COPY go.mod . 01:08:34 ---> Using cache 01:08:34 ---> 5ad2b337d825 01:08:34 Step 7/33 : RUN go mod download 01:08:34 ---> Using cache 01:08:34 ---> ed4e41d0af17 01:08:34 Step 8/33 : COPY . . 01:08:34 ---> Using cache 01:08:34 ---> d039b5d4bd33 01:08:34 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:08:36 ---> Running in 380c3e36a9b4 01:08:38 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:08:38 Collecting jsonschema<3,>=2.5.1 01:08:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:08:41 Collecting PyYAML<4,>=3.10 01:08:41 Downloading PyYAML-3.13.tar.gz (270 kB) 01:08:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:08:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:08:49 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:08:50 Collecting docker-pycreds>=0.4.0 01:08:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:08:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:50 ---> ec3711256719 01:08:50 Step 3/23 : WORKDIR /edgex-go 01:08:50 ---> Using cache 01:08:50 ---> 47e2cff1cb02 01:08:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:50 ---> Using cache 01:08:50 ---> 527451a336fc 01:08:50 Step 5/23 : RUN apk add --update --no-cache make git 01:08:50 ---> Using cache 01:08:50 ---> 853c3a6a9447 01:08:50 Step 6/23 : COPY go.mod . 01:08:50 ---> Using cache 01:08:50 ---> 5ad2b337d825 01:08:50 Step 7/23 : RUN go mod download 01:08:50 ---> Using cache 01:08:50 ---> ed4e41d0af17 01:08:50 Step 8/23 : COPY . . 01:08:50 ---> Using cache 01:08:50 ---> d039b5d4bd33 01:08:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:08:51 Collecting idna<2.8,>=2.5 01:08:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:08:52 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:08:52 ---> Running in 04e175ac9723 01:08:53 Collecting urllib3<1.25,>=1.21.1 01:08:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:08:54 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:08:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:08:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:08:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:08:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:08:54 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:08:55 Installing collected packages: docopt, websocket-client, texttable, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose 01:08:55 Running setup.py install for docopt: started 01:08:58 Running setup.py install for docopt: finished with status 'done' 01:08:58 Running setup.py install for texttable: started 01:09:01 Running setup.py install for texttable: finished with status 'done' 01:09:01 Attempting uninstall: idna 01:09:01 Found existing installation: idna 2.9 01:09:01 Uninstalling idna-2.9: 01:09:01 Successfully uninstalled idna-2.9 01:09:02 Attempting uninstall: urllib3 01:09:02 Found existing installation: urllib3 1.25.9 01:09:02 Uninstalling urllib3-1.25.9: 01:09:02 Successfully uninstalled urllib3-1.25.9 01:09:03 Attempting uninstall: requests 01:09:03 Found existing installation: requests 2.23.0 01:09:03 Uninstalling requests-2.23.0: 01:09:03 Successfully uninstalled requests-2.23.0 01:09:05 Running setup.py install for dockerpty: started 01:09:09 Running setup.py install for dockerpty: finished with status 'done' 01:09:09 Running setup.py install for PyYAML: started 01:09:12 Running setup.py install for PyYAML: finished with status 'done' 01:09:13 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:09:19 Removing intermediate container 0182b5de5322 01:09:19 ---> ff60de16c233 01:09:19 Step 21/26 : RUN apk --no-cache add curl 01:09:19 ---> Running in 9731d48efa6d 01:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:09:22 (2/3) Installing libcurl (7.69.1-r3) 01:09:22 (3/3) Installing curl (7.69.1-r3) 01:09:22 Executing busybox-1.31.1-r19.trigger 01:09:22 OK: 71 MiB in 58 packages 01:09:24 Removing intermediate container 9731d48efa6d 01:09:24 ---> 92fb98ecd6a8 01:09:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:09:24 ---> Running in f14640135b6c 01:09:24 Removing intermediate container f14640135b6c 01:09:24 ---> 9798b54239d6 01:09:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:25 ---> Running in a7e99c516b41 01:09:25 Removing intermediate container a7e99c516b41 01:09:25 ---> 8cfd841c3eef 01:09:25 Step 24/26 : LABEL arch=arm64 01:09:25 ---> Running in 49bb4b5e6368 01:09:26 Removing intermediate container 49bb4b5e6368 01:09:26 ---> c3929859439e 01:09:26 Step 25/26 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:09:26 ---> Running in b940ed5d95fa 01:09:27 Removing intermediate container b940ed5d95fa 01:09:27 ---> 511a3b20848c 01:09:27 Step 26/26 : LABEL version=0.0.0 01:09:27 ---> Running in 596497dfc4b7 01:09:28 Removing intermediate container 596497dfc4b7 01:09:28 ---> 1aca9bd45184 01:09:28 01:09:28 Successfully built 1aca9bd45184 01:09:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:10:01  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-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:10:06 Removing intermediate container 2233e042adc6 01:10:06 ---> 0633081eb56e 01:10:06 01:10:06 Step 10/22 : FROM alpine:3.12 01:10:06 ---> afeebe901d6b 01:10:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:10:06 ---> Running in 1521fc10eca6 01:10:06 Removing intermediate container a892aceac94f 01:10:06 ---> aa60e7932942 01:10:06 01:10:06 Step 10/23 : FROM alpine:3.12 01:10:06 ---> afeebe901d6b 01:10:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:10:06 ---> Running in 15f8ed78d9bd 01:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:09 (1/1) Installing dumb-init (1.2.2-r1) 01:10:09 Executing busybox-1.31.1-r19.trigger 01:10:09 OK: 5 MiB in 15 packages 01:10:09 (1/1) Installing dumb-init (1.2.2-r1) 01:10:09 Executing busybox-1.31.1-r19.trigger 01:10:09 OK: 5 MiB in 15 packages 01:10:11 Removing intermediate container 1521fc10eca6 01:10:11 ---> 1ecef6bd09e8 01:10:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:10:11 ---> Running in 70dd5559d068 01:10:11 Removing intermediate container 15f8ed78d9bd 01:10:11 ---> 0b1fc3f9c21f 01:10:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:10:12 ---> Running in 502c5e8a053f 01:10:12 Removing intermediate container 70dd5559d068 01:10:12 ---> 9000284064de 01:10:12 Step 13/22 : ENV APP_PORT=48085 01:10:12 ---> Running in 211dae76d673 01:10:13 Removing intermediate container 502c5e8a053f 01:10:13 ---> fbd77c228bad 01:10:13 Step 13/23 : ENV APP_PORT=48082 01:10:13 ---> Running in e15760944a22 01:10:13 Removing intermediate container 211dae76d673 01:10:13 ---> 4a19cba0566e 01:10:13 Step 14/22 : EXPOSE $APP_PORT 01:10:13 ---> Running in 5780c3f2ebc6 01:10:14 Removing intermediate container e15760944a22 01:10:14 ---> ba8bcade4be9 01:10:14 Step 14/23 : EXPOSE $APP_PORT 01:10:14 ---> Running in aec22d64f98d 01:10:14 Removing intermediate container 5780c3f2ebc6 01:10:14 ---> 4f99ac6e9dec 01:10:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:15 Removing intermediate container aec22d64f98d 01:10:15 ---> 48813d6a1130 01:10:15 Step 15/23 : WORKDIR / 01:10:15 ---> Running in 196242fdd6e6 01:10:15 ---> 2528c3892bb2 01:10:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:10:16 Removing intermediate container 196242fdd6e6 01:10:16 ---> 7c8044b14c4a 01:10:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:18 ---> 74187c67373d 01:10:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:10:18 ---> 82d1cb972f38 01:10:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:10:20 ---> 40e44b3630ff 01:10:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:10:20 ---> d76d5640db4d 01:10:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:10:20 ---> Running in 32b32e06570c 01:10:20 Removing intermediate container 380c3e36a9b4 01:10:20 ---> d8da598e1f33 01:10:20 01:10:20 Step 10/33 : FROM alpine:3.12 01:10:20 ---> afeebe901d6b 01:10:20 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:10:20 ---> Running in b9473c07d080 01:10:21 Removing intermediate container 32b32e06570c 01:10:21 ---> c083b18a7047 01:10:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:21 ---> Running in 8ef87da16295 01:10:21 ---> 5bec45531d8e 01:10:21 Step 19/23 : ENTRYPOINT ["/core-command"] 01:10:22 ---> Running in c0e8a4d42716 01:10:22 Removing intermediate container 8ef87da16295 01:10:22 ---> d232207a34ee 01:10:22 Step 20/22 : LABEL arch=arm64 01:10:22 ---> Running in e4652cc0c582 01:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:22 Removing intermediate container c0e8a4d42716 01:10:22 ---> 03676fcc01a3 01:10:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:22 ---> Running in 765672093c6a 01:10:22 Removing intermediate container e4652cc0c582 01:10:22 ---> a1cbeeeecc4f 01:10:22 Step 21/22 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:10:23 ---> Running in 66f35832db31 01:10:23 Removing intermediate container 765672093c6a 01:10:23 ---> 85fca9f58cea 01:10:23 Step 21/23 : LABEL arch=arm64 01:10:23 ---> Running in 9962fcaf9614 01:10:23 (1/3) Installing dumb-init (1.2.2-r1) 01:10:23 (2/3) Installing openssl (1.1.1i-r0) 01:10:23 (3/3) Installing su-exec (0.2-r1) 01:10:23 Executing busybox-1.31.1-r19.trigger 01:10:23 OK: 6 MiB in 17 packages 01:10:23 Removing intermediate container 66f35832db31 01:10:23 ---> 7aa2cc5ce803 01:10:23 Step 22/22 : LABEL version=0.0.0 01:10:24 ---> Running in 3efa0dffe9bc 01:10:24 Removing intermediate container 9962fcaf9614 01:10:24 ---> 3c48186d405c 01:10:24 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:10:24 ---> Running in 1552a7f88291 01:10:24 Removing intermediate container 3efa0dffe9bc 01:10:24 ---> 68211be59a76 01:10:24 01:10:25 Successfully built 68211be59a76 01:10:25 Successfully tagged docker-support-scheduler-go-arm64:latest 01:10:25  Building docker-support-scheduler-go ... done Removing intermediate container 1552a7f88291 01:10:25 ---> 95ac6c6c4b5f 01:10:25 Step 23/23 : LABEL version=0.0.0 01:10:25 Removing intermediate container b9473c07d080 01:10:25 ---> a2d7cd894934 01:10:25 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:10:25 ---> Running in 61851ce90d82 01:10:25 ---> Running in 6e65292c4819 01:10:26 Removing intermediate container 61851ce90d82 01:10:26 Removing intermediate container 6e65292c4819 01:10:26 ---> 265b69eec6df 01:10:26 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:10:26 ---> 5abcb68ecd12 01:10:26 01:10:26 ---> Running in 34df505f1360 01:10:26 Successfully built 5abcb68ecd12 01:10:26 Successfully tagged docker-core-command-go-arm64:latest 01:10:27  Building docker-core-command-go ... done Removing intermediate container 34df505f1360 01:10:27 ---> 0e8b2b0381b5 01:10:27 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:10:27 ---> Running in 410a65f69d40 01:10:28 Removing intermediate container 04e175ac9723 01:10:28 ---> b5ae2a6bc40f 01:10:28 01:10:28 Step 10/23 : FROM alpine:3.12 01:10:28 ---> afeebe901d6b 01:10:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:10:28 ---> Using cache 01:10:28 ---> 0b1fc3f9c21f 01:10:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:10:28 ---> Using cache 01:10:28 ---> fbd77c228bad 01:10:28 Step 13/23 : ENV APP_PORT=48081 01:10:28 Connecting to github.com (140.82.114.4:443) 01:10:28  ---> Running in ada714b3ee29 01:10:28 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.38.76:443) 01:10:29 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:10:29 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:10:29 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:10:29 dockerize 01:10:29 Removing intermediate container ada714b3ee29 01:10:29 ---> f1e9c3dd1dee 01:10:29 Step 14/23 : EXPOSE $APP_PORT 01:10:29 ---> Running in d8c0419b370a 01:10:30 Removing intermediate container d8c0419b370a 01:10:30 ---> 8107f5729738 01:10:30 Step 15/23 : WORKDIR / 01:10:30 ---> Running in 7beb168723c8 01:10:30 Removing intermediate container 410a65f69d40 01:10:30 ---> 0164547c8745 01:10:30 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:10:30 Removing intermediate container 7beb168723c8 01:10:30 ---> 20a29efdb1ba 01:10:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:30 ---> Running in 8e530ca358db 01:10:31 Removing intermediate container 8e530ca358db 01:10:31 ---> 90cd041cfc05 01:10:31 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:10:31 ---> Running in 5c5a6d3691fd 01:10:31 ---> 903256378072 01:10:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:10:31 Removing intermediate container 5c5a6d3691fd 01:10:31 ---> 0c5a681f38c2 01:10:31 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:10:32 ---> Running in 999ce825c80d 01:10:33 ---> 1603054c8b6a 01:10:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:10:33 Move dockerize executable 01:10:33 ---> 0fab87b3fb84 01:10:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:10:34 ---> Running in d44ef9175994 01:10:34 Removing intermediate container d44ef9175994 01:10:34 ---> ab1ca3d3f50c 01:10:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:34 ---> Running in d66d7a95c5a5 01:10:35 Removing intermediate container 999ce825c80d 01:10:35 ---> 139ba01ed1b8 01:10:35 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:10:35 Removing intermediate container d66d7a95c5a5 01:10:35 ---> 02f897232262 01:10:35 Step 21/23 : LABEL arch=arm64 01:10:35 ---> Running in 8a3f06e2b69d 01:10:35 ---> Running in 7b2437556e51 01:10:36 Removing intermediate container 8a3f06e2b69d 01:10:36 ---> feaad9dae5ec 01:10:36 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:10:36 Removing intermediate container 7b2437556e51 01:10:36 ---> 15a76d7352e4 01:10:36 Step 22/23 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:10:36 ---> Running in 6a2cad122d9f 01:10:36 Removing intermediate container 6a2cad122d9f 01:10:36 ---> 892b4c2cfc6e 01:10:36 Step 23/23 : LABEL version=0.0.0 01:10:37 ---> Running in e3ee60e34851 01:10:37 ---> c62ae0978897 01:10:37 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:10:37 ---> Running in 89564ea5dd24 01:10:37 Removing intermediate container e3ee60e34851 01:10:37 ---> 8d3a25bc1827 01:10:37 01:10:38 Successfully built 8d3a25bc1827 01:10:38 Successfully tagged docker-core-metadata-go-arm64:latest 01:10:39  Building docker-core-metadata-go ... done Removing intermediate container 89564ea5dd24 01:10:39 ---> 1ae8668b0ab1 01:10:39 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:40 ---> ac1b56e2c7c6 01:10:40 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:10:41 ---> b966f6331933 01:10:41 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:10:42 ---> 3743266fd1eb 01:10:42 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:10:43 ---> 410b5c2ab5d1 01:10:43 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:10:44 ---> 7f6129d17fe9 01:10:44 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:10:44 ---> Running in 3c32b074358a 01:10:45 Removing intermediate container 3c32b074358a 01:10:45 ---> 61a2e4bea78a 01:10:45 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:10:46 ---> 64f778255f65 01:10:46 Step 28/33 : RUN chmod +x /entrypoint.sh 01:10:46 ---> Running in 23eaf314b5c9 01:10:48 Removing intermediate container 23eaf314b5c9 01:10:48 ---> 9dc35a276774 01:10:48 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:10:49 ---> Running in 6dfde1bf851d 01:10:49 Removing intermediate container 6dfde1bf851d 01:10:49 ---> 01b742b67957 01:10:49 Step 30/33 : CMD ["gate"] 01:10:50 ---> Running in c88f7469c5b6 01:10:50 Removing intermediate container c88f7469c5b6 01:10:50 ---> 286cc85b1b54 01:10:50 Step 31/33 : LABEL arch=arm64 01:10:50 ---> Running in 0e93ab3ea372 01:10:51 Removing intermediate container 0e93ab3ea372 01:10:51 ---> 0df50c8ca0bf 01:10:51 Step 32/33 : LABEL git_sha=b421ca79a0b26ef99fb13a7f47455680ec466fbc 01:10:51 ---> Running in fabc0bd88043 01:10:52 Removing intermediate container fabc0bd88043 01:10:52 ---> e0ef22e785c9 01:10:52 Step 33/33 : LABEL version=0.0.0 01:10:52 ---> Running in 44c507c4091b 01:10:53 Removing intermediate container 44c507c4091b 01:10:53 ---> a718c788ef89 01:10:53 01:10:53 Successfully built a718c788ef89 01:10:53 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:10:53  Building docker-security-bootstrapper-go ... done  [Pipeline] } 01:10:53 $ docker stop --time=1 c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b 01:10:55 $ docker rm -f c681daff3467d2bbc3840ae1f68ad6e18893d545e426dc680dc4bbbb5fff137b [Pipeline] // withDockerContainer [Pipeline] sh 01:10:56 + grep docker 01:10:56 + docker images 01:10:56 docker-security-bootstrapper-go-arm64 latest a718c788ef89 4 seconds ago 40.3MB 01:10:56 docker-core-metadata-go-arm64 latest 8d3a25bc1827 19 seconds ago 17.7MB 01:10:56 docker-core-command-go-arm64 latest 5abcb68ecd12 31 seconds ago 15.4MB 01:10:56 docker-support-scheduler-go-arm64 latest 68211be59a76 32 seconds ago 15.5MB 01:10:56 docker-sys-mgmt-agent-go-arm64 latest 1aca9bd45184 About a minute ago 300MB 01:10:56 docker-core-data-go-arm64 latest 36642350f1a5 2 minutes ago 21MB 01:10:56 docker-security-secretstore-setup-go-arm64 latest 1f4a14a645d9 3 minutes ago 23.4MB 01:10:56 docker-support-notifications-go-arm64 latest f7d40fa6f336 3 minutes ago 16MB 01:10:56 docker-security-proxy-setup-go-arm64 latest 7e130aaacec3 3 minutes ago 23.2MB 01:10:56 docker 20.10.0 eeaf43b92773 5 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:10:58 provisioning config files... 01:10:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4887300305817085436tmp [Pipeline] { [Pipeline] sh 01:10:58 + set +x 01:10:58 + bash -s -- 01:10:58 + curl -s https://codecov.io/bash 01:10:59 01:10:59 _____ _ 01:10:59 / ____| | | 01:10:59 | | ___ __| | ___ ___ _____ __ 01:10:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:10:59 | |___| (_) | (_| | __/ (_| (_) \ V / 01:10:59 \_____\___/ \__,_|\___|\___\___/ \_/ 01:10:59 Bash-20210115-cec3c92 01:10:59 01:10:59 01:10:59 ==> git version 2.24.3 found 01:10:59 ==> 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:10:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:10:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:10:59 ==> Jenkins CI detected. 01:10:59 project root: . 01:10:59 --> token set from env 01:10:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:10:59 ==> Running gcov in . (disable via -X gcov) 01:10:59 ==> Python coveragepy not found 01:10:59 ==> Searching for coverage reports in: 01:10:59 + . 01:10:59 -> Found 1 reports 01:10:59 ==> Detecting git/mercurial file structure 01:10:59 ==> Reading reports 01:10:59 + ./coverage.out bytes=562928 01:10:59 ==> Appending adjustments 01:10:59 https://docs.codecov.io/docs/fixing-reports 01:11:03 + Found adjustments 01:11:03 ==> Gzipping contents 01:11:03 84K /tmp/codecov.zqXSKb.gz 01:11:03 ==> Uploading reports 01:11:03 url: https://codecov.io 01:11:03 query: branch=PR-3057&commit=b421ca79a0b26ef99fb13a7f47455680ec466fbc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3057%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3057&job=&cmd_args= 01:11:03 -> Pinging Codecov 01:11:03 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3057&commit=b421ca79a0b26ef99fb13a7f47455680ec466fbc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3057%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3057&job=&cmd_args= 01:11:03 -> Uploading to 01:11:03 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/b421ca79a0b26ef99fb13a7f47455680ec466fbc/3010e095-8ec3-46fd-a0d7-7bc09be96c57.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T011103Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f14725b196ff8190fb1768e2ac292861e934406b770956ab5daddb626d2d3a9 01:11:03 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:03 Dload Upload Total Spent Left Speed 01:11:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 57 85502 0 0 57 49152 0 171k --:--:-- --:--:-- --:--:-- 171k 100 85502 0 0 100 85502 0 151k --:--:-- --:--:-- --:--:-- 150k 01:11:04 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b421ca79a0b26ef99fb13a7f47455680ec466fbc [Pipeline] } 01:11:04 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:11:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:11:07 ---> package-listing.sh 01:11:07 ++ facter osfamily 01:11:07 ++ tr '[:upper:]' '[:lower:]' 01:11:07 + OS_FAMILY=redhat 01:11:07 + workspace=/w/workspace/edgex-go/4 01:11:07 + START_PACKAGES=/tmp/packages_start.txt 01:11:07 + END_PACKAGES=/tmp/packages_end.txt 01:11:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:11:07 + PACKAGES=/tmp/packages_start.txt 01:11:07 + '[' /w/workspace/edgex-go/4 ']' 01:11:07 + PACKAGES=/tmp/packages_end.txt 01:11:07 + case "${OS_FAMILY}" in 01:11:07 + rpm -qa 01:11:07 + sort 01:11:12 + '[' -f /tmp/packages_start.txt ']' 01:11:12 + '[' -f /tmp/packages_end.txt ']' 01:11:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:11:12 + '[' /w/workspace/edgex-go/4 ']' 01:11:12 + mkdir -p /w/workspace/edgex-go/4/archives/ 01:11:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 01:11:12 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:11:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:11:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:13 01:11:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:11:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:13 alpine: Pulling from edgex-lftools-log-publisher 01:11:13 df20fa9351a1: Pulling fs layer 01:11:13 36b3adc4ff6f: Pulling fs layer 01:11:13 8ad3a11d3b57: Pulling fs layer 01:11:13 46f8f816bc3b: Pulling fs layer 01:11:13 93b61091891f: Pulling fs layer 01:11:13 93b9cdb0e59b: Pulling fs layer 01:11:13 5e14af77c1be: Pulling fs layer 01:11:13 01666e4c0597: Pulling fs layer 01:11:13 aa168da1d23b: Pulling fs layer 01:11:13 01666e4c0597: Waiting 01:11:13 aa168da1d23b: Waiting 01:11:13 46f8f816bc3b: Waiting 01:11:13 93b61091891f: Waiting 01:11:13 93b9cdb0e59b: Waiting 01:11:13 5e14af77c1be: Waiting 01:11:13 36b3adc4ff6f: Verifying Checksum 01:11:13 36b3adc4ff6f: Download complete 01:11:13 46f8f816bc3b: Verifying Checksum 01:11:13 46f8f816bc3b: Download complete 01:11:13 df20fa9351a1: Download complete 01:11:13 93b9cdb0e59b: Verifying Checksum 01:11:13 93b9cdb0e59b: Download complete 01:11:13 93b61091891f: Download complete 01:11:13 5e14af77c1be: Verifying Checksum 01:11:13 5e14af77c1be: Download complete 01:11:13 01666e4c0597: Verifying Checksum 01:11:13 01666e4c0597: Download complete 01:11:14 8ad3a11d3b57: Verifying Checksum 01:11:14 8ad3a11d3b57: Download complete 01:11:14 df20fa9351a1: Pull complete 01:11:14 36b3adc4ff6f: Pull complete 01:11:15 aa168da1d23b: Verifying Checksum 01:11:15 aa168da1d23b: Download complete 01:11:16 8ad3a11d3b57: Pull complete 01:11:16 46f8f816bc3b: Pull complete 01:11:17 93b61091891f: Pull complete 01:11:17 93b9cdb0e59b: Pull complete 01:11:17 5e14af77c1be: Pull complete 01:11:18 01666e4c0597: Pull complete 01:11:26 aa168da1d23b: Pull complete 01:11:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:11:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:11:26 prd-centos7-docker-4c-2g-22123 does not seem to be running inside a container 01:11:26 $ 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:11:34 $ docker top a635b3aba0bee1fc51a5fb36f2a4a840b5ec1658ab479496fcfdc933e0fa27ab -eo pid,comm [Pipeline] { [Pipeline] sh 01:11:34 + touch /tmp/pre-build-complete [Pipeline] sh 01:11:34 + mkdir -p /var/log/sa [Pipeline] sh 01:11:35 + ls /var/log/sa-host 01:11:35 + sadf -c /var/log/sa-host/sa22 01:11:35 file_magic: OK 01:11:35 HZ: Using current value: 100 01:11:35 file_header: OK 01:11:35 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:11:35 Statistics: 01:11:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:11:35 File successfully converted to sysstat format version 12.2.1 01:11:35 + sadf -c /var/log/sa-host/sa23 01:11:35 file_magic: OK 01:11:35 HZ: Using current value: 100 01:11:35 file_header: OK 01:11:35 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:11:35 Statistics: 01:11:35 Hnuu...uuuununununu... 01:11:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:11:35 provisioning config files... 01:11:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5133826327629845745tmp [Pipeline] { [Pipeline] echo 01:11:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:11:35 ---> create-netrc.sh [Pipeline] } 01:11:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:11:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:11:36 ---> python-tools-install.sh [Pipeline] echo 01:11:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:11:36 ---> sudo-logs.sh 01:11:36 Archiving 'sudo' log.. [Pipeline] echo 01:11:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:11:36 ---> job-cost.sh 01:11:36 lf-activate-venv: SKIPPING 01:11:36 INFO: No Stack... 01:11:37 INFO: Retrieving Pricing Info for: v1-standard-2 01:11:38 INFO: Archiving Costs [Pipeline] echo 01:11:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:11:38 ---> logs-deploy.sh 01:11:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3057/4 01:11:38 INFO: archiving workspace using pattern(s): 01:11:40 Archives upload complete. 01:11:40 INFO: archiving logs to Nexus 01:11:41 ---> uname -a: 01:11:41 Linux prd-centos7-docker-4c-2g-22123.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:11:41 01:11:41 01:11:41 ---> lscpu: 01:11:41 Architecture: x86_64 01:11:41 CPU op-mode(s): 32-bit, 64-bit 01:11:41 Byte Order: Little Endian 01:11:41 Address sizes: 40 bits physical, 48 bits virtual 01:11:41 CPU(s): 4 01:11:41 On-line CPU(s) list: 0-3 01:11:41 Thread(s) per core: 1 01:11:41 Core(s) per socket: 1 01:11:41 Socket(s): 4 01:11:41 NUMA node(s): 1 01:11:41 Vendor ID: GenuineIntel 01:11:41 CPU family: 6 01:11:41 Model: 44 01:11:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:11:41 Stepping: 1 01:11:41 CPU MHz: 2933.442 01:11:41 BogoMIPS: 5866.88 01:11:41 Virtualization: VT-x 01:11:41 Hypervisor vendor: KVM 01:11:41 Virtualization type: full 01:11:41 L1d cache: 128 KiB 01:11:41 L1i cache: 128 KiB 01:11:41 L2 cache: 16 MiB 01:11:41 L3 cache: 64 MiB 01:11:41 NUMA node0 CPU(s): 0-3 01:11:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:11:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:11:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:11:41 Vulnerability Meltdown: Mitigation; PTI 01:11:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:11:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:11:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:11:41 Vulnerability Srbds: Not affected 01:11:41 Vulnerability Tsx async abort: Not affected 01:11:41 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:11:41 01:11:41 01:11:41 ---> nproc: 01:11:41 4 01:11:41 01:11:41 01:11:41 ---> df -h: 01:11:41 Filesystem Size Used Available Use% Mounted on 01:11:41 overlay 50.0G 11.3G 38.7G 23% / 01:11:41 tmpfs 64.0M 0 64.0M 0% /dev 01:11:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:11:41 shm 64.0M 0 64.0M 0% /dev/shm 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4@tmp 01:11:41 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/4 01:11:41 01:11:41 01:11:41 ---> free -m: 01:11:41 total used free shared buff/cache available 01:11:41 Mem: 1837 702 140 0 994 1050 01:11:41 Swap: 1023 69 954 01:11:41 01:11:41 01:11:41 ---> ip addr: 01:11:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:11:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:11:41 inet 127.0.0.1/8 scope host lo 01:11:41 valid_lft forever preferred_lft forever 01:11:41 inet6 ::1/128 scope host 01:11:41 valid_lft forever preferred_lft forever 01:11:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:11:41 link/ether fa:16:3e:27:15:62 brd ff:ff:ff:ff:ff:ff 01:11:41 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 01:11:41 valid_lft 85043sec preferred_lft 85043sec 01:11:41 inet6 fe80::f816:3eff:fe27:1562/64 scope link 01:11:41 valid_lft forever preferred_lft forever 01:11:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:11:41 link/ether 02:42:19:49:8d:fb brd ff:ff:ff:ff:ff:ff 01:11:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:11:41 valid_lft forever preferred_lft forever 01:11:41 inet6 fe80::42:19ff:fe49:8dfb/64 scope link 01:11:41 valid_lft forever preferred_lft forever 01:11:41 01:11:41 01:11:41 ---> sar -b -r -n DEV: 01:11:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 01:11:41 01:11:41 00:48:51 LINUX RESTART (4 CPU) 01:11:41 01:11:41 00:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:11:41 00:51:01 207.48 107.46 100.02 0.00 6796.89 44733.65 0.00 01:11:41 00:52:01 207.76 84.18 123.59 0.00 3344.15 18062.58 0.00 01:11:41 00:53:01 141.56 49.47 92.09 0.00 1774.28 12631.57 0.00 01:11:41 00:54:01 106.74 42.57 64.17 0.00 2761.72 9803.46 0.00 01:11:41 00:55:02 936.55 686.81 249.74 0.00 90986.33 164146.71 0.00 01:11:41 00:56:01 2815.41 2509.23 306.18 0.00 148539.31 153411.70 0.00 01:11:41 00:57:01 435.35 187.29 248.06 0.00 29526.85 73786.48 0.00 01:11:41 00:58:02 1961.50 1630.40 331.10 0.00 111937.24 123819.93 0.00 01:11:41 00:59:01 196.75 22.22 174.53 0.00 3818.85 26318.24 0.00 01:11:41 01:00:01 2.23 0.65 1.58 0.00 24.11 28.24 0.00 01:11:41 01:01:01 0.32 0.07 0.25 0.00 1.87 2.75 0.00 01:11:41 01:02:01 0.70 0.35 0.35 0.00 22.63 5.47 0.00 01:11:41 01:03:01 0.32 0.03 0.28 0.00 0.67 2.80 0.00 01:11:41 01:04:01 1.62 1.40 0.22 0.00 48.88 2.35 0.00 01:11:41 01:05:01 0.85 0.03 0.82 0.00 1.07 15.28 0.00 01:11:41 01:06:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 01:11:41 01:07:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 01:11:41 01:08:01 0.27 0.00 0.27 0.00 0.00 2.30 0.00 01:11:41 01:09:02 0.20 0.00 0.20 0.00 0.00 1.78 0.00 01:11:41 01:10:01 0.22 0.00 0.22 0.00 0.00 2.08 0.00 01:11:41 01:11:01 7.64 7.34 0.30 0.00 650.92 21.85 0.00 01:11:41 Average: 334.40 253.67 80.72 0.00 19078.36 29870.97 0.00 01:11:41 01:11:41 00:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:11:41 00:51:01 117404 0 687064 36.52 2144 1074932 1417804 48.39 561736 960072 21048 01:11:41 00:52:01 101040 0 804196 42.74 1512 974796 1722068 58.77 644752 861044 55132 01:11:41 00:53:01 289148 0 813908 43.26 964 777524 1667356 56.90 577248 727912 12840 01:11:41 00:54:01 165840 0 736980 39.17 900 977824 1397340 47.69 610236 815176 29016 01:11:41 00:55:02 422208 0 718968 38.21 4 740364 1412604 48.21 547324 703068 12 01:11:41 00:56:01 77684 0 1314020 69.84 4 489836 4413468 150.62 834944 701280 34048 01:11:41 00:57:01 76124 0 785164 41.73 4 1020252 1921748 65.59 761968 798176 4700 01:11:41 00:58:02 226340 0 863820 45.91 4 791380 2445128 83.45 712964 705024 1036 01:11:41 00:59:01 118480 0 628888 33.42 4 1134172 1232092 42.05 537896 982340 20 01:11:41 01:00:01 125864 0 620768 32.99 4 1134908 1160704 39.61 532756 982440 12 01:11:41 01:01:01 125244 0 621412 33.03 4 1134884 1163068 39.69 533352 982440 8 01:11:41 01:02:01 125136 0 620808 32.99 4 1135596 1155212 39.43 533048 983012 8 01:11:41 01:03:01 125144 0 620792 32.99 4 1135604 1155248 39.43 533276 983032 8 01:11:41 01:04:01 124708 0 620460 32.98 4 1136372 1155044 39.42 532324 983784 20 01:11:41 01:05:01 123988 0 621168 33.01 4 1136384 1155176 39.42 532868 983792 8 01:11:41 01:06:01 124548 0 620600 32.98 4 1136392 1155044 39.42 532460 983792 8 01:11:41 01:07:01 124844 0 620296 32.97 4 1136400 1155044 39.42 532340 983792 8 01:11:41 01:08:01 124804 0 620332 32.97 4 1136404 1155044 39.42 532468 983792 8 01:11:41 01:09:02 124860 0 620264 32.97 4 1136416 1155044 39.42 532604 983792 8 01:11:41 01:10:01 124196 0 620928 33.00 4 1136416 1155140 39.42 532836 983792 8 01:11:41 01:11:01 98284 0 627056 33.33 4 1156200 1156656 39.47 540952 998668 652 01:11:41 Average: 145995 0 705138 37.48 266 1030146 1500287 51.20 580493 908106 7553 01:11:41 01:11:41 00:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:11:41 00:51:01 eth0 1075.09 1169.54 5702.22 138.64 0.00 0.00 0.00 0.00 01:11:41 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:51:01 vetha57ae6a 10.61 16.02 0.70 85.12 0.00 0.00 0.00 0.00 01:11:41 00:51:01 docker0 901.20 751.30 72.68 2803.22 0.00 0.00 0.00 0.00 01:11:41 00:52:01 eth0 207.21 167.19 771.69 23.99 0.00 0.00 0.00 0.00 01:11:41 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:52:01 veth5950391 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:52:01 docker0 149.83 175.73 11.09 744.31 0.00 0.00 0.00 0.00 01:11:41 00:53:01 eth0 31.90 20.64 22.28 64.26 0.00 0.00 0.00 0.00 01:11:41 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:53:01 veth5950391 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 01:11:41 00:53:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 01:11:41 00:54:01 eth0 25.03 13.73 21.99 11.37 0.00 0.00 0.00 0.00 01:11:41 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:54:01 veth5950391 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:55:02 vethb0a214c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:55:02 eth0 191.90 157.55 1686.91 73.44 0.00 0.00 0.00 0.00 01:11:41 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:56:01 veth98f983c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:56:01 vetha7a4ddf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:56:01 veth292cac6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:56:01 vethb0a214c 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:57:01 vethb0a214c 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:57:01 eth0 2618.92 2218.37 12277.66 477.48 0.00 0.00 0.00 0.00 01:11:41 00:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:11:41 00:57:01 docker0 1071.19 974.20 84.44 3878.64 0.00 0.00 0.00 0.00 01:11:41 00:58:02 vethd35b2a8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:11:41 00:58:02 vethb0a214c 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:58:02 eth0 52.22 27.04 99.93 17.61 0.00 0.00 0.00 0.00 01:11:41 00:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:59:01 eth0 237.77 175.95 1682.20 87.11 0.00 0.00 0.00 0.00 01:11:41 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 00:59:01 docker0 1122.03 1056.30 88.03 4431.17 0.00 0.00 0.00 0.00 01:11:41 01:00:01 eth0 0.72 0.22 0.19 0.09 0.00 0.00 0.00 0.00 01:11:41 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:01:01 eth0 0.97 0.35 0.32 0.20 0.00 0.00 0.00 0.00 01:11:41 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:02:01 eth0 1.96 0.58 0.64 0.40 0.00 0.00 0.00 0.00 01:11:41 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:03:01 eth0 0.57 0.38 0.28 0.21 0.00 0.00 0.00 0.00 01:11:41 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:04:01 eth0 0.80 0.10 0.07 0.01 0.00 0.00 0.00 0.00 01:11:41 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:05:01 eth0 0.67 0.40 0.40 0.26 0.00 0.00 0.00 0.00 01:11:41 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:06:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:11:41 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:07:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:08:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:11:41 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:09:02 eth0 0.23 0.05 0.01 0.00 0.00 0.00 0.00 0.00 01:11:41 01:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:10:01 eth0 1.10 0.47 0.46 0.27 0.00 0.00 0.00 0.00 01:11:41 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:11:01 eth0 23.83 23.83 6.26 48.09 0.00 0.00 0.00 0.00 01:11:41 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 Average: eth0 93.57 86.74 494.30 25.44 0.00 0.00 0.00 0.00 01:11:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:11:41 Average: docker0 52.67 49.58 4.13 208.02 0.00 0.00 0.00 0.00 01:11:41 01:11:41 01:11:41 ---> sar -P ALL: 01:11:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 01:11:41 01:11:41 00:48:51 LINUX RESTART (4 CPU) 01:11:41 01:11:41 00:50:02 CPU %user %nice %system %iowait %steal %idle 01:11:41 00:51:01 all 15.92 0.00 9.68 1.56 0.29 72.55 01:11:41 00:51:01 0 18.17 0.00 10.60 0.32 0.28 70.63 01:11:41 00:51:01 1 19.82 0.00 9.43 1.41 0.26 69.08 01:11:41 00:51:01 2 13.03 0.00 9.08 2.51 0.30 75.09 01:11:41 00:51:01 3 12.68 0.00 9.62 2.00 0.33 75.36 01:11:41 00:52:01 all 13.30 0.00 7.73 6.41 0.27 72.29 01:11:41 00:52:01 0 11.62 0.00 7.93 5.27 0.38 74.81 01:11:41 00:52:01 1 14.41 0.00 7.68 6.03 0.26 71.63 01:11:41 00:52:01 2 13.57 0.00 7.32 6.09 0.21 72.82 01:11:41 00:52:01 3 13.60 0.00 7.99 8.26 0.26 69.89 01:11:41 00:53:01 all 57.68 0.00 14.91 6.45 0.47 20.48 01:11:41 00:53:01 0 53.95 0.00 14.16 3.15 0.53 28.21 01:11:41 00:53:01 1 56.12 0.00 16.21 9.63 0.50 17.53 01:11:41 00:53:01 2 59.57 0.00 15.27 7.33 0.41 17.42 01:11:41 00:53:01 3 61.12 0.00 14.01 5.72 0.45 18.69 01:11:41 00:54:01 all 45.87 0.00 14.32 2.58 1.11 36.12 01:11:41 00:54:01 0 45.17 0.00 13.81 1.20 1.02 38.79 01:11:41 00:54:01 1 45.23 0.00 14.35 2.49 1.19 36.73 01:11:41 00:54:01 2 45.25 0.00 14.22 2.67 1.13 36.74 01:11:41 00:54:01 3 47.85 0.00 14.89 3.97 1.10 32.20 01:11:41 00:55:02 all 21.10 0.00 24.34 6.16 1.38 47.02 01:11:41 00:55:02 0 19.78 0.00 23.34 6.19 1.33 49.36 01:11:41 00:55:02 1 20.68 0.00 23.87 8.19 1.36 45.90 01:11:41 00:55:02 2 23.65 0.00 25.12 5.40 1.38 44.45 01:11:41 00:55:02 3 20.31 0.00 25.02 4.87 1.44 48.36 01:11:41 00:56:01 all 27.46 0.00 30.99 19.41 0.91 21.24 01:11:41 00:56:01 0 27.57 0.00 30.59 18.72 1.04 22.08 01:11:41 00:56:01 1 26.49 0.00 30.55 17.84 1.08 24.04 01:11:41 00:56:01 2 28.22 0.00 30.86 20.19 0.79 19.95 01:11:41 00:56:01 3 27.54 0.00 31.97 20.90 0.74 18.85 01:11:41 00:57:01 all 47.97 0.00 19.65 13.72 1.41 17.25 01:11:41 00:57:01 0 47.20 0.00 18.90 11.44 1.46 21.00 01:11:41 00:57:01 1 46.58 0.00 19.77 15.36 1.45 16.84 01:11:41 00:57:01 2 48.70 0.00 19.49 14.13 1.49 16.19 01:11:41 00:57:01 3 49.39 0.00 20.45 13.96 1.22 14.97 01:11:41 00:58:02 all 48.39 0.00 28.24 12.10 0.99 10.28 01:11:41 00:58:02 0 49.37 0.00 27.69 12.69 1.01 9.24 01:11:41 00:58:02 1 46.42 0.00 27.93 11.83 1.16 12.65 01:11:41 00:58:02 2 47.40 0.00 29.61 11.95 0.94 10.10 01:11:41 00:58:02 3 50.37 0.00 27.73 11.93 0.85 9.12 01:11:41 00:59:01 all 17.40 0.00 9.30 7.56 0.16 65.58 01:11:41 00:59:01 0 19.90 0.00 9.09 4.46 0.16 66.39 01:11:41 00:59:01 1 14.51 0.00 8.55 10.10 0.14 66.70 01:11:41 00:59:01 2 19.64 0.00 10.51 7.18 0.18 62.49 01:11:41 00:59:01 3 15.58 0.00 9.06 8.46 0.18 66.73 01:11:41 01:00:01 all 0.16 0.00 0.05 0.00 0.00 99.79 01:11:41 01:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:11:41 01:00:01 1 0.52 0.00 0.05 0.00 0.00 99.43 01:11:41 01:00:01 2 0.03 0.00 0.07 0.00 0.00 99.90 01:11:41 01:00:01 3 0.05 0.00 0.07 0.00 0.02 99.87 01:11:41 01:01:01 all 0.16 0.00 0.03 0.00 0.01 99.80 01:11:41 01:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 01:11:41 01:01:01 1 0.53 0.00 0.03 0.00 0.02 99.42 01:11:41 01:01:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:11:41 01:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:11:41 01:11:41 01:01:01 CPU %user %nice %system %iowait %steal %idle 01:11:41 01:02:01 all 0.16 0.00 0.04 0.00 0.01 99.79 01:11:41 01:02:01 0 0.05 0.00 0.05 0.00 0.02 99.88 01:11:41 01:02:01 1 0.43 0.00 0.03 0.02 0.00 99.52 01:11:41 01:02:01 2 0.13 0.00 0.03 0.00 0.00 99.83 01:11:41 01:02:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:11:41 01:03:01 all 0.09 0.00 0.10 0.00 0.00 99.82 01:11:41 01:03:01 0 0.08 0.00 0.10 0.00 0.00 99.82 01:11:41 01:03:01 1 0.12 0.00 0.13 0.00 0.00 99.75 01:11:41 01:03:01 2 0.08 0.00 0.05 0.00 0.00 99.87 01:11:41 01:03:01 3 0.07 0.00 0.10 0.00 0.00 99.83 01:11:41 01:04:01 all 0.08 0.00 0.07 0.03 0.00 99.82 01:11:41 01:04:01 0 0.03 0.00 0.10 0.10 0.00 99.77 01:11:41 01:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:11:41 01:04:01 2 0.23 0.00 0.08 0.00 0.00 99.68 01:11:41 01:04:01 3 0.03 0.00 0.07 0.00 0.00 99.90 01:11:41 01:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:11:41 01:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:11:41 01:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:11:41 01:05:01 2 0.52 0.00 0.03 0.00 0.00 99.45 01:11:41 01:05:01 3 0.05 0.00 0.05 0.00 0.00 99.90 01:11:41 01:06:01 all 0.14 0.00 0.03 0.00 0.00 99.83 01:11:41 01:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:11:41 01:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:11:41 01:06:01 2 0.47 0.00 0.05 0.00 0.00 99.48 01:11:41 01:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:11:41 01:07:01 all 0.03 0.00 0.03 0.00 0.00 99.94 01:11:41 01:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:11:41 01:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:11:41 01:07:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:11:41 01:07:01 3 0.03 0.00 0.05 0.00 0.00 99.92 01:11:41 01:08:01 all 0.11 0.00 0.03 0.00 0.00 99.85 01:11:41 01:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:11:41 01:08:01 1 0.33 0.00 0.03 0.00 0.00 99.63 01:11:41 01:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:11:41 01:08:01 3 0.08 0.00 0.03 0.00 0.02 99.87 01:11:41 01:09:02 all 0.13 0.00 0.02 0.00 0.01 99.85 01:11:41 01:09:02 0 0.00 0.00 0.00 0.00 0.02 99.98 01:11:41 01:09:02 1 0.43 0.00 0.03 0.00 0.02 99.52 01:11:41 01:09:02 2 0.02 0.00 0.02 0.00 0.00 99.97 01:11:41 01:09:02 3 0.05 0.00 0.03 0.00 0.00 99.92 01:11:41 01:10:01 all 0.15 0.00 0.03 0.00 0.01 99.81 01:11:41 01:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:11:41 01:10:01 1 0.53 0.00 0.03 0.00 0.02 99.42 01:11:41 01:10:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:11:41 01:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 01:11:41 01:11:01 all 0.88 0.00 0.47 0.18 0.03 98.44 01:11:41 01:11:01 0 0.95 0.00 0.58 0.23 0.02 98.21 01:11:41 01:11:01 1 1.07 0.00 0.30 0.08 0.05 98.50 01:11:41 01:11:01 2 0.97 0.00 0.52 0.15 0.03 98.33 01:11:41 01:11:01 3 0.53 0.00 0.48 0.23 0.03 98.72 01:11:41 Average: all 13.63 0.00 7.32 3.48 0.33 75.24 01:11:41 Average: 0 13.47 0.00 7.19 2.91 0.33 76.10 01:11:41 Average: 1 13.53 0.00 7.29 3.80 0.35 75.03 01:11:41 Average: 2 13.82 0.00 7.43 3.54 0.32 74.90 01:11:41 Average: 3 13.71 0.00 7.39 3.66 0.31 74.94 01:11:41 01:11:41 01:11:41