Pull request #3142 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at 261101cd65b57382b3139275d947e2afb77006cd rather than e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Obtained Jenkinsfile from 261101cd65b57382b3139275d947e2afb77006cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25240 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) > 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/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # 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 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:15:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:15:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:15:36 ========================================================= 08:15:36 EdgeX Global Pipelines Version Info 08:15:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 872bac3ede376b0a15753661a9615837e928671d # timeout=10 08:15:38 ------------------- 08:15:38 stable info: 08:15:38 ------------------- 08:15:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:15:38 Message: update stable to v1.0.179 08:15:38 ------------------- 08:15:38 experimental info: 08:15:38 ------------------- 08:15:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:15:38 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:15:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:15:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3142 [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3142 [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3142 [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [Pipeline] echo 08:15:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e971b0d [Pipeline] echo 08:15:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:15:42 provisioning config files... 08:15:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7840001461525613764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:42 ---> docker-login.sh 08:15:42 nexus3.edgexfoundry.org:10001 08:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:43 Configure a credential helper to remove this warning. See 08:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:43 08:15:43 Login Succeeded 08:15:43 nexus3.edgexfoundry.org:10002 08:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:43 Configure a credential helper to remove this warning. See 08:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:43 08:15:43 Login Succeeded 08:15:43 nexus3.edgexfoundry.org:10003 08:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:43 Configure a credential helper to remove this warning. See 08:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:43 08:15:43 Login Succeeded 08:15:43 nexus3.edgexfoundry.org:10004 08:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:43 Configure a credential helper to remove this warning. See 08:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:43 08:15:43 Login Succeeded 08:15:43 docker.io 08:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:43 Configure a credential helper to remove this warning. See 08:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:43 08:15:43 Login Succeeded 08:15:43 ---> docker-login.sh ends [Pipeline] } 08:15:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:15:44 ++ 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 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/core-command/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo core-command,cmd/core-command/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/core-data/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo core-data,cmd/core-data/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/core-metadata/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo core-metadata,cmd/core-metadata/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/security-bootstrapper/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/security-proxy-setup/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/support-notifications/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo support-notifications,cmd/support-notifications/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/support-scheduler/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:15:44 + for file in '`ls cmd/**/Dockerfile`' 08:15:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:15:44 ++ cut -d/ -f2 08:15:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:15:44 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 08:15:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:15:46 08:15:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:15:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:15:46 latest: Pulling from edgex-devops/git-semver 08:15:46 31603596830f: Pulling fs layer 08:15:46 2a8b12db71e7: Pulling fs layer 08:15:46 6ca5941a6612: Pulling fs layer 08:15:46 ecc8261a40a4: Pulling fs layer 08:15:46 ecc8261a40a4: Waiting 08:15:46 2a8b12db71e7: Verifying Checksum 08:15:46 2a8b12db71e7: Download complete 08:15:46 31603596830f: Verifying Checksum 08:15:46 31603596830f: Download complete 08:15:46 ecc8261a40a4: Verifying Checksum 08:15:46 ecc8261a40a4: Download complete 08:15:46 6ca5941a6612: Verifying Checksum 08:15:46 6ca5941a6612: Download complete 08:15:46 31603596830f: Pull complete 08:15:46 2a8b12db71e7: Pull complete 08:15:47 6ca5941a6612: Pull complete 08:15:47 ecc8261a40a4: Pull complete 08:15:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:15:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:15:48 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:15:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:15:50 $ docker top 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:15:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:15:51 [ssh-agent] Looking for ssh-agent implementation... 08:15:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:15:51 $ docker exec 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent 08:15:51 SSH_AUTH_SOCK=/tmp/ssh-AAxscDfS1Gv7/agent.11 08:15:51 SSH_AGENT_PID=17 08:15:51 Running ssh-add (command line suppressed) 08:15:51 Identity added: /w/workspace/edgex-go/2@tmp/private_key_810567927772452798.key (/w/workspace/edgex-go/2@tmp/private_key_810567927772452798.key) 08:15:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:15:52 + git tag --points-at HEAD [Pipeline] } 08:15:52 $ docker exec --env ******** --env ******** 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent -k 08:15:52 unset SSH_AUTH_SOCK; 08:15:52 unset SSH_AGENT_PID; 08:15:52 echo Agent pid 17 killed; 08:15:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:15:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:15:52 [ssh-agent] Looking for ssh-agent implementation... 08:15:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:15:52 $ docker exec 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent 08:15:52 SSH_AUTH_SOCK=/tmp/ssh-HKBNlawHSI5Y/agent.48 08:15:52 SSH_AGENT_PID=53 08:15:52 Running ssh-add (command line suppressed) 08:15:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8291936008539710089.key (/w/workspace/edgex-go/2@tmp/private_key_8291936008539710089.key) 08:15:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:15:53 + git semver init 08:15:53 # -> Open(): unable to determine branch for HEAD 08:15:53 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:15:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:15:53 # $SEMVER_REMOTE_NAME = origin 08:15:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:15:53 # $SEMVER_USER_NAME = edgex-jenkins 08:15:53 # $SEMVER_BRANCH = PR-3142 08:15:53 # $SEMVER_TEMP = /tmp/semver-008337743 08:15:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:16:11 # '/tmp/semver-008337743' -> '/w/workspace/edgex-go/2/.semver' 08:16:11 # -> Force: false 08:16:11 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:16:11 $ docker exec --env ******** --env ******** 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 ssh-agent -k 08:16:12 unset SSH_AUTH_SOCK; 08:16:12 unset SSH_AGENT_PID; 08:16:12 echo Agent pid 53 killed; 08:16:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:12 + git semver [Pipeline] } 08:16:12 $ docker stop --time=1 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 08:16:14 $ docker rm -f 21c5efd1f1b7b96a8635a9d9fc4c524c6f34dd943b816c17b7b20ed1bff9cd26 [Pipeline] // withDockerContainer [Pipeline] sh 08:16:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:16:15 Stashed 1 file(s) [Pipeline] echo 08:16:15 [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 08:16:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:16:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:16:16 + sudo service docker restart 08:16:16 + true 08:16:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:16:17 ========================================================= 08:16:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:16:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:16:17 + 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 . 08:16:22 Sending build context to Docker daemon 327.6MB 08:16:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:16:22 Step 2/6 : FROM ${BASE} 08:16:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:16:22 188c0c94c7c5: Pulling fs layer 08:16:22 0ef7d3d256c8: Pulling fs layer 08:16:22 de9db76c5a1d: Pulling fs layer 08:16:22 bca2f99d35d6: Pulling fs layer 08:16:22 93359f2a8cfa: Pulling fs layer 08:16:22 7c6f9722023f: Pulling fs layer 08:16:22 a35cf1a2eb13: Pulling fs layer 08:16:22 93359f2a8cfa: Waiting 08:16:22 7c6f9722023f: Waiting 08:16:22 a35cf1a2eb13: Waiting 08:16:22 bca2f99d35d6: Waiting 08:16:22 de9db76c5a1d: Verifying Checksum 08:16:22 de9db76c5a1d: Download complete 08:16:22 0ef7d3d256c8: Verifying Checksum 08:16:22 0ef7d3d256c8: Download complete 08:16:22 93359f2a8cfa: Verifying Checksum 08:16:22 93359f2a8cfa: Download complete 08:16:22 188c0c94c7c5: Verifying Checksum 08:16:22 188c0c94c7c5: Download complete 08:16:22 7c6f9722023f: Verifying Checksum 08:16:22 7c6f9722023f: Download complete 08:16:22 188c0c94c7c5: Pull complete 08:16:22 0ef7d3d256c8: Pull complete 08:16:22 de9db76c5a1d: Pull complete 08:16:23 a35cf1a2eb13: Verifying Checksum 08:16:23 a35cf1a2eb13: Download complete 08:16:24 bca2f99d35d6: Verifying Checksum 08:16:24 bca2f99d35d6: Download complete 08:16:29 bca2f99d35d6: Pull complete 08:16:29 93359f2a8cfa: Pull complete 08:16:29 7c6f9722023f: Pull complete 08:16:30 Still waiting to schedule task 08:16:30 ‘prd-ubuntu18.04-docker-arm64-4c-16g-25236’ is offline 08:16:34 a35cf1a2eb13: Pull complete 08:16:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:16:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:16:34 ---> a62c8e92a672 08:16:34 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 08:16:34 ---> Running in 9b3f0a37cbc6 08:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:36 (1/12) Installing libmagic (5.38-r0) 08:16:36 (2/12) Installing file (5.38-r0) 08:16:36 (3/12) Installing libc-dev (0.7.2-r3) 08:16:36 (4/12) Installing g++ (9.3.0-r2) 08:16:46 (5/12) Installing fortify-headers (1.1-r0) 08:16:46 (6/12) Installing patch (2.7.6-r6) 08:16:46 (7/12) Installing build-base (0.5-r2) 08:16:46 (8/12) Installing libsodium (1.0.18-r0) 08:16:46 (9/12) Installing pkgconf (1.7.2-r0) 08:16:46 (10/12) Installing libsodium-dev (1.0.18-r0) 08:16:47 (11/12) Installing libzmq (4.3.3-r0) 08:16:47 (12/12) Installing zeromq-dev (4.3.3-r0) 08:16:47 Executing busybox-1.31.1-r19.trigger 08:16:47 OK: 233 MiB in 51 packages 08:16:51 Removing intermediate container 9b3f0a37cbc6 08:16:51 ---> b21e8068e35f 08:16:51 Step 4/6 : WORKDIR /edgex-go 08:16:51 ---> Running in 91f5c853863a 08:16:51 Removing intermediate container 91f5c853863a 08:16:51 ---> 780f0f6d486a 08:16:51 Step 5/6 : COPY go.mod . 08:16:51 ---> 6e8c3ec11b08 08:16:51 Step 6/6 : RUN go mod download 08:16:51 ---> Running in 25d63bdec174 08:17:13 Removing intermediate container 25d63bdec174 08:17:13 ---> 4835c8c54314 08:17:13 Successfully built 4835c8c54314 08:17:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:17:14 + docker inspect -f . ci-base-image-x86_64 08:17:14 . [Pipeline] withDockerContainer 08:17:14 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:17:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 08:17:15 $ docker top 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:15 + go version 08:17:15 go version go1.15.5 linux/amd64 [Pipeline] } 08:17:15 $ docker stop --time=1 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 08:17:17 $ docker rm -f 95b0e6c3c44e5516d2adbdf651782ac010ca087b14dbe09ce8742661f0a2c461 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:17 + docker inspect -f . ci-base-image-x86_64 08:17:17 . [Pipeline] withDockerContainer 08:17:18 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:17:18 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 08:17:18 $ docker top 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 -eo pid,comm [Pipeline] { [Pipeline] echo 08:17:18 ========================================================= 08:17:18 [edgeXBuildGoParallel] Running Tests and Build... 08:17:18 ========================================================= [Pipeline] sh 08:17:19 + make test 08:17:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:17:27 ? github.com/edgexfoundry/edgex-go [no test files] 08:17:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:17:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:17:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:17:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:17:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:17:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:17:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:17:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:17:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:17:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.6% of statements 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:17:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:17:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.065s coverage: 100.0% of statements 08:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.102s coverage: 100.0% of statements 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:18:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.3% of statements 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:18:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:18:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements 08:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:18:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.482s coverage: 92.8% of statements 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:18:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 45.5% of statements 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 08:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 08:18:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25241 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws 08:18:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 08:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements 08:18:23 using credential edgex-jenkins-ssh 08:18:23 Cloning the remote Git repository 08:18:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:18:23 > git init /w/workspace/edgex-go/2 # timeout=10 08:18:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:18:23 > git --version # timeout=10 08:18:23 > git --version # 'git version 2.17.1' 08:18:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.095s coverage: 91.4% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.073s coverage: 85.3% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:18:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 08:18:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:18:31 GO111MODULE=on go vet ./... 08:18:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:18:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:18:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:18:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:18:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:18:43 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:18:44 Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:18:44 Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) 08:18:43 > git config core.sparsecheckout # timeout=10 08:18:43 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 08:18:44 > git remote # timeout=10 08:18:44 > git config --get remote.origin.url # timeout=10 08:18:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:44 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 08:18:44 > git rev-parse HEAD^{commit} # timeout=10 08:18:44 > git config core.sparsecheckout # timeout=10 08:18:44 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 08:18:48 Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:18:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:18:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:18:51 + + sudo service dockertrue restart 08:18:51 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:18:53 provisioning config files... 08:18:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1056318544481080837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:18:54 ---> docker-login.sh 08:18:54 nexus3.edgexfoundry.org:10001 08:18:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:55 Configure a credential helper to remove this warning. See 08:18:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:55 08:18:55 Login Succeeded 08:18:55 nexus3.edgexfoundry.org:10002 08:18:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:55 Configure a credential helper to remove this warning. See 08:18:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:55 08:18:55 Login Succeeded 08:18:55 nexus3.edgexfoundry.org:10003 08:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:56 Configure a credential helper to remove this warning. See 08:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:56 08:18:56 Login Succeeded 08:18:56 nexus3.edgexfoundry.org:10004 08:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:57 Configure a credential helper to remove this warning. See 08:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:57 08:18:57 Login Succeeded 08:18:57 docker.io 08:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:57 Configure a credential helper to remove this warning. See 08:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:57 08:18:57 Login Succeeded 08:18:57 ---> docker-login.sh ends [Pipeline] } 08:18:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:18:58 ========================================================= 08:18:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:18:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:18:58 gofmt -l . 08:18:58 [ "`gofmt -l .`" = "" ] 08:18:58 ./bin/test-go-mod-tidy.sh 08:18:58 ./bin/test-attribution-txt.sh [Pipeline] sh 08:18:58 + 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 . 08:18:58 + ls -al . 08:18:58 total 688 08:18:58 drwxrwxr-x 10 1001 1001 4096 Feb 5 08:18 . 08:18:58 drwxr-xr-x 4 root root 28 Feb 5 08:17 .. 08:18:58 -rw-rw-r-- 1 1001 1001 11 Feb 5 08:15 .dockerignore 08:18:58 drwxrwxr-x 8 1001 1001 179 Feb 5 08:15 .git 08:18:58 drwxrwxr-x 3 1001 1001 125 Feb 5 08:15 .github 08:18:58 -rw-rw-r-- 1 1001 1001 872 Feb 5 08:15 .gitignore 08:18:58 drwx------ 3 1001 1001 60 Feb 5 08:16 .semver 08:18:58 -rw-rw-r-- 1 1001 1001 166 Feb 5 08:15 .sonarcloud.properties 08:18:58 -rw-rw-r-- 1 1001 1001 7859 Feb 5 08:15 Attribution.txt 08:18:58 -rw-rw-r-- 1 1001 1001 3804 Feb 5 08:15 CONTRIBUTING.md 08:18:58 -rw-rw-r-- 1 1001 1001 931 Feb 5 08:15 Dockerfile.build 08:18:58 -rw-rw-r-- 1 1001 1001 863 Feb 5 08:15 Jenkinsfile 08:18:58 -rw-rw-r-- 1 1001 1001 10775 Feb 5 08:15 LICENSE 08:18:58 -rw-rw-r-- 1 1001 1001 6001 Feb 5 08:15 Makefile 08:18:58 -rw-rw-r-- 1 1001 1001 6524 Feb 5 08:15 README.md 08:18:58 -rw-rw-r-- 1 1001 1001 6755 Feb 5 08:15 SECURITY.md 08:18:58 -rw-rw-r-- 1 1001 1001 5 Feb 5 08:16 VERSION 08:18:58 -rw-rw-r-- 1 1001 1001 4131 Feb 5 08:15 ZMQWindows.md 08:18:58 drwxrwxr-x 2 1001 1001 117 Feb 5 08:15 bin 08:18:58 drwxrwxr-x 15 1001 1001 4096 Feb 5 08:15 cmd 08:18:58 -rw-r--r-- 1 root root 585363 Feb 5 08:18 coverage.out 08:18:58 -rw-r--r-- 1 root root 1054 Feb 5 08:18 go.mod 08:18:58 -rw-r--r-- 1 root root 19290 Feb 5 08:18 go.sum 08:18:58 drwxrwxr-x 8 1001 1001 127 Feb 5 08:15 internal 08:18:58 drwxrwxr-x 4 1001 1001 26 Feb 5 08:15 openapi 08:18:58 drwxrwxr-x 4 1001 1001 71 Feb 5 08:15 snap 08:18:58 -rw-rw-r-- 1 1001 1001 168 Feb 5 08:15 version.go [Pipeline] sh 08:18:58 + '[' -e coverage.out ] 08:18:58 + chown 1001:1001 coverage.out [Pipeline] stash 08:18:59 Stashed 1 file(s) [Pipeline] sh 08:18:59 + make build 08:18:59 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 08:19:01 Sending build context to Docker daemon 166.2MB 08:19:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:19:01 Step 2/6 : FROM ${BASE} 08:19:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:19:01 5f621e34cdf4: Pulling fs layer 08:19:01 a4357932f1b6: Pulling fs layer 08:19:01 18c013af1878: Pulling fs layer 08:19:01 00ac8860ef70: Pulling fs layer 08:19:01 63d7cb157983: Pulling fs layer 08:19:01 b116817d02f9: Pulling fs layer 08:19:01 745a02a5169b: Pulling fs layer 08:19:01 00ac8860ef70: Waiting 08:19:01 63d7cb157983: Waiting 08:19:01 b116817d02f9: Waiting 08:19:01 745a02a5169b: Waiting 08:19:01 18c013af1878: Verifying Checksum 08:19:01 18c013af1878: Download complete 08:19:01 a4357932f1b6: Verifying Checksum 08:19:01 a4357932f1b6: Download complete 08:19:01 5f621e34cdf4: Download complete 08:19:01 63d7cb157983: Download complete 08:19:01 b116817d02f9: Verifying Checksum 08:19:01 b116817d02f9: Download complete 08:19:01 5f621e34cdf4: Pull complete 08:19:02 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 08:19:03 a4357932f1b6: Pull complete 08:19:03 18c013af1878: Pull complete 08:19:04 745a02a5169b: Download complete 08:19:06 00ac8860ef70: Verifying Checksum 08:19:06 00ac8860ef70: Download complete 08:19:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:19:12 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 08:19:13 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 08:19:14 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 08:19:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:19:16 00ac8860ef70: Pull complete 08:19:16 63d7cb157983: Pull complete 08:19:16 b116817d02f9: Pull complete 08:19:17 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 08:19:18 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 08:19: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 08:19:20 745a02a5169b: Pull complete 08:19:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:19:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:19:20 ---> b7e6874047d6 08:19:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:19:20 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 08:19:21 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 08:19:22 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 08:19:23 ---> Running in 5156d3481fa1 [Pipeline] } 08:19:24 $ docker stop --time=1 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 08:19:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:25 $ docker rm -f 0fb9a3e200da4c353907305acc2bc3f1cea8f0116396376edaa1055fac85f075 08:19:26 (1/12) Installing libmagic (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 08:19:26 (2/12) Installing file (5.38-r0) 08:19:26 (3/12) Installing libc-dev (0.7.2-r3) 08:19:26 (4/12) Installing g++ (9.3.0-r2) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:19:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:19:29 08:19:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:19:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:19:29 latest: Pulling from edgex-devops/edgex-compose 08:19:29 cbdbe7a5bc2a: Pulling fs layer 08:19:29 ca9280d653b3: Pulling fs layer 08:19:29 7e9c9ca2126c: Pulling fs layer 08:19:30 cbdbe7a5bc2a: Verifying Checksum 08:19:30 cbdbe7a5bc2a: Download complete 08:19:30 ca9280d653b3: Verifying Checksum 08:19:30 ca9280d653b3: Download complete 08:19:30 cbdbe7a5bc2a: Pull complete 08:19:31 ca9280d653b3: Pull complete 08:19:31 7e9c9ca2126c: Download complete 08:19:33 (5/12) Installing fortify-headers (1.1-r0) 08:19:33 (6/12) Installing patch (2.7.6-r6) 08:19:33 (7/12) Installing build-base (0.5-r2) 08:19:33 (8/12) Installing libsodium (1.0.18-r0) 08:19:33 (9/12) Installing pkgconf (1.7.2-r0) 08:19:33 (10/12) Installing libsodium-dev (1.0.18-r0) 08:19:33 (11/12) Installing libzmq (4.3.3-r0) 08:19:33 (12/12) Installing zeromq-dev (4.3.3-r0) 08:19:33 Executing busybox-1.31.1-r19.trigger 08:19:33 OK: 217 MiB in 51 packages 08:19:37 Removing intermediate container 5156d3481fa1 08:19:37 ---> 34fc033cf055 08:19:37 Step 4/6 : WORKDIR /edgex-go 08:19:37 ---> Running in 2f4ba457a076 08:19:38 Removing intermediate container 2f4ba457a076 08:19:38 ---> 10dee43986e3 08:19:38 Step 5/6 : COPY go.mod . 08:19:38 ---> cae4c5fb5b4b 08:19:38 Step 6/6 : RUN go mod download 08:19:39 ---> Running in 05ed9ca1f239 08:19:44 7e9c9ca2126c: Pull complete 08:19:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:19:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:19:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:19:44 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:19:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 08:19:45 $ docker top 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a -eo pid,comm [Pipeline] { [Pipeline] sh 08:19:45 + docker-compose build --help 08:19:45 + grep parallel 08:19:46 --parallel Build images in parallel. [Pipeline] } 08:19:46 $ docker stop --time=1 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a 08:19:48 $ docker rm -f 15781279b09afe542866ff217335d4334f04f055932d24ebf4d6ec38a17bd28a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:19:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:19:48 . [Pipeline] withDockerContainer 08:19:48 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:19:48 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:19:49 $ docker top 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a -eo pid,comm [Pipeline] { [Pipeline] sh 08:19:50 + docker-compose -f ./docker-compose-build.yml build --parallel 08:19:51 Building docker-core-command-go ... 08:19:51 Building docker-core-data-go ... 08:19:51 Building docker-core-metadata-go ... 08:19:51 Building docker-security-bootstrapper-go ... 08:19:51 Building docker-security-proxy-setup-go ... 08:19:51 Building docker-security-secretstore-setup-go ... 08:19:51 Building docker-support-notifications-go ... 08:19:51 Building docker-support-scheduler-go ... 08:19:51 Building docker-sys-mgmt-agent-go ... 08:19:51 Building docker-support-notifications-go 08:19:51 Building docker-security-proxy-setup-go 08:19:51 Building docker-core-metadata-go 08:19:51 Building docker-core-command-go 08:19:51 Building docker-support-scheduler-go 08:20:06 Removing intermediate container 05ed9ca1f239 08:20:06 ---> 69b17a773e49 08:20:06 Successfully built 69b17a773e49 08:20:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:20:06 + docker inspect -f . ci-base-image-arm64 08:20:06 . [Pipeline] withDockerContainer 08:20:06 prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container 08:20:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 08:20:08 $ docker top c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:09 + go version 08:20:09 go version go1.15.5 linux/arm64 [Pipeline] } 08:20:09 $ docker stop --time=1 c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 08:20:11 $ docker rm -f c5c41c3b3bdb4fa3cf569f2816ba431be2e8352a5742086d4522b183bde33308 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:20:12 + docker inspect -f . ci-base-image-arm64 08:20:12 . [Pipeline] withDockerContainer 08:20:12 prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container 08:20:12 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 08:20:14 $ docker top 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 -eo pid,comm [Pipeline] { [Pipeline] echo 08:20:14 ========================================================= 08:20:14 [edgeXBuildGoParallel] Running Tests and Build... 08:20:14 ========================================================= [Pipeline] sh 08:20:15 + make test 08:20:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:20:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:20:23 ---> 4835c8c54314 08:20:23 Step 3/21 : WORKDIR /edgex-go 08:20:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:23 ---> 4835c8c54314 08:20:23 Step 3/22 : WORKDIR /edgex-go 08:20:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:23 ---> 4835c8c54314 08:20:23 Step 3/23 : WORKDIR /edgex-go 08:20:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:20:23 ---> 4835c8c54314 08:20:23 Step 3/23 : WORKDIR /edgex-go 08:20:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:20:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:23 ---> 4835c8c54314 08:20:23 Step 3/22 : WORKDIR /edgex-go 08:20:24 ---> Running in ece334cdc6c0 08:20:24 ---> Running in 329c7c97ff47 08:20:24 ---> Running in 06c5c8dc4aee 08:20:24 ---> Running in 0ec09c0871a8 08:20:24 ---> Running in e588ea1cc695 08:20:24 Removing intermediate container e588ea1cc695 08:20:24 ---> ca1aac12c03f 08:20:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:24 Removing intermediate container 329c7c97ff47 08:20:24 ---> a8fdb1a773ff 08:20:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:24 Removing intermediate container 06c5c8dc4aee 08:20:24 ---> ff7f1ba88399 08:20:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:24 Removing intermediate container 0ec09c0871a8 08:20:24 ---> f62b99e3e24f 08:20:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:24 Removing intermediate container ece334cdc6c0 08:20:24 ---> 4b1d74c3a23f 08:20:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:25 ---> Running in 489e59b4b4b6 08:20:25 ---> Running in 568ba7f7a44a 08:20:25 ---> Running in 914ecadb8b5e 08:20:25 ---> Running in a37152c75e85 08:20:25 ---> Running in 45ddac666095 08:20:26 Removing intermediate container 568ba7f7a44a 08:20:26 ---> 925a33c3ee02 08:20:26 Step 5/23 : RUN apk add --update --no-cache make git 08:20:26 Removing intermediate container 489e59b4b4b6 08:20:26 ---> 68b0c3cac284 08:20:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:20:26 ---> Running in 07a4f0719f4c 08:20:26 ---> Running in 070aed930ecf 08:20:26 Removing intermediate container 914ecadb8b5e 08:20:26 ---> 0d8ff1528587 08:20:26 Step 5/22 : RUN apk add --update --no-cache make git 08:20:27 ---> Running in e3bce3240669 08:20:27 Removing intermediate container 45ddac666095 08:20:27 ---> a7a6bcac0968 08:20:27 Step 5/21 : RUN apk add --update --no-cache make git 08:20:27 Removing intermediate container a37152c75e85 08:20:27 ---> 4f628ce997ec 08:20:27 Step 5/23 : RUN apk add --update --no-cache make git 08:20:27 ---> Running in 81e2c8803e97 08:20:27 ---> Running in e32c5c5982cb 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:29 OK: 233 MiB in 51 packages 08:20:29 OK: 233 MiB in 51 packages 08:20:29 OK: 233 MiB in 51 packages 08:20:30 OK: 233 MiB in 51 packages 08:20:30 Removing intermediate container 070aed930ecf 08:20:30 ---> 734a4e3888e4 08:20:30 Step 6/22 : COPY go.mod . 08:20:30 OK: 233 MiB in 51 packages 08:20:30 Removing intermediate container 07a4f0719f4c 08:20:30 ---> 63b318630b42 08:20:30 Step 6/23 : COPY go.mod . 08:20:31 Removing intermediate container e3bce3240669 08:20:31 ---> e9fcffee1af4 08:20:31 Step 6/22 : COPY go.mod . 08:20:31 ---> 470a59ec44bf 08:20:31 Step 7/22 : RUN go mod download 08:20:31 ---> 892be37db256 08:20:31 Step 7/23 : RUN go mod download 08:20:31 Removing intermediate container e32c5c5982cb 08:20:31 ---> 42ee285067b6 08:20:31 Step 6/23 : COPY go.mod . 08:20:31 ---> Running in e05341843dd0 08:20:31 ---> Running in 0f67ca1d382d 08:20:31 ---> d59bb9f7e7cd 08:20:31 Step 7/22 : RUN go mod download 08:20:31 Removing intermediate container 81e2c8803e97 08:20:31 ---> ab7fd5993ce7 08:20:31 Step 6/21 : COPY go.mod . 08:20:31 ---> Running in 9e362e76fe76 08:20:31 ---> 8b46f043751b 08:20:31 Step 7/23 : RUN go mod download 08:20:32 ---> Running in 96aec898f78e 08:20:32 ---> 14e251c66725 08:20:32 Step 7/21 : RUN go mod download 08:20:32 ---> Running in 33f8199a7618 08:20:34 Removing intermediate container 0f67ca1d382d 08:20:34 ---> 7660046d88f8 08:20:34 Step 8/23 : COPY . . 08:20:34 Removing intermediate container 33f8199a7618 08:20:34 ---> d775fc559a55 08:20:34 Step 8/21 : COPY . . 08:20:34 Removing intermediate container e05341843dd0 08:20:34 ---> ad712c7a3d05 08:20:34 Step 8/22 : COPY . . 08:20:35 Removing intermediate container 9e362e76fe76 08:20:35 ---> c4c2a3da80fe 08:20:35 Step 8/22 : COPY . . 08:20:35 Removing intermediate container 96aec898f78e 08:20:35 ---> b5a9e3a8f02b 08:20:35 Step 8/23 : COPY . . 08:20:37 ? github.com/edgexfoundry/edgex-go [no test files] 08:21:14 ---> 840b5ee132da 08:21:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:21:14 ---> 2e1210037337 08:21:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:21:14 ---> efc084520781 08:21:14 Step 9/23 : RUN make cmd/core-command/core-command 08:21:14 ---> Running in 908bd17b6a9c 08:21:14 ---> Running in f480022aa6a0 08:21:14 ---> 251805676341 08:21:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:21:14 ---> e37182380151 08:21:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:21:14 ---> Running in 2461a182a913 08:21:14 ---> Running in f2b28989b227 08:21:14 ---> Running in 6d8e78568423 08:21:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:21:14 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 08:21:14 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 08:21:14 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 08:21:14 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 08:21:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:21:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:21:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:21:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:21:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:21:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:21:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:21:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:21:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:21:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:21:40 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 08:21:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:21:48 Removing intermediate container f480022aa6a0 08:21:48 ---> a2426139d532 08:21:48 08:21:48 Step 10/22 : FROM alpine:3.12 08:21:48 Removing intermediate container 908bd17b6a9c 08:21:48 ---> 1620d0eebf74 08:21:48 08:21:48 Step 10/21 : FROM alpine:3.12 08:21:48 3.12: Pulling from library/alpine 08:21:48 3.12: Pulling from library/alpine 08:21:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:21:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:21:49 Status: Downloaded newer image for alpine:3.12 08:21:49 ---> 389fef711851 08:21:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:21:49 Status: Image is up to date for alpine:3.12 08:21:49 ---> 389fef711851 08:21:49 Step 11/21 : RUN apk add --update --no-cache curl 08:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:21:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:21:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:21:54 ---> Running in 9dd2b7ec1034 08:21:54 ---> Running in d67d4ad0f5f6 08:21:54 Removing intermediate container f2b28989b227 08:21:54 ---> 937d42ffe836 08:21:54 08:21:54 Step 10/23 : FROM alpine:3.12 08:21:54 ---> 389fef711851 08:21:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:54 Removing intermediate container 6d8e78568423 08:21:54 ---> 2ed5ab858e91 08:21:54 08:21:54 Step 10/22 : FROM alpine:3.12 08:21:54 ---> 389fef711851 08:21:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:21:54 Removing intermediate container 2461a182a913 08:21:54 ---> c10f59793152 08:21:54 08:21:54 Step 10/23 : FROM alpine:3.12 08:21:54 ---> 389fef711851 08:21:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:54 ---> Running in 483403b32eda 08:21:54 ---> Running in 65dabf502151 08:21:54 ---> Running in f5e179f6a668 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.6% of statements 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:21:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:21:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.207s coverage: 100.0% of statements 08:21:55 (1/4) Installing ca-certificates (20191127-r4) 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:21:55 (3/4) Installing libcurl (7.69.1-r3) 08:21:55 (4/4) Installing curl (7.69.1-r3) 08:21:55 (1/1) Installing dumb-init (1.2.2-r1) 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 Executing ca-certificates-20191127-r4.trigger 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:55 OK: 6 MiB in 15 packages 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:55 OK: 7 MiB in 18 packages 08:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:55 (1/1) Installing dumb-init (1.2.2-r1) 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:55 OK: 6 MiB in 15 packages 08:21:55 (1/2) Installing ca-certificates (20191127-r4) 08:21:55 (2/2) Installing dumb-init (1.2.2-r1) 08:21:55 (1/1) Installing dumb-init (1.2.2-r1) 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:55 Executing busybox-1.31.1-r19.trigger 08:21:55 OK: 6 MiB in 15 packages 08:21:56 Executing ca-certificates-20191127-r4.trigger 08:21:56 OK: 6 MiB in 16 packages 08:21:56 Removing intermediate container d67d4ad0f5f6 08:21:56 ---> b9001b64d211 08:21:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:57 ---> Running in a20deb21e4b8 08:21:58 Removing intermediate container 9dd2b7ec1034 08:21:58 ---> 940bb4705842 08:21:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:21:58 Removing intermediate container a20deb21e4b8 08:21:58 ---> 23711093107f 08:21:58 Step 13/22 : ENV APP_PORT=48085 08:21:58 Removing intermediate container 483403b32eda 08:21:58 ---> 980e35a96ad8 08:21:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:59 ---> Running in 44b271beefbf 08:21:59 ---> Running in 928f58f0c3a5 08:21:59 Removing intermediate container f5e179f6a668 08:21:59 ---> 396e1d560d07 08:21:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:59 ---> Running in d2482f58ef85 08:21:59 Removing intermediate container 65dabf502151 08:21:59 ---> 76cb05405277 08:21:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:21:59 ---> Running in 59d3d8ee5e5e 08:21:59 ---> Running in 4c240b7d5842 08:21:59 Removing intermediate container 44b271beefbf 08:21:59 ---> d6fd9a224244 08:21:59 Step 13/21 : WORKDIR /edgex 08:21:59 Removing intermediate container 928f58f0c3a5 08:21:59 ---> a19f424f14f4 08:21:59 Step 14/22 : EXPOSE $APP_PORT 08:21:59 Removing intermediate container d2482f58ef85 08:21:59 ---> 37a0b944ff22 08:21:59 Step 13/23 : ENV APP_PORT=48081 08:21:59 Removing intermediate container 59d3d8ee5e5e 08:21:59 ---> 806a9ab9ee84 08:21:59 Step 13/23 : ENV APP_PORT=48082 08:21:59 ---> Running in 8cfd0bf90ab4 08:21:59 ---> Running in da1fd8962296 08:21:59 Removing intermediate container 4c240b7d5842 08:21:59 ---> 888c979b3535 08:21:59 Step 13/22 : ENV APP_PORT=48060 08:22:00 ---> Running in 24c9f9aeade0 08:22:00 ---> Running in ce013bd07be4 08:22:00 ---> Running in 95943aeb5af8 08:22:00 Removing intermediate container 8cfd0bf90ab4 08:22:00 ---> 921cc5d19a02 08:22:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:22:00 Removing intermediate container da1fd8962296 08:22:00 ---> 1fff0ee16035 08:22:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:00 Removing intermediate container 24c9f9aeade0 08:22:00 ---> 85d59cd8bf69 08:22:00 Step 14/23 : EXPOSE $APP_PORT 08:22:00 Removing intermediate container ce013bd07be4 08:22:00 ---> 904fd30ef787 08:22:00 Step 14/23 : EXPOSE $APP_PORT 08:22:00 Removing intermediate container 95943aeb5af8 08:22:00 ---> 5ac658f2d081 08:22:00 Step 14/22 : EXPOSE $APP_PORT 08:22:00 ---> Running in 55e39171358f 08:22:00 ---> Running in 343ee5db5df3 08:22:00 ---> Running in 94673265eb3d 08:22:00 ---> 19e299d1a54d 08:22:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:22:00 ---> b6960c268a88 08:22:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:22:01 Removing intermediate container 55e39171358f 08:22:01 ---> 65a124b089ee 08:22:01 Step 15/23 : WORKDIR / 08:22:01 Removing intermediate container 343ee5db5df3 08:22:01 ---> 6d8b87b3dd7c 08:22:01 Step 15/23 : WORKDIR / 08:22:01 Removing intermediate container 94673265eb3d 08:22:01 ---> 6e49dfad4e27 08:22:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:01 ---> Running in 49f348b92864 08:22:01 ---> Running in f75d34d92741 08:22:01 ---> 1e2a2c0ccffd 08:22:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:22:01 ---> bd8f9da01d28 08:22:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:22:01 ---> bd6f2636accc 08:22:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:22:01 Removing intermediate container 49f348b92864 08:22:01 ---> 6d7387395119 08:22:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:01 Removing intermediate container f75d34d92741 08:22:01 ---> e3b486a563e4 08:22:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:22:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.481s coverage: 27.1% of statements 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:22:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:22:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:22:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 65.8% of statements 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:22:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:22:02 ---> 5517fcdd1f84 08:22:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:22:02 ---> Running in c769dd138121 08:22:02 ---> efbc2d9f8ece 08:22:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:22:02 ---> fbdefe3b48f3 08:22:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:22:02 ---> 8c93d9fa0c01 08:22:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:22:02 ---> d64b9ba3e94b 08:22:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:22:03 ---> Running in 9c21ed0b0c46 08:22:03 Removing intermediate container c769dd138121 08:22:03 ---> 8ae10ae46a08 08:22:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:03 ---> Running in 0c40c082085c 08:22:03 Removing intermediate container 9c21ed0b0c46 08:22:03 ---> ba07da24ca31 08:22:03 Step 18/21 : CMD ["--init=true"] 08:22:03 ---> 77390a93ef88 08:22:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:22:03 ---> Running in 845de5f28dea 08:22:03 ---> 8c5f8fa11cd9 08:22:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:22:03 ---> Running in 486e7fb31d5c 08:22:03 ---> ce5916eb68f0 08:22:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:22:03 Removing intermediate container 0c40c082085c 08:22:03 ---> 65dfa435a0d5 08:22:03 Step 20/22 : LABEL arch=x86_64 08:22:03 Removing intermediate container 845de5f28dea 08:22:03 ---> 0cf12ed0eb1f 08:22:03 Step 19/21 : LABEL arch=x86_64 08:22:03 ---> Running in e9f32e53236a 08:22:04 ---> Running in 1583c9f15353 08:22:04 Removing intermediate container 486e7fb31d5c 08:22:04 ---> a10712a1101f 08:22:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:04 ---> 7a56c034ea1f 08:22:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:22:04 ---> deafd1cd46ca 08:22:04 Step 19/23 : ENTRYPOINT ["/core-command"] 08:22:04 ---> Running in aef331d5e99c 08:22:04 ---> Running in dce22ffaa193 08:22:04 ---> Running in e79e9588c5bc 08:22:04 Removing intermediate container e9f32e53236a 08:22:04 ---> e5c7de2d2c97 08:22:04 Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:22:04 Removing intermediate container 1583c9f15353 08:22:04 ---> 4210bebdb503 08:22:04 Step 20/21 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:22:04 ---> Running in 3e710253f251 08:22:04 ---> Running in 586866fd345f 08:22:04 Removing intermediate container aef331d5e99c 08:22:04 ---> aeb885dd4a28 08:22:04 Step 20/22 : LABEL arch=x86_64 08:22:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.649s coverage: 82.3% of statements 08:22:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:22:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:22:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:22:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:22:04 Removing intermediate container dce22ffaa193 08:22:04 ---> fff7b60ac17f 08:22:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:04 Removing intermediate container e79e9588c5bc 08:22:04 ---> 718850c00052 08:22:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:04 ---> Running in 6ffa2572c2b8 08:22:05 ---> Running in 494631d9d717 08:22:05 Removing intermediate container 3e710253f251 08:22:05 ---> b51ddc59e0de 08:22:05 Step 22/22 : LABEL version=0.0.0 08:22:05 Removing intermediate container 586866fd345f 08:22:05 ---> 52fd5340b74e 08:22:05 Step 21/21 : LABEL version=0.0.0 08:22:05 ---> Running in fdf5be42ab32 08:22:05 ---> Running in 497e13517bd9 08:22:05 ---> Running in ae18f5c1d01b 08:22:05 Removing intermediate container 6ffa2572c2b8 08:22:05 ---> 7518ffa91356 08:22:05 Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:22:05 Removing intermediate container 494631d9d717 08:22:05 ---> a8258f7cb2fa 08:22:05 Step 21/23 : LABEL arch=x86_64 08:22:05 Removing intermediate container fdf5be42ab32 08:22:05 ---> 5df85fff30ed 08:22:05 08:22:05 ---> Running in 44eac8af1915 08:22:05 Removing intermediate container 497e13517bd9 08:22:05 ---> 7b0cbfab37d9 08:22:05 Step 21/23 : LABEL arch=x86_64 08:22:05 Removing intermediate container ae18f5c1d01b 08:22:05 ---> b024c4478f40 08:22:05 08:22:05 ---> Running in 9926c397d281 08:22:05 Successfully built 5df85fff30ed 08:22:05 Successfully built b024c4478f40 08:22:05 ---> Running in 4e26b9236f3a 08:22:05 Successfully tagged docker-support-scheduler-go:latest 08:22:05  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 08:22:05 Successfully tagged docker-security-proxy-setup-go:latest 08:22:05 Building docker-security-secretstore-setup-go 08:22:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 44eac8af1915 08:22:06 ---> 3ec3d0c3af3a 08:22:06 Step 22/22 : LABEL version=0.0.0 08:22:06 Removing intermediate container 9926c397d281 08:22:06 ---> 332bbfa65a0e 08:22:06 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:22:06 ---> Running in f3e4c443291d 08:22:06 Removing intermediate container 4e26b9236f3a 08:22:06 ---> 7566dcefee07 08:22:06 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:22:06 ---> Running in beafede24273 08:22:06 ---> Running in 963a9c83ec5a 08:22:06 Removing intermediate container f3e4c443291d 08:22:06 ---> fc1ca5ee4afe 08:22:06 08:22:06 Removing intermediate container beafede24273 08:22:06 ---> d88cab8d4cb2 08:22:06 Step 23/23 : LABEL version=0.0.0 08:22:06 Successfully built fc1ca5ee4afe 08:22:06 Successfully tagged docker-support-notifications-go:latest 08:22:06  Building docker-support-notifications-go ... done Building docker-core-data-go 08:22:06 ---> Running in 0723307e11b6 08:22:06 Removing intermediate container 963a9c83ec5a 08:22:06 ---> 8415680d7f2d 08:22:06 Step 23/23 : LABEL version=0.0.0 08:22:07 ---> Running in 4e68948ba547 08:22:07 Removing intermediate container 0723307e11b6 08:22:07 ---> e77e8d5527db 08:22:07 08:22:07 Successfully built e77e8d5527db 08:22:07 Successfully tagged docker-core-metadata-go:latest 08:22:07  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 08:22:07 Removing intermediate container 4e68948ba547 08:22:07 ---> c9eb70a347f7 08:22:07 08:22:07 Successfully built c9eb70a347f7 08:22:07 Successfully tagged docker-core-command-go:latest 08:22:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.107s coverage: 28.6% of statements 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:22:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.314s coverage: 100.0% of statements 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:22:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 08:22:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.431s coverage: 86.7% of statements 08:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements 08:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:22:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements 08:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:22:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.319s coverage: 92.8% of statements 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:22:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 45.5% of statements 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 08:22:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 08:22:34  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:22:34 ---> 4835c8c54314 08:22:34 Step 3/23 : WORKDIR /edgex-go 08:22:34 ---> Using cache 08:22:34 ---> 4b1d74c3a23f 08:22:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:34 ---> Using cache 08:22:34 ---> a7a6bcac0968 08:22:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:22:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:22:34 ---> 4835c8c54314 08:22:34 Step 3/31 : WORKDIR /edgex-go 08:22:34 ---> Using cache 08:22:34 ---> 4b1d74c3a23f 08:22:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:34 ---> Using cache 08:22:34 ---> a7a6bcac0968 08:22:34 Step 5/31 : RUN apk add --update --no-cache make git 08:22:34 ---> Using cache 08:22:34 ---> ab7fd5993ce7 08:22:34 Step 6/31 : COPY go.mod . 08:22:34 ---> Using cache 08:22:34 ---> 14e251c66725 08:22:34 Step 7/31 : RUN go mod download 08:22:34 ---> Using cache 08:22:34 ---> d775fc559a55 08:22:34 Step 8/31 : COPY . . 08:22:34 ---> Using cache 08:22:34 ---> 2e1210037337 08:22:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:22:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:22:34 ---> 4835c8c54314 08:22:34 Step 3/24 : WORKDIR /edgex-go 08:22:34 ---> Using cache 08:22:34 ---> 4b1d74c3a23f 08:22:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:34 ---> Using cache 08:22:34 ---> a7a6bcac0968 08:22:34 Step 5/24 : RUN apk add --update --no-cache make git 08:22:34 ---> Using cache 08:22:34 ---> ab7fd5993ce7 08:22:34 Step 6/24 : COPY go.mod . 08:22:34 ---> Using cache 08:22:34 ---> 14e251c66725 08:22:34 Step 7/24 : RUN go mod download 08:22:34 ---> Using cache 08:22:34 ---> d775fc559a55 08:22:34 Step 8/24 : COPY . . 08:22:34 ---> Using cache 08:22:34 ---> 2e1210037337 08:22:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:22:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:22:34 ---> 4835c8c54314 08:22:34 Step 3/26 : WORKDIR /edgex-go 08:22:34 ---> Using cache 08:22:34 ---> 4b1d74c3a23f 08:22:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:34 ---> Using cache 08:22:34 ---> a7a6bcac0968 08:22:34 Step 5/26 : RUN apk add --update --no-cache make bash git 08:22:34 ---> Running in bba5c71b80e3 08:22:34 ---> Running in 2dc285451259 08:22:34 ---> Running in a6f36ad5d6da 08:22:34 ---> Running in 2f03e60f5040 08:22:34 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 08:22:34 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 08:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements 08:22:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 08:22:36 OK: 233 MiB in 51 packages 08:22:36 OK: 233 MiB in 51 packages 08:22:37 Removing intermediate container bba5c71b80e3 08:22:37 ---> cc3cceae6fa2 08:22:37 Step 6/26 : COPY go.mod . 08:22:37 Removing intermediate container a6f36ad5d6da 08:22:37 ---> ef2ab8a23645 08:22:37 Step 6/23 : COPY go.mod . 08:22:38 ---> 7f2a9cbf81eb 08:22:38 Step 7/26 : RUN go mod download 08:22:38 ---> f2afedea415d 08:22:38 Step 7/23 : RUN go mod download 08:22:38 ---> Running in bd93db475186 08:22:38 ---> Running in 0720eb4b78bb 08:22:41 Removing intermediate container 0720eb4b78bb 08:22:41 ---> 596a76715022 08:22:41 Step 8/23 : COPY . . 08:22:41 Removing intermediate container bd93db475186 08:22:41 ---> 73034d5796af 08:22:41 Step 8/26 : COPY . . 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.494s coverage: 63.5% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.321s coverage: 37.0% of statements 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:22:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.439s coverage: 84.0% of statements 08:22:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 08:22:56 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 08:22: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 08:22:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.0% of statements 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:22:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.166s coverage: 100.0% of statements 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:22:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:22:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.275s coverage: 85.3% of statements 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:22:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.006s coverage: 29.1% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.180s coverage: 100.0% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.125s coverage: 100.0% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:23:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 08:23:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 08:23:06 GO111MODULE=on go vet ./... 08:23:08 Removing intermediate container 2dc285451259 08:23:08 ---> dbf69da9ad55 08:23:08 08:23:08 Step 10/24 : FROM alpine:3.12 08:23:08 ---> b6ba27290961 08:23:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:23:08 ---> 389fef711851 08:23:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:23:08 ---> Running in 1829b848aec2 08:23:08 Removing intermediate container 2f03e60f5040 08:23:08 ---> e393a3627a02 08:23:08 08:23:08 Step 10/31 : FROM alpine:3.12 08:23:08 ---> 389fef711851 08:23:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:23:08 ---> 9d45bcc6985a 08:23:08 Step 9/23 : RUN make cmd/core-data/core-data 08:23:08 ---> Running in e4d1db8ea8c0 08:23:08 ---> Running in 4ba2c6cc1b69 08:23:08 ---> Running in 437efda1b883 08:23:08 Removing intermediate container 437efda1b883 08:23:08 ---> 1d9b69031800 08:23:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:23:08 ---> Running in 5d560c6da77e 08:23:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:23:09 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 08:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:23:09 (1/5) Installing ca-certificates (20191127-r4) 08:23:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:23:09 (3/5) Installing libcurl (7.69.1-r3) 08:23:09 (4/5) Installing curl (7.69.1-r3) 08:23:09 (5/5) Installing dumb-init (1.2.2-r1) 08:23:09 Executing busybox-1.31.1-r19.trigger 08:23:09 (1/2) Installing dumb-init (1.2.2-r1) 08:23:09 (2/2) Installing su-exec (0.2-r1) 08:23:09 Executing ca-certificates-20191127-r4.trigger 08:23:09 Executing busybox-1.31.1-r19.trigger 08:23:09 OK: 6 MiB in 16 packages 08:23:09 OK: 7 MiB in 19 packages 08:23:10 Removing intermediate container 5d560c6da77e 08:23:10 ---> 96502616b68d 08:23:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:23:12 ---> Running in 1a36830a3dd1 08:23:12 Removing intermediate container e4d1db8ea8c0 08:23:12 ---> 312db556091d 08:23:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:23:12 ---> Running in c30cc2b12b97 08:23:12 Removing intermediate container 1a36830a3dd1 08:23:12 ---> 00be33c2016c 08:23:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:23:13 ---> Running in cfecefadd608 08:23:13 Removing intermediate container c30cc2b12b97 08:23:13 ---> da3b72bcf1cd 08:23:13 Step 13/24 : WORKDIR / 08:23:14 ---> Running in 312684aca9bf 08:23:14 Removing intermediate container cfecefadd608 08:23:14 ---> 19d69a8fa5e5 08:23:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:23:14 ---> Running in b6b13703a498 08:23:14 Removing intermediate container 312684aca9bf 08:23:14 ---> d728396e8500 08:23:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:23:15 ---> c99b1aa5c937 08:23:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:23:15 ---> 9719231b03c3 08:23:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:23:15 ---> 5bf14f1e7a7a 08:23:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:23:16 Removing intermediate container b6b13703a498 08:23:16 ---> feb1740ac564 08:23:16 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:23:16 ---> Running in 971aa3906a45 08:23:17 Removing intermediate container 971aa3906a45 08:23:17 ---> 37ea09e09e64 08:23:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:23:17 ---> 53bcdb823fda 08:23:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:23:17 ---> c2feac7a9caf 08:23:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:23:17 ---> Running in ca6aa8a501f5 08:23:18 ---> 8a485d4e5eb5 08:23:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:23:19 ---> 532ee22b8724 08:23:19 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/ 08:23:19 ---> Running in d36736d4f49d 08:23:19 Removing intermediate container ca6aa8a501f5 08:23:19 ---> d8cf3f5bc6ea 08:23:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:23:20 ---> c45ce9cf3c6d 08:23:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:23:21 Removing intermediate container d36736d4f49d 08:23:21 ---> c93f10b1cd05 08:23:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:23:22 ---> 674e2f7eb3dd 08:23:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:23:22 ---> Running in 3f3697bad74c 08:23:22 Removing intermediate container 3f3697bad74c 08:23:22 ---> c1c28d8167c2 08:23:22 Step 22/24 : LABEL arch=x86_64 08:23:22 ---> Running in ab1c5440614a 08:23:22 ---> 890b4503de8b 08:23:22 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:23:22 Removing intermediate container ab1c5440614a 08:23:22 ---> 2bb7fb284a54 08:23:22 Step 23/24 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:23:23 ---> Running in bee472d6a539 08:23:23 ---> 0bf6b31ab2db 08:23:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:23:23 Removing intermediate container bee472d6a539 08:23:23 ---> 25e0e0c6a1b7 08:23:23 Step 24/24 : LABEL version=0.0.0 08:23:23 ---> Running in 95ecab611e13 08:23:23 ---> b66cf578afc9 08:23:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:23:24 ---> Running in 23a9b74957dd 08:23:24 Removing intermediate container 95ecab611e13 08:23:24 ---> 1cdc4198730b 08:23:24 08:23:25 Successfully built 1cdc4198730b 08:23:25 Successfully tagged docker-security-secretstore-setup-go:latest 08:23:25  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1829b848aec2 08:23:25 ---> 2b680449c53d 08:23:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:23:25 Removing intermediate container 23a9b74957dd 08:23:25 ---> 1fe666615a01 08:23:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:23:25 ---> Running in 43a1cc03c1ef 08:23:26 ---> afbc1bbdde0e 08:23:26 Step 26/31 : RUN chmod +x /entrypoint.sh 08:23:26 ---> Running in a079191d8e2c 08:23:26 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 08:23:27 Removing intermediate container a079191d8e2c 08:23:27 ---> 2261981b704c 08:23:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:23:27 ---> Running in 0c156cb8edfe 08:23:27 Removing intermediate container 43a1cc03c1ef 08:23:27 ---> c09f22cc066c 08:23:27 08:23:27 Step 11/26 : FROM docker:20.10.0 08:23:28 20.10.0: Pulling from library/docker 08:23:29 Removing intermediate container 0c156cb8edfe 08:23:29 ---> c1fa7d3fc520 08:23:29 Step 28/31 : CMD ["gate"] 08:23:30 ---> Running in 252ed648021b 08:23:30 Removing intermediate container 252ed648021b 08:23:30 ---> 12326bc61d1e 08:23:30 Step 29/31 : LABEL arch=x86_64 08:23:33 ---> Running in 2757bf295fe5 08:23:33 Removing intermediate container 4ba2c6cc1b69 08:23:33 ---> b569c11d74fa 08:23:33 08:23:33 Step 10/23 : FROM alpine:3.12 08:23:33 ---> 389fef711851 08:23:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:23:33 Removing intermediate container 2757bf295fe5 08:23:33 ---> 47b0fe1d21d6 08:23:33 Step 30/31 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:23:33 ---> Running in af5abcc60b38 08:23:33 ---> Running in 6c5c1cdefc53 08:23:33 Removing intermediate container af5abcc60b38 08:23:33 ---> 975184899cc2 08:23:33 Step 12/23 : ENV APP_PORT=48080 08:23:33 ---> Running in 8c0b7bd69c69 08:23:33 Removing intermediate container 6c5c1cdefc53 08:23:33 ---> 110b5fd22ea1 08:23:33 Step 31/31 : LABEL version=0.0.0 08:23:34 ---> Running in 3be117e1fc0d 08:23:34 Removing intermediate container 8c0b7bd69c69 08:23:34 ---> 55c9bb681f68 08:23:34 Step 13/23 : EXPOSE $APP_PORT 08:23:34 ---> Running in 0619f515c5f7 08:23:34 Removing intermediate container 3be117e1fc0d 08:23:34 ---> 10fcfa2506ce 08:23:34 08:23:34 Removing intermediate container 0619f515c5f7 08:23:34 ---> eef3f5950750 08:23:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:23:34 Successfully built 10fcfa2506ce 08:23:34 ---> Running in e0856d46552b 08:23:34 Successfully tagged docker-security-bootstrapper-go:latest 08:23:34  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:23:34 Status: Downloaded newer image for docker:20.10.0 08:23:34 ---> aefe523efa57 08:23:34 Step 12/26 : RUN apk add --no-cache bash 08:23:34 ---> Running in c658df3b9526 08:23:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:23:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:23:35 (1/2) Installing readline (8.0.4-r0) 08:23:35 (2/2) Installing bash (5.0.17-r0) 08:23:35 Executing bash-5.0.17-r0.post-install 08:23:35 Executing busybox-1.31.1-r19.trigger 08:23:35 OK: 12 MiB in 22 packages 08:23:35 Removing intermediate container e0856d46552b 08:23:35 ---> dad0509732e2 08:23:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:23:35 ---> Running in 7c2478a5fbe4 08:23:36 Removing intermediate container c658df3b9526 08:23:36 ---> 9de845c45306 08:23:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:23:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:23:36 ---> Running in 69e80c8213a0 08:23:36 Removing intermediate container 69e80c8213a0 08:23:36 ---> ecd0fb1609ad 08:23:36 Step 14/26 : ENV APP_PORT=48090 08:23:36 ---> Running in e7b7e0a375c6 08:23:36 Removing intermediate container e7b7e0a375c6 08:23:36 ---> e1a734e7b5ce 08:23:36 Step 15/26 : EXPOSE $APP_PORT 08:23:36 ---> Running in 3f605f5de4b7 08:23:37 Removing intermediate container 3f605f5de4b7 08:23:37 ---> 696554eefc94 08:23:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:23:37 ---> ab6b78c8fc74 08:23:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:23:37 ---> f0dcb8e67d9a 08:23:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:23:37 (1/6) Installing dumb-init (1.2.2-r1) 08:23:38 ---> 92dbd783216e 08:23:38 Step 19/26 : RUN apk --no-cache add py3-pip 08:23:38 (2/6) Installing libgcc (9.3.0-r2) 08:23:38 (3/6) Installing libsodium (1.0.18-r0) 08:23:38 (4/6) Installing libstdc++ (9.3.0-r2) 08:23:38 (5/6) Installing libzmq (4.3.3-r0) 08:23:38 (6/6) Installing zeromq (4.3.3-r0) 08:23:38 ---> Running in ae9b48f7e3f5 08:23:38 Executing busybox-1.31.1-r19.trigger 08:23:38 OK: 8 MiB in 20 packages 08:23:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:23:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:23:39 Removing intermediate container 7c2478a5fbe4 08:23:39 ---> 09c501f1c596 08:23:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:23:39 (1/33) Installing libbz2 (1.0.8-r1) 08:23:39 (2/33) Installing expat (2.2.9-r1) 08:23:39 (3/33) Installing libffi (3.3-r2) 08:23:39 (4/33) Installing gdbm (1.13-r1) 08:23:39 (5/33) Installing xz-libs (5.2.5-r0) 08:23:39 (6/33) Installing sqlite-libs (3.32.1-r0) 08:23:39 (7/33) Installing python3 (3.8.5-r0) 08:23:40 ---> 95f5b35f666f 08:23:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:23:45 ---> bc1899ff259e 08:23:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:23:45 (8/33) Installing py3-appdirs (1.4.4-r1) 08:23:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:23:45 (10/33) Installing py3-parsing (2.4.7-r0) 08:23:45 (11/33) Installing py3-six (1.15.0-r0) 08:23:45 (12/33) Installing py3-packaging (20.4-r0) 08:23:45 (13/33) Installing py3-setuptools (47.0.0-r0) 08:23:45 (14/33) Installing py3-chardet (3.0.4-r4) 08:23:45 (15/33) Installing py3-idna (2.9-r0) 08:23:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:23:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:23:45 (18/33) Installing py3-requests (2.23.0-r0) 08:23:45 (19/33) Installing py3-msgpack (1.0.0-r0) 08:23:45 (20/33) Installing py3-lockfile (0.12.2-r3) 08:23:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:23:45 (22/33) Installing py3-colorama (0.4.3-r0) 08:23:45 (23/33) Installing py3-distlib (0.3.0-r0) 08:23:45 (24/33) Installing py3-distro (1.5.0-r1) 08:23:45 (25/33) Installing py3-webencodings (0.5.1-r3) 08:23:45 (26/33) Installing py3-html5lib (1.0.1-r4) 08:23:45 ---> c9c91330d0dc 08:23:45 Step 19/23 : ENTRYPOINT ["/core-data"] 08:23:46 (27/33) Installing py3-pytoml (0.1.21-r0) 08:23:46 (28/33) Installing py3-pep517 (0.8.2-r0) 08:23:46 (29/33) Installing py3-progress (1.5-r0) 08:23:46 (30/33) Installing py3-toml (0.10.1-r0) 08:23:46 (31/33) Installing py3-retrying (1.3.3-r0) 08:23:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:23:46 (33/33) Installing py3-pip (20.1.1-r0) 08:23:46 ---> Running in 009dabbd39bf 08:23:46 Executing busybox-1.31.1-r19.trigger 08:23:46 OK: 71 MiB in 55 packages 08:23:47 Removing intermediate container 009dabbd39bf 08:23:47 ---> 6ecf0d8dfc61 08:23:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:23:47 ---> Running in 5f1105ddc202 08:23:47 Removing intermediate container 5f1105ddc202 08:23:47 ---> f136d6eb38a5 08:23:47 Step 21/23 : LABEL arch=x86_64 08:23:49 ---> Running in 203ccabde47c 08:23:52 Removing intermediate container 203ccabde47c 08:23:52 ---> 85528f0165aa 08:23:52 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:23:52 ---> Running in 2b96a2a3a84d 08:23:52 Removing intermediate container ae9b48f7e3f5 08:23:52 ---> fa312b68a68a 08:23:52 Step 20/26 : RUN pip install docker-compose==1.23.2 08:23:52 ---> Running in e2592c896769 08:23:52 Removing intermediate container 2b96a2a3a84d 08:23:52 ---> 3703697b5d12 08:23:52 Step 23/23 : LABEL version=0.0.0 08:23:52 ---> Running in 85847f889ee8 08:23:53 Removing intermediate container 85847f889ee8 08:23:53 ---> 6737d2bcef12 08:23:53 08:23:53 Successfully built 6737d2bcef12 08:23:53 Successfully tagged docker-core-data-go:latest 08:23:54  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 08:23:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:23:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:23:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:23:54 Collecting docopt<0.7,>=0.6.1 08:23:55 Downloading docopt-0.6.2.tar.gz (25 kB) 08:23:55 Collecting websocket-client<1.0,>=0.32.0 08:23:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:23:55 Collecting cached-property<2,>=1.2.0 08:23:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:23:55 Collecting texttable<0.10,>=0.9.0 08:23:55 Downloading texttable-0.9.1.tar.gz (11 kB) 08:23:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:23:56 Collecting dockerpty<0.5,>=0.4.1 08:23:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:23:56 Collecting jsonschema<3,>=2.5.1 08:23:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:23:57 Collecting docker<4.0,>=3.6.0 08:23:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:23:57 Collecting PyYAML<4,>=3.10 08:23:57 Downloading PyYAML-3.13.tar.gz (270 kB) 08:23:58 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) 08:23:58 Collecting idna<2.8,>=2.5 08:23:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:23:58 Collecting urllib3<1.25,>=1.21.1 08:23:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:23:58 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) 08:23:58 Collecting docker-pycreds>=0.4.0 08:23:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:23:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:23:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:23:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:23:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:23:58 Installing collected packages: idna, urllib3, requests, docopt, websocket-client, cached-property, texttable, dockerpty, jsonschema, docker-pycreds, docker, PyYAML, docker-compose 08:23:58 Attempting uninstall: idna 08:23:58 Found existing installation: idna 2.9 08:23:58 Uninstalling idna-2.9: 08:23:58 Successfully uninstalled idna-2.9 08:23:59 Attempting uninstall: urllib3 08:23:59 Found existing installation: urllib3 1.25.9 08:23:59 Uninstalling urllib3-1.25.9: 08:23:59 Successfully uninstalled urllib3-1.25.9 08:23:59 Attempting uninstall: requests 08:23:59 Found existing installation: requests 2.23.0 08:23:59 Uninstalling requests-2.23.0: 08:23:59 Successfully uninstalled requests-2.23.0 08:23:59 Running setup.py install for docopt: started 08:23:59 Running setup.py install for docopt: finished with status 'done' 08:23:59 Running setup.py install for texttable: started 08:24:00 Running setup.py install for texttable: finished with status 'done' 08:24:00 Running setup.py install for dockerpty: started 08:24:00 Running setup.py install for dockerpty: finished with status 'done' 08:24:01 Running setup.py install for PyYAML: started 08:24:01 Running setup.py install for PyYAML: finished with status 'done' 08:24:02 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 08:24:05 Removing intermediate container e2592c896769 08:24:05 ---> 08effec183d7 08:24:05 Step 21/26 : RUN apk --no-cache add curl 08:24:05 ---> Running in 0792d2970b6f 08:24:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:24:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:24:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:24:06 (2/3) Installing libcurl (7.69.1-r3) 08:24:06 (3/3) Installing curl (7.69.1-r3) 08:24:06 Executing busybox-1.31.1-r19.trigger 08:24:06 OK: 72 MiB in 58 packages 08:24:06 Removing intermediate container 0792d2970b6f 08:24:06 ---> afa017de61d1 08:24:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:24:06 ---> Running in 77d831e9fc8a 08:24:06 Removing intermediate container 77d831e9fc8a 08:24:06 ---> 7cb3443be432 08:24:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:24:06 ---> Running in 48bc99a553f8 08:24:06 Removing intermediate container 48bc99a553f8 08:24:06 ---> 903e747d8c1f 08:24:06 Step 24/26 : LABEL arch=x86_64 08:24:06 ---> Running in 43806455d722 08:24:07 Removing intermediate container 43806455d722 08:24:07 ---> a7900141831a 08:24:07 Step 25/26 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:24:07 ---> Running in f034210b9d08 08:24:07 Removing intermediate container f034210b9d08 08:24:07 ---> 969030d0edbc 08:24:07 Step 26/26 : LABEL version=0.0.0 08:24:07 ---> Running in ebf325a0e209 08:24:07 Removing intermediate container ebf325a0e209 08:24:07 ---> c9e0f44a5658 08:24:07 08:24:07 Successfully built c9e0f44a5658 08:24:07 Successfully tagged docker-sys-mgmt-agent-go:latest 08:24:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:24:08 $ docker stop --time=1 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a 08:24:09 $ docker rm -f 2b836e5705d75fde9977c39210bad466675bb8730389299e6a99dc96a997591a [Pipeline] // withDockerContainer [Pipeline] sh 08:24:10 + docker images 08:24:10 + grep docker 08:24:10 docker-sys-mgmt-agent-go latest c9e0f44a5658 3 seconds ago 313MB 08:24:10 docker-core-data-go latest 6737d2bcef12 18 seconds ago 22.3MB 08:24:10 docker-security-bootstrapper-go latest 10fcfa2506ce 36 seconds ago 23.8MB 08:24:10 docker-security-secretstore-setup-go latest 1cdc4198730b 47 seconds ago 24.6MB 08:24:10 docker-core-command-go latest c9eb70a347f7 2 minutes ago 16.9MB 08:24:10 docker-support-notifications-go latest fc1ca5ee4afe 2 minutes ago 17.5MB 08:24:10 docker-core-metadata-go latest e77e8d5527db 2 minutes ago 18.8MB 08:24:10 docker-security-proxy-setup-go latest b024c4478f40 2 minutes ago 24.4MB 08:24:10 docker-support-scheduler-go latest 5df85fff30ed 2 minutes ago 17MB 08:24:10 docker 20.10.0 aefe523efa57 8 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 08:24:26 Still waiting to schedule task 08:24:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:24:28 gofmt -l . 08:24:28 [ "`gofmt -l .`" = "" ] 08:24:28 ./bin/test-go-mod-tidy.sh 08:24:28 ./bin/test-attribution-txt.sh [Pipeline] sh 08:24:28 + ls -al . 08:24:28 total 716 08:24:28 drwxrwxr-x 9 1001 1001 4096 Feb 5 08:24 . 08:24:28 drwxr-xr-x 4 root root 4096 Feb 5 08:20 .. 08:24:28 -rw-rw-r-- 1 1001 1001 11 Feb 5 08:18 .dockerignore 08:24:28 drwxrwxr-x 8 1001 1001 4096 Feb 5 08:18 .git 08:24:28 drwxrwxr-x 3 1001 1001 4096 Feb 5 08:18 .github 08:24:28 -rw-rw-r-- 1 1001 1001 872 Feb 5 08:18 .gitignore 08:24:28 -rw-rw-r-- 1 1001 1001 166 Feb 5 08:18 .sonarcloud.properties 08:24:28 -rw-rw-r-- 1 1001 1001 7859 Feb 5 08:18 Attribution.txt 08:24:28 -rw-rw-r-- 1 1001 1001 3804 Feb 5 08:18 CONTRIBUTING.md 08:24:28 -rw-rw-r-- 1 1001 1001 931 Feb 5 08:18 Dockerfile.build 08:24:28 -rw-rw-r-- 1 1001 1001 863 Feb 5 08:18 Jenkinsfile 08:24:28 -rw-rw-r-- 1 1001 1001 10775 Feb 5 08:18 LICENSE 08:24:28 -rw-rw-r-- 1 1001 1001 6001 Feb 5 08:18 Makefile 08:24:28 -rw-rw-r-- 1 1001 1001 6524 Feb 5 08:18 README.md 08:24:28 -rw-rw-r-- 1 1001 1001 6755 Feb 5 08:18 SECURITY.md 08:24:28 -rw-rw-r-- 1 1001 1001 5 Feb 5 08:16 VERSION 08:24:28 -rw-rw-r-- 1 1001 1001 4131 Feb 5 08:18 ZMQWindows.md 08:24:28 drwxrwxr-x 2 1001 1001 4096 Feb 5 08:18 bin 08:24:28 drwxrwxr-x 15 1001 1001 4096 Feb 5 08:18 cmd 08:24:28 -rw-r--r-- 1 root root 585363 Feb 5 08:23 coverage.out 08:24:28 -rw-r--r-- 1 root root 1054 Feb 5 08:24 go.mod 08:24:28 -rw-r--r-- 1 root root 19290 Feb 5 08:24 go.sum 08:24:28 drwxrwxr-x 8 1001 1001 4096 Feb 5 08:18 internal 08:24:28 drwxrwxr-x 4 1001 1001 4096 Feb 5 08:18 openapi 08:24:28 drwxrwxr-x 4 1001 1001 4096 Feb 5 08:18 snap 08:24:28 -rw-rw-r-- 1 1001 1001 168 Feb 5 08:18 version.go [Pipeline] sh 08:24:29 + '[' -e coverage.out ] 08:24:29 + chown 1001:1001 coverage.out [Pipeline] stash 08:24:29 Warning: overwriting stash ‘coverage-report’ 08:24:30 Stashed 1 file(s) [Pipeline] sh 08:24:31 + make build 08:24:31 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 08:24:43 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 08:25:06 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 08:25:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:25:15 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 08:25:17 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 08:25:19 Running on prd-ubuntu18.04-docker-8c-8g-25242 in /w/workspace/edgexfoundry_edgex-go_PR-3142 [Pipeline] { [Pipeline] ws 08:25:19 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:25:22 using credential edgex-jenkins-ssh 08:25:22 Cloning the remote Git repository 08:25:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:25:22 > git init /w/workspace/edgex-go/2 # timeout=10 08:25:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:25:22 > git --version # timeout=10 08:25:22 > git --version # 'git version 2.17.1' 08:25:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:25:24 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 08:25:29 Merging remotes/origin/master commit 261101cd65b57382b3139275d947e2afb77006cd into PR head commit e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:25:29 Merge succeeded, producing e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:25:29 Checking out Revision e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe (PR-3142) 08:25:29 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 08:25:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:25:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:25:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:25:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:25:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3142/head:refs/remotes/origin/PR-3142 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:25:29 > git config core.sparsecheckout # timeout=10 08:25:29 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 08:25:29 > git remote # timeout=10 08:25:29 > git config --get remote.origin.url # timeout=10 08:25:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:29 > git merge 261101cd65b57382b3139275d947e2afb77006cd # timeout=10 08:25:29 > git rev-parse HEAD^{commit} # timeout=10 08:25:29 > git config core.sparsecheckout # timeout=10 08:25:29 > git checkout -f e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe # timeout=10 08:25:32 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 08:25:33 Commit message: "docs(all): add apiVersion to all request objects and update DELETE status code" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:25:34 + echo snap-build.sh 08:25:34 snap-build.sh 08:25:34 + SNAP_BASE_DIR=. 08:25:34 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:25:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:25:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:25:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:25:34 + cd /w/workspace/edgex-go/2 08:25:34 + sudo apt-get remove -qy --purge lxd lxd-client 08:25:34 Reading package lists... 08:25:34 Building dependency tree... 08:25:34 Reading state information... 08:25:34 The following packages were automatically installed and are no longer required: 08:25:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:25:34 uidmap xdelta3 08:25:34 Use 'sudo apt autoremove' to remove them. 08:25:34 The following packages will be REMOVED: 08:25:34 lxd* lxd-client* 08:25:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:25:34 After this operation, 31.7 MB disk space will be freed. 08:25:35 (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.) 08:25:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:25:36 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 08:25:36 Removing lxd dnsmasq configuration 08:25:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:25:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:25:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:25:38 (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.) 08:25:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:25:39 Processing triggers for systemd (237-3ubuntu10.42) ... 08:25:39 Processing triggers for ureadahead (0.100.0-21) ... 08:25:39 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 08:25:40 + sudo snap remove --purge lxd 08:25:40 snap "lxd" is not installed 08:25:40 + sudo groupadd --force --system lxd 08:25:40 ++ whoami 08:25:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:25:40 + newgrp - lxd 08:25:40 + sudo snap install lxd 08:25:45 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 08:25:48 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 08:25:50 2021-02-05T08:25:47Z INFO Waiting for automatic snapd restart... [Pipeline] } 08:25:54 $ docker stop --time=1 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 08:25:56 $ docker rm -f 50554dbdd925bef7f8599dc031348e03ec28174420cbadc6bdb85d99e50a1133 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:25:58 08:25:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:25:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:25:59 latest: Pulling from edgex-devops/edgex-compose-arm64 08:25:59 29e5d40040c1: Pulling fs layer 08:25:59 1ce36da41761: Pulling fs layer 08:25:59 25b303627fd3: Pulling fs layer 08:25:59 29e5d40040c1: Verifying Checksum 08:25:59 29e5d40040c1: Download complete 08:26:00 1ce36da41761: Verifying Checksum 08:26:00 1ce36da41761: Download complete 08:26:00 29e5d40040c1: Pull complete 08:26:01 1ce36da41761: Pull complete 08:26:01 25b303627fd3: Verifying Checksum 08:26:01 25b303627fd3: Download complete 08:26:09 lxd 4.10 from Canonical* installed 08:26:09 + sudo lxd init --auto 08:26:11 25b303627fd3: Pull complete 08:26:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:26:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:26:12 prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container 08:26:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 08:26:15 $ docker top 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:16 + docker-compose build --help 08:26:16 + grep parallel 08:26:17 + sudo snap install --classic snapcraft 08:26:19 --parallel Build images in parallel. [Pipeline] } 08:26:20 $ docker stop --time=1 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab 08:26:21 snapcraft 4.4.4 from Canonical* installed 08:26:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:26:21 + patch --verbose -p1 08:26:21 Hmm... Looks like a unified diff to me... 08:26:21 The text leading up to this was: 08:26:21 -------------------------- 08:26:21 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:26:21 |From: Tony Espy 08:26:21 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:26:21 |Subject: [PATCH] optimize snap build for pipeline CI check 08:26:21 | 08:26:21 |This patch is used by the EdgeX CI pipeline builds to 08:26:21 |optimize the snap CI check run for pull requests. When 08:26:21 |applied, it essentially strips out everything (apps and 08:26:21 |parts) from the snapcraft.yaml file except those required 08:26:21 |to build edgex-go, as the whole idea of the CI check is to 08:26:21 |catch changes to edgex-go that break the snap build. 08:26:21 | 08:26:21 |In general, anyone updating snapcraft.yaml will also need 08:26:21 |to update this patch file, otherwise it may fail to apply, 08:26:21 |resulting in a failed snap build CI check in the associated 08:26:21 |pull request. 08:26:21 | 08:26:21 |Note - in addition to applying this patch, the pipeline also 08:26:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:26:21 |need to build the finally binary .snap file (and it won't 08:26:21 |work with the patch applied). This further reduces the build 08:26:21 |time. 08:26:21 |--- 08:26:21 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:26:21 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:26:21 | 08:26:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:26:21 |index 1e537489..faf42425 100644 08:26:21 |--- a/snap/snapcraft.yaml 08:26:21 |+++ b/snap/snapcraft.yaml 08:26:21 -------------------------- 08:26:21 patching file snap/snapcraft.yaml 08:26:21 Using Plan A... 08:26:21 Hunk #1 succeeded at 73. 08:26:21 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 08:26:21 Hunk #3 succeeded at 214 (offset -1 lines). 08:26:21 Hunk #4 succeeded at 222 (offset -1 lines). 08:26:21 Hunk #5 succeeded at 229 (offset -1 lines). 08:26:21 Hunk #6 succeeded at 256 (offset -1 lines). 08:26:21 Hunk #7 succeeded at 290 (offset -1 lines). 08:26:21 Hunk #8 succeeded at 342. 08:26:21 Hmm... Ignoring the trailing garbage. 08:26:21 done 08:26:21 + sudo snapcraft prime --use-lxd 08:26:22 $ docker rm -f 79030c4156d7eec60c97c99a0ed0f960222596853e83f6fd55a9e64a4bb297ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:26:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:26:22 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: 08:26:22 - README.md 08:26:22 - snapcraft.yaml.orig 08:26:22 08:26:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:26:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:26:23 . [Pipeline] withDockerContainer 08:26:23 prd-ubuntu18.04-docker-arm64-4c-16g-25241 does not seem to be running inside a container 08:26:23 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:26:23 Launching a container. 08:26:24 $ docker top 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:25 + docker-compose -f ./docker-compose-build.yml build --parallel 08:26:30 Building docker-core-command-go ... 08:26:30 Building docker-core-data-go ... 08:26:30 Building docker-core-metadata-go ... 08:26:30 Building docker-security-bootstrapper-go ... 08:26:30 Building docker-security-proxy-setup-go ... 08:26:30 Building docker-security-secretstore-setup-go ... 08:26:30 Building docker-support-notifications-go ... 08:26:30 Building docker-support-scheduler-go ... 08:26:30 Building docker-sys-mgmt-agent-go ... 08:26:30 Building docker-core-data-go 08:26:30 Building docker-security-secretstore-setup-go 08:26:30 Building docker-support-notifications-go 08:26:30 Building docker-support-scheduler-go 08:26:30 Building docker-security-bootstrapper-go 08:26:36 Waiting for container to be ready 08:26:36 To start your first instance, try: lxc launch ubuntu:18.04 08:26:36 08:26:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:26:39 Waiting for network to be ready... 08:26:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:26:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:26:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 08:26:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:26:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:26:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:26:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:26:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 08:26:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:26:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:26:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:26:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 08:26:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:26:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:26:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:26:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 08:26:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 08:26:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:26:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:26:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 08:26:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 08:26:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:26:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:26:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:26:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:26:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 08:26:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 08:26:43 Fetched 23.9 MB in 4s (5560 kB/s) 08:26:44 Reading package lists... 08:26:44 Reading package lists... 08:26:44 Building dependency tree... 08:26:44 Reading state information... 08:26:44 The following additional packages will be installed: 08:26:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:26:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:26:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:26:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:26:44 Suggested packages: 08:26:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:26:44 Recommended packages: 08:26:44 gnupg libsasl2-modules 08:26:44 The following NEW packages will be installed: 08:26:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:26:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:26:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:26:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:26:44 The following packages will be upgraded: 08:26:44 gpg gpg-agent gpgconf libudev1 08:26:44 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 08:26:44 Need to get 3533 kB of archives. 08:26:44 After this operation, 13.3 MB of additional disk space will be used. 08:26:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:26:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:26:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:26:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:26:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:26:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:26:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:26:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:26:45 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 08:26:45 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 08:26:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:26:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:26:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:26:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:26:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:26:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:26:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:26:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:26:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:26:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:26:46 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:26:46 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:26:46 debconf: delaying package configuration, since apt-utils is not installed 08:26:46 Fetched 3533 kB in 1s (3048 kB/s) 08:26:46 (Reading database ... 12511 files and directories currently installed.) 08:26:46 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 08:26:46 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:26:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 08:26:46 Selecting previously unselected package udev. 08:26:46 (Reading database ... 12511 files and directories currently installed.) 08:26:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 08:26:46 Unpacking udev (237-3ubuntu10.44) ... 08:26:46 Selecting previously unselected package libfuse2:amd64. 08:26:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:26:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:26:46 Selecting previously unselected package fuse. 08:26:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:26:46 Unpacking fuse (2.9.7-1ubuntu1) ... 08:26:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:26:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:26:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:26:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:26:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:26:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:26:47 Selecting previously unselected package libksba8:amd64. 08:26:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:26:47 Unpacking libksba8:amd64 (1.3.5-2) ... 08:26:47 Selecting previously unselected package libroken18-heimdal:amd64. 08:26:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:26:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:26:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:26:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:47 Selecting previously unselected package libwind0-heimdal:amd64. 08:26:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:26:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:26:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:26:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:26:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:26:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:48 Selecting previously unselected package libsasl2-modules-db:amd64. 08:26:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:26:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:26:48 Selecting previously unselected package libsasl2-2:amd64. 08:26:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:26:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:26:48 Selecting previously unselected package libldap-common. 08:26:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:26:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:26:48 Selecting previously unselected package libldap-2.4-2:amd64. 08:26:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:26:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:26:48 Selecting previously unselected package dirmngr. 08:26:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:26:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:26:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:26:49 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:26:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:26:49 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:26:49 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:26:49 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:26:49 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:49 Setting up libksba8:amd64 (1.3.5-2) ... 08:26:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:26:49 Setting up udev (237-3ubuntu10.44) ... 08:26:49 invoke-rc.d: policy-rc.d denied execution of start. 08:26:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:49 Processing triggers for systemd (237-3ubuntu10) ... 08:26:49 Setting up fuse (2.9.7-1ubuntu1) ... 08:26:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:26:49 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:26:50 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:26:50 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:26:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:26:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:26:50 settings in the [Install] section, and DefaultInstance for template units). 08:26:50 This means they are not meant to be enabled using systemctl. 08:26:50 Possible reasons for having this kind of units are: 08:26:50 1) A unit may be statically enabled by being symlinked from another unit's 08:26:50 .wants/ or .requires/ directory. 08:26:50 2) A unit's purpose may be to act as a helper for some other unit which has 08:26:50 a requirement dependency on it. 08:26:50 3) A unit may be started when needed via activation (socket, path, timer, 08:26:50 D-Bus, udev, scripted systemctl call, ...). 08:26:50 4) In case of template units, the unit is meant to be enabled with some 08:26:50 instance name specified. 08:26:51 Reading package lists... 08:26:51 Building dependency tree... 08:26:51 Reading state information... 08:26:51 The following additional packages will be installed: 08:26:51 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:26:51 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:26:51 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:26:51 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:26:51 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:26:51 Suggested packages: 08:26:51 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:26:51 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:26:51 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:26:51 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:26:51 systemd-container policykit-1 08:26:51 Recommended packages: 08:26:51 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:26:51 The following NEW packages will be installed: 08:26:51 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:26:51 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:26:51 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:26:51 multiarch-support openssh-client python3 python3-minimal python3.6 08:26:51 python3.6-minimal snapd squashfs-tools sudo 08:26:51 The following packages will be upgraded: 08:26:51 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:26:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 08:26:51 Need to get 35.2 MB of archives. 08:26:51 After this operation, 141 MB of additional disk space will be used. 08:26:51 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 08:26:51 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:26:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:26:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:26:52 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 08:26:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:26:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:26:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:26:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:26:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:26:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:26:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:26:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:26:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:26:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:26:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:26:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:26:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:26:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:26:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:26:52 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:26:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:26:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:26:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:26:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:26:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:26:52 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:26:52 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:26:52 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:26:52 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:26:53 debconf: delaying package configuration, since apt-utils is not installed 08:26:53 Fetched 35.2 MB in 2s (16.8 MB/s) 08:26:53 (Reading database ... 12757 files and directories currently installed.) 08:26:53 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 08:26:54 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:26:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 08:26:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:26:54 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 08:26:54 (Reading database ... 12757 files and directories currently installed.) 08:26:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:26:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:26:54 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:26:54 (Reading database ... 12757 files and directories currently installed.) 08:26:54 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:26:54 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:26:55 Setting up apt (1.6.12ubuntu0.2) ... 08:26:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:26:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:26:55 (Reading database ... 12764 files and directories currently installed.) 08:26:55 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:26:55 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:26:56 Selecting previously unselected package libpython3.6-minimal:amd64. 08:26:56 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:26:56 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:26:56 Selecting previously unselected package libexpat1:amd64. 08:26:56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:26:56 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:26:56 Selecting previously unselected package python3.6-minimal. 08:26:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:26:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:26:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:26:57 Checking for services that may need to be restarted...done. 08:26:57 Checking for services that may need to be restarted...done. 08:26:57 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:26:57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:26:57 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:26:57 Selecting previously unselected package python3-minimal. 08:26:57 (Reading database ... 13012 files and directories currently installed.) 08:26:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:26:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:26:57 Selecting previously unselected package mime-support. 08:26:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:26:57 Unpacking mime-support (3.60ubuntu1) ... 08:26:57 Selecting previously unselected package libmpdec2:amd64. 08:26:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:26:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:26:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:26:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:26:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:26:58 Selecting previously unselected package python3.6. 08:26:58 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:26:58 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:26:58 Selecting previously unselected package libpython3-stdlib:amd64. 08:26:58 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:26:58 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:26:58 Setting up python3-minimal (3.6.7-1~18.04) ... 08:26:58 Selecting previously unselected package python3. 08:26:58 (Reading database ... 13442 files and directories currently installed.) 08:26:58 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:26:58 Unpacking python3 (3.6.7-1~18.04) ... 08:26:59 Selecting previously unselected package multiarch-support. 08:26:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:26:59 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:26:59 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:26:59 Selecting previously unselected package liblzo2-2:amd64. 08:26:59 (Reading database ... 13479 files and directories currently installed.) 08:26:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:26:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:26:59 Selecting previously unselected package libbsd0:amd64. 08:26:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:26:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:26:59 Selecting previously unselected package sudo. 08:26:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:26:59 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:26:59 Selecting previously unselected package apparmor. 08:26:59 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:26:59 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:26:59 Selecting previously unselected package libedit2:amd64. 08:26:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:26:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:26:59 Selecting previously unselected package libkrb5support0:amd64. 08:26:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:26:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:26:59 Selecting previously unselected package libk5crypto3:amd64. 08:26:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:26:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:27:00 Selecting previously unselected package libkeyutils1:amd64. 08:27:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:27:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:27:00 Selecting previously unselected package libkrb5-3:amd64. 08:27:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:27:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:27:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:27:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:27:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:27:00 Selecting previously unselected package libssl1.0.0:amd64. 08:27:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:27:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:27:00 Selecting previously unselected package openssh-client. 08:27:00 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:27:00 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:27:00 Selecting previously unselected package squashfs-tools. 08:27:00 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:27:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:27:00 Selecting previously unselected package snapd. 08:27:00 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:27:00 Unpacking snapd (2.48+18.04) ... 08:27:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:27:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:27:03 Setting up mime-support (3.60ubuntu1) ... 08:27:03 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:27:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:27:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:27:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:27:03 Setting up systemd (237-3ubuntu10.44) ... 08:27:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:27:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:27:03 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:27:03 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:27:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:27:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:27:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:27:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:27:04 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:27:04 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:27:04 Setting up python3 (3.6.7-1~18.04) ... 08:27:04 running python rtupdate hooks for python3.6... 08:27:04 running python post-rtupdate hooks for python3.6... 08:27:05 Setting up apparmor (2.12-4ubuntu5.1) ... 08:27:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:27:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:27:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:27:06 Setting up snapd (2.48+18.04) ... 08:27:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:27:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:27:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:27:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:27:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:27:07 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:27:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:27:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:27:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:27:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:27:08 /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' 08:27:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:27:08 Processing triggers for systemd (237-3ubuntu10.44) ... 08:27:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:27:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:27:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:27:10 Reading package lists... 08:27:10 Reading package lists... 08:27:11 Building dependency tree... 08:27:11 Reading state information... 08:27:11 Calculating upgrade... 08:27:11 The following packages will be upgraded: 08:27:11 advancecomp base-files bash binutils binutils-common 08:27:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:27:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:27:11 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:27:11 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:27:11 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:27:11 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:27:11 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 08:27:11 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 08:27:11 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 08:27:11 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 08:27:11 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 08:27:11 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 08:27:11 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 08:27:11 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:27:11 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:27:11 Need to get 63.8 MB of archives. 08:27:11 After this operation, 5188 kB of additional disk space will be used. 08:27:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:27:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 08:27:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:27:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:27:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:27:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:27:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:27:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:27:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:27:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:27:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:27:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:27:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:27:12 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:27:12 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:27:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:27:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:27:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:27:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:27:12 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:27:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:27:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:27:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:27:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:27:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:27:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:27:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:27:12 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:27:12 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:27:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:27:12 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:27:12 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:27:12 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:27:12 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:27:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:27:12 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:27:12 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:27:12 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:27:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:27:12 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 08:27:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:27:12 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:27:12 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:27:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:27:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:27:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:27:12 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:27:12 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:27:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:27:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:27:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:27:12 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:27:12 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:27:12 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:27:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:27:12 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:27:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:27:12 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:27:12 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:27:12 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:27:12 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:27:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:27:12 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:27:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:27:13 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:27:13 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:27:13 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:27:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:27:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:27:13 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:27:13 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:27:13 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:27:13 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:27:13 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:27:13 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:27:13 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:27:13 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:27:13 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:27:13 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:27:13 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:27:13 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:27:13 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:27:13 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 08:27:13 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:27:13 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:27:13 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:27:13 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:27:13 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:27:13 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:27:13 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:27:13 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:27:14 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:27:14 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:27:14 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:27:14 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:27:14 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:27:14 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:27:14 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:27:14 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:27:14 debconf: delaying package configuration, since apt-utils is not installed 08:27:14 Fetched 63.8 MB in 3s (19.3 MB/s) 08:27:14 (Reading database ... 13912 files and directories currently installed.) 08:27:14 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:27:14 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:27:15 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:27:15 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:27:15 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 08:27:15 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 08:27:16 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:16 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:16 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:16 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:16 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:17 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:17 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:17 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:17 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:17 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:17 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:17 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:17 (Reading database ... 13911 files and directories currently installed.) 08:27:17 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:27:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:27:17 (Reading database ... 13911 files and directories currently installed.) 08:27:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:18 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:18 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:18 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:27:18 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:27:18 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:18 (Reading database ... 13911 files and directories currently installed.) 08:27:18 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:27:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:27:19 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:27:19 (Reading database ... 13911 files and directories currently installed.) 08:27:19 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:27:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:27:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:27:19 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:27:20 Setting up base-files (10.1ubuntu2.10) ... 08:27:20 Installing new version of config file /etc/issue ... 08:27:20 Installing new version of config file /etc/issue.net ... 08:27:20 Installing new version of config file /etc/lsb-release ... 08:27:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:27:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:27:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:27:20 Removing obsolete conffile /etc/default/motd-news ... 08:27:20 (Reading database ... 13912 files and directories currently installed.) 08:27:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:27:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:27:20 Setting up bash (4.4.18-2ubuntu1.2) ... 08:27:20 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 08:27:20 (Reading database ... 13912 files and directories currently installed.) 08:27:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:27:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:27:21 (Reading database ... 13912 files and directories currently installed.) 08:27:21 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:27:21 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:27:21 Setting up tar (1.29b-2ubuntu0.2) ... 08:27:21 (Reading database ... 13912 files and directories currently installed.) 08:27:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:27:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:27:21 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:27:21 (Reading database ... 13912 files and directories currently installed.) 08:27:21 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:27:21 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:27:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:27:21 (Reading database ... 13912 files and directories currently installed.) 08:27:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:27:22 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:27:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:27:22 (Reading database ... 13912 files and directories currently installed.) 08:27:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:27:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:27:22 Setting up grep (3.1-2build1) ... 08:27:22 (Reading database ... 13912 files and directories currently installed.) 08:27:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:27:22 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:27:22 Setting up login (1:4.5-1ubuntu2) ... 08:27:23 (Reading database ... 13912 files and directories currently installed.) 08:27:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:27:23 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:27:23 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:27:23 (Reading database ... 13912 files and directories currently installed.) 08:27:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:27:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:27:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:27:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:27:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:27:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:27:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:27:24 (Reading database ... 13912 files and directories currently installed.) 08:27:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:27:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:27:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:27:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:27:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:27:25 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:27:25 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:27:25 (Reading database ... 13912 files and directories currently installed.) 08:27:25 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:27:25 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:27:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:27:26 (Reading database ... 13912 files and directories currently installed.) 08:27:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:27:26 (Reading database ... 13912 files and directories currently installed.) 08:27:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:27:26 (Reading database ... 13912 files and directories currently installed.) 08:27:26 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:26 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:26 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:27:26 (Reading database ... 13912 files and directories currently installed.) 08:27:26 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:26 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:27:27 (Reading database ... 13912 files and directories currently installed.) 08:27:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:27:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:27:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:27:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:27:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:27:27 (Reading database ... 13912 files and directories currently installed.) 08:27:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:27:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:27:27 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:27:28 (Reading database ... 13912 files and directories currently installed.) 08:27:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:27:30 (Reading database ... 13912 files and directories currently installed.) 08:27:30 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:30 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:27:31 (Reading database ... 13912 files and directories currently installed.) 08:27:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:32 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:27:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:27:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:27:33 (Reading database ... 13912 files and directories currently installed.) 08:27:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:27:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:27:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:27:33 (Reading database ... 13912 files and directories currently installed.) 08:27:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:27:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:27:33 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:27:34 (Reading database ... 13914 files and directories currently installed.) 08:27:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:27:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:27:34 Setting up debconf (1.5.66ubuntu1) ... 08:27:34 (Reading database ... 13914 files and directories currently installed.) 08:27:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:27:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:27:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:27:34 (Reading database ... 13914 files and directories currently installed.) 08:27:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:27:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:27:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:27:35 (Reading database ... 13914 files and directories currently installed.) 08:27:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:27:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:27:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:27:35 (Reading database ... 13914 files and directories currently installed.) 08:27:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:27:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:27:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:27:35 (Reading database ... 13914 files and directories currently installed.) 08:27:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:27:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:27:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:27:35 (Reading database ... 13914 files and directories currently installed.) 08:27:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:27:36 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:27:36 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 08:27:36 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:27:36 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:27:36 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:27:36 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:27:36 (Reading database ... 13914 files and directories currently installed.) 08:27:36 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:27:36 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:27:36 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:27:36 (Reading database ... 13914 files and directories currently installed.) 08:27:36 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:27:36 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:27:36 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:27:37 (Reading database ... 13914 files and directories currently installed.) 08:27:37 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:27:37 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:27:37 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:27:37 (Reading database ... 13914 files and directories currently installed.) 08:27:37 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:27:37 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:27:37 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:27:37 (Reading database ... 13914 files and directories currently installed.) 08:27:37 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:27:37 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:27:37 Setting up passwd (1:4.5-1ubuntu2) ... 08:27:38 (Reading database ... 13914 files and directories currently installed.) 08:27:38 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:27:38 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:27:38 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:27:38 (Reading database ... 13914 files and directories currently installed.) 08:27:38 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:27:38 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:27:39 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:27:39 (Reading database ... 13914 files and directories currently installed.) 08:27:39 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:27:39 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:27:39 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:27:39 (Reading database ... 13914 files and directories currently installed.) 08:27:39 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:27:39 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:27:39 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:27:39 (Reading database ... 13914 files and directories currently installed.) 08:27:39 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:27:39 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:27:39 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:27:40 (Reading database ... 13914 files and directories currently installed.) 08:27:40 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:27:40 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:27:40 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:27:40 (Reading database ... 13914 files and directories currently installed.) 08:27:40 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:27:40 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:27:40 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:27:40 (Reading database ... 13915 files and directories currently installed.) 08:27:40 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:27:40 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:27:40 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:27:40 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:27:40 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:27:40 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:27:41 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:27:41 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:27:41 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:27:41 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:27:41 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:27:41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:27:41 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:27:41 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:27:41 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:27:41 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:27:41 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:27:41 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:27:41 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:27:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:27:42 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:27:42 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:27:42 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:27:42 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:27:42 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:27:43 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:27:43 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:27:43 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:27:43 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:27:43 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:27:43 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:27:43 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:27:43 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:27:43 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:27:44 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:27:44 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:27:44 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:44 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:44 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:44 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:44 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:44 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:44 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:44 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:45 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:45 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:46 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:46 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:47 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:47 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:48 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:48 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:27:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:27:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:27:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:27:52 ---> 69b17a773e49 08:27:52 Step 3/22 : WORKDIR /edgex-go 08:27:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:27:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:27:52 ---> 69b17a773e49 08:27:52 Step 3/31 : WORKDIR /edgex-go 08:27:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:27:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:27:52 ---> 69b17a773e49 08:27:52 Step 3/22 : WORKDIR /edgex-go 08:27:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:27:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:27:52 ---> 69b17a773e49 08:27:52 Step 3/24 : WORKDIR /edgex-go 08:27:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:27:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:27:52 ---> 69b17a773e49 08:27:52 Step 3/23 : WORKDIR /edgex-go 08:27:52 ---> Running in d5528fcd7d46 08:27:52 ---> Running in bc0bddd5247b 08:27:52 ---> Running in ae2416782b45 08:27:52 ---> Running in 9cc1e115550a 08:27:52 ---> Running in ada12c3da194 08:27:52 Removing intermediate container d5528fcd7d46 08:27:52 ---> ffcfb9b1f426 08:27:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:52 Removing intermediate container ada12c3da194 08:27:52 ---> e66bf7675747 08:27:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:52 Removing intermediate container bc0bddd5247b 08:27:52 ---> a020a1c029f5 08:27:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:52 Removing intermediate container ae2416782b45 08:27:52 ---> 0610fd001a96 08:27:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:52 Removing intermediate container 9cc1e115550a 08:27:52 ---> 52a1dd86fd02 08:27:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:52 ---> Running in 4e4265ef418a 08:27:52 ---> Running in 46e09d4cd092 08:27:52 ---> Running in 7d4a64e5bd0c 08:27:52 ---> Running in 730210c2ca24 08:27:52 ---> Running in 4e11af22f8db 08:27:52 Removing intermediate container 4e4265ef418a 08:27:52 ---> 26750264bdff 08:27:52 Step 5/24 : RUN apk add --update --no-cache make git 08:27:52 ---> Running in 70e64c1b3757 08:27:52 Removing intermediate container 730210c2ca24 08:27:52 ---> b7eea489b14a 08:27:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:27:52 Removing intermediate container 46e09d4cd092 08:27:52 ---> 2893a9a38b44 08:27:52 Step 5/31 : RUN apk add --update --no-cache make git 08:27:52 ---> Running in d744e372ceda 08:27:52 Removing intermediate container 4e11af22f8db 08:27:52 ---> 7f57b85d3739 08:27:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:27:52 ---> Running in 027ad6633d74 08:27:52 Removing intermediate container 7d4a64e5bd0c 08:27:52 ---> c159933a7436 08:27:52 Step 5/22 : RUN apk add --update --no-cache make git 08:27:52 ---> Running in e523f5098ccb 08:27:52 ---> Running in badfb5ef15fe 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:52 OK: 217 MiB in 51 packages 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:52 OK: 217 MiB in 51 packages 08:27:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:27:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:27:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:27:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:27:53 OK: 217 MiB in 51 packages 08:27:53 OK: 217 MiB in 51 packages 08:27:53 Removing intermediate container 70e64c1b3757 08:27:53 ---> ec75e219ef64 08:27:53 Step 6/24 : COPY go.mod . 08:27:53 OK: 217 MiB in 51 packages 08:27:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:27:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:27:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:27:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:27:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:27:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:27:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:27:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:27:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:53 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:27:53 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:53 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:27:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:27:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:27:54 08:27:54 Current default time zone: 'Etc/UTC' 08:27:54 Local time is now: Fri Feb 5 08:27:54 UTC 2021. 08:27:54 Universal Time is now: Fri Feb 5 08:27:54 UTC 2021. 08:27:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:27:54 08:27:54 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:27:54 Removing intermediate container d744e372ceda 08:27:54 ---> 69352e1f57d3 08:27:54 Step 6/23 : COPY go.mod . 08:27:54 ---> 76baff27e990 08:27:54 Step 7/24 : RUN go mod download 08:27:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:54 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 08:27:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:27:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:27:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:27:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:27:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:27:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:27:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:27:54 ---> Running in 4c3f969519a7 08:27:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:27:54 Removing intermediate container e523f5098ccb 08:27:54 ---> 92a7c24d2d4a 08:27:54 Step 6/22 : COPY go.mod . 08:27:54 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:54 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:27:54 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:54 Setting up patch (2.7.6-2ubuntu1.1) ... 08:27:54 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:27:54 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:27:54 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:27:54 Installing new version of config file /etc/ssl/openssl.cnf ... 08:27:54 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:27:55 Removing intermediate container 027ad6633d74 08:27:55 ---> 674f8c2a2687 08:27:55 Step 6/31 : COPY go.mod . 08:27:55 Removing intermediate container badfb5ef15fe 08:27:55 ---> 89ad3c7a3e94 08:27:55 Step 6/22 : COPY go.mod . 08:27:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:27:55 Setting up ca-certificates (20210119~18.04.1) ... 08:27:55 ---> 8ab6962105e1 08:27:55 Step 7/23 : RUN go mod download 08:27:55 ---> Running in 4a7c5278bda9 08:27:55 ---> 0030ade20af3 08:27:55 Step 7/22 : RUN go mod download 08:27:56 ---> Running in 28a8a3c5867a 08:27:56 ---> 3caf397999d1 08:27:56 Step 7/22 : RUN go mod download 08:27:56 ---> bec8dfadbf30 08:27:56 Step 7/31 : RUN go mod download 08:27:56 ---> Running in 85dd5752b4da 08:27:56 ---> Running in feae5d2a9305 08:27:57 Updating certificates in /etc/ssl/certs... 08:27:57 23 added, 27 removed; done. 08:27:57 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:27:57 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:27:57 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:27:57 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:27:57 Setting up pkgbinarymangler (138.18.04.1) ... 08:27:57 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:27:57 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:27:57 Setting up perl (5.26.1-6ubuntu0.5) ... 08:27:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:27:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:27:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:27:58 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:27:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:27:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:27:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:27:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:27:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:27:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:27:58 Processing triggers for systemd (237-3ubuntu10.44) ... 08:27:58 Removing intermediate container 4c3f969519a7 08:27:58 ---> 032682b37d09 08:27:58 Step 8/24 : COPY . . 08:27:58 Processing triggers for mime-support (3.60ubuntu1) ... 08:27:58 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:27:58 Updating certificates in /etc/ssl/certs... 08:27:59 0 added, 0 removed; done. 08:27:59 Running hooks in /etc/ca-certificates/update.d... 08:27:59 done. 08:27:59 Reading package lists... 08:27:59 Building dependency tree... 08:27:59 Reading state information... 08:27:59 The following NEW packages will be installed: 08:27:59 apt-transport-https 08:27:59 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:27:59 Need to get 1696 B of archives. 08:27:59 After this operation, 153 kB of additional disk space will be used. 08:27:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:28:00 debconf: delaying package configuration, since apt-utils is not installed 08:28:00 Fetched 1696 B in 0s (31.1 kB/s) 08:28:00 Selecting previously unselected package apt-transport-https. 08:28:00 (Reading database ... 13920 files and directories currently installed.) 08:28:00 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:28:00 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:28:00 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:28:00 Waiting for network to be ready... 08:28:00 Removing intermediate container 4a7c5278bda9 08:28:00 ---> decb0c3a2fdf 08:28:00 Step 8/23 : COPY . . 08:28:01 Removing intermediate container 28a8a3c5867a 08:28:01 ---> 2322b5238662 08:28:01 Step 8/22 : COPY . . 08:28:01 Removing intermediate container feae5d2a9305 08:28:01 ---> 033f7e50167c 08:28:01 Step 8/31 : COPY . . 08:28:02 Removing intermediate container 85dd5752b4da 08:28:02 ---> ccda5972fa83 08:28:02 Step 8/22 : COPY . . 08:28:12 2021-02-05T08:28:07Z INFO Waiting for automatic snapd restart... 08:28:12 snapd 2.48.2 from Canonical* installed 08:28:12 "snapd" switched to the "latest/stable" channel 08:28:12 08:28:15 core18 20201210 from Canonical* installed 08:28:15 "core18" switched to the "latest/stable" channel 08:28:15 08:28:18 snapcraft 4.4.4 from Canonical* installed 08:28:18 "snapcraft" switched to the "latest/stable" channel 08:28:18 08:28:22 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: 08:28:22 - README.md 08:28:22 - snapcraft.yaml.orig 08:28:22 08:28:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:28:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:28:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:28:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:28:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:28:29 ---> 2065dface653 08:28:29 Step 9/23 : RUN make cmd/core-data/core-data 08:28:29 ---> 3e454daaf55b 08:28:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:28:29 ---> cc37de074753 08:28:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:28:29 ---> 4325e606013f 08:28:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:28:29 ---> 8c69ef1ba256 08:28:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:28:29 ---> Running in 16ab63998766 08:28:29 ---> Running in 09bcdaaa7449 08:28:29 ---> Running in 07effbd09b18 08:28:29 ---> Running in 21fb9e567b97 08:28:29 ---> Running in 7e26d5dd8e8f 08:28:29 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 08:28:29 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 08:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:28:29 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 08:28: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 08:28:29 Reading package lists... 08:28:30 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 08:28:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:28:36 Reading package lists... 08:28:36 Building dependency tree... 08:28:36 Reading state information... 08:28:36 Suggested packages: 08:28:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:28:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:28:36 Recommended packages: 08:28:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:28:36 The following NEW packages will be installed: 08:28:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:28:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:28:36 pkg-config zip 08:28:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:28:36 Need to get 7655 kB of archives. 08:28:36 After this operation, 43.7 MB of additional disk space will be used. 08:28:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:28:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:28:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:28:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:28:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:28:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:28:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:28:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:28:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:28:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:28:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:28:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:28:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:28:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:28:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:28:37 debconf: delaying package configuration, since apt-utils is not installed 08:28:37 Fetched 7655 kB in 1s (10.4 MB/s) 08:28:37 Selecting previously unselected package libglib2.0-0:amd64. 08:28:37 (Reading database ... 13924 files and directories currently installed.) 08:28:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:28:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:28:37 Selecting previously unselected package libpsl5:amd64. 08:28:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:28:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:28:37 Selecting previously unselected package libnghttp2-14:amd64. 08:28:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:28:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:28:37 Selecting previously unselected package librtmp1:amd64. 08:28:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:28:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:28:37 Selecting previously unselected package libcurl3-gnutls:amd64. 08:28:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:28:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:28:37 Selecting previously unselected package liberror-perl. 08:28:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:28:37 Unpacking liberror-perl (0.17025-1) ... 08:28:37 Selecting previously unselected package git-man. 08:28:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:28:37 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:28:38 Selecting previously unselected package git. 08:28:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:28:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:28:39 Selecting previously unselected package libnorm1:amd64. 08:28:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:28:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:28:39 Selecting previously unselected package libpgm-5.2-0:amd64. 08:28:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:28:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:28:39 Selecting previously unselected package libsodium23:amd64. 08:28:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:28:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:28:39 Selecting previously unselected package libzmq5:amd64. 08:28:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:28:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:28:39 Selecting previously unselected package libzmq3-dev:amd64. 08:28:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:28:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:28:39 Selecting previously unselected package pkg-config. 08:28:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:28:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:28:39 Selecting previously unselected package zip. 08:28:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:28:39 Unpacking zip (3.0-11build1) ... 08:28:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:28:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:28:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:28:39 Setting up liberror-perl (0.17025-1) ... 08:28:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:28:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:28:39 No schema files found: doing nothing. 08:28:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:28:40 Setting up zip (3.0-11build1) ... 08:28:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:28:40 Setting up libsodium23:amd64 (1.0.16-2) ... 08:28:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:28:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:28:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:28:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:28:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:28:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:28:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:28:47 git set to automatically installed. 08:28:47 git-man set to automatically installed. 08:28:47 libcurl3-gnutls set to automatically installed. 08:28:47 liberror-perl set to automatically installed. 08:28:47 libglib2.0-0 set to automatically installed. 08:28:47 libnghttp2-14 set to automatically installed. 08:28:47 libnorm1 set to automatically installed. 08:28:47 libpgm-5.2-0 set to automatically installed. 08:28:47 libpsl5 set to automatically installed. 08:28:47 librtmp1 set to automatically installed. 08:28:47 libsodium23 set to automatically installed. 08:28:47 libzmq3-dev set to automatically installed. 08:28:47 libzmq5 set to automatically installed. 08:28:47 pkg-config set to automatically installed. 08:28:47 zip set to automatically installed. 08:28:49 snapd is not logged in, snap install commands will use sudo 08:28:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:28:55 snap "core18" has no updates available 08:28:56 Pulling config-common 08:28:57 Pulling go-build-helper 08:29:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:29:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:29:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:29:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 08:29:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:29:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:29:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:29:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:29:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:29:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:29:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:29:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 08:29:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:29:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:29:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 08:29:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 08:29:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 08:29:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:29:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:29:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 08:29:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 08:29:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:29:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:29:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:29:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:29:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 08:29:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 08:29:19 Fetched 23.9 MB in 0s (0 B/s) 08:29:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:29:19 Fetched 96.5 kB in 0s (0 B/s) 08:29:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:29:19 Fetched 279 kB in 0s (0 B/s) 08:29:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:29:19 Fetched 122 kB in 0s (0 B/s) 08:29:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:29:19 Fetched 77.8 kB in 0s (0 B/s) 08:29:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:29:19 Fetched 8848 B in 0s (0 B/s) 08:29:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:29:19 Fetched 47.8 kB in 0s (0 B/s) 08:29:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:29:19 Fetched 45.6 kB in 0s (0 B/s) 08:29:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:29:19 Fetched 15.0 kB in 0s (0 B/s) 08:29:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:29:19 Fetched 214 kB in 0s (0 B/s) 08:29:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:29:19 Fetched 155 kB in 0s (0 B/s) 08:29:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:29:19 Fetched 50.6 kB in 0s (0 B/s) 08:29:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:29:19 Fetched 14.8 kB in 0s (0 B/s) 08:29:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:29:19 Fetched 41.8 kB in 0s (0 B/s) 08:29:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:29:19 Fetched 499 kB in 0s (0 B/s) 08:29:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:29:19 Fetched 111 kB in 0s (0 B/s) 08:29:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:29:19 Fetched 240 kB in 0s (0 B/s) 08:29:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:29:19 Fetched 29.3 kB in 0s (0 B/s) 08:29:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:29:19 Fetched 85.5 kB in 0s (0 B/s) 08:29:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:29:19 Fetched 24.5 kB in 0s (0 B/s) 08:29:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:29:19 Fetched 49.2 kB in 0s (0 B/s) 08:29:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:29:19 Fetched 54.2 kB in 0s (0 B/s) 08:29:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:29:19 Fetched 30.8 kB in 0s (0 B/s) 08:29:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:29:19 Fetched 17.0 kB in 0s (0 B/s) 08:29:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:29:19 Fetched 85.9 kB in 0s (0 B/s) 08:29:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:29:19 Fetched 8720 B in 0s (0 B/s) 08:29:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:29:19 Fetched 137 kB in 0s (0 B/s) 08:29:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:29:19 Fetched 119 kB in 0s (0 B/s) 08:29:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:29:19 Fetched 109 kB in 0s (0 B/s) 08:29:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:29:19 Fetched 11.1 kB in 0s (0 B/s) 08:29:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:29:19 Fetched 645 kB in 0s (0 B/s) 08:29:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:29:19 Fetched 41.3 kB in 0s (0 B/s) 08:29:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:29:19 Fetched 17.9 kB in 0s (0 B/s) 08:29:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:29:19 Fetched 368 kB in 0s (0 B/s) 08:29:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:29:19 Fetched 187 kB in 0s (0 B/s) 08:29:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:29:19 Fetched 175 kB in 0s (0 B/s) 08:29:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:29:21 Fetched 206 kB in 0s (0 B/s) 08:29:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:29:21 Fetched 1301 kB in 0s (0 B/s) 08:29:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:29:21 Fetched 36.2 kB in 0s (0 B/s) 08:29:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:29:21 Fetched 159 kB in 0s (0 B/s) 08:29:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:29:21 Fetched 107 kB in 0s (0 B/s) 08:29:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:29:21 Fetched 48.7 kB in 0s (0 B/s) 08:29:21 Pulling static-packages 08:29:22 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:29:22 Skipping pull go-build-helper (already ran) 08:29:22 Skipping pull static-packages (already ran) 08:29:22 Building go-build-helper 08:29:26 Building static-packages 08:29:28 Staging go-build-helper 08:29:29 Staging static-packages 08:29:30 Pulling go115 08:29:30 'edgex-go' has dependencies that need to be staged: go115 08:29:30 Skipping pull go115 (already ran) 08:29:30 Building go115 08:29:30 % Total % Received % Xferd Average Speed Time Time Time Current 08:29:30 Dload Upload Total Spent Left Speed 08:29:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 19.7M 0 0 27.7M 0 0:00:04 --:--:-- 0:00:04 27.7M 48 115M 48 55.6M 0 0 32.5M 0 0:00:03 0:00:01 0:00:02 32.4M 94 115M 94 108M 0 0 40.1M 0 0:00:02 0:00:02 --:--:-- 40.1M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M 08:29:34 go1.15.2.linux-amd64.tar.gz: OK 08:29:38 Staging go115 08:29:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:29:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:29:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:29:43 Fetched 0 B in 0s (0 B/s) 08:29:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:29:43 Fetched 224 kB in 0s (0 B/s) 08:29:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:29:43 Fetched 157 kB in 0s (0 B/s) 08:29:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:29:43 Fetched 221 kB in 0s (0 B/s) 08:29:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:29:43 Fetched 143 kB in 0s (0 B/s) 08:29:43 Pulling edgex-go 08:29:44 Pulling version 08:29:45 Building config-common 08:29:47 Skipping build go-build-helper (already ran) 08:29:47 Skipping build static-packages (already ran) 08:29:47 Skipping build go115 (already ran) 08:29:47 Building edgex-go 08:29:47 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 08:29:48 go: downloading github.com/gorilla/mux v1.8.0 08:29:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:29:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 08:29:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 08:29:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 08:29:48 go: downloading github.com/google/uuid v1.2.0 08:29:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 08:29:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:29:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:29:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:29:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:29:48 go: downloading github.com/pebbe/zmq4 v1.2.2 08:29:48 go: downloading github.com/pelletier/go-toml v1.2.0 08:29:48 go: downloading github.com/imdario/mergo v0.3.11 08:29:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:29:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:29:48 go: downloading github.com/pkg/errors v0.8.1 08:29:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:29:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:29:48 go: downloading github.com/BurntSushi/toml v0.3.1 08:29:48 go: downloading github.com/go-kit/kit v0.8.0 08:29:48 go: downloading github.com/x448/float16 v0.8.4 08:29:48 go: downloading github.com/hashicorp/consul/api v1.1.0 08:29:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:29:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:29:48 go: downloading github.com/go-playground/universal-translator v0.17.0 08:29:48 go: downloading github.com/leodido/go-urn v1.2.0 08:29:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:29:48 go: downloading github.com/mitchellh/copystructure v1.0.0 08:29:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:29:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:29:48 go: downloading github.com/hashicorp/serf v0.8.2 08:29:48 go: downloading github.com/go-playground/locales v0.13.0 08:29:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:29:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:29:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:29:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:29:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:29:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:29:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:29:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:29:55 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 08:29:55 go: downloading gopkg.in/yaml.v2 v2.4.0 08:30:00 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 08:30:00 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 08:30:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:30:02 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 08:30:02 go: downloading github.com/stretchr/testify v1.7.0 08:30:02 go: downloading github.com/pmezard/go-difflib v1.0.0 08:30:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:30:02 go: downloading github.com/davecgh/go-spew v1.1.1 08:30:02 Removing intermediate container 09bcdaaa7449 08:30:02 ---> 66d1ec24b6eb 08:30:02 08:30:02 Step 10/24 : FROM alpine:3.12 08:30:02 3.12: Pulling from library/alpine 08:30:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:30:02 Status: Downloaded newer image for alpine:3.12 08:30:02 ---> afeebe901d6b 08:30:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:30:03 ---> Running in 2bf6873078ea 08:30:03 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 08:30:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:30:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:30:04 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 08:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:05 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 08:30:05 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:30:06 (1/5) Installing ca-certificates (20191127-r4) 08:30:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:30:06 (3/5) Installing libcurl (7.69.1-r3) 08:30:06 (4/5) Installing curl (7.69.1-r3) 08:30:06 (5/5) Installing dumb-init (1.2.2-r1) 08:30:06 Executing busybox-1.31.1-r19.trigger 08:30:06 Executing ca-certificates-20191127-r4.trigger 08:30:06 OK: 7 MiB in 19 packages 08:30:07 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 08:30:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:30:08 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 08:30:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:30:09 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 08:30:09 go: downloading github.com/lib/pq v1.9.0 08:30:09 Removing intermediate container 2bf6873078ea 08:30:09 ---> f3fc7ff76a13 08:30:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:30:09 ---> Running in ba49a947095a 08:30:10 Removing intermediate container ba49a947095a 08:30:10 ---> 2a51b0008624 08:30:10 Step 13/24 : WORKDIR / 08:30:10 ---> Running in 63ddb5fda642 08:30:11 Removing intermediate container 63ddb5fda642 08:30:11 ---> 3e98a1561cec 08:30:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:30:12 ---> fd61b9c97fd5 08:30:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:30:12 Building version 08:30:13 ---> 6d46e0a7a02c 08:30:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:30:13 Staging config-common 08:30:14 Skipping stage go-build-helper (already ran) 08:30:14 Skipping stage static-packages (already ran) 08:30:14 Skipping stage go115 (already ran) 08:30:14 Staging edgex-go 08:30:15 ---> 327328869f93 08:30:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:30:15 Staging version 08:30:16 Priming config-common 08:30:17 Priming go-build-helper 08:30:18 ---> daa86f382f25 08:30:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:30:18 Priming static-packages 08:30:20 Priming go115 08:30:20 Removing intermediate container 21fb9e567b97 08:30:20 ---> f612096a78b5 08:30:20 08:30:20 Step 10/31 : FROM alpine:3.12 08:30:20 ---> afeebe901d6b 08:30:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:30:21 ---> a18ec63c3274 08:30:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:30:21 Removing intermediate container 7e26d5dd8e8f 08:30:21 ---> 5e25d3d23bc4 08:30:21 08:30:21 Step 10/22 : FROM alpine:3.12 08:30:21 ---> afeebe901d6b 08:30:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:30:21 ---> Running in d05ff6175920 08:30:21 Removing intermediate container 07effbd09b18 08:30:21 ---> 612f1c8a9db4 08:30:21 08:30:21 Step 10/22 : FROM alpine:3.12 08:30:21 ---> afeebe901d6b 08:30:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:30:21 ---> Running in a5ba689c1562 08:30:21 Priming edgex-go 08:30:22 ---> Running in 4893fcbd4c05 08:30:22 Removing intermediate container d05ff6175920 08:30:22 ---> d3df8c945f6f 08:30:22 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:30:22 ---> 1d30c99f81b7 08:30:22 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/ 08:30:22 ---> Running in f1ab9417482b 08:30:22 Priming version 08:30:23 ---> Running in 4ed8675dd2a8 08:30:23 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:25 (1/1) Installing dumb-init (1.2.2-r1) 08:30:25 Executing busybox-1.31.1-r19.trigger 08:30:25 OK: 5 MiB in 15 packages 08:30:25 (1/2) Installing ca-certificates (20191127-r4) 08:30:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:25 (2/2) Installing dumb-init (1.2.2-r1) 08:30:25 Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 08:30:25 Executing ca-certificates-20191127-r4.trigger [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:30:26 OK: 6 MiB in 16 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:30:26 (1/2) Installing dumb-init (1.2.2-r1) 08:30:26 (2/2) Installing su-exec (0.2-r1) 08:30:26 Executing busybox-1.31.1-r19.trigger 08:30:26 OK: 5 MiB in 16 packages 08:30:27 Removing intermediate container a5ba689c1562 08:30:27 ---> 49e13700fd2a 08:30:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:30:28 ---> Running in 60d17630b0d0 08:30:28 Removing intermediate container 4ed8675dd2a8 08:30:28 ---> df1fa5dcde9a 08:30:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:30:28 ---> Running in 26a964b91272 08:30:28 Removing intermediate container f1ab9417482b 08:30:28 ---> ad8672c1068d 08:30:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:30:29 Removing intermediate container 4893fcbd4c05 08:30:29 ---> 0da42f1bf9e1 08:30:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:30:29 Removing intermediate container 60d17630b0d0 08:30:29 ---> 1a9c912b2ef5 08:30:29 Step 13/22 : ENV APP_PORT=48085 08:30:29 ---> Running in 61570da3d20e 08:30:29 ---> Running in e91904e73026 08:30:29 ---> Running in 3bf0e8161355 08:30:29 Removing intermediate container 26a964b91272 08:30:29 ---> c5ae48807609 08:30:29 Step 22/24 : LABEL arch=arm64 08:30:29 Removing intermediate container 61570da3d20e 08:30:29 ---> 4b2e41d36f4b 08:30:29 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:30:29 ---> Running in 4c48789365a4 08:30:30 ---> Running in c44bc2e7eb8c 08:30:30 Removing intermediate container 3bf0e8161355 08:30:30 ---> 5e7c57c95c83 08:30:30 Step 14/22 : EXPOSE $APP_PORT 08:30:30 Removing intermediate container e91904e73026 08:30:30 ---> 47db246726ab 08:30:30 Step 13/22 : ENV APP_PORT=48060 08:30:30 ---> Running in 44ff4d8b6d48 08:30:30 ---> Running in a968a74689ea 08:30:30 Removing intermediate container 4c48789365a4 08:30:30 ---> e0388917f2a8 08:30:30 Step 23/24 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:30:30 Removing intermediate container c44bc2e7eb8c 08:30:30 ---> ecaa96932c7a 08:30:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:30:31 ---> Running in 553a2490bcb0 08:30:31 ---> Running in 2422dcfdfd91 08:30:31 Removing intermediate container a968a74689ea 08:30:31 ---> c8891ed04f7f 08:30:31 Step 14/22 : EXPOSE $APP_PORT 08:30:31 Removing intermediate container 44ff4d8b6d48 08:30:31 ---> 87405916965d 08:30:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:31 ---> Running in fa5cccb712ae 08:30:31 Removing intermediate container 553a2490bcb0 08:30:31 ---> 83fd1b6fe5ce 08:30:31 Step 24/24 : LABEL version=0.0.0 08:30:32 ---> Running in 0dd9206a5d03 08:30:32 ---> 776d7a6e32df 08:30:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:30:32 Removing intermediate container fa5cccb712ae 08:30:32 ---> 5a02af8f1f44 08:30:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:33 Removing intermediate container 0dd9206a5d03 08:30:33 ---> 8197ae0ba49b 08:30:33 08:30:34 Successfully built 8197ae0ba49b 08:30:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:30:34  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 08:30:34 ---> 4fa089c7a1d1 08:30:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:30:34 Removing intermediate container 16ab63998766 08:30:34 ---> 256561268f31 08:30:34 08:30:34 Step 10/23 : FROM alpine:3.12 08:30:34 ---> afeebe901d6b 08:30:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:30:34 ---> 01c7ad8e7519 08:30:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:30:34 ---> Running in 0d66856c2539 08:30:34 Removing intermediate container 2422dcfdfd91 08:30:34 ---> 6288a2fec649 08:30:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:30:35 ---> Running in 771ce7630c40 08:30:36 Removing intermediate container 0d66856c2539 08:30:36 ---> d48097a16bb6 08:30:36 Step 12/23 : ENV APP_PORT=48080 08:30:36 ---> 7aab5f3d270a 08:30:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:30:37 ---> Running in 36f4a37d4c60 08:30:37 Removing intermediate container 771ce7630c40 08:30:37 ---> e9b3828b7e74 08:30:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:30:37 ---> 364d33a9ed4e 08:30:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:30:37 ---> Running in 9bc8112be113 08:30:37 Removing intermediate container 36f4a37d4c60 08:30:37 ---> f2c8536b1b4b 08:30:37 Step 13/23 : EXPOSE $APP_PORT 08:30:38 ---> Running in b0faddaf5d17 08:30:39 Removing intermediate container 9bc8112be113 08:30:39 ---> 701387426b11 08:30:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:39 ---> 66acd23295f5 08:30:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:30:39 ---> 207c37244fa3 08:30:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:30:40 ---> Running in 25fc1d12607d 08:30:40 Removing intermediate container b0faddaf5d17 08:30:40 ---> bd54485df87a 08:30:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:40 ---> Running in a5bc1f9ab282 08:30:40 ---> Running in 40f47610cd58 08:30:40 ---> Running in 26f3bf8af792 08:30:40 Removing intermediate container 25fc1d12607d 08:30:40 ---> 99ac190c4de1 08:30:40 Step 20/22 : LABEL arch=arm64 08:30:40 Removing intermediate container 40f47610cd58 08:30:40 ---> c4423fb3ddc1 08:30:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:41 ---> Running in 211296e1273c 08:30:41 ---> Running in 6baf0e2d0739 08:30:41 Removing intermediate container 211296e1273c 08:30:41 ---> 6096e1d120c8 08:30:41 Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:30:42 Removing intermediate container 6baf0e2d0739 08:30:42 ---> 72578599ef76 08:30:42 Step 20/22 : LABEL arch=arm64 08:30:42 ---> Running in 832854eec433 08:30:42 ---> Running in 446ef64ee8c6 08:30:43 Removing intermediate container 832854eec433 08:30:43 ---> e71a6c401ec4 08:30:43 Step 22/22 : LABEL version=0.0.0 08:30:43 ---> Running in 9cfd46981a44 08:30:43 Removing intermediate container 446ef64ee8c6 08:30:43 ---> 5543a6e0b53b 08:30:43 Step 21/22 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:30:44 Removing intermediate container 26f3bf8af792 08:30:44 ---> 971ef4dc4157 08:30:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:30:44 ---> Running in 505e53181363 08:30:44 Removing intermediate container a5bc1f9ab282 08:30:44 ---> 92dce4402b65 08:30:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:44 ---> Running in 826f18d9db9d 08:30:44 Removing intermediate container 9cfd46981a44 08:30:44 ---> 0090a7ba229c 08:30:44 08:30:45 Removing intermediate container 505e53181363 08:30:45 ---> 01f2dcafa8b5 08:30:45 Step 22/22 : LABEL version=0.0.0 08:30:45 Successfully built 0090a7ba229c 08:30:45 Successfully tagged docker-support-scheduler-go-arm64:latest 08:30:45  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 08:30:45 ---> Running in a3b60a6e1a55 08:30:45 ---> 2a13470606c6 08:30:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:30:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:30:46 Removing intermediate container a3b60a6e1a55 08:30:46 ---> 540ec17a0ade 08:30:46 08:30:47 Successfully built 540ec17a0ade 08:30:47 Successfully tagged docker-support-notifications-go-arm64:latest 08:30:47 Building docker-sys-mgmt-agent-go 08:30:47  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:30:47 ---> d7930989433c 08:30:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:30:48 (1/6) Installing dumb-init (1.2.2-r1) 08:30:48 (2/6) Installing libgcc (9.3.0-r2) 08:30:48 (3/6) Installing libsodium (1.0.18-r0) 08:30:48 (4/6) Installing libstdc++ (9.3.0-r2) 08:30:48 ---> 205e23316a09 08:30:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:30:48 (5/6) Installing libzmq (4.3.3-r0) 08:30:48 (6/6) Installing zeromq (4.3.3-r0) 08:30:49 Executing busybox-1.31.1-r19.trigger 08:30:49 OK: 8 MiB in 20 packages 08:30:50 ---> 8f0a51b8a890 08:30:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:30:51 Removing intermediate container 826f18d9db9d 08:30:51 ---> b6306d363267 08:30:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:51 ---> 1e435c60ab28 08:30:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:30:52 ---> Running in 47626d2e44ab 08:30:52 ---> a6cc7a52bc70 08:30:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:30:52 Removing intermediate container 47626d2e44ab 08:30:52 ---> 927f6bccd3d3 08:30:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:30:54 ---> ad8e10fd8cea 08:30:54 Step 26/31 : RUN chmod +x /entrypoint.sh 08:30:54 ---> 71901de1f561 08:30:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:30:55 ---> Running in 1f9eb5ad510d 08:30:56 ---> d1e8c0df9c6e 08:30:56 Step 19/23 : ENTRYPOINT ["/core-data"] 08:30:56 ---> Running in 19f278b30121 08:30:57 Removing intermediate container 19f278b30121 08:30:57 ---> 8dcf2a9d2001 08:30:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:57 ---> Running in 06155854add3 08:30:58 Removing intermediate container 06155854add3 08:30:58 ---> bfd79ffe11b6 08:30:58 Step 21/23 : LABEL arch=arm64 08:30:58 Removing intermediate container 1f9eb5ad510d 08:30:58 ---> da9a049dfa71 08:30:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:30:58 ---> Running in f8bb0e34f241 08:30:58 ---> Running in d1afda5c2a2c 08:30:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:30:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:30:59 ---> 69b17a773e49 08:30:59 Step 3/23 : WORKDIR /edgex-go 08:30:59 ---> Using cache 08:30:59 ---> 52a1dd86fd02 08:30:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:59 ---> Using cache 08:30:59 ---> 7f57b85d3739 08:30:59 Step 5/23 : RUN apk add --update --no-cache make git 08:31:00 Removing intermediate container f8bb0e34f241 08:31:00 ---> 03079b3d5d26 08:31:00 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:31:00 Removing intermediate container d1afda5c2a2c 08:31:00 ---> 2ad1e288712c 08:31:00 Step 28/31 : CMD ["gate"] 08:31:00 ---> Running in 3f5814e718c2 08:31:00 ---> Running in 7a63c1e361ab 08:31:01 ---> Running in 8fbeb06bbbec 08:31:01 Removing intermediate container 7a63c1e361ab 08:31:01 ---> a944d179984c 08:31:01 Step 23/23 : LABEL version=0.0.0 08:31:01 ---> Running in 015a3b23daa5 08:31:01 Removing intermediate container 8fbeb06bbbec 08:31:01 ---> c0d025e94f7d 08:31:01 Step 29/31 : LABEL arch=arm64 08:31:02 ---> Running in bcb7b5e67049 08:31:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:02 Removing intermediate container 015a3b23daa5 08:31:02 ---> 03ee04183034 08:31:02 08:31:03 Successfully built 03ee04183034 08:31:03 Successfully tagged docker-core-data-go-arm64:latest 08:31:03 Building docker-core-command-go 08:31:03  Building docker-core-data-go ... done Removing intermediate container bcb7b5e67049 08:31:03 ---> 003ee3bbb06e 08:31:03 Step 30/31 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:03 ---> Running in 15aac6abd477 08:31:04 Removing intermediate container 15aac6abd477 08:31:04 ---> 18b289ff5977 08:31:04 Step 31/31 : LABEL version=0.0.0OK: 217 MiB in 51 packages 08:31:04 08:31:04 ---> Running in b16eb30b94d7 08:31:05 Removing intermediate container b16eb30b94d7 08:31:05 ---> 2b20f5e03649 08:31:05 08:31:05 Successfully built 2b20f5e03649 08:31:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:31:06  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f5814e718c2 08:31:06 ---> e5a514d6f99a 08:31:06 Step 6/23 : COPY go.mod . 08:31:07 ---> 0247ccfc0f27 08:31:07 Step 7/23 : RUN go mod download 08:31:07 ---> Running in 682648e5ac07 08:31:11 Removing intermediate container 682648e5ac07 08:31:11 ---> 320a1ca83fa6 08:31:11 Step 8/23 : COPY . . 08:31:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:31:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:31:26 ---> 69b17a773e49 08:31:26 Step 3/21 : WORKDIR /edgex-go 08:31:26 ---> Using cache 08:31:26 ---> 52a1dd86fd02 08:31:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:26 ---> Using cache 08:31:26 ---> 7f57b85d3739 08:31:26 Step 5/21 : RUN apk add --update --no-cache make git 08:31:26 ---> Using cache 08:31:26 ---> e5a514d6f99a 08:31:26 Step 6/21 : COPY go.mod . 08:31:26 ---> Using cache 08:31:26 ---> 0247ccfc0f27 08:31:26 Step 7/21 : RUN go mod download 08:31:26 ---> Using cache 08:31:26 ---> 320a1ca83fa6 08:31:26 Step 8/21 : COPY . . 08:31:26 ---> Using cache 08:31:26 ---> 4397993879ae 08:31:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:31:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:31:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:31:26 ---> 69b17a773e49 08:31:26 Step 3/26 : WORKDIR /edgex-go 08:31:26 ---> Using cache 08:31:26 ---> 52a1dd86fd02 08:31:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:26 ---> Using cache 08:31:26 ---> 7f57b85d3739 08:31:26 Step 5/26 : RUN apk add --update --no-cache make bash git 08:31:30 ---> Running in 869e77507085 08:31:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:31:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:31:30 ---> 69b17a773e49 08:31:30 Step 3/23 : WORKDIR /edgex-go 08:31:30 ---> Using cache 08:31:30 ---> 52a1dd86fd02 08:31:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:30 ---> Using cache 08:31:30 ---> 7f57b85d3739 08:31:30 Step 5/23 : RUN apk add --update --no-cache make git 08:31:30 ---> Using cache 08:31:30 ---> e5a514d6f99a 08:31:30 Step 6/23 : COPY go.mod . 08:31:30 ---> Using cache 08:31:30 ---> 0247ccfc0f27 08:31:30 Step 7/23 : RUN go mod download 08:31:30 ---> Using cache 08:31:30 ---> 320a1ca83fa6 08:31:30 Step 8/23 : COPY . . 08:31:30 ---> Running in 6674aba7ddf4 08:31:30 ---> Using cache 08:31:30 ---> 4397993879ae 08:31:30 Step 9/23 : RUN make cmd/core-command/core-command 08:31:30 ---> 4397993879ae 08:31:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:31:30 ---> Running in 4e6883333320 08:31:30 ---> Running in 907f74031028 08:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:31:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:31:31 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 08:31:32 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 08:31:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:31:33 OK: 217 MiB in 51 packages 08:31:34 Removing intermediate container 869e77507085 08:31:34 ---> e7407a7dd326 08:31:34 Step 6/26 : COPY go.mod . 08:31:36 ---> 20c1e2b33947 08:31:36 Step 7/26 : RUN go mod download 08:31:36 ---> Running in e0c76227feab 08:31:40 Removing intermediate container e0c76227feab 08:31:40 ---> b98853c52b8e 08:31:40 Step 8/26 : COPY . . 08:32:03 ---> c5461c2dc2b1 08:32:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:32:03 ---> Running in 4b9aceebc779 08:32:03 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 08:32:35 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 08:32:53 Removing intermediate container 6674aba7ddf4 08:32:53 ---> 4ede68cdc29b 08:32:53 08:32:53 Step 10/21 : FROM alpine:3.12 08:32:53 ---> afeebe901d6b 08:32:53 Step 11/21 : RUN apk add --update --no-cache curl 08:32:53 ---> Running in 062b990efcea 08:32:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:32:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:32:54 (1/4) Installing ca-certificates (20191127-r4) 08:32:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:32:54 (3/4) Installing libcurl (7.69.1-r3) 08:32:54 (4/4) Installing curl (7.69.1-r3) 08:32:54 Executing busybox-1.31.1-r19.trigger 08:32:54 Executing ca-certificates-20191127-r4.trigger 08:32:54 OK: 7 MiB in 18 packages 08:32:57 Removing intermediate container 062b990efcea 08:32:57 ---> 654f8aa0eb8c 08:32:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:32:58 ---> Running in b4aa148f1aaa 08:32:58 Removing intermediate container b4aa148f1aaa 08:32:58 ---> ba7ccdfe7479 08:32:58 Step 13/21 : WORKDIR /edgex 08:32:58 Removing intermediate container 4e6883333320 08:32:58 ---> 84a195782478 08:32:58 08:32:58 Step 10/23 : FROM alpine:3.12 08:32:58 ---> afeebe901d6b 08:32:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:32:58 ---> Using cache 08:32:58 ---> 49e13700fd2a 08:32:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:32:58 ---> Using cache 08:32:58 ---> 1a9c912b2ef5 08:32:58 Step 13/23 : ENV APP_PORT=48082 08:32:59 ---> Running in 982828f117de 08:32:59 ---> Running in ce452f69970c 08:33:00 Removing intermediate container ce452f69970c 08:33:00 ---> a514d488b380 08:33:00 Step 14/23 : EXPOSE $APP_PORT 08:33:00 Removing intermediate container 982828f117de 08:33:00 ---> 9030830edca9 08:33:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:33:00 ---> Running in 4c6e62d456cf 08:33:01 Removing intermediate container 4c6e62d456cf 08:33:01 ---> b9187e714f89 08:33:01 Step 15/23 : WORKDIR / 08:33:01 ---> Running in a88a925d49f6 08:33:01 ---> e5febee23f9b 08:33:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:33:02 Removing intermediate container a88a925d49f6 08:33:02 ---> e9cc195601ea 08:33:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:33:03 ---> 3afc9ecba677 08:33:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:33:03 ---> 978a4a8cbb00 08:33:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:33:04 ---> 93aee59cde9a 08:33:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:33:05 ---> Running in f097fbce907b 08:33:05 ---> daca1deab405 08:33:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:33:05 Removing intermediate container f097fbce907b 08:33:05 ---> 6b0ac3732b18 08:33:05 Step 18/21 : CMD ["--init=true"] 08:33:06 ---> Running in 697ac89173eb 08:33:06 ---> d66c9d34f655 08:33:06 Step 19/23 : ENTRYPOINT ["/core-command"] 08:33:07 ---> Running in 162224cc9529 08:33:07 Removing intermediate container 697ac89173eb 08:33:07 ---> dc96d40a2f06 08:33:07 Step 19/21 : LABEL arch=arm64 08:33:07 ---> Running in 3c7482bd332b 08:33:07 Removing intermediate container 162224cc9529 08:33:07 ---> d98618b07ed1 08:33:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:08 ---> Running in aab3e3d91a18 08:33:08 Removing intermediate container 3c7482bd332b 08:33:08 ---> 9584ea3c812b 08:33:08 Step 20/21 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:33:08 ---> Running in 40a618ca1a00 08:33:09 Removing intermediate container 907f74031028 08:33:09 ---> 579ec18193ce 08:33:09 08:33:09 Step 10/23 : FROM alpine:3.12 08:33:09 ---> afeebe901d6b 08:33:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:33:09 ---> Using cache 08:33:09 ---> 49e13700fd2a 08:33:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:33:09 ---> Using cache 08:33:09 ---> 1a9c912b2ef5 08:33:09 Step 13/23 : ENV APP_PORT=48081 08:33:09 Removing intermediate container aab3e3d91a18 08:33:09 ---> ea22ad8e7d5c 08:33:09 Step 21/23 : LABEL arch=arm64 08:33:09 ---> Running in 025fe14df2ae 08:33:09 ---> Running in d6280f9d3a41 08:33:09 Removing intermediate container 40a618ca1a00 08:33:09 ---> 48c16c0ff505 08:33:09 Step 21/21 : LABEL version=0.0.0 08:33:09 Removing intermediate container 4b9aceebc779 08:33:09 ---> 1fd0df527dba 08:33:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:33:09 ---> Running in 6c0cf547d799 08:33:10 ---> Running in 142b8b637cf1 08:33:10 Removing intermediate container 025fe14df2ae 08:33:10 ---> c1310d918aac 08:33:10 Step 14/23 : EXPOSE $APP_PORT 08:33:10 Removing intermediate container d6280f9d3a41 08:33:10 ---> 05bdfd82cf79 08:33:10 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:33:10 ---> Running in 1e28a8886273 08:33:10 ---> Running in 66b6990e8a75 08:33:10 Removing intermediate container 6c0cf547d799 08:33:10 ---> 655bbc1f8cf8 08:33:10 08:33:11 Successfully built 655bbc1f8cf8 08:33:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:33:11  Building docker-security-proxy-setup-go ... done Removing intermediate container 1e28a8886273 08:33:11 ---> 14c3216ed18d 08:33:11 Removing intermediate container 66b6990e8a75 08:33:11 ---> 35f0f22439b0 08:33:11 Step 15/23 : WORKDIR / 08:33:11 Step 23/23 : LABEL version=0.0.0 08:33:11 ---> Running in d0dc3f235ffd 08:33:11 ---> Running in 6bc60aebd09f 08:33:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:33:12 Removing intermediate container d0dc3f235ffd 08:33:12 ---> 474d4a260596 08:33:12 08:33:12 Removing intermediate container 6bc60aebd09f 08:33:12 ---> c233fa7a7287 08:33:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:33:12 Successfully built 474d4a260596 08:33:12 Successfully tagged docker-core-command-go-arm64:latest 08:33:13  Building docker-core-command-go ... done  ---> dc1a4111c3fd 08:33:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:33:14 ---> 208f10444bae 08:33:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:33:15 Removing intermediate container 142b8b637cf1 08:33:15 ---> f6082f39f238 08:33:15 08:33:15 Step 11/26 : FROM docker:20.10.0 08:33:15 20.10.0: Pulling from library/docker 08:33:15 ---> 14a35dcba7fb 08:33:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:33:15 ---> Running in 6be8099d0dc9 08:33:16 Removing intermediate container 6be8099d0dc9 08:33:16 ---> c12180f98179 08:33:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:16 ---> Running in bee94088a24d 08:33:17 Removing intermediate container bee94088a24d 08:33:17 ---> 747eb824c5d9 08:33:17 Step 21/23 : LABEL arch=arm64 08:33:17 ---> Running in ac70a92de129 08:33:18 Removing intermediate container ac70a92de129 08:33:18 ---> 03e44e52a6ab 08:33:18 Step 22/23 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:33:18 ---> Running in b9bb38b624c1 08:33:19 Removing intermediate container b9bb38b624c1 08:33:19 ---> 65fe0ae59a5d 08:33:19 Step 23/23 : LABEL version=0.0.0 08:33:20 ---> Running in 65727bf4098d 08:33:21 Removing intermediate container 65727bf4098d 08:33:21 ---> 9b902291f473 08:33:21 08:33:21 Successfully built 9b902291f473 08:33:21 Successfully tagged docker-core-metadata-go-arm64:latest 08:33:23  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:33:23 Status: Downloaded newer image for docker:20.10.0 08:33:23 ---> eeaf43b92773 08:33:23 Step 12/26 : RUN apk add --no-cache bash 08:33:24 ---> Running in c37acab01b42 08:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:33:26 (1/2) Installing readline (8.0.4-r0) 08:33:26 (2/2) Installing bash (5.0.17-r0) 08:33:26 Executing bash-5.0.17-r0.post-install 08:33:26 Executing busybox-1.31.1-r19.trigger 08:33:26 OK: 12 MiB in 22 packages 08:33:27 Removing intermediate container c37acab01b42 08:33:27 ---> 20c474bdf4d4 08:33:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:33:27 ---> Running in 63f503068a8c 08:33:27 Removing intermediate container 63f503068a8c 08:33:27 ---> a9e55093a49b 08:33:27 Step 14/26 : ENV APP_PORT=48090 08:33:28 ---> Running in 944a335efb7d 08:33:28 Removing intermediate container 944a335efb7d 08:33:28 ---> 2bc9216fad76 08:33:28 Step 15/26 : EXPOSE $APP_PORT 08:33:28 ---> Running in 527d6b800797 08:33:29 Removing intermediate container 527d6b800797 08:33:29 ---> 94c163c58b38 08:33:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:33:30 ---> 6213c7169ec3 08:33:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:33:31 ---> 1a17ea6ce1d1 08:33:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:33:32 ---> a663c200803a 08:33:32 Step 19/26 : RUN apk --no-cache add py3-pip 08:33:32 ---> Running in c5407181495b 08:33:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:33:34 (1/33) Installing libbz2 (1.0.8-r1) 08:33:34 (2/33) Installing expat (2.2.9-r1) 08:33:34 (3/33) Installing libffi (3.3-r2) 08:33:34 (4/33) Installing gdbm (1.13-r1) 08:33:34 (5/33) Installing xz-libs (5.2.5-r0) 08:33:34 (6/33) Installing sqlite-libs (3.32.1-r0) 08:33:34 (7/33) Installing python3 (3.8.5-r0) 08:33:36 (8/33) Installing py3-appdirs (1.4.4-r1) 08:33:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:33:36 (10/33) Installing py3-parsing (2.4.7-r0) 08:33:36 (11/33) Installing py3-six (1.15.0-r0) 08:33:36 (12/33) Installing py3-packaging (20.4-r0) 08:33:36 (13/33) Installing py3-setuptools (47.0.0-r0) 08:33:36 (14/33) Installing py3-chardet (3.0.4-r4) 08:33:36 (15/33) Installing py3-idna (2.9-r0) 08:33:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:33:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:33:36 (18/33) Installing py3-requests (2.23.0-r0) 08:33:36 (19/33) Installing py3-msgpack (1.0.0-r0) 08:33:36 (20/33) Installing py3-lockfile (0.12.2-r3) 08:33:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:33:36 (22/33) Installing py3-colorama (0.4.3-r0) 08:33:36 (23/33) Installing py3-distlib (0.3.0-r0) 08:33:36 (24/33) Installing py3-distro (1.5.0-r1) 08:33:36 (25/33) Installing py3-webencodings (0.5.1-r3) 08:33:36 (26/33) Installing py3-html5lib (1.0.1-r4) 08:33:36 (27/33) Installing py3-pytoml (0.1.21-r0) 08:33:36 (28/33) Installing py3-pep517 (0.8.2-r0) 08:33:36 (29/33) Installing py3-progress (1.5-r0) 08:33:36 (30/33) Installing py3-toml (0.10.1-r0) 08:33:36 (31/33) Installing py3-retrying (1.3.3-r0) 08:33:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:33:36 (33/33) Installing py3-pip (20.1.1-r0) 08:33:36 Executing busybox-1.31.1-r19.trigger 08:33:36 OK: 71 MiB in 55 packages 08:33:43 Removing intermediate container c5407181495b 08:33:43 ---> bd59940f5527 08:33:43 Step 20/26 : RUN pip install docker-compose==1.23.2 08:33:43 ---> Running in d284e734cbfa 08:33:47 Collecting docker-compose==1.23.2 08:33:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:33:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:33:48 Collecting cached-property<2,>=1.2.0 08:33:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:33:48 Collecting dockerpty<0.5,>=0.4.1 08:33:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:33:51 Collecting jsonschema<3,>=2.5.1 08:33:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:33:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:33:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:33:52 Collecting docker<4.0,>=3.6.0 08:33:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:33:53 Collecting websocket-client<1.0,>=0.32.0 08:33:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:33:54 Collecting texttable<0.10,>=0.9.0 08:33:54 Downloading texttable-0.9.1.tar.gz (11 kB) 08:33:56 Collecting docopt<0.7,>=0.6.1 08:33:56 Downloading docopt-0.6.2.tar.gz (25 kB) 08:33:58 Collecting PyYAML<4,>=3.10 08:33:58 Downloading PyYAML-3.13.tar.gz (270 kB) 08:34:01 Collecting idna<2.8,>=2.5 08:34:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:34:02 Collecting urllib3<1.25,>=1.21.1 08:34:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:34:02 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) 08:34:02 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) 08:34:02 Collecting docker-pycreds>=0.4.0 08:34:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:34:02 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:34:02 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:34:02 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:34:02 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:34:03 Installing collected packages: cached-property, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose 08:34:03 Running setup.py install for dockerpty: started 08:34:05 Running setup.py install for dockerpty: finished with status 'done' 08:34:06 Attempting uninstall: idna 08:34:06 Found existing installation: idna 2.9 08:34:06 Uninstalling idna-2.9: 08:34:06 Successfully uninstalled idna-2.9 08:34:07 Attempting uninstall: urllib3 08:34:07 Found existing installation: urllib3 1.25.9 08:34:07 Uninstalling urllib3-1.25.9: 08:34:07 Successfully uninstalled urllib3-1.25.9 08:34:07 Attempting uninstall: requests 08:34:07 Found existing installation: requests 2.23.0 08:34:07 Uninstalling requests-2.23.0: 08:34:07 Successfully uninstalled requests-2.23.0 08:34:09 Running setup.py install for texttable: started 08:34:11 Running setup.py install for texttable: finished with status 'done' 08:34:11 Running setup.py install for docopt: started 08:34:12 Running setup.py install for docopt: finished with status 'done' 08:34:12 Running setup.py install for PyYAML: started 08:34:15 Running setup.py install for PyYAML: finished with status 'done' 08:34:15 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 08:34:19 Removing intermediate container d284e734cbfa 08:34:19 ---> 81a2eb0a8fc6 08:34:19 Step 21/26 : RUN apk --no-cache add curl 08:34:19 ---> Running in 2048502416d3 08:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:34:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:34:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:34:21 (2/3) Installing libcurl (7.69.1-r3) 08:34:21 (3/3) Installing curl (7.69.1-r3) 08:34:21 Executing busybox-1.31.1-r19.trigger 08:34:21 OK: 71 MiB in 58 packages 08:34:22 Removing intermediate container 2048502416d3 08:34:22 ---> 0d6734be28ef 08:34:22 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:34:22 ---> Running in 2aaf8342d806 08:34:23 Removing intermediate container 2aaf8342d806 08:34:23 ---> 8cc0a3e95b62 08:34:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:34:23 ---> Running in 0f24503972ab 08:34:23 Removing intermediate container 0f24503972ab 08:34:23 ---> f632b996018c 08:34:23 Step 24/26 : LABEL arch=arm64 08:34:23 ---> Running in f0d6de29c6d7 08:34:24 Removing intermediate container f0d6de29c6d7 08:34:24 ---> 0c7830efc62a 08:34:24 Step 25/26 : LABEL git_sha=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe 08:34:24 ---> Running in bb5d87ebf278 08:34:24 Removing intermediate container bb5d87ebf278 08:34:24 ---> c0801695e08f 08:34:24 Step 26/26 : LABEL version=0.0.0 08:34:24 ---> Running in f56f96a6231a 08:34:25 Removing intermediate container f56f96a6231a 08:34:25 ---> 8b9e874c177b 08:34:25 08:34:25 Successfully built 8b9e874c177b 08:34:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:34:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:34:26 $ docker stop --time=1 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e 08:34:27 $ docker rm -f 6df16beb47f66e79fe30990f0c36900c812da091f1bef0925039fee0758c9b0e [Pipeline] // withDockerContainer [Pipeline] sh 08:34:28 + docker images 08:34:28 + grep docker 08:34:28 docker-sys-mgmt-agent-go-arm64 latest 8b9e874c177b 3 seconds ago 300MB 08:34:28 docker-core-metadata-go-arm64 latest 9b902291f473 About a minute ago 17.8MB 08:34:28 docker-core-command-go-arm64 latest 474d4a260596 About a minute ago 16MB 08:34:28 docker-security-proxy-setup-go-arm64 latest 655bbc1f8cf8 About a minute ago 23.2MB 08:34:28 docker-security-bootstrapper-go-arm64 latest 2b20f5e03649 3 minutes ago 22.6MB 08:34:28 docker-core-data-go-arm64 latest 03ee04183034 3 minutes ago 21MB 08:34:28 docker-support-notifications-go-arm64 latest 540ec17a0ade 3 minutes ago 16.7MB 08:34:28 docker-support-scheduler-go-arm64 latest 0090a7ba229c 3 minutes ago 16.1MB 08:34:28 docker-security-secretstore-setup-go-arm64 latest 8197ae0ba49b 3 minutes ago 23.4MB 08:34:28 docker 20.10.0 eeaf43b92773 8 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 08:34:31 provisioning config files... 08:34:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4133421316211007356tmp [Pipeline] { [Pipeline] sh 08:34:32 + set +x 08:34:32 + curl -s https://codecov.io/bash 08:34:32 + bash -s -- 08:34:32 08:34:32 _____ _ 08:34:32 / ____| | | 08:34:32 | | ___ __| | ___ ___ _____ __ 08:34:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:34:32 | |___| (_) | (_| | __/ (_| (_) \ V / 08:34:32 \_____\___/ \__,_|\___|\___\___/ \_/ 08:34:32 Bash-20210129-7c25fce 08:34:32 08:34:32 08:34:32 ==> git version 2.24.3 found 08:34:32 ==> 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 08:34:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:34:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:34:32 ==> Jenkins CI detected. 08:34:32 project root: . 08:34:32 --> token set from env 08:34:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:34:32 ==> Running gcov in . (disable via -X gcov) 08:34:32 ==> Python coveragepy not found 08:34:32 ==> Searching for coverage reports in: 08:34:32 + . 08:34:32 -> Found 1 reports 08:34:32 ==> Detecting git/mercurial file structure 08:34:32 ==> Reading reports 08:34:32 + ./coverage.out bytes=585363 08:34:32 ==> Appending adjustments 08:34:32 https://docs.codecov.io/docs/fixing-reports 08:34:36 + Found adjustments 08:34:36 ==> Gzipping contents 08:34:36 88K /tmp/codecov.cz0N6d.gz 08:34:36 ==> Uploading reports 08:34:36 url: https://codecov.io 08:34:36 query: branch=PR-3142&commit=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3142%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3142&job=&cmd_args= 08:34:36 -> Pinging Codecov 08:34:36 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3142&commit=e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3142%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3142&job=&cmd_args= 08:34:36 -> Uploading to 08:34:36 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe/a7b02290-cd77-4234-879f-ec710a863845.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T083436Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=83dd3e6504f8d9bd31d947e13e3459cb1638a2e8dcf57cb19f7dee9c3531d056 08:34:36 % Total % Received % Xferd Average Speed Time Time Time Current 08:34:36 Dload Upload Total Spent Left Speed 08:34:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88085 0 0 100 88085 0 123k --:--:-- --:--:-- --:--:-- 123k 08:34:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e971b0db25d7f4ec2b2bf9dedb5f0a6bbd3624fe [Pipeline] } 08:34:37 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 08:34:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:34:40 ---> package-listing.sh 08:34:40 ++ facter osfamily 08:34:40 ++ tr '[:upper:]' '[:lower:]' 08:34:40 + OS_FAMILY=redhat 08:34:40 + workspace=/w/workspace/edgex-go/2 08:34:40 + START_PACKAGES=/tmp/packages_start.txt 08:34:40 + END_PACKAGES=/tmp/packages_end.txt 08:34:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:34:40 + PACKAGES=/tmp/packages_start.txt 08:34:40 + '[' /w/workspace/edgex-go/2 ']' 08:34:40 + PACKAGES=/tmp/packages_end.txt 08:34:40 + case "${OS_FAMILY}" in 08:34:40 + rpm -qa 08:34:40 + sort 08:34:45 + '[' -f /tmp/packages_start.txt ']' 08:34:45 + '[' -f /tmp/packages_end.txt ']' 08:34:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:34:45 + '[' /w/workspace/edgex-go/2 ']' 08:34:45 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:34:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:34:45 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:34:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:34:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:46 08:34:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:34:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:46 alpine: Pulling from edgex-lftools-log-publisher 08:34:46 df20fa9351a1: Pulling fs layer 08:34:46 36b3adc4ff6f: Pulling fs layer 08:34:46 8ad3a11d3b57: Pulling fs layer 08:34:46 46f8f816bc3b: Pulling fs layer 08:34:46 93b61091891f: Pulling fs layer 08:34:46 93b9cdb0e59b: Pulling fs layer 08:34:46 5e14af77c1be: Pulling fs layer 08:34:46 01666e4c0597: Pulling fs layer 08:34:46 aa168da1d23b: Pulling fs layer 08:34:46 93b61091891f: Waiting 08:34:46 93b9cdb0e59b: Waiting 08:34:46 5e14af77c1be: Waiting 08:34:46 01666e4c0597: Waiting 08:34:46 aa168da1d23b: Waiting 08:34:46 36b3adc4ff6f: Verifying Checksum 08:34:46 36b3adc4ff6f: Download complete 08:34:46 46f8f816bc3b: Verifying Checksum 08:34:46 46f8f816bc3b: Download complete 08:34:47 df20fa9351a1: Verifying Checksum 08:34:47 df20fa9351a1: Download complete 08:34:47 93b9cdb0e59b: Verifying Checksum 08:34:47 93b9cdb0e59b: Download complete 08:34:47 93b61091891f: Verifying Checksum 08:34:47 93b61091891f: Download complete 08:34:47 5e14af77c1be: Verifying Checksum 08:34:47 5e14af77c1be: Download complete 08:34:47 8ad3a11d3b57: Verifying Checksum 08:34:47 8ad3a11d3b57: Download complete 08:34:47 01666e4c0597: Download complete 08:34:47 df20fa9351a1: Pull complete 08:34:47 36b3adc4ff6f: Pull complete 08:34:48 8ad3a11d3b57: Pull complete 08:34:48 46f8f816bc3b: Pull complete 08:34:49 aa168da1d23b: Verifying Checksum 08:34:49 aa168da1d23b: Download complete 08:34:50 93b61091891f: Pull complete 08:34:50 93b9cdb0e59b: Pull complete 08:34:50 5e14af77c1be: Pull complete 08:34:50 01666e4c0597: Pull complete 08:34:58 aa168da1d23b: Pull complete 08:34:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:34:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:34:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:34:59 prd-centos7-docker-4c-2g-25240 does not seem to be running inside a container 08:34:59 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 08:35:03 $ docker top 151d2a6cdaff7c27a0d54ca41cb92f83b98c11216f55748ea388c6b107965e83 -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:03 + touch /tmp/pre-build-complete [Pipeline] sh 08:35:04 + mkdir -p /var/log/sa [Pipeline] sh 08:35:04 + ls /var/log/sa-host 08:35:04 + sadf -c /var/log/sa-host/sa05 08:35:04 file_magic: OK 08:35:04 HZ: Using current value: 100 08:35:04 file_header: OK 08:35:04 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 08:35:04 Statistics: 08:35:04 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... 08:35:04 File successfully converted to sysstat format version 12.2.1 08:35:04 + sadf -c /var/log/sa-host/sa23 08:35:04 file_magic: OK 08:35:04 HZ: Using current value: 100 08:35:04 file_header: OK 08:35:04 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 08:35:04 Statistics: 08:35:04 Hnuu...uuuununununu... 08:35:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:05 provisioning config files... 08:35:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config611157070735546952tmp [Pipeline] { [Pipeline] echo 08:35:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:35:05 ---> create-netrc.sh [Pipeline] } 08:35:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:35:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:35:06 ---> python-tools-install.sh [Pipeline] echo 08:35:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:35:06 ---> sudo-logs.sh 08:35:06 Archiving 'sudo' log.. [Pipeline] echo 08:35:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:35:06 ---> job-cost.sh 08:35:06 lf-activate-venv: SKIPPING 08:35:06 INFO: No Stack... 08:35:07 INFO: Retrieving Pricing Info for: v1-standard-2 08:35:08 INFO: Archiving Costs [Pipeline] echo 08:35:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:35:08 ---> logs-deploy.sh 08:35:08 lf-activate-venv: SKIPPING 08:35:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3142/2 08:35:08 INFO: archiving workspace using pattern(s): 08:35:10 Archives upload complete. 08:35:10 INFO: archiving logs to Nexus 08:35:11 ---> uname -a: 08:35:11 Linux prd-centos7-docker-4c-2g-25240.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:35:11 08:35:11 08:35:11 ---> lscpu: 08:35:11 Architecture: x86_64 08:35:11 CPU op-mode(s): 32-bit, 64-bit 08:35:11 Byte Order: Little Endian 08:35:11 Address sizes: 40 bits physical, 48 bits virtual 08:35:11 CPU(s): 4 08:35:11 On-line CPU(s) list: 0-3 08:35:11 Thread(s) per core: 1 08:35:11 Core(s) per socket: 1 08:35:11 Socket(s): 4 08:35:11 NUMA node(s): 1 08:35:11 Vendor ID: GenuineIntel 08:35:11 CPU family: 6 08:35:11 Model: 44 08:35:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:35:11 Stepping: 1 08:35:11 CPU MHz: 2933.438 08:35:11 BogoMIPS: 5866.87 08:35:11 Virtualization: VT-x 08:35:11 Hypervisor vendor: KVM 08:35:11 Virtualization type: full 08:35:11 L1d cache: 128 KiB 08:35:11 L1i cache: 128 KiB 08:35:11 L2 cache: 16 MiB 08:35:11 L3 cache: 64 MiB 08:35:11 NUMA node0 CPU(s): 0-3 08:35:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:35:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:35:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:35:11 Vulnerability Meltdown: Mitigation; PTI 08:35:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:35:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:35:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:35:11 Vulnerability Srbds: Not affected 08:35:11 Vulnerability Tsx async abort: Not affected 08:35:11 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 08:35:11 08:35:11 08:35:11 ---> nproc: 08:35:11 4 08:35:11 08:35:11 08:35:11 ---> df -h: 08:35:11 Filesystem Size Used Available Use% Mounted on 08:35:11 overlay 50.0G 11.3G 38.7G 23% / 08:35:11 tmpfs 64.0M 0 64.0M 0% /dev 08:35:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:35:11 shm 64.0M 0 64.0M 0% /dev/shm 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2 08:35:11 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2@tmp 08:35:11 08:35:11 08:35:11 ---> free -m: 08:35:11 total used free shared buff/cache available 08:35:11 Mem: 1837 725 247 0 865 1026 08:35:11 Swap: 1023 38 985 08:35:11 08:35:11 08:35:11 ---> ip addr: 08:35:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:35:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:35:11 inet 127.0.0.1/8 scope host lo 08:35:11 valid_lft forever preferred_lft forever 08:35:11 inet6 ::1/128 scope host 08:35:11 valid_lft forever preferred_lft forever 08:35:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:35:11 link/ether fa:16:3e:73:76:83 brd ff:ff:ff:ff:ff:ff 08:35:11 inet 10.30.123.69/23 brd 10.30.123.255 scope global dynamic eth0 08:35:11 valid_lft 85182sec preferred_lft 85182sec 08:35:11 inet6 fe80::f816:3eff:fe73:7683/64 scope link 08:35:11 valid_lft forever preferred_lft forever 08:35:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:35:11 link/ether 02:42:79:19:b2:9b brd ff:ff:ff:ff:ff:ff 08:35:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:35:11 valid_lft forever preferred_lft forever 08:35:11 inet6 fe80::42:79ff:fe19:b29b/64 scope link 08:35:11 valid_lft forever preferred_lft forever 08:35:11 08:35:11 08:35:11 ---> sar -b -r -n DEV: 08:35:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 08:35:11 08:35:11 08:14:41 LINUX RESTART (4 CPU) 08:35:11 08:35:11 08:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:35:11 08:16:02 152.29 50.20 102.10 0.00 8205.19 49848.82 0.00 08:35:11 08:17:02 229.18 73.55 155.63 0.00 5622.24 48235.67 0.00 08:35:11 08:18:01 226.24 89.84 136.41 0.00 3164.02 18907.90 0.00 08:35:11 08:19:02 134.19 66.47 67.72 0.00 3460.23 6784.75 0.00 08:35:11 08:20:01 201.90 40.82 161.09 0.00 12450.56 79454.03 0.00 08:35:11 08:21:02 1924.76 1569.29 355.48 0.00 204662.42 220829.06 0.00 08:35:11 08:22:01 705.70 485.92 219.77 0.00 29263.48 47743.16 0.00 08:35:11 08:23:01 1561.03 1239.17 321.86 0.00 137126.55 179793.18 0.00 08:35:11 08:24:01 501.88 221.99 279.89 0.00 17549.18 47496.37 0.00 08:35:11 08:25:01 39.69 11.52 28.17 0.00 2870.52 1071.78 0.00 08:35:11 08:26:02 0.27 0.02 0.25 0.00 0.53 4.11 0.00 08:35:11 08:27:01 0.34 0.02 0.32 0.00 0.27 4.34 0.00 08:35:11 08:28:01 0.20 0.02 0.18 0.00 0.13 2.05 0.00 08:35:11 08:29:01 0.30 0.03 0.27 0.00 0.67 3.65 0.00 08:35:11 08:30:01 1.77 1.57 0.20 0.00 55.15 2.71 0.00 08:35:11 08:31:01 1.02 0.03 0.98 0.00 1.07 17.85 0.00 08:35:11 08:32:01 0.18 0.02 0.17 0.00 0.13 1.60 0.00 08:35:11 08:33:01 0.33 0.05 0.28 0.00 0.40 3.31 0.00 08:35:11 08:34:01 0.38 0.02 0.37 0.00 0.13 5.13 0.00 08:35:11 08:35:02 157.85 87.84 70.01 0.00 7166.44 18321.04 0.00 08:35:11 Average: 293.02 197.86 95.15 0.00 21710.77 36040.81 0.00 08:35:11 08:35:11 08:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:35:11 08:16:02 67036 0 669616 35.59 2620 1142272 1368452 46.70 605312 1003280 0 08:35:11 08:17:02 111224 0 692716 36.82 1768 1075836 1315604 44.90 540880 945176 16 08:35:11 08:18:01 260048 0 808268 42.96 744 812484 1651296 56.36 671280 664812 23620 08:35:11 08:19:02 94844 0 901744 47.93 728 884228 1547164 52.80 736156 754608 70704 08:35:11 08:20:01 76260 0 704144 37.42 300 1100840 1244204 42.46 634868 915756 50592 08:35:11 08:21:02 75404 0 840156 44.65 0 965984 2307100 78.74 731336 849268 5476 08:35:11 08:22:01 399616 0 758900 40.33 0 723028 1743100 59.49 540044 697884 2784 08:35:11 08:23:01 84252 0 808780 42.98 0 988512 2273096 77.58 557472 1007736 25784 08:35:11 08:24:01 158604 0 733672 38.99 0 989268 1489144 50.82 643192 824080 14836 08:35:11 08:25:01 183036 0 649736 34.53 0 1048772 1189084 40.58 595836 854460 12 08:35:11 08:26:02 184432 0 648348 34.46 0 1048764 1179868 40.27 595572 854088 8 08:35:11 08:27:01 185500 0 647264 34.40 0 1048780 1172624 40.02 594804 853960 8 08:35:11 08:28:01 185144 0 647600 34.42 0 1048800 1172624 40.02 594692 853968 8 08:35:11 08:29:01 185776 0 646972 34.39 0 1048796 1172756 40.02 594768 853984 20 08:35:11 08:30:01 183636 0 648092 34.44 0 1049816 1172756 40.02 595012 854796 16 08:35:11 08:31:01 183028 0 648632 34.47 0 1049884 1172840 40.03 595492 854820 24 08:35:11 08:32:01 183604 0 648108 34.45 0 1049832 1172804 40.03 595280 854804 8 08:35:11 08:33:01 183924 0 647780 34.43 0 1049840 1172756 40.02 594908 854808 8 08:35:11 08:34:01 183924 0 647764 34.43 0 1049856 1172756 40.02 594912 854816 16 08:35:11 08:35:02 330036 0 717388 38.13 0 834120 1366108 46.62 472356 789100 8 08:35:11 Average: 174966 0 705784 37.51 308 1000486 1402807 47.88 604209 849810 9697 08:35:11 08:35:11 08:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:35:11 08:16:02 eth0 2020.29 1479.13 6383.27 182.53 0.00 0.00 0.00 0.00 08:35:11 08:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:16:02 docker0 844.80 974.98 68.93 2692.42 0.00 0.00 0.00 0.00 08:35:11 08:16:02 veth92a8363 844.80 975.11 80.48 2692.43 0.00 0.00 0.00 0.00 08:35:11 08:17:02 eth0 507.97 411.00 3676.55 62.24 0.00 0.00 0.00 0.00 08:35:11 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:17:02 docker0 139.45 184.55 9.66 829.63 0.00 0.00 0.00 0.00 08:35:11 08:18:01 veth61474fb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:18:01 eth0 45.74 33.99 30.76 42.40 0.00 0.00 0.00 0.00 08:35:11 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:19:02 veth61474fb 1.90 1.90 0.15 0.15 0.00 0.00 0.00 0.00 08:35:11 08:19:02 eth0 27.29 14.93 22.18 10.41 0.00 0.00 0.00 0.00 08:35:11 08:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:19:02 docker0 1.90 1.90 0.13 0.15 0.00 0.00 0.00 0.00 08:35:11 08:20:01 eth0 229.12 172.99 1727.12 81.92 0.00 0.00 0.00 0.00 08:35:11 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:20:01 veth76cc462 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:21:02 eth0 41.65 21.25 159.46 8.29 0.00 0.00 0.00 0.00 08:35:11 08:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:21:02 veth76cc462 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:21:02 docker0 12.06 24.45 0.66 145.40 0.00 0.00 0.00 0.00 08:35:11 08:22:01 eth0 53.52 30.59 224.95 9.41 0.00 0.00 0.00 0.00 08:35:11 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:22:01 veth76cc462 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:22:01 docker0 16.53 29.46 0.89 162.59 0.00 0.00 0.00 0.00 08:35:11 08:23:01 veth12514f3 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:23:01 veth466c662 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:35:11 08:23:01 eth0 46.00 29.64 78.08 64.45 0.00 0.00 0.00 0.00 08:35:11 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:24:01 eth0 288.16 208.38 1738.33 90.43 0.00 0.00 0.00 0.00 08:35:11 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:24:01 vethd367341 7.25 7.77 0.97 22.37 0.00 0.00 0.00 0.00 08:35:11 08:24:01 veth76cc462 0.00 1.05 0.00 0.05 0.00 0.00 0.00 0.00 08:35:11 08:25:01 eth0 16.46 9.57 43.93 3.89 0.00 0.00 0.00 0.00 08:35:11 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:25:01 docker0 1079.57 1334.21 84.39 4408.69 0.00 0.00 0.00 0.00 08:35:11 08:26:02 eth0 0.80 0.47 0.76 0.27 0.00 0.00 0.00 0.00 08:35:11 08:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:27:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:35:11 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:35:11 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:29:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:35:11 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:35:11 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:31:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:35:11 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:32:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 08:35:11 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:33:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:35:11 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:34:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:35:02 eth0 215.58 177.89 2153.24 22.25 0.00 0.00 0.00 0.00 08:35:11 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 08:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 Average: eth0 174.94 129.73 813.33 28.93 0.00 0.00 0.00 0.00 08:35:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:35:11 Average: docker0 54.03 66.77 4.22 220.64 0.00 0.00 0.00 0.00 08:35:11 08:35:11 08:35:11 ---> sar -P ALL: 08:35:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 08:35:11 08:35:11 08:14:41 LINUX RESTART (4 CPU) 08:35:11 08:35:11 08:15:01 CPU %user %nice %system %iowait %steal %idle 08:35:11 08:16:02 all 19.07 0.00 10.46 4.32 0.07 66.08 08:35:11 08:16:02 0 15.54 0.00 12.48 4.76 0.10 67.12 08:35:11 08:16:02 1 21.37 0.00 9.97 5.66 0.07 62.93 08:35:11 08:16:02 2 20.22 0.00 11.54 3.04 0.05 65.15 08:35:11 08:16:02 3 19.12 0.00 7.89 3.82 0.05 69.12 08:35:11 08:17:02 all 13.39 0.00 7.51 4.19 0.06 74.86 08:35:11 08:17:02 0 14.14 0.00 8.61 3.53 0.05 73.67 08:35:11 08:17:02 1 10.63 0.00 6.94 4.49 0.05 77.88 08:35:11 08:17:02 2 15.09 0.00 7.37 4.82 0.07 72.66 08:35:11 08:17:02 3 13.69 0.00 7.13 3.89 0.07 75.22 08:35:11 08:18:01 all 43.33 0.00 12.25 6.89 0.09 37.44 08:35:11 08:18:01 0 44.16 0.00 11.74 6.52 0.07 37.50 08:35:11 08:18:01 1 44.30 0.00 13.34 5.84 0.10 36.42 08:35:11 08:18:01 2 42.43 0.00 12.10 6.55 0.11 38.81 08:35:11 08:18:01 3 42.41 0.00 11.82 8.66 0.07 37.04 08:35:11 08:19:02 all 45.26 0.00 13.21 3.33 0.08 38.12 08:35:11 08:19:02 0 46.02 0.00 13.47 4.17 0.07 36.27 08:35:11 08:19:02 1 45.80 0.00 12.75 2.65 0.07 38.74 08:35:11 08:19:02 2 43.90 0.00 13.37 4.33 0.12 38.28 08:35:11 08:19:02 3 45.34 0.00 13.25 2.15 0.05 39.20 08:35:11 08:20:01 all 23.17 0.00 13.00 4.94 0.07 58.82 08:35:11 08:20:01 0 21.97 0.00 13.00 4.59 0.09 60.34 08:35:11 08:20:01 1 24.31 0.00 12.39 5.01 0.05 58.24 08:35:11 08:20:01 2 24.14 0.00 13.00 5.40 0.05 57.40 08:35:11 08:20:01 3 22.27 0.00 13.62 4.74 0.09 59.29 08:35:11 08:21:02 all 23.67 0.00 29.18 21.02 0.18 25.96 08:35:11 08:21:02 0 23.59 0.00 28.51 21.30 0.19 26.40 08:35:11 08:21:02 1 23.06 0.00 29.64 22.14 0.19 24.97 08:35:11 08:21:02 2 23.39 0.00 29.70 20.52 0.16 26.23 08:35:11 08:21:02 3 24.65 0.00 28.85 20.11 0.16 26.24 08:35:11 08:22:01 all 52.76 0.00 15.86 15.98 0.09 15.32 08:35:11 08:22:01 0 52.90 0.00 16.16 17.61 0.09 13.25 08:35:11 08:22:01 1 53.37 0.00 14.67 14.08 0.10 17.77 08:35:11 08:22:01 2 51.92 0.00 16.52 16.29 0.09 15.19 08:35:11 08:22:01 3 52.85 0.00 16.09 15.93 0.07 15.06 08:35:11 08:23:01 all 33.81 0.00 26.54 17.32 0.16 22.17 08:35:11 08:23:01 0 33.74 0.00 25.86 15.99 0.16 24.26 08:35:11 08:23:01 1 33.56 0.00 26.69 15.93 0.19 23.63 08:35:11 08:23:01 2 35.07 0.00 26.15 18.84 0.17 19.77 08:35:11 08:23:01 3 32.87 0.00 27.48 18.56 0.10 20.98 08:35:11 08:24:01 all 31.49 0.00 14.60 11.73 0.10 42.09 08:35:11 08:24:01 0 30.07 0.00 15.33 12.71 0.09 41.81 08:35:11 08:24:01 1 33.62 0.00 15.45 10.09 0.09 40.75 08:35:11 08:24:01 2 30.29 0.00 13.54 12.01 0.12 44.05 08:35:11 08:24:01 3 31.97 0.00 14.06 12.11 0.10 41.75 08:35:11 08:25:01 all 0.90 0.00 0.97 1.67 0.02 96.43 08:35:11 08:25:01 0 0.82 0.00 1.09 2.10 0.03 95.96 08:35:11 08:25:01 1 0.75 0.00 0.78 1.32 0.02 97.13 08:35:11 08:25:01 2 1.07 0.00 1.08 3.02 0.02 94.81 08:35:11 08:25:01 3 0.97 0.00 0.94 0.23 0.02 97.84 08:35:11 08:26:02 all 0.16 0.00 0.04 0.00 0.00 99.80 08:35:11 08:26:02 0 0.03 0.00 0.03 0.00 0.00 99.93 08:35:11 08:26:02 1 0.05 0.00 0.07 0.00 0.00 99.88 08:35:11 08:26:02 2 0.03 0.00 0.03 0.00 0.00 99.93 08:35:11 08:26:02 3 0.52 0.00 0.03 0.00 0.00 99.45 08:35:11 08:35:11 08:26:02 CPU %user %nice %system %iowait %steal %idle 08:35:11 08:27:01 all 0.18 0.00 0.09 0.00 0.01 99.72 08:35:11 08:27:01 0 0.05 0.00 0.08 0.00 0.00 99.86 08:35:11 08:27:01 1 0.07 0.00 0.10 0.00 0.03 99.80 08:35:11 08:27:01 2 0.03 0.00 0.08 0.00 0.00 99.88 08:35:11 08:27:01 3 0.56 0.00 0.10 0.00 0.02 99.32 08:35:11 08:28:01 all 0.12 0.00 0.04 0.00 0.00 99.85 08:35:11 08:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:35:11 08:28:01 1 0.00 0.00 0.03 0.00 0.00 99.97 08:35:11 08:28:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:35:11 08:28:01 3 0.38 0.00 0.05 0.00 0.00 99.57 08:35:11 08:29:01 all 0.14 0.00 0.03 0.00 0.01 99.81 08:35:11 08:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:35:11 08:29:01 1 0.08 0.00 0.03 0.00 0.02 99.87 08:35:11 08:29:01 2 0.30 0.00 0.03 0.02 0.00 99.65 08:35:11 08:29:01 3 0.15 0.00 0.05 0.00 0.00 99.80 08:35:11 08:30:01 all 0.14 0.00 0.06 0.03 0.00 99.77 08:35:11 08:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:35:11 08:30:01 1 0.03 0.00 0.05 0.02 0.00 99.90 08:35:11 08:30:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:35:11 08:30:01 3 0.50 0.00 0.13 0.10 0.00 99.27 08:35:11 08:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 08:35:11 08:31:01 0 0.05 0.00 0.07 0.00 0.00 99.88 08:35:11 08:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:35:11 08:31:01 2 0.03 0.00 0.03 0.00 0.02 99.92 08:35:11 08:31:01 3 0.52 0.00 0.03 0.00 0.00 99.45 08:35:11 08:32:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:35:11 08:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:35:11 08:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:35:11 08:32:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:35:11 08:32:01 3 0.52 0.00 0.02 0.00 0.00 99.47 08:35:11 08:33:01 all 0.17 0.00 0.03 0.00 0.00 99.80 08:35:11 08:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:35:11 08:33:01 1 0.07 0.00 0.03 0.00 0.00 99.90 08:35:11 08:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:35:11 08:33:01 3 0.55 0.00 0.03 0.00 0.00 99.42 08:35:11 08:34:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:35:11 08:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:35:11 08:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:35:11 08:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:35:11 08:34:01 3 0.50 0.00 0.02 0.00 0.00 99.48 08:35:11 08:35:02 all 6.38 0.00 4.77 4.24 0.05 84.56 08:35:11 08:35:02 0 7.51 0.00 4.59 1.55 0.02 86.33 08:35:11 08:35:02 1 4.66 0.00 3.86 4.86 0.10 86.53 08:35:11 08:35:02 2 6.52 0.00 4.81 4.67 0.05 83.95 08:35:11 08:35:02 3 6.83 0.00 5.83 5.90 0.03 81.41 08:35:11 Average: all 14.46 0.00 7.29 4.68 0.05 73.51 08:35:11 Average: 0 14.28 0.00 7.42 4.65 0.05 73.61 08:35:11 Average: 1 14.54 0.00 7.21 4.52 0.05 73.68 08:35:11 Average: 2 14.46 0.00 7.33 4.87 0.05 73.29 08:35:11 Average: 3 14.58 0.00 7.21 4.70 0.04 73.48 08:35:11 08:35:11 08:35:11