Pull request #3115 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 362659e47bca872dd68a7ac17b2f4afb03dc898f+9ee6a915f0da87ac859f0375cd81210a85b62227 (719d6673fec530b53406cb57b8a290cbfad26449) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25635 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 362659e47bca872dd68a7ac17b2f4afb03dc898f Merge succeeded, producing 362659e47bca872dd68a7ac17b2f4afb03dc898f Checking out Revision 362659e47bca872dd68a7ac17b2f4afb03dc898f (PR-3115) > 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # timeout=10 Commit message: "feat(snap): add patch contnets" > git rev-list --no-walk 45ee40c4e7b49366510ceb4a15f7b2729d14c524 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:12:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:12:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:12:49 ========================================================= 23:12:49 EdgeX Global Pipelines Version Info 23:12:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:12:51 ------------------- 23:12:51 stable info: 23:12:51 ------------------- 23:12:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:12:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:12:51 Message: update stable to v1.0.179 23:12:52 ------------------- 23:12:52 experimental info: 23:12:52 ------------------- 23:12:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:12:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:12:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:12:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:12:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:12:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 23:12:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 23:12:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 23:12:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 362659e47bca872dd68a7ac17b2f4afb03dc898f [Pipeline] echo 23:12:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 362659e [Pipeline] echo 23:12:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:12:55 provisioning config files... 23:12:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config7815993920872242273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:56 ---> docker-login.sh 23:12:56 nexus3.edgexfoundry.org:10001 23:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:56 Configure a credential helper to remove this warning. See 23:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:56 23:12:56 Login Succeeded 23:12:56 nexus3.edgexfoundry.org:10002 23:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:56 Configure a credential helper to remove this warning. See 23:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:56 23:12:56 Login Succeeded 23:12:56 nexus3.edgexfoundry.org:10003 23:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:56 Configure a credential helper to remove this warning. See 23:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:56 23:12:56 Login Succeeded 23:12:56 nexus3.edgexfoundry.org:10004 23:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:57 Configure a credential helper to remove this warning. See 23:12:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:57 23:12:57 Login Succeeded 23:12:57 docker.io 23:12:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:12:57 Configure a credential helper to remove this warning. See 23:12:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:12:57 23:12:57 Login Succeeded 23:12:57 ---> docker-login.sh ends [Pipeline] } 23:12:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:12:57 ++ 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 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/core-command/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo core-command,cmd/core-command/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/core-data/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo core-data,cmd/core-data/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/core-metadata/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo core-metadata,cmd/core-metadata/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/security-bootstrapper/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/security-proxy-setup/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/support-notifications/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo support-notifications,cmd/support-notifications/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/support-scheduler/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:12:57 + for file in '`ls cmd/**/Dockerfile`' 23:12:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:12:57 ++ cut -d/ -f2 23:12:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:12:57 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 23:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:12:59 23:12:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:13:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:00 latest: Pulling from edgex-devops/git-semver 23:13:00 31603596830f: Pulling fs layer 23:13:00 2a8b12db71e7: Pulling fs layer 23:13:00 6ca5941a6612: Pulling fs layer 23:13:00 ecc8261a40a4: Pulling fs layer 23:13:00 ecc8261a40a4: Waiting 23:13:00 2a8b12db71e7: Verifying Checksum 23:13:00 2a8b12db71e7: Download complete 23:13:00 31603596830f: Verifying Checksum 23:13:00 31603596830f: Download complete 23:13:00 6ca5941a6612: Verifying Checksum 23:13:00 6ca5941a6612: Download complete 23:13:00 ecc8261a40a4: Verifying Checksum 23:13:00 ecc8261a40a4: Download complete 23:13:00 31603596830f: Pull complete 23:13:00 2a8b12db71e7: Pull complete 23:13:01 6ca5941a6612: Pull complete 23:13:01 ecc8261a40a4: Pull complete 23:13:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:13:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:13:01 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:13:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:13:04 $ docker top c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:04 [ssh-agent] Looking for ssh-agent implementation... 23:13:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:05 $ docker exec c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 ssh-agent 23:13:05 SSH_AUTH_SOCK=/tmp/ssh-RsYUz6nYMaU6/agent.12 23:13:05 SSH_AGENT_PID=18 23:13:05 Running ssh-add (command line suppressed) 23:13:05 Identity added: /w/workspace/edgex-go/14@tmp/private_key_5873491580304360263.key (/w/workspace/edgex-go/14@tmp/private_key_5873491580304360263.key) 23:13:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:13:05 + git tag --points-at HEAD [Pipeline] } 23:13:05 $ docker exec --env ******** --env ******** c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 ssh-agent -k 23:13:05 unset SSH_AUTH_SOCK; 23:13:05 unset SSH_AGENT_PID; 23:13:05 echo Agent pid 18 killed; 23:13:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:13:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:06 [ssh-agent] Looking for ssh-agent implementation... 23:13:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:06 $ docker exec c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 ssh-agent 23:13:06 SSH_AUTH_SOCK=/tmp/ssh-sjn7lev9LXpw/agent.48 23:13:06 SSH_AGENT_PID=53 23:13:06 Running ssh-add (command line suppressed) 23:13:06 Identity added: /w/workspace/edgex-go/14@tmp/private_key_8895069197865825643.key (/w/workspace/edgex-go/14@tmp/private_key_8895069197865825643.key) 23:13:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:13:06 + git semver init 23:13:06 # -> Open(): unable to determine branch for HEAD 23:13:06 # $GIT_DIR = /w/workspace/edgex-go/14/.git 23:13:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 23:13:06 # $SEMVER_REMOTE_NAME = origin 23:13:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:13:06 # $SEMVER_USER_NAME = edgex-jenkins 23:13:06 # $SEMVER_BRANCH = PR-3115 23:13:06 # $SEMVER_TEMP = /tmp/semver-953242217 23:13:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:13:25 # '/tmp/semver-953242217' -> '/w/workspace/edgex-go/14/.semver' 23:13:25 # -> Force: false 23:13:25 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 23:13:25 $ docker exec --env ******** --env ******** c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 ssh-agent -k 23:13:25 unset SSH_AUTH_SOCK; 23:13:25 unset SSH_AGENT_PID; 23:13:25 echo Agent pid 53 killed; 23:13:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:13:25 + git semver [Pipeline] } 23:13:25 $ docker stop --time=1 c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 23:13:27 $ docker rm -f c98b277906fbda5a0c5109d03c03ad37f37a043e0cf13a95dbb4a67442a3a150 [Pipeline] // withDockerContainer [Pipeline] sh 23:13:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:13:28 Stashed 1 file(s) [Pipeline] echo 23:13:28 [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 23:13:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:13:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:13:30 + sudo service docker restart 23:13:30 + true 23:13:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:13:30 ========================================================= 23:13:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:13:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:31 + 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 . 23:13:35 Sending build context to Docker daemon 327.9MB 23:13:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:13:35 Step 2/6 : FROM ${BASE} 23:13:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:13:35 188c0c94c7c5: Pulling fs layer 23:13:35 0ef7d3d256c8: Pulling fs layer 23:13:35 de9db76c5a1d: Pulling fs layer 23:13:35 bca2f99d35d6: Pulling fs layer 23:13:35 93359f2a8cfa: Pulling fs layer 23:13:35 7c6f9722023f: Pulling fs layer 23:13:35 a35cf1a2eb13: Pulling fs layer 23:13:35 93359f2a8cfa: Waiting 23:13:35 7c6f9722023f: Waiting 23:13:35 a35cf1a2eb13: Waiting 23:13:35 bca2f99d35d6: Waiting 23:13:35 de9db76c5a1d: Verifying Checksum 23:13:35 de9db76c5a1d: Download complete 23:13:35 0ef7d3d256c8: Verifying Checksum 23:13:35 0ef7d3d256c8: Download complete 23:13:35 93359f2a8cfa: Verifying Checksum 23:13:35 93359f2a8cfa: Download complete 23:13:35 188c0c94c7c5: Verifying Checksum 23:13:35 188c0c94c7c5: Download complete 23:13:35 7c6f9722023f: Verifying Checksum 23:13:35 7c6f9722023f: Download complete 23:13:35 188c0c94c7c5: Pull complete 23:13:36 0ef7d3d256c8: Pull complete 23:13:36 de9db76c5a1d: Pull complete 23:13:37 a35cf1a2eb13: Verifying Checksum 23:13:37 a35cf1a2eb13: Download complete 23:13:38 bca2f99d35d6: Verifying Checksum 23:13:38 bca2f99d35d6: Download complete 23:13:43 bca2f99d35d6: Pull complete 23:13:44 Still waiting to schedule task 23:13:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:13:44 93359f2a8cfa: Pull complete 23:13:44 7c6f9722023f: Pull complete 23:13:49 a35cf1a2eb13: Pull complete 23:13:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:13:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:13:49 ---> a62c8e92a672 23:13:49 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 23:13:49 ---> Running in 1326d2d518ff 23:13:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:13:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:13:51 (1/12) Installing libmagic (5.38-r0) 23:13:51 (2/12) Installing file (5.38-r0) 23:13:51 (3/12) Installing libc-dev (0.7.2-r3) 23:13:51 (4/12) Installing g++ (9.3.0-r2) 23:13:54 (5/12) Installing fortify-headers (1.1-r0) 23:13:54 (6/12) Installing patch (2.7.6-r6) 23:13:54 (7/12) Installing build-base (0.5-r2) 23:13:54 (8/12) Installing libsodium (1.0.18-r0) 23:13:54 (9/12) Installing pkgconf (1.7.2-r0) 23:13:54 (10/12) Installing libsodium-dev (1.0.18-r0) 23:13:55 (11/12) Installing libzmq (4.3.3-r0) 23:13:55 (12/12) Installing zeromq-dev (4.3.3-r0) 23:13:55 Executing busybox-1.31.1-r19.trigger 23:13:55 OK: 233 MiB in 51 packages 23:13:59 Removing intermediate container 1326d2d518ff 23:13:59 ---> 21f58bc66342 23:13:59 Step 4/6 : WORKDIR /edgex-go 23:13:59 ---> Running in 5c0aec1b3df4 23:13:59 Removing intermediate container 5c0aec1b3df4 23:13:59 ---> 96e5b1787c81 23:13:59 Step 5/6 : COPY go.mod . 23:13:59 ---> 1fca0fc8539f 23:13:59 Step 6/6 : RUN go mod download 23:13:59 ---> Running in 02384af4821f 23:14:21 Removing intermediate container 02384af4821f 23:14:21 ---> c8513f03af7b 23:14:21 Successfully built c8513f03af7b 23:14:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:14:22 + docker inspect -f . ci-base-image-x86_64 23:14:22 . [Pipeline] withDockerContainer 23:14:22 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:14:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:14:23 $ docker top 4b328f8ef64103cdf2bcddc6cad5c37540bcc3d51b551836a596cfcaa1318007 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:23 + go version 23:14:23 go version go1.15.5 linux/amd64 [Pipeline] } 23:14:23 $ docker stop --time=1 4b328f8ef64103cdf2bcddc6cad5c37540bcc3d51b551836a596cfcaa1318007 23:14:25 $ docker rm -f 4b328f8ef64103cdf2bcddc6cad5c37540bcc3d51b551836a596cfcaa1318007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:27 + docker inspect -f . ci-base-image-x86_64 23:14:27 . [Pipeline] withDockerContainer 23:14:27 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:14:27 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:14:28 $ docker top 1a566dd9b3374919250ec3e329af0e702ae999b87fb272973348cbbbb7dfda92 -eo pid,comm [Pipeline] { [Pipeline] echo 23:14:28 ========================================================= 23:14:28 [edgeXBuildGoParallel] Running Tests and Build... 23:14:28 ========================================================= [Pipeline] sh 23:14:29 + make test 23:14:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:14:37 ? github.com/edgexfoundry/edgex-go [no test files] 23:14:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:14:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:15:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:15:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:15:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:15:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:15:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:15:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.6% of statements 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:15:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 23:15:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements 23:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.1% of statements 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:15:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.441s coverage: 82.3% of statements 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:15:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:15:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 23:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 23:15:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25636 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 23:15:27 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 23:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 23:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 23:15:33 using credential edgex-jenkins-ssh 23:15:33 Cloning the remote Git repository 23:15:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:15:33 > git init /w/workspace/edgex-go/14 # timeout=10 23:15:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:15:33 > git --version # timeout=10 23:15:33 > git --version # 'git version 2.17.1' 23:15:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.059s coverage: 92.9% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.285s coverage: 68.9% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 87.7% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 23:15:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:15:41 GO111MODULE=on go vet ./... 23:15:49 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 362659e47bca872dd68a7ac17b2f4afb03dc898f 23:15:50 Merge succeeded, producing 362659e47bca872dd68a7ac17b2f4afb03dc898f 23:15:50 Checking out Revision 362659e47bca872dd68a7ac17b2f4afb03dc898f (PR-3115) 23:15:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:15:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:15:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:15:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:15:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:15:49 > git config core.sparsecheckout # timeout=10 23:15:49 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # timeout=10 23:15:50 > git remote # timeout=10 23:15:50 > git config --get remote.origin.url # timeout=10 23:15:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:15:50 > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 23:15:50 > git rev-parse HEAD^{commit} # timeout=10 23:15:50 > git config core.sparsecheckout # timeout=10 23:15:50 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # timeout=10 23:15:54 Commit message: "feat(snap): add patch contnets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:15:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:15:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:15:57 + sudo service docker restart 23:15:57 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:15:59 provisioning config files... 23:15:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config455149610592608174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:15:59 ---> docker-login.sh 23:15:59 nexus3.edgexfoundry.org:10001 23:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:00 Configure a credential helper to remove this warning. See 23:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:00 23:16:00 Login Succeeded 23:16:00 nexus3.edgexfoundry.org:10002 23:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:01 Configure a credential helper to remove this warning. See 23:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:01 23:16:01 Login Succeeded 23:16:01 nexus3.edgexfoundry.org:10003 23:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:01 Configure a credential helper to remove this warning. See 23:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:01 23:16:01 Login Succeeded 23:16:01 nexus3.edgexfoundry.org:10004 23:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:02 Configure a credential helper to remove this warning. See 23:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:02 23:16:02 Login Succeeded 23:16:02 docker.io 23:16:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:02 Configure a credential helper to remove this warning. See 23:16:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:02 23:16:02 Login Succeeded 23:16:03 ---> docker-login.sh ends [Pipeline] } 23:16:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:16:03 ========================================================= 23:16:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:16:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:16:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:16:06 Sending build context to Docker daemon 166.4MB 23:16:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:16:06 Step 2/6 : FROM ${BASE} 23:16:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:16:06 5f621e34cdf4: Pulling fs layer 23:16:06 a4357932f1b6: Pulling fs layer 23:16:06 18c013af1878: Pulling fs layer 23:16:06 00ac8860ef70: Pulling fs layer 23:16:06 63d7cb157983: Pulling fs layer 23:16:06 b116817d02f9: Pulling fs layer 23:16:06 745a02a5169b: Pulling fs layer 23:16:06 00ac8860ef70: Waiting 23:16:06 63d7cb157983: Waiting 23:16:06 b116817d02f9: Waiting 23:16:06 745a02a5169b: Waiting 23:16:06 18c013af1878: Verifying Checksum 23:16:06 18c013af1878: Download complete 23:16:06 a4357932f1b6: Verifying Checksum 23:16:06 a4357932f1b6: Download complete 23:16:06 63d7cb157983: Verifying Checksum 23:16:06 b116817d02f9: Download complete 23:16:06 5f621e34cdf4: Verifying Checksum 23:16:06 5f621e34cdf4: Download complete 23:16:07 5f621e34cdf4: Pull complete 23:16:07 a4357932f1b6: Pull complete 23:16:08 gofmt -l . 23:16:08 [ "`gofmt -l .`" = "" ] 23:16:08 ./bin/test-go-mod-tidy.sh 23:16:08 ./bin/test-attribution-txt.sh 23:16:08 18c013af1878: Pull complete [Pipeline] sh 23:16:08 + ls -al . 23:16:08 total 696 23:16:08 drwxrwxr-x 10 1001 1001 4096 Feb 8 23:16 . 23:16:08 drwxr-xr-x 4 root root 30 Feb 8 23:14 .. 23:16:08 -rw-rw-r-- 1 1001 1001 11 Feb 8 23:12 .dockerignore 23:16:08 drwxrwxr-x 8 1001 1001 179 Feb 8 23:12 .git 23:16:08 drwxrwxr-x 3 1001 1001 125 Feb 8 23:12 .github 23:16:08 -rw-rw-r-- 1 1001 1001 818 Feb 8 23:12 .gitignore 23:16:08 drwx------ 3 1001 1001 60 Feb 8 23:13 .semver 23:16:08 -rw-rw-r-- 1 1001 1001 166 Feb 8 23:12 .sonarcloud.properties 23:16:08 -rw-rw-r-- 1 1001 1001 7859 Feb 8 23:12 Attribution.txt 23:16:08 -rw-rw-r-- 1 1001 1001 3804 Feb 8 23:12 CONTRIBUTING.md 23:16:08 -rw-rw-r-- 1 1001 1001 931 Feb 8 23:12 Dockerfile.build 23:16:08 -rw-rw-r-- 1 1001 1001 863 Feb 8 23:12 Jenkinsfile 23:16:08 -rw-rw-r-- 1 1001 1001 10775 Feb 8 23:12 LICENSE 23:16:08 -rw-rw-r-- 1 1001 1001 5774 Feb 8 23:12 Makefile 23:16:08 -rw-rw-r-- 1 1001 1001 6524 Feb 8 23:12 README.md 23:16:08 -rw-rw-r-- 1 1001 1001 6755 Feb 8 23:12 SECURITY.md 23:16:08 -rw-rw-r-- 1 1001 1001 5 Feb 8 23:13 VERSION 23:16:08 -rw-rw-r-- 1 1001 1001 4131 Feb 8 23:12 ZMQWindows.md 23:16:08 drwxrwxr-x 2 1001 1001 117 Feb 8 23:12 bin 23:16:08 drwxrwxr-x 14 1001 1001 4096 Feb 8 23:12 cmd 23:16:08 -rw-r--r-- 1 root root 592672 Feb 8 23:15 coverage.out 23:16:08 -rw-r--r-- 1 root root 1054 Feb 8 23:16 go.mod 23:16:08 -rw-r--r-- 1 root root 19290 Feb 8 23:16 go.sum 23:16:08 drwxrwxr-x 8 1001 1001 127 Feb 8 23:12 internal 23:16:08 drwxrwxr-x 4 1001 1001 26 Feb 8 23:12 openapi 23:16:08 drwxrwxr-x 4 1001 1001 71 Feb 8 23:12 snap 23:16:08 -rw-rw-r-- 1 1001 1001 168 Feb 8 23:12 version.go [Pipeline] sh 23:16:09 + '[' -e coverage.out ] 23:16:09 + chown 1001:1001 coverage.out 23:16:09 745a02a5169b: Verifying Checksum 23:16:09 745a02a5169b: Download complete [Pipeline] stash 23:16:09 Stashed 1 file(s) [Pipeline] sh 23:16:09 + make build 23:16: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 23:16:11 00ac8860ef70: Verifying Checksum 23:16:11 00ac8860ef70: Download complete 23:16:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:16:21 00ac8860ef70: Pull complete 23:16:21 63d7cb157983: Pull complete 23:16:21 b116817d02f9: Pull complete 23:16:22 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 23:16:22 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 23:16:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:16:24 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 23:16:25 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 23:16:25 745a02a5169b: Pull complete 23:16:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:16:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:16:25 ---> b7e6874047d6 23:16:25 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 23:16:27 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 23:16:28 ---> Running in 8bd7efcf3dd1 23:16:28 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 23:16: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 23:16:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:16:30 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 23:16:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:16:31 (1/12) Installing libmagic (5.38-r0) 23:16:31 (2/12) Installing file (5.38-r0) 23:16:31 (3/12) Installing libc-dev (0.7.2-r3) 23:16:31 (4/12) Installing g++ (9.3.0-r2) 23:16:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 23:16:33 $ docker stop --time=1 1a566dd9b3374919250ec3e329af0e702ae999b87fb272973348cbbbb7dfda92 23:16:35 $ docker rm -f 1a566dd9b3374919250ec3e329af0e702ae999b87fb272973348cbbbb7dfda92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 23:16:36 (5/12) Installing fortify-headers (1.1-r0) 23:16:36 (6/12) Installing patch (2.7.6-r6) 23:16:36 (7/12) Installing build-base (0.5-r2) 23:16:36 (8/12) Installing libsodium (1.0.18-r0) 23:16:36 (9/12) Installing pkgconf (1.7.2-r0) 23:16:36 (10/12) Installing libsodium-dev (1.0.18-r0) 23:16:36 (11/12) Installing libzmq (4.3.3-r0) 23:16:36 (12/12) Installing zeromq-dev (4.3.3-r0) 23:16:36 Executing busybox-1.31.1-r19.trigger 23:16:37 OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 23:16:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:39 23:16:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:16:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:39 latest: Pulling from edgex-devops/edgex-compose 23:16:39 cbdbe7a5bc2a: Pulling fs layer 23:16:39 ca9280d653b3: Pulling fs layer 23:16:39 7e9c9ca2126c: Pulling fs layer 23:16:40 cbdbe7a5bc2a: Download complete 23:16:40 ca9280d653b3: Verifying Checksum 23:16:40 ca9280d653b3: Download complete 23:16:40 cbdbe7a5bc2a: Pull complete 23:16:41 ca9280d653b3: Pull complete 23:16:41 7e9c9ca2126c: Download complete 23:16:41 Removing intermediate container 8bd7efcf3dd1 23:16:41 ---> e5b3c757df93 23:16:41 Step 4/6 : WORKDIR /edgex-go 23:16:41 ---> Running in da177dc62f54 23:16:41 Removing intermediate container da177dc62f54 23:16:41 ---> 0afdd632d7e3 23:16:41 Step 5/6 : COPY go.mod . 23:16:41 ---> f12c148675da 23:16:41 Step 6/6 : RUN go mod download 23:16:42 ---> Running in 3c35cccc9106 23:16:49 7e9c9ca2126c: Pull complete 23:16:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:16:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:16:49 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:16:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:16:50 $ docker top 9a16041f887894a8a21dd76b21aad98189b76edddd7f9571cea53b05e63b76d5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:51 + docker-compose build --help 23:16:51 + grep parallel 23:16:52 --parallel Build images in parallel. [Pipeline] } 23:16:52 $ docker stop --time=1 9a16041f887894a8a21dd76b21aad98189b76edddd7f9571cea53b05e63b76d5 23:16:53 $ docker rm -f 9a16041f887894a8a21dd76b21aad98189b76edddd7f9571cea53b05e63b76d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:16:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:54 . [Pipeline] withDockerContainer 23:16:54 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:16:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:16:54 $ docker top 4c2c8df297031f5b312a3d55ea16d75ba9b49fb016b240b2cbd3c2b67d71a8cd -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:55 + docker-compose -f ./docker-compose-build.yml build --parallel 23:16:56 Building docker-core-command-go ... 23:16:56 Building docker-core-data-go ... 23:16:56 Building docker-core-metadata-go ... 23:16:56 Building docker-security-bootstrapper-go ... 23:16:56 Building docker-security-proxy-setup-go ... 23:16:56 Building docker-security-secretstore-setup-go ... 23:16:56 Building docker-support-notifications-go ... 23:16:56 Building docker-support-scheduler-go ... 23:16:56 Building docker-sys-mgmt-agent-go ... 23:16:56 Building docker-core-metadata-go 23:16:56 Building docker-security-secretstore-setup-go 23:16:56 Building docker-support-notifications-go 23:16:56 Building docker-sys-mgmt-agent-go 23:16:56 Building docker-security-proxy-setup-go 23:17:09 Removing intermediate container 3c35cccc9106 23:17:09 ---> b9baee16ec6f 23:17:09 Successfully built b9baee16ec6f 23:17:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:17:09 + docker inspect -f . ci-base-image-arm64 23:17:09 . [Pipeline] withDockerContainer 23:17:09 prd-ubuntu18.04-docker-arm64-4c-16g-25636 does not seem to be running inside a container 23:17:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat 23:17:11 $ docker top 494ce62f8ad33439897052d0d3cde8dad310fc55417ff53b12f2b043303e9678 -eo pid,comm [Pipeline] { [Pipeline] sh 23:17:12 + go version 23:17:12 go version go1.15.5 linux/arm64 [Pipeline] } 23:17:12 $ docker stop --time=1 494ce62f8ad33439897052d0d3cde8dad310fc55417ff53b12f2b043303e9678 23:17:14 $ docker rm -f 494ce62f8ad33439897052d0d3cde8dad310fc55417ff53b12f2b043303e9678 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:17:15 + docker inspect -f . ci-base-image-arm64 23:17:15 . [Pipeline] withDockerContainer 23:17:15 prd-ubuntu18.04-docker-arm64-4c-16g-25636 does not seem to be running inside a container 23:17:15 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat 23:17:16 $ docker top c876d961eff13586912cd5c7d887ece7223a666b9e225cd8dc01a9f70a1f7a86 -eo pid,comm [Pipeline] { [Pipeline] echo 23:17:17 ========================================================= 23:17:17 [edgeXBuildGoParallel] Running Tests and Build... 23:17:17 ========================================================= [Pipeline] sh 23:17:17 + make test 23:17:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:17:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:17:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:17:28 ---> c8513f03af7b 23:17:28 Step 3/26 : WORKDIR /edgex-go 23:17:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:17:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:17:28 ---> c8513f03af7b 23:17:28 Step 3/21 : WORKDIR /edgex-go 23:17:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:17:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:17:28 ---> c8513f03af7b 23:17:28 Step 3/22 : WORKDIR /edgex-go 23:17:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:17:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:17:28 ---> c8513f03af7b 23:17:28 Step 3/23 : WORKDIR /edgex-go 23:17:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:17:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:17:28 ---> c8513f03af7b 23:17:28 Step 3/24 : WORKDIR /edgex-go 23:17:29 ---> Running in 08a6aa971e31 23:17:29 ---> Running in bd0262e09ba0 23:17:29 ---> Running in 80411dad68d2 23:17:29 ---> Running in 9872eb9fbca6 23:17:29 ---> Running in 81ea1bc28341 23:17:30 Removing intermediate container 08a6aa971e31 23:17:30 Removing intermediate container bd0262e09ba0 23:17:30 ---> 18dc4dc3e703 23:17:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:30 ---> ff60485de55d 23:17:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:30 Removing intermediate container 9872eb9fbca6 23:17:30 ---> 1a4744568789 23:17:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:30 Removing intermediate container 80411dad68d2 23:17:30 ---> 1a53027c18d5 23:17:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:30 Removing intermediate container 81ea1bc28341 23:17:30 ---> fdd5e2b095ec 23:17:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:30 ---> Running in 633bfe6a0c3e 23:17:30 ---> Running in f792544aa8d0 23:17:30 ---> Running in 88eacdebb01c 23:17:30 ---> Running in ab613d8c3269 23:17:30 ---> Running in c37935b1358d 23:17:33 Removing intermediate container 633bfe6a0c3e 23:17:33 ---> 45cceba392a7 23:17:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:17:33 ---> Running in f17da03cc5bf 23:17:33 Removing intermediate container 88eacdebb01c 23:17:33 ---> c1a95bba2eff 23:17:33 Step 5/26 : RUN apk add --update --no-cache make bash git 23:17:33 Removing intermediate container f792544aa8d0 23:17:33 ---> f1d7fe9adebf 23:17:33 Step 5/24 : RUN apk add --update --no-cache make git 23:17:33 ---> Running in c3a725a514e8 23:17:33 Removing intermediate container c37935b1358d 23:17:33 ---> 7e49d185d199 23:17:33 Step 5/21 : RUN apk add --update --no-cache make git 23:17:34 ---> Running in 6b45a9ad7a91 23:17:34 Removing intermediate container ab613d8c3269 23:17:34 ---> d506555f3b55 23:17:34 Step 5/23 : RUN apk add --update --no-cache make git 23:17:34 ---> Running in 6b908ce7fc59 23:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:17:34 ---> Running in c2cfbe54b366 23:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:17:35 OK: 233 MiB in 51 packages 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:17:35 OK: 233 MiB in 51 packages 23:17:35 Removing intermediate container f17da03cc5bf 23:17:35 ---> 085be492ceb6 23:17:35 Step 6/22 : COPY go.mod . 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:17:35 OK: 233 MiB in 51 packages 23:17:35 ---> e2683150fdd6 23:17:35 Step 7/22 : RUN go mod download 23:17:36 ---> Running in 1510100a34b4 23:17:36 Removing intermediate container c3a725a514e8 23:17:36 ---> f01673020171 23:17:36 Step 6/26 : COPY go.mod . 23:17:36 OK: 233 MiB in 51 packages 23:17:36 OK: 233 MiB in 51 packages 23:17:36 ---> f3482ce9fdb8 23:17:36 Step 7/26 : RUN go mod download 23:17:36 ---> Running in b7cad81748e8 23:17:36 Removing intermediate container 6b45a9ad7a91 23:17:36 ---> d0fa5db4d00b 23:17:36 Step 6/24 : COPY go.mod . 23:17:37 ---> dd176c944727 23:17:37 Step 7/24 : RUN go mod download 23:17:37 Removing intermediate container c2cfbe54b366 23:17:37 ---> 60cb9158055c 23:17:37 Step 6/23 : COPY go.mod . 23:17:37 Removing intermediate container 6b908ce7fc59 23:17:37 ---> aa76a22e90b6 23:17:37 Step 6/21 : COPY go.mod . 23:17:37 ---> Running in a42429ae597d 23:17:37 ---> 340efea3326f 23:17:37 Step 7/23 : RUN go mod download 23:17:38 ---> Running in eef321216d7a 23:17:38 ---> 6a80c15e0e19 23:17:38 Step 7/21 : RUN go mod download 23:17:38 ---> Running in 79b78d0b61c4 23:17:38 Removing intermediate container 1510100a34b4 23:17:38 ---> daa241369895 23:17:38 Step 8/22 : COPY . . 23:17:38 Removing intermediate container b7cad81748e8 23:17:38 ---> dfb7e42dcedd 23:17:38 Step 8/26 : COPY . . 23:17:40 ? github.com/edgexfoundry/edgex-go [no test files] 23:17:44 Removing intermediate container a42429ae597d 23:17:44 ---> ad983385ee17 23:17:44 Step 8/24 : COPY . . 23:17:54 Removing intermediate container eef321216d7a 23:17:54 ---> 2592b34d837f 23:17:54 Step 8/23 : COPY . . 23:17:56 Removing intermediate container 79b78d0b61c4 23:17:56 ---> 79c8d9926428 23:17:56 Step 8/21 : COPY . . 23:18:15 ---> 68e9cfc48c93 23:18:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:18:17 ---> 25c722304ccf 23:18:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:18:17 ---> Running in bf76fe722742 23:18:17 ---> Running in bc930fdad13f 23:18:18 ---> 46a48f2e723f 23:18:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:18:21 ---> Running in c34235c3fabe 23:18:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:18:21 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 23:18:22 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 23:18:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:18:27 ---> 28c883ce82ca 23:18:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:18:27 ---> Running in e3dcd90fb873 23:18:27 ---> 58b4633e1816 23:18:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:18:28 ---> Running in efe5c8aa98c0 23:18:28 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 23:18:29 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 23:18:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:18:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:18:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:18:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:18:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:18:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:18:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:18:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:18:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:18:47 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 23:18:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:18:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:18:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:18:54 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 23:18:56 Removing intermediate container c34235c3fabe 23:18:56 ---> 1302e50368d8 23:18:56 23:18:56 Step 10/24 : FROM alpine:3.12 23:18:56 Removing intermediate container bf76fe722742 23:18:56 ---> b50be26b7152 23:18:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:18:56 3.12: Pulling from library/alpine 23:18:56 ---> Running in 1dd7ee3a8733 23:18:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:18:56 Status: Downloaded newer image for alpine:3.12 23:18:56 ---> 389fef711851 23:18:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:18:58 ---> Running in cbe73c328548 23:18:59 Removing intermediate container bc930fdad13f 23:18:59 ---> 3dcd7bf9d2fd 23:18:59 23:18:59 Step 10/22 : FROM alpine:3.12 23:18:59 ---> 389fef711851 23:18:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:18:59 ---> Running in 95d1a2ababa7 23:18:59 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 23:18:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 45.6% of statements 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:18:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 23:18:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements 23:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:00 (1/5) Installing ca-certificates (20191127-r4) 23:19:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:19:00 (3/5) Installing libcurl (7.69.1-r3) 23:19:00 (4/5) Installing curl (7.69.1-r3) 23:19:00 (5/5) Installing dumb-init (1.2.2-r1) 23:19:00 Executing busybox-1.31.1-r19.trigger 23:19:00 Executing ca-certificates-20191127-r4.trigger 23:19:00 (1/2) Installing ca-certificates (20191127-r4) 23:19:00 (2/2) Installing dumb-init (1.2.2-r1) 23:19:00 Executing busybox-1.31.1-r19.trigger 23:19:00 Executing ca-certificates-20191127-r4.trigger 23:19:00 OK: 7 MiB in 19 packages 23:19:01 OK: 6 MiB in 16 packages 23:19:04 Removing intermediate container e3dcd90fb873 23:19:04 ---> d058a2060cbf 23:19:04 23:19:04 Step 10/21 : FROM alpine:3.12 23:19:04 ---> 389fef711851 23:19:04 Step 11/21 : RUN apk add --update --no-cache curl 23:19:04 ---> Running in 93e85e8722e6 23:19:05 Removing intermediate container 1dd7ee3a8733 23:19:05 ---> 550650904de7 23:19:05 23:19:05 Step 11/26 : FROM docker:20.10.0 23:19:05 20.10.0: Pulling from library/docker 23:19:05 Removing intermediate container 95d1a2ababa7 23:19:05 ---> 71a4733d1453 23:19:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:19:05 Removing intermediate container cbe73c328548 23:19:05 ---> 73679b0beeaf 23:19:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:19:05 ---> Running in 1a1d47ac62ca 23:19:05 ---> Running in 96b5d92c2723 23:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:06 (1/4) Installing ca-certificates (20191127-r4) 23:19:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:19:06 (3/4) Installing libcurl (7.69.1-r3) 23:19:06 (4/4) Installing curl (7.69.1-r3) 23:19:06 Executing busybox-1.31.1-r19.trigger 23:19:06 Removing intermediate container 1a1d47ac62ca 23:19:06 ---> 523661ffc02b 23:19:06 Step 13/22 : ENV APP_PORT=48060 23:19:06 Executing ca-certificates-20191127-r4.trigger 23:19:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.466s coverage: 27.1% of statements 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:19:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:19:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:19:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:19:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 65.8% of statements 23:19:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:19:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:19:07 OK: 7 MiB in 18 packages 23:19:08 Removing intermediate container 96b5d92c2723 23:19:08 ---> 499a4c277424 23:19:08 Step 13/24 : WORKDIR / 23:19:08 ---> Running in e2aa9ce71682 23:19:08 ---> Running in 5f4b49e6c663 23:19:08 Removing intermediate container efe5c8aa98c0 23:19:08 ---> fd9f486d48a1 23:19:08 23:19:08 Step 10/23 : FROM alpine:3.12 23:19:08 ---> 389fef711851 23:19:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:19:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.3% of statements 23:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:19:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:19:10 Removing intermediate container e2aa9ce71682 23:19:10 ---> 4a4dcf9db72c 23:19:10 Step 14/22 : EXPOSE $APP_PORT 23:19:10 ---> Running in 6f6eba1c421d 23:19:10 ---> Running in 7a94d7af6536 23:19:10 Removing intermediate container 5f4b49e6c663 23:19:10 ---> effb08d35521 23:19:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:19:10 Removing intermediate container 93e85e8722e6 23:19:10 ---> 4b14c71632a0 23:19:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:19:11 ---> Running in 12afafdd5d92 23:19:11 Removing intermediate container 7a94d7af6536 23:19:11 ---> 96366fe533cd 23:19:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:11 ---> 585f85a8cb53 23:19:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:19:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:11 Removing intermediate container 12afafdd5d92 23:19:11 ---> 96f7137016cc 23:19:11 Step 13/21 : WORKDIR /edgex 23:19:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:11 (1/1) Installing dumb-init (1.2.2-r1) 23:19:11 Executing busybox-1.31.1-r19.trigger 23:19:11 ---> bcca238b4c44 23:19:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:19:11 ---> Running in 6ef1765d869a 23:19:11 OK: 6 MiB in 15 packages 23:19:11 ---> 01fc7e1a184a 23:19:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:19:11 Removing intermediate container 6ef1765d869a 23:19:11 ---> fd0f3dbb6beb 23:19:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:19:12 ---> 42d0686ed32d 23:19:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:19:12 ---> bee73cdbaf38 23:19:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:19:12 Removing intermediate container 6f6eba1c421d 23:19:12 ---> 5fea1f3cfd24 23:19:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:19:12 ---> e9c0fd58085b 23:19:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:19:12 ---> Running in 079cd8c40269 23:19:12 ---> 0079280e2b4c 23:19:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:19:12 ---> 5c39bca0dbae 23:19:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:19:12 Removing intermediate container 079cd8c40269 23:19:12 ---> bd39e2a37c55 23:19:12 Step 13/23 : ENV APP_PORT=48081 23:19:13 ---> Running in c2a9ffb4d5cc 23:19:13 ---> f740703f63e4 23:19:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:19:13 ---> Running in 1687193ae3a7 23:19:15 ---> 1528c848193f 23:19:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:19:15 Removing intermediate container 1687193ae3a7 23:19:15 ---> 5e04dc655845 23:19:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:15 ---> d6061cf9072f 23:19:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:19:15 Removing intermediate container c2a9ffb4d5cc 23:19:15 ---> 9d3e46ba82c5 23:19:15 Step 14/23 : EXPOSE $APP_PORT 23:19:15 ---> Running in 8b96ca288ddd 23:19:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.231s coverage: 28.6% of statements 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:19:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:19:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:19:15 ---> Running in c707aa74684a 23:19:15 ---> Running in 97480c16727f 23:19:15 ---> 061286b7da95 23:19:15 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/ 23:19:15 ---> Running in 4a7e9e1b6d51 23:19:15 Removing intermediate container 8b96ca288ddd 23:19:15 ---> 775486ef8987 23:19:15 Step 20/22 : LABEL arch=x86_64 23:19:15 Removing intermediate container 97480c16727f 23:19:15 ---> 829ba3096955 23:19:15 Step 18/21 : CMD ["--init=true"] 23:19:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements 23:19:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:19:15 Removing intermediate container c707aa74684a 23:19:15 ---> 09863faa5f2a 23:19:15 Step 15/23 : WORKDIR / 23:19:15 ---> Running in 3cb0842afe31 23:19:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:19:15 ---> Running in 99d3ce8630db 23:19:15 ---> Running in 5c0e503d6f8c 23:19:15 Status: Downloaded newer image for docker:20.10.0 23:19:15 ---> aefe523efa57 23:19:15 Step 12/26 : RUN apk add --no-cache bash 23:19:16 ---> Running in 5e5583c7e96e 23:19:16 Removing intermediate container 3cb0842afe31 23:19:16 ---> 6bedf3b8a136 23:19:16 Step 21/22 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:19:16 Removing intermediate container 99d3ce8630db 23:19:16 ---> 2cc5e2751461 23:19:16 Step 19/21 : LABEL arch=x86_64 23:19:16 Removing intermediate container 5c0e503d6f8c 23:19:16 ---> 41e324099e92 23:19:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:16 ---> Running in 92edcccbafca 23:19:16 ---> Running in 6a5fa1c765b2 23:19:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements 23:19:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:19:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.124s coverage: 78.3% of statements 23:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:19:17 Removing intermediate container 6a5fa1c765b2 23:19:17 ---> 097491192367 23:19:17 Step 20/21 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:19:17 Removing intermediate container 92edcccbafca 23:19:17 ---> efa57aa09956 23:19:17 Step 22/22 : LABEL version=0.0.0 23:19:17 ---> 5ab3c2ab4ec6 23:19:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:19:17 (1/2) Installing readline (8.0.4-r0) 23:19:17 (2/2) Installing bash (5.0.17-r0) 23:19:17 Executing bash-5.0.17-r0.post-install 23:19:17 Executing busybox-1.31.1-r19.trigger 23:19:17 OK: 12 MiB in 22 packages 23:19:17 ---> Running in 85702b35ce68 23:19:17 ---> Running in 94bf8697acb3 23:19:17 Removing intermediate container 4a7e9e1b6d51 23:19:17 ---> b747f9e62b86 23:19:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:19:17 ---> Running in 493afbd8c005 23:19:17 Removing intermediate container 85702b35ce68 23:19:17 ---> f7bebec4f9e8 23:19:17 Step 21/21 : LABEL version=0.0.0 23:19:18 Removing intermediate container 94bf8697acb3 23:19:18 ---> fd1c42560ff1 23:19:18 23:19:18 ---> Running in 090650d30539 23:19:18 Removing intermediate container 493afbd8c005 23:19:18 ---> e97f4366fb62 23:19:18 Step 22/24 : LABEL arch=x86_64 23:19:18 ---> 477431c27c44 23:19:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:19:18 Successfully built fd1c42560ff1 23:19:18 Successfully tagged docker-support-notifications-go:latest 23:19:18  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 23:19:18 ---> Running in dba2a802faa3 23:19:18 Removing intermediate container 090650d30539 23:19:18 ---> abfbbaba4bae 23:19:18 23:19:18 Removing intermediate container 5e5583c7e96e 23:19:18 ---> e60a30fa8b82 23:19:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:19:18 Successfully built abfbbaba4bae 23:19:18 ---> Running in 0e062cd1c392 23:19:18 ---> 1591dfcbe464 23:19:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:19:18 Successfully tagged docker-security-proxy-setup-go:latest 23:19:18  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 23:19:18 Removing intermediate container dba2a802faa3 23:19:18 ---> 99838a78e9d7 23:19:18 Step 23/24 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:19:18 ---> Running in 0111cb29c4d3 23:19:19 ---> Running in 9900476d179d 23:19:19 Removing intermediate container 0e062cd1c392 23:19:19 ---> 7a32649dea2b 23:19:19 Step 14/26 : ENV APP_PORT=48090 23:19:19 ---> Running in 3ddc72b4ca25 23:19:19 Removing intermediate container 0111cb29c4d3 23:19:19 ---> 06608e12dbaf 23:19:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:19 Removing intermediate container 9900476d179d 23:19:19 ---> 83b5ac5dbf52 23:19:19 Step 24/24 : LABEL version=0.0.0 23:19:21 ---> Running in a273a3abbc70 23:19:25 ---> Running in 1ee6611ae2c5 23:19:25 Removing intermediate container 3ddc72b4ca25 23:19:25 ---> 32ea64355412 23:19:25 Step 15/26 : EXPOSE $APP_PORT 23:19:26 Removing intermediate container a273a3abbc70 23:19:26 ---> 4e0d5b05de31 23:19:26 Step 21/23 : LABEL arch=x86_64 23:19:26 Removing intermediate container 1ee6611ae2c5 23:19:26 ---> 68159470c74a 23:19:26 23:19:26 ---> Running in 1f749eea560e 23:19:27 ---> Running in d241a932f21e 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:19:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.116s coverage: 79.5% of statements 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 23:19:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 23:19:28 Successfully built 68159470c74a 23:19:28 Successfully tagged docker-security-secretstore-setup-go:latest 23:19:28 Building docker-core-data-go 23:19:33  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f749eea560e 23:19:33 ---> 21d57bb238d3 23:19:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:19:34 Removing intermediate container d241a932f21e 23:19:34 ---> ace5ec1aaa11 23:19:34 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:19:39 ---> Running in 319198cd5763 23:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 23:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 23:19:40 ---> 3b7acf30d543 23:19:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:19:41 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:41 Step 2/30 : FROM ${BUILDER_BASE} AS builder 23:19:41 ---> c8513f03af7b 23:19:41 Step 3/30 : WORKDIR /edgex-go 23:19:41 ---> Using cache 23:19:41 ---> fdd5e2b095ec 23:19:41 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:41 ---> Using cache 23:19:41 ---> 7e49d185d199 23:19:41 Step 5/30 : RUN apk add --update --no-cache make git 23:19:41 ---> Using cache 23:19:41 ---> aa76a22e90b6 23:19:41 Step 6/30 : COPY go.mod . 23:19:41 ---> Using cache 23:19:41 ---> 6a80c15e0e19 23:19:41 Step 7/30 : RUN go mod download 23:19:41 ---> Using cache 23:19:41 ---> 79c8d9926428 23:19:41 Step 8/30 : COPY . . 23:19:41 ---> Using cache 23:19:41 ---> 28c883ce82ca 23:19:41 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:19:42 Removing intermediate container 319198cd5763 23:19:42 ---> de4e309eb827 23:19:42 Step 23/23 : LABEL version=0.0.0 23:19:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:19:42 ---> c8513f03af7b 23:19:42 Step 3/23 : WORKDIR /edgex-go 23:19:42 ---> Using cache 23:19:42 ---> fdd5e2b095ec 23:19:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:42 ---> Using cache 23:19:42 ---> 7e49d185d199 23:19:42 Step 5/23 : RUN apk add --update --no-cache make git 23:19:42 ---> Using cache 23:19:42 ---> aa76a22e90b6 23:19:42 Step 6/23 : COPY go.mod . 23:19:42 ---> Using cache 23:19:42 ---> 6a80c15e0e19 23:19:42 Step 7/23 : RUN go mod download 23:19:42 ---> Using cache 23:19:42 ---> 79c8d9926428 23:19:42 Step 8/23 : COPY . . 23:19:42 ---> Running in 9ad116eff27e 23:19:42 ---> Running in 2aa6cfdae713 23:19:43 ---> Using cache 23:19:43 ---> 28c883ce82ca 23:19:43 Step 9/23 : RUN make cmd/core-command/core-command 23:19:43 ---> b61bda706321 23:19:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:19:43 ---> Running in eca765c96868 23:19:43 Removing intermediate container 9ad116eff27e 23:19:43 ---> da8af569565a 23:19:43 23:19:44 Successfully built da8af569565a 23:19:44 ---> ad8312c1effe 23:19:44 Step 19/26 : RUN apk --no-cache add py3-pip 23:19:44 Successfully tagged docker-core-metadata-go:latest 23:19:44  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 23:19:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:19:45 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 23:19:45 ---> Running in 3c82aeba6ebc 23:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:47 (1/33) Installing libbz2 (1.0.8-r1) 23:19:47 (2/33) Installing expat (2.2.9-r1) 23:19:47 (3/33) Installing libffi (3.3-r2) 23:19:47 (4/33) Installing gdbm (1.13-r1) 23:19:47 (5/33) Installing xz-libs (5.2.5-r0) 23:19:47 (6/33) Installing sqlite-libs (3.32.1-r0) 23:19:47 (7/33) Installing python3 (3.8.5-r0) 23:19:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:19:52 ---> c8513f03af7b 23:19:52 Step 3/23 : WORKDIR /edgex-go 23:19:52 ---> Using cache 23:19:52 ---> fdd5e2b095ec 23:19:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:52 ---> Using cache 23:19:52 ---> 7e49d185d199 23:19:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:19:54 ---> Running in 1ef885b51ca2 23:19:54 (8/33) Installing py3-appdirs (1.4.4-r1) 23:19:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:19:54 (10/33) Installing py3-parsing (2.4.7-r0) 23:19:54 (11/33) Installing py3-six (1.15.0-r0) 23:19:54 (12/33) Installing py3-packaging (20.4-r0) 23:19:54 (13/33) Installing py3-setuptools (47.0.0-r0) 23:19:54 (14/33) Installing py3-chardet (3.0.4-r4) 23:19:54 (15/33) Installing py3-idna (2.9-r0) 23:19:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:19:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:19:54 (18/33) Installing py3-requests (2.23.0-r0) 23:19:54 (19/33) Installing py3-msgpack (1.0.0-r0) 23:19:54 (20/33) Installing py3-lockfile (0.12.2-r3) 23:19:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:19:54 (22/33) Installing py3-colorama (0.4.3-r0) 23:19:54 (23/33) Installing py3-distlib (0.3.0-r0) 23:19:54 (24/33) Installing py3-distro (1.5.0-r1) 23:19:54 (25/33) Installing py3-webencodings (0.5.1-r3) 23:19:54 (26/33) Installing py3-html5lib (1.0.1-r4) 23:19:54 (27/33) Installing py3-pytoml (0.1.21-r0) 23:19:54 (28/33) Installing py3-pep517 (0.8.2-r0) 23:19:54 (29/33) Installing py3-progress (1.5-r0) 23:19:54 (30/33) Installing py3-toml (0.10.1-r0) 23:19:54 (31/33) Installing py3-retrying (1.3.3-r0) 23:19:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:19:54 (33/33) Installing py3-pip (20.1.1-r0) 23:19:54 Executing busybox-1.31.1-r19.trigger 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 77.8% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.493s coverage: 63.5% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.729s coverage: 68.9% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 37.0% of statements 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:19:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.519s coverage: 84.0% of statements 23:19:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 23:19:55 OK: 71 MiB in 55 packages 23:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:19:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:19:56 OK: 233 MiB in 51 packages 23:20:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.0% of statements 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:20:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:20:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:20:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.245s coverage: 87.7% of statements 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:20:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:20:01 Removing intermediate container 1ef885b51ca2 23:20:01 ---> d8b2d65987d5 23:20:01 Step 6/23 : COPY go.mod . 23:20:02 ---> 068ad7c519ea 23:20:02 Step 7/23 : RUN go mod download 23:20:03 ---> Running in 23491d323bb9 23:20:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:20:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:20:07 ---> c8513f03af7b 23:20:07 Step 3/22 : WORKDIR /edgex-go 23:20:07 ---> Using cache 23:20:07 ---> fdd5e2b095ec 23:20:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:20:07 ---> Using cache 23:20:07 ---> 7e49d185d199 23:20:07 Step 5/22 : RUN apk add --update --no-cache make git 23:20:07 ---> Using cache 23:20:07 ---> aa76a22e90b6 23:20:07 Step 6/22 : COPY go.mod . 23:20:07 ---> Using cache 23:20:07 ---> 6a80c15e0e19 23:20:07 Step 7/22 : RUN go mod download 23:20:07 ---> Using cache 23:20:07 ---> 79c8d9926428 23:20:07 Step 8/22 : COPY . . 23:20:07 ---> Using cache 23:20:07 ---> 28c883ce82ca 23:20:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:20:08 ---> Running in 66dd45d7ce98 23:20:09 Removing intermediate container 23491d323bb9 23:20:09 ---> e489770e78fc 23:20:09 Step 8/23 : COPY . . 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.002s coverage: 29.1% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.186s coverage: 100.0% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements 23:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 23:20:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:20:10 GO111MODULE=on go vet ./... 23:20:20 Removing intermediate container 3c82aeba6ebc 23:20:20 ---> ce5de1f3ccf9 23:20:20 Step 20/26 : RUN pip install docker-compose==1.23.2 23:20:23 ---> Running in fcaa66969b0b 23:20:26 Removing intermediate container eca765c96868 23:20:26 ---> f80f07982aad 23:20:26 23:20:26 Step 10/23 : FROM alpine:3.12 23:20:26 ---> 389fef711851 23:20:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:20:26 Removing intermediate container 2aa6cfdae713 23:20:26 ---> 1212acf45e2d 23:20:26 23:20:26 Step 10/30 : FROM alpine:3.12 23:20:26 ---> 389fef711851 23:20:26 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:20:26 ---> Using cache 23:20:26 ---> 5fea1f3cfd24 23:20:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:20:26 ---> Using cache 23:20:26 ---> bd39e2a37c55 23:20:26 Step 13/23 : ENV APP_PORT=48082 23:20:27 ---> Running in 665b3f21c353 23:20:27 ---> Running in 0338b3ebf791 23:20:30 Removing intermediate container 665b3f21c353 23:20:30 ---> f1e36d7704e5 23:20:30 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 23:20:30 Removing intermediate container 0338b3ebf791 23:20:30 ---> 9229dcb7f6c2 23:20:30 Step 14/23 : EXPOSE $APP_PORT 23:20:33 ---> Running in 77cb48ceeae6 23:20:33 ---> Running in 83324343753e 23:20:33 Collecting docker-compose==1.23.2 23:20:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:20:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:20:35 Collecting jsonschema<3,>=2.5.1 23:20:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:20:35 Removing intermediate container 83324343753e 23:20:35 ---> 4e0dce0f28b1 23:20:35 Step 15/23 : WORKDIR / 23:20:36 ---> Running in 37dee2b58a89 23:20:36 Collecting PyYAML<4,>=3.10 23:20:36 Downloading PyYAML-3.13.tar.gz (270 kB) 23:20:36 ---> 1177f8df0202 23:20:36 Step 9/23 : RUN make cmd/core-data/core-data 23:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:20:36 ---> Running in 29cd9e665efd 23:20:36 Removing intermediate container 37dee2b58a89 23:20:36 ---> 51909690e89b 23:20:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:20:36 (1/2) Installing dumb-init (1.2.2-r1) 23:20:36 (2/2) Installing su-exec (0.2-r1) 23:20:36 Executing busybox-1.31.1-r19.trigger 23:20:37 OK: 6 MiB in 16 packages 23:20:37 ---> 525da78a3752 23:20:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:20:37 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 23:20:37 Collecting texttable<0.10,>=0.9.0 23:20:37 Downloading texttable-0.9.1.tar.gz (11 kB) 23:20:38 ---> 5083d6e3899e 23:20:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:20:38 Removing intermediate container 77cb48ceeae6 23:20:38 ---> 096eecad2105 23:20:38 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 23:20:38 ---> Running in a60421283130 23:20:38 Collecting dockerpty<0.5,>=0.4.1 23:20:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:20:38 ---> 8b1a6cde46bb 23:20:38 Step 19/23 : ENTRYPOINT ["/core-command"] 23:20:38 ---> Running in 8c869a57f4fd 23:20:38 Removing intermediate container a60421283130 23:20:38 ---> 8672c4f4ce3b 23:20:38 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:20:38 ---> Running in 2276528ed0ae 23:20:39 Removing intermediate container 8c869a57f4fd 23:20:39 ---> 1f215d3c345a 23:20:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:20:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:20:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:20:39 ---> Running in 65012f7e3665 23:20:40 Removing intermediate container 2276528ed0ae 23:20:40 ---> 5496b8a746d3 23:20:40 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:20:40 Collecting cached-property<2,>=1.2.0 23:20:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:20:41 Removing intermediate container 65012f7e3665 23:20:41 ---> 55c3864fede9 23:20:41 Step 21/23 : LABEL arch=x86_64 23:20:41 Collecting websocket-client<1.0,>=0.32.0 23:20:41 ---> Running in 900b7c10b905 23:20:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:20:41 Removing intermediate container 66dd45d7ce98 23:20:41 ---> 4ba890cdf96e 23:20:41 23:20:41 Step 10/22 : FROM alpine:3.12 23:20:41 ---> 389fef711851 23:20:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:20:41 ---> Using cache 23:20:41 ---> 5fea1f3cfd24 23:20:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:20:41 ---> Using cache 23:20:41 ---> bd39e2a37c55 23:20:41 Step 13/22 : ENV APP_PORT=48085 23:20:41 ---> Running in b76183b2fb74 23:20:41 Collecting docker<4.0,>=3.6.0 23:20:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:20:42 ---> Running in eeeecec2b3b4 23:20:42 Collecting docopt<0.7,>=0.6.1 23:20:42 Downloading docopt-0.6.2.tar.gz (25 kB) 23:20:43 Removing intermediate container b76183b2fb74 23:20:43 ---> c59bc693831f 23:20:43 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:20:43 Collecting idna<2.8,>=2.5 23:20:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:20:43 Removing intermediate container eeeecec2b3b4 23:20:43 ---> ff556f326b86 23:20:43 Step 14/22 : EXPOSE $APP_PORT 23:20:43 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) 23:20:43 ---> Running in 1a7b67301c63 23:20:43 ---> Running in f4e9f1bd3a9d 23:20:43 Collecting urllib3<1.25,>=1.21.1 23:20:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:20:43 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 23:20:43 Removing intermediate container f4e9f1bd3a9d 23:20:43 ---> a3e63a7a83a4 23:20:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:20:43 Removing intermediate container 1a7b67301c63 23:20:43 ---> 7f702b043970 23:20:43 Step 23/23 : LABEL version=0.0.0 23:20:44 Collecting docker-pycreds>=0.4.0 23:20:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:20:44 ---> Running in 193b1ce949a1 23:20:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:20:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:20:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:20:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:20:44 Installing collected packages: jsonschema, PyYAML, texttable, dockerpty, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, docopt, docker-compose 23:20:44 ---> cf8ce874b451 23:20:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:20:44 Removing intermediate container 193b1ce949a1 23:20:44 ---> 7577e443cbb9 23:20:44 23:20:44 Running setup.py install for PyYAML: started 23:20:45 Successfully built 7577e443cbb9 23:20:45 Removing intermediate container 900b7c10b905 23:20:45 ---> eeb8ab142ac3 23:20:45 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 23:20:45 Successfully tagged docker-core-command-go:latest 23:20:46  Building docker-core-command-go ... done  Running setup.py install for PyYAML: finished with status 'done' 23:20:46 Running setup.py install for texttable: started 23:20:47 ---> Running in 410b0f7358d5 23:20:47 Running setup.py install for texttable: finished with status 'done' 23:20:47 Running setup.py install for dockerpty: started 23:20:47 ---> 47f64714637d 23:20:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:20:47 Removing intermediate container 410b0f7358d5 23:20:47 ---> 9e31a636756f 23:20:47 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:20:47 Running setup.py install for dockerpty: finished with status 'done' 23:20:47 Attempting uninstall: idna 23:20:47 Found existing installation: idna 2.9 23:20:47 Uninstalling idna-2.9: 23:20:47 Successfully uninstalled idna-2.9 23:20:48 ---> 1c1dfd8e9036 23:20:48 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:20:48 Attempting uninstall: urllib3 23:20:48 Found existing installation: urllib3 1.25.9 23:20:48 Uninstalling urllib3-1.25.9: 23:20:48 ---> aca28e67c1da 23:20:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:20:48 Successfully uninstalled urllib3-1.25.9 23:20:48 ---> Running in 8dd8055e2eeb 23:20:48 ---> Running in afc28659870e 23:20:49 Attempting uninstall: requests 23:20:49 Found existing installation: requests 2.23.0 23:20:49 Uninstalling requests-2.23.0: 23:20:49 Successfully uninstalled requests-2.23.0 23:20:49 Removing intermediate container afc28659870e 23:20:49 ---> 2eb61c1c1c98 23:20:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:20:50 ---> Running in 80dd57405ce2 23:20:51 Running setup.py install for docopt: started 23:20:51 Removing intermediate container 80dd57405ce2 23:20:51 ---> 50c39a27c425 23:20:51 Step 20/22 : LABEL arch=x86_64 23:20:51 ---> Running in c9a039f2ab21 23:20:51 Running setup.py install for docopt: finished with status 'done' 23:20:51 Removing intermediate container c9a039f2ab21 23:20:51 ---> 9abfa51c7c8b 23:20:51 Step 21/22 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:20:52 Removing intermediate container 8dd8055e2eeb 23:20:52 ---> c1caeaf8c093 23:20:52 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 23:20:52 ---> Running in 15c61ff292f6 23:20:52 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 23:20:52 Removing intermediate container 15c61ff292f6 23:20:52 ---> be16c2db36ac 23:20:52 Step 22/22 : LABEL version=0.0.0 23:20:53 ---> 0effdaaf95bf 23:20:53 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:20:53 ---> Running in 84ee5f3dfb84 23:20:53 Removing intermediate container 84ee5f3dfb84 23:20:53 ---> 135837987cd9 23:20:53 23:20:53 Successfully built 135837987cd9 23:20:54 Successfully tagged docker-support-scheduler-go:latest 23:20:54  Building docker-support-scheduler-go ... done  ---> ac124b3b8d58 23:20:54 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:20:57 ---> d202048c46c8 23:20:57 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:20:57 Removing intermediate container fcaa66969b0b 23:20:57 ---> a019f64a9f12 23:20:57 Step 21/26 : RUN apk --no-cache add curl 23:20:57 ---> Running in 9867192f542b 23:20:57 ---> 7c8b6d76be2f 23:20:57 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 23:20:58 ---> Running in 6152e2da6316 23:20:59 Removing intermediate container 6152e2da6316 23:20:59 ---> fe0c9fc4a808 23:20:59 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:20:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:20:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:20:59 (2/3) Installing libcurl (7.69.1-r3) 23:20:59 (3/3) Installing curl (7.69.1-r3) 23:20:59 Executing busybox-1.31.1-r19.trigger 23:20:59 OK: 72 MiB in 58 packages 23:21:00 Removing intermediate container 29cd9e665efd 23:21:00 ---> dfdeb67b291f 23:21:00 23:21:00 Step 10/23 : FROM alpine:3.12 23:21:00 ---> 389fef711851 23:21:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:21:00 ---> 57fa6ae2ec02 23:21:00 Step 25/30 : RUN chmod +x /entrypoint.sh 23:21:00 ---> Running in 786cab926296 23:21:00 ---> Running in 0adef11b0352 23:21:00 Removing intermediate container 9867192f542b 23:21:00 ---> 21dc58b2d403 23:21:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:21:00 Removing intermediate container 786cab926296 23:21:00 ---> 1f9fd1b0bacc 23:21:00 Step 12/23 : ENV APP_PORT=48080 23:21:00 ---> Running in c464206d9349 23:21:01 ---> Running in cb39ca6c31c9 23:21:01 Removing intermediate container c464206d9349 23:21:01 ---> c0fa55719cdc 23:21:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:01 Removing intermediate container cb39ca6c31c9 23:21:01 ---> 9078e606ca84 23:21:01 Step 13/23 : EXPOSE $APP_PORT 23:21:01 ---> Running in b28826824d6d 23:21:01 ---> Running in e27369836eda 23:21:02 Removing intermediate container b28826824d6d 23:21:02 ---> 23b9fd5b24a9 23:21:02 Step 24/26 : LABEL arch=x86_64 23:21:02 Removing intermediate container e27369836eda 23:21:02 ---> 15ac2dfbca36 23:21:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:02 ---> Running in 58f9bf0265f1 23:21:02 ---> Running in b1c4f34cb7de 23:21:03 Removing intermediate container 0adef11b0352 23:21:03 ---> 53496c1b96ca 23:21:03 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 23:21:03 Removing intermediate container 58f9bf0265f1 23:21:03 ---> f2b68e2a2601 23:21:03 Step 25/26 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:21:03 ---> Running in 9124403e1f0a 23:21:03 ---> Running in ef35e45583cb 23:21:03 Removing intermediate container 9124403e1f0a 23:21:03 ---> c35b11587e4b 23:21:03 Step 27/30 : CMD ["gate"] 23:21:04 ---> Running in 2c30d8b1ac4e 23:21:04 Removing intermediate container ef35e45583cb 23:21:04 ---> 03ffe3ea3fbf 23:21:04 Step 26/26 : LABEL version=0.0.0 23:21:04 ---> Running in a983c2799f82 23:21:04 Removing intermediate container 2c30d8b1ac4e 23:21:04 ---> 677b0de435f5 23:21:04 Step 28/30 : LABEL arch=x86_64 23:21:04 ---> Running in 1f13717951ed 23:21:04 Removing intermediate container a983c2799f82 23:21:04 ---> c6264c4c2d2a 23:21:04 23:21:04 Removing intermediate container b1c4f34cb7de 23:21:04 ---> 0573ffd08f07 23:21:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:21:04 Successfully built c6264c4c2d2a 23:21:04 Successfully tagged docker-sys-mgmt-agent-go:latest 23:21:04  Building docker-sys-mgmt-agent-go ... done  ---> Running in f8563db6f0dd 23:21:04 Removing intermediate container 1f13717951ed 23:21:04 ---> db95489027dd 23:21:04 Step 29/30 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:21:05 ---> Running in a7402aa893ee 23:21:05 Removing intermediate container a7402aa893ee 23:21:05 ---> 2a80dff220e0 23:21:05 Step 30/30 : LABEL version=0.0.0 23:21:05 ---> Running in a24cf8100c48 23:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:05 Removing intermediate container a24cf8100c48 23:21:05 ---> 9aeedeca0c4d 23:21:05 23:21:05 Successfully built 9aeedeca0c4d 23:21:05 Successfully tagged docker-security-bootstrapper-go:latest 23:21:06  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:06 (1/6) Installing dumb-init (1.2.2-r1) 23:21:06 (2/6) Installing libgcc (9.3.0-r2) 23:21:06 (3/6) Installing libsodium (1.0.18-r0) 23:21:06 (4/6) Installing libstdc++ (9.3.0-r2) 23:21:06 (5/6) Installing libzmq (4.3.3-r0) 23:21:07 (6/6) Installing zeromq (4.3.3-r0) 23:21:07 Executing busybox-1.31.1-r19.trigger 23:21:07 OK: 8 MiB in 20 packages 23:21:07 Removing intermediate container f8563db6f0dd 23:21:07 ---> c903913aed61 23:21:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:21:08 ---> adf1c0031508 23:21:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:21:08 ---> 654d222f788e 23:21:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:21:08 ---> 767541703f74 23:21:08 Step 19/23 : ENTRYPOINT ["/core-data"] 23:21:08 ---> Running in 5c092b67b929 23:21:09 Removing intermediate container 5c092b67b929 23:21:09 ---> b42b9bf60eff 23:21:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:09 ---> Running in 467a8ebad649 23:21:09 Removing intermediate container 467a8ebad649 23:21:09 ---> c9d8d80bdcc4 23:21:09 Step 21/23 : LABEL arch=x86_64 23:21:09 ---> Running in 7dbc2c372122 23:21:09 Removing intermediate container 7dbc2c372122 23:21:09 ---> c29927f217e3 23:21:09 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:21:09 ---> Running in 83288fb5c402 23:21:09 Removing intermediate container 83288fb5c402 23:21:09 ---> 54952821ec20 23:21:09 Step 23/23 : LABEL version=0.0.0 23:21:09 ---> Running in 4ae7fd743773 23:21:09 Removing intermediate container 4ae7fd743773 23:21:09 ---> 68fa7bd4fabd 23:21:09 23:21:10 Successfully built 68fa7bd4fabd 23:21:10 Successfully tagged docker-core-data-go:latest 23:21:10  Building docker-core-data-go ... done  [Pipeline] } 23:21:10 $ docker stop --time=1 4c2c8df297031f5b312a3d55ea16d75ba9b49fb016b240b2cbd3c2b67d71a8cd 23:21:12 $ docker rm -f 4c2c8df297031f5b312a3d55ea16d75ba9b49fb016b240b2cbd3c2b67d71a8cd [Pipeline] // withDockerContainer [Pipeline] sh 23:21:12 + docker images 23:21:12 + grep docker 23:21:12 docker-core-data-go latest 68fa7bd4fabd 3 seconds ago 22.3MB 23:21:12 docker-security-bootstrapper-go latest 9aeedeca0c4d 7 seconds ago 17.9MB 23:21:12 docker-sys-mgmt-agent-go latest c6264c4c2d2a 8 seconds ago 313MB 23:21:12 docker-support-scheduler-go latest 135837987cd9 19 seconds ago 17MB 23:21:12 docker-core-command-go latest 7577e443cbb9 28 seconds ago 16.9MB 23:21:12 docker-core-metadata-go latest da8af569565a About a minute ago 18.8MB 23:21:12 docker-security-secretstore-setup-go latest 68159470c74a About a minute ago 24.6MB 23:21:12 docker-security-proxy-setup-go latest abfbbaba4bae About a minute ago 24.4MB 23:21:12 docker-support-notifications-go latest fd1c42560ff1 About a minute ago 17.6MB 23:21:12 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 23:21:28 Still waiting to schedule task 23:21:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:21:32 gofmt -l . 23:21:32 [ "`gofmt -l .`" = "" ] 23:21:32 ./bin/test-go-mod-tidy.sh 23:21:32 ./bin/test-attribution-txt.sh [Pipeline] sh 23:21:33 + ls -al . 23:21:33 total 724 23:21:33 drwxrwxr-x 9 1001 1001 4096 Feb 8 23:21 . 23:21:33 drwxr-xr-x 4 root root 4096 Feb 8 23:17 .. 23:21:33 -rw-rw-r-- 1 1001 1001 11 Feb 8 23:15 .dockerignore 23:21:33 drwxrwxr-x 8 1001 1001 4096 Feb 8 23:15 .git 23:21:33 drwxrwxr-x 3 1001 1001 4096 Feb 8 23:15 .github 23:21:33 -rw-rw-r-- 1 1001 1001 818 Feb 8 23:15 .gitignore 23:21:33 -rw-rw-r-- 1 1001 1001 166 Feb 8 23:15 .sonarcloud.properties 23:21:33 -rw-rw-r-- 1 1001 1001 7859 Feb 8 23:15 Attribution.txt 23:21:33 -rw-rw-r-- 1 1001 1001 3804 Feb 8 23:15 CONTRIBUTING.md 23:21:33 -rw-rw-r-- 1 1001 1001 931 Feb 8 23:15 Dockerfile.build 23:21:33 -rw-rw-r-- 1 1001 1001 863 Feb 8 23:15 Jenkinsfile 23:21:33 -rw-rw-r-- 1 1001 1001 10775 Feb 8 23:15 LICENSE 23:21:33 -rw-rw-r-- 1 1001 1001 5774 Feb 8 23:15 Makefile 23:21:33 -rw-rw-r-- 1 1001 1001 6524 Feb 8 23:15 README.md 23:21:33 -rw-rw-r-- 1 1001 1001 6755 Feb 8 23:15 SECURITY.md 23:21:33 -rw-rw-r-- 1 1001 1001 5 Feb 8 23:13 VERSION 23:21:33 -rw-rw-r-- 1 1001 1001 4131 Feb 8 23:15 ZMQWindows.md 23:21:33 drwxrwxr-x 2 1001 1001 4096 Feb 8 23:15 bin 23:21:33 drwxrwxr-x 14 1001 1001 4096 Feb 8 23:15 cmd 23:21:33 -rw-r--r-- 1 root root 592672 Feb 8 23:20 coverage.out 23:21:33 -rw-r--r-- 1 root root 1054 Feb 8 23:21 go.mod 23:21:33 -rw-r--r-- 1 root root 19290 Feb 8 23:21 go.sum 23:21:33 drwxrwxr-x 8 1001 1001 4096 Feb 8 23:15 internal 23:21:33 drwxrwxr-x 4 1001 1001 4096 Feb 8 23:15 openapi 23:21:33 drwxrwxr-x 4 1001 1001 4096 Feb 8 23:15 snap 23:21:33 -rw-rw-r-- 1 1001 1001 168 Feb 8 23:15 version.go [Pipeline] sh 23:21:33 + '[' -e coverage.out ] 23:21:33 + chown 1001:1001 coverage.out [Pipeline] stash 23:21:33 Warning: overwriting stash ‘coverage-report’ 23:21:34 Stashed 1 file(s) [Pipeline] sh 23:21:35 + make build 23:21:35 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 23:21:48 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 23:22: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 23:22: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 23:22:18 Running on prd-ubuntu18.04-docker-8c-8g-25637 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 23:22:18 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 23:22:19 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 23:22:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:22:20 using credential edgex-jenkins-ssh 23:22:20 Cloning the remote Git repository 23:22:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:22:20 > git init /w/workspace/edgex-go/14 # timeout=10 23:22:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:20 > git --version # timeout=10 23:22:20 > git --version # 'git version 2.17.1' 23:22:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:25 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 23:22:27 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 362659e47bca872dd68a7ac17b2f4afb03dc898f 23:22:27 Merge succeeded, producing 362659e47bca872dd68a7ac17b2f4afb03dc898f 23:22:27 Checking out Revision 362659e47bca872dd68a7ac17b2f4afb03dc898f (PR-3115) 23:22:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:22:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:22:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:27 > git config core.sparsecheckout # timeout=10 23:22:27 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # timeout=10 23:22:27 > git remote # timeout=10 23:22:27 > git config --get remote.origin.url # timeout=10 23:22:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:27 > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 23:22:27 > git rev-parse HEAD^{commit} # timeout=10 23:22:27 > git config core.sparsecheckout # timeout=10 23:22:27 > git checkout -f 362659e47bca872dd68a7ac17b2f4afb03dc898f # timeout=10 23:22: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 23:22:31 Commit message: "feat(snap): add patch contnets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:32 + echo snap-build.sh 23:22:32 snap-build.sh 23:22:32 + SNAP_BASE_DIR=. 23:22:32 + '[' '!' -z /w/workspace/edgex-go/14 ']' 23:22:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 23:22:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 23:22:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 23:22:32 + cd /w/workspace/edgex-go/14 23:22:32 + sudo apt-get remove -qy --purge lxd lxd-client 23:22:33 Reading package lists... 23:22:33 Building dependency tree... 23:22:33 Reading state information... 23:22:33 The following packages were automatically installed and are no longer required: 23:22:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:22:33 uidmap xdelta3 23:22:33 Use 'sudo apt autoremove' to remove them. 23:22:33 The following packages will be REMOVED: 23:22:33 lxd* lxd-client* 23:22:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:22:33 After this operation, 31.7 MB disk space will be freed. 23:22:34 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 23:22:34 (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.) 23:22:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:22:35 Removing lxd dnsmasq configuration 23:22:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:22:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:22:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:22:36 (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.) 23:22:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:22:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:22:38 Processing triggers for systemd (237-3ubuntu10.42) ... 23:22:38 Processing triggers for ureadahead (0.100.0-21) ... 23:22:39 + sudo snap remove --purge lxd 23:22:39 snap "lxd" is not installed 23:22:39 + sudo groupadd --force --system lxd 23:22:39 ++ whoami 23:22:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:22:39 + newgrp - lxd 23:22:39 + sudo snap install lxd 23:22:41 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 23:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 23:22:51 $ docker stop --time=1 c876d961eff13586912cd5c7d887ece7223a666b9e225cd8dc01a9f70a1f7a86 23:22:51 2021-02-08T23:22:49Z INFO Waiting for automatic snapd restart... 23:22:53 $ docker rm -f c876d961eff13586912cd5c7d887ece7223a666b9e225cd8dc01a9f70a1f7a86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:22:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:22:55 23:22:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:22:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:22:56 latest: Pulling from edgex-devops/edgex-compose-arm64 23:22:56 29e5d40040c1: Pulling fs layer 23:22:56 1ce36da41761: Pulling fs layer 23:22:56 25b303627fd3: Pulling fs layer 23:22:56 29e5d40040c1: Verifying Checksum 23:22:56 29e5d40040c1: Download complete 23:22:57 29e5d40040c1: Pull complete 23:22:57 1ce36da41761: Verifying Checksum 23:22:57 1ce36da41761: Download complete 23:22:58 1ce36da41761: Pull complete 23:22:58 25b303627fd3: Verifying Checksum 23:22:58 25b303627fd3: Download complete 23:23:08 25b303627fd3: Pull complete 23:23:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:23:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:23:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:23:09 prd-ubuntu18.04-docker-arm64-4c-16g-25636 does not seem to be running inside a container 23:23:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:23:12 $ docker top 10b39cf0d42a1ac948010787ac4d48e19806509f4a9635a77f0dd17e62ed9a20 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:13 + docker-compose build --help 23:23:13 + grep parallel 23:23:16 --parallel Build images in parallel. [Pipeline] } 23:23:16 $ docker stop --time=1 10b39cf0d42a1ac948010787ac4d48e19806509f4a9635a77f0dd17e62ed9a20 23:23:18 lxd 4.11 from Canonical* installed 23:23:18 + sudo lxd init --auto 23:23:18 $ docker rm -f 10b39cf0d42a1ac948010787ac4d48e19806509f4a9635a77f0dd17e62ed9a20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:23:19 . [Pipeline] withDockerContainer 23:23:19 prd-ubuntu18.04-docker-arm64-4c-16g-25636 does not seem to be running inside a container 23:23:19 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:23:21 $ docker top fb4fd54929c906bb73a155f045d627255b776d740e8c38c1f947f5262b17bc05 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:22 + docker-compose -f ./docker-compose-build.yml build --parallel 23:23:24 + sudo snap install --classic snapcraft 23:23:26 Building docker-core-command-go ... 23:23:26 Building docker-core-data-go ... 23:23:26 Building docker-core-metadata-go ... 23:23:26 Building docker-security-bootstrapper-go ... 23:23:26 Building docker-security-proxy-setup-go ... 23:23:26 Building docker-security-secretstore-setup-go ... 23:23:26 Building docker-support-notifications-go ... 23:23:26 Building docker-support-scheduler-go ... 23:23:26 Building docker-sys-mgmt-agent-go ... 23:23:26 Building docker-security-secretstore-setup-go 23:23:26 Building docker-core-command-go 23:23:26 Building docker-support-scheduler-go 23:23:26 Building docker-support-notifications-go 23:23:26 Building docker-security-bootstrapper-go 23:23:43 snapcraft 4.4.4 from Canonical* installed 23:23:43 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:23:43 + patch --verbose -p1 23:23:43 Hmm... Looks like a unified diff to me... 23:23:43 The text leading up to this was: 23:23:43 -------------------------- 23:23:43 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:23:43 |From: Tony Espy 23:23:43 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:23:43 |Subject: [PATCH] optimize snap build for pipeline CI check 23:23:43 | 23:23:43 |This patch is used by the EdgeX CI pipeline builds to 23:23:43 |optimize the snap CI check run for pull requests. When 23:23:43 |applied, it essentially strips out everything (apps and 23:23:43 |parts) from the snapcraft.yaml file except those required 23:23:43 |to build edgex-go, as the whole idea of the CI check is to 23:23:43 |catch changes to edgex-go that break the snap build. 23:23:43 | 23:23:43 |In general, anyone updating snapcraft.yaml will also need 23:23:43 |to update this patch file, otherwise it may fail to apply, 23:23:43 |resulting in a failed snap build CI check in the associated 23:23:43 |pull request. 23:23:43 | 23:23:43 |Note - in addition to applying this patch, the pipeline also 23:23:43 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:23:43 |need to build the finally binary .snap file (and it won't 23:23:43 |work with the patch applied). This further reduces the build 23:23:43 |time. 23:23:43 |--- 23:23:43 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:23:43 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:23:43 | 23:23:43 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:23:43 |index 1e537489..faf42425 100644 23:23:43 |--- a/snap/snapcraft.yaml 23:23:43 |+++ b/snap/snapcraft.yaml 23:23:43 -------------------------- 23:23:43 patching file snap/snapcraft.yaml 23:23:43 Using Plan A... 23:23:43 Hunk #1 succeeded at 73. 23:23:43 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 23:23:43 Hunk #3 succeeded at 217 (offset 3 lines). 23:23:43 Hunk #4 succeeded at 225 (offset 3 lines). 23:23:43 Hunk #5 succeeded at 232 (offset 3 lines). 23:23:43 Hunk #6 succeeded at 259 (offset 3 lines). 23:23:43 Hunk #7 succeeded at 293 (offset 3 lines). 23:23:43 Hunk #8 succeeded at 352 (offset 11 lines). 23:23:43 Hmm... Ignoring the trailing garbage. 23:23:43 done 23:23:43 + sudo snapcraft prime --use-lxd 23:23:43 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:23:43 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: 23:23:43 - README.md 23:23:43 - snapcraft.yaml.orig 23:23:43 23:23:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:23:43 Launching a container. 23:23:55 Waiting for container to be ready 23:23:55 To start your first instance, try: lxc launch ubuntu:18.04 23:23:55 23:23:58 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:23:58 Waiting for network to be ready... 23:23:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:23:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 23:23:58 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:23:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 23:23:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 23:23:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 23:23:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 23:23:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 23:23:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 23:23:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 23:23:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:23:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:23:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:23:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:23:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:23:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:23:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:23:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:24:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:24:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 23:24:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 23:24:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 23:24:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 23:24:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 23:24:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 23:24:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 23:24:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 23:24:03 Fetched 23.9 MB in 4s (5694 kB/s) 23:24:03 Reading package lists... 23:24:03 Reading package lists... 23:24:03 Building dependency tree... 23:24:03 Reading state information... 23:24:03 The following additional packages will be installed: 23:24:03 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:24:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:24:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:24:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:24:03 Suggested packages: 23:24:03 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:24:03 Recommended packages: 23:24:03 gnupg libsasl2-modules 23:24:03 The following NEW packages will be installed: 23:24:03 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:24:03 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:24:03 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:24:03 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:24:03 The following packages will be upgraded: 23:24:03 gpg gpg-agent gpgconf libudev1 23:24:04 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 23:24:04 Need to get 3532 kB of archives. 23:24:04 After this operation, 13.3 MB of additional disk space will be used. 23:24:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 23:24:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:24:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 23:24:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:24:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:24:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 23:24:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 23:24:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 23:24:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 23:24:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:24:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:24:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:24:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:24:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:24:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:24:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:24:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:24:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:24:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:24:04 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:24:04 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:24:04 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:24:05 debconf: delaying package configuration, since apt-utils is not installed 23:24:05 Fetched 3532 kB in 1s (3253 kB/s) 23:24:05 (Reading database ... 12511 files and directories currently installed.) 23:24:05 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 23:24:05 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:24:05 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 23:24:05 Selecting previously unselected package udev. 23:24:05 (Reading database ... 12511 files and directories currently installed.) 23:24:05 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 23:24:05 Unpacking udev (237-3ubuntu10.44) ... 23:24:05 Selecting previously unselected package libfuse2:amd64. 23:24:05 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:24:05 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:24:05 Selecting previously unselected package fuse. 23:24:05 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:24:05 Unpacking fuse (2.9.7-1ubuntu1) ... 23:24:05 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:24:05 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:24:05 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:24:05 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:24:06 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:24:06 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:24:06 Selecting previously unselected package libksba8:amd64. 23:24:06 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:24:06 Unpacking libksba8:amd64 (1.3.5-2) ... 23:24:06 Selecting previously unselected package libroken18-heimdal:amd64. 23:24:06 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:24:06 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:24:06 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:24:06 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libwind0-heimdal:amd64. 23:24:06 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:24:06 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:24:06 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:24:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:24:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:24:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:07 Selecting previously unselected package libsasl2-modules-db:amd64. 23:24:07 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:24:07 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:24:07 Selecting previously unselected package libsasl2-2:amd64. 23:24:07 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:24:07 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:24:07 Selecting previously unselected package libldap-common. 23:24:07 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 23:24:07 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 23:24:07 Selecting previously unselected package libldap-2.4-2:amd64. 23:24:07 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 23:24:07 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 23:24:07 Selecting previously unselected package dirmngr. 23:24:07 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:24:07 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:24:07 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 23:24:07 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:24:07 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:24:07 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:24:07 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:24:07 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:24:07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libksba8:amd64 (1.3.5-2) ... 23:24:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:24:08 Setting up udev (237-3ubuntu10.44) ... 23:24:08 invoke-rc.d: policy-rc.d denied execution of start. 23:24:08 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Processing triggers for systemd (237-3ubuntu10) ... 23:24:08 Setting up fuse (2.9.7-1ubuntu1) ... 23:24:08 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:24:08 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:24:08 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 23:24:08 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:24:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:24:09 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:24:09 settings in the [Install] section, and DefaultInstance for template units). 23:24:09 This means they are not meant to be enabled using systemctl. 23:24:09 Possible reasons for having this kind of units are: 23:24:09 1) A unit may be statically enabled by being symlinked from another unit's 23:24:09 .wants/ or .requires/ directory. 23:24:09 2) A unit's purpose may be to act as a helper for some other unit which has 23:24:09 a requirement dependency on it. 23:24:09 3) A unit may be started when needed via activation (socket, path, timer, 23:24:09 D-Bus, udev, scripted systemctl call, ...). 23:24:09 4) In case of template units, the unit is meant to be enabled with some 23:24:09 instance name specified. 23:24:09 Reading package lists... 23:24:09 Building dependency tree... 23:24:09 Reading state information... 23:24:09 The following additional packages will be installed: 23:24:09 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:24:09 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:24:09 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:24:09 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:24:09 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:24:09 Suggested packages: 23:24:09 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:24:09 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:24:09 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:24:09 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:24:09 systemd-container policykit-1 23:24:09 Recommended packages: 23:24:09 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:24:09 The following NEW packages will be installed: 23:24:09 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:24:09 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:24:09 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:24:09 multiarch-support openssh-client python3 python3-minimal python3.6 23:24:09 python3.6-minimal snapd squashfs-tools sudo 23:24:09 The following packages will be upgraded: 23:24:09 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:24:10 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 23:24:10 Need to get 35.2 MB of archives. 23:24:10 After this operation, 141 MB of additional disk space will be used. 23:24:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:24:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:24:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:24:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:24:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:24:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:24:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:24:10 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 23:24:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:24:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:24:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 23:24:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:24:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:24:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:24:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:24:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:24:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:24:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:24:11 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 23:24:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:24:11 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:24:11 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:24:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:24:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:24:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:24:11 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:24:11 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:24:11 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:24:11 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:24:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:24:12 debconf: delaying package configuration, since apt-utils is not installed 23:24:12 Fetched 35.2 MB in 2s (14.6 MB/s) 23:24:12 (Reading database ... 12757 files and directories currently installed.) 23:24:12 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 23:24:12 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:24:13 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 23:24:13 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:24:13 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 23:24:13 (Reading database ... 12757 files and directories currently installed.) 23:24:13 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:24:13 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:24:13 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:24:13 (Reading database ... 12757 files and directories currently installed.) 23:24:13 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:24:13 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:24:14 Setting up apt (1.6.12ubuntu0.2) ... 23:24:14 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:24:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:24:14 (Reading database ... 12764 files and directories currently installed.) 23:24:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:24:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:24:14 Selecting previously unselected package libpython3.6-minimal:amd64. 23:24:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:24:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:24:15 Selecting previously unselected package libexpat1:amd64. 23:24:15 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:24:15 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:24:15 Selecting previously unselected package python3.6-minimal. 23:24:15 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:24:15 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:24:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:24:15 Checking for services that may need to be restarted...done. 23:24:15 Checking for services that may need to be restarted...done. 23:24:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:24:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:24:16 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:24:16 Selecting previously unselected package python3-minimal. 23:24:16 (Reading database ... 13012 files and directories currently installed.) 23:24:16 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:24:16 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:24:16 Selecting previously unselected package mime-support. 23:24:16 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:24:16 Unpacking mime-support (3.60ubuntu1) ... 23:24:16 Selecting previously unselected package libmpdec2:amd64. 23:24:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:24:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:24:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:24:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:24:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:24:16 Selecting previously unselected package python3.6. 23:24:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:24:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:24:17 Selecting previously unselected package libpython3-stdlib:amd64. 23:24:17 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:24:17 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:24:17 Setting up python3-minimal (3.6.7-1~18.04) ... 23:24:17 Selecting previously unselected package python3. 23:24:17 (Reading database ... 13442 files and directories currently installed.) 23:24:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:24:17 Unpacking python3 (3.6.7-1~18.04) ... 23:24:17 Selecting previously unselected package multiarch-support. 23:24:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:24:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:24:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:24:17 Selecting previously unselected package liblzo2-2:amd64. 23:24:17 (Reading database ... 13479 files and directories currently installed.) 23:24:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:24:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:24:17 Selecting previously unselected package libbsd0:amd64. 23:24:17 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:24:17 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:24:18 Selecting previously unselected package sudo. 23:24:18 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 23:24:18 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 23:24:18 Selecting previously unselected package apparmor. 23:24:18 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:24:18 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:24:18 Selecting previously unselected package libedit2:amd64. 23:24:18 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:24:18 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:24:18 Selecting previously unselected package libkrb5support0:amd64. 23:24:18 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:24:18 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:24:18 Selecting previously unselected package libk5crypto3:amd64. 23:24:18 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:24:18 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:24:18 Selecting previously unselected package libkeyutils1:amd64. 23:24:18 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:24:18 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:24:18 Selecting previously unselected package libkrb5-3:amd64. 23:24:18 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:24:18 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:24:19 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:24:19 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:24:19 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:24:19 Selecting previously unselected package libssl1.0.0:amd64. 23:24:19 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:24:19 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:24:19 Selecting previously unselected package openssh-client. 23:24:19 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:24:19 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:24:19 Selecting previously unselected package squashfs-tools. 23:24:19 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:24:19 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:24:19 Selecting previously unselected package snapd. 23:24:19 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:24:19 Unpacking snapd (2.48+18.04) ... 23:24:21 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:24:21 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:24:21 Setting up mime-support (3.60ubuntu1) ... 23:24:21 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 23:24:21 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:24:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:24:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:24:22 Setting up systemd (237-3ubuntu10.44) ... 23:24:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:24:23 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:24:23 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:24:23 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:24:23 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:24:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:24:23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:24:23 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:24:24 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:24:24 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:24:24 Setting up python3 (3.6.7-1~18.04) ... 23:24:24 running python rtupdate hooks for python3.6... 23:24:24 running python post-rtupdate hooks for python3.6... 23:24:24 Setting up apparmor (2.12-4ubuntu5.1) ... 23:24:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:24:26 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:24:26 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:24:26 Setting up snapd (2.48+18.04) ... 23:24:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:24:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:24:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:24:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:24:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:24:27 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:24:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:24:27 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:24:27 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:24:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:24:28 /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' 23:24:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:24:28 Processing triggers for systemd (237-3ubuntu10.44) ... 23:24:29 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 23:24:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:24:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:24:29 Fetched 88.7 kB in 1s (157 kB/s) 23:24:30 Reading package lists... 23:24:30 Reading package lists... 23:24:30 Building dependency tree... 23:24:30 Reading state information... 23:24:30 Calculating upgrade... 23:24:31 The following packages will be upgraded: 23:24:31 advancecomp base-files bash binutils binutils-common 23:24:31 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:24:31 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:24:31 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 23:24:31 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 23:24:31 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 23:24:31 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 23:24:31 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 23:24:31 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 23:24:31 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 23:24:31 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 23:24:31 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 23:24:31 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 23:24:31 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 23:24:31 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:24:31 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:24:31 Need to get 63.8 MB of archives. 23:24:31 After this operation, 5188 kB of additional disk space will be used. 23:24:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 23:24:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:24:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:24:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:24:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:24:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:24:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:24:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:24:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:24:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:24:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:24:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:24:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:24:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:24:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:24:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:24:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:24:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:24:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:24:31 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:24:31 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:24:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:24:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:24:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:24:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:24:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:24:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:24:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:24:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:24:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:24:31 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:24:31 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:24:31 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:24:31 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:24:31 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:24:31 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:24:31 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:24:31 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:24:31 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:24:31 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:24:31 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:24:31 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 23:24:31 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:24:31 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:24:31 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:24:31 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 23:24:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:24:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:24:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:24:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:24:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:24:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:24:31 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:24:31 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:24:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:24:31 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:24:31 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:24:31 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:24:32 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:24:32 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:24:32 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:24:32 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:24:32 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:24:32 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:24:32 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:24:32 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:24:32 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:24:32 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:24:32 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:24:32 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:24:33 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:24:33 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:24:33 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:24:33 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:24:33 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:24:33 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:24:33 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:24:33 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:24:33 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:24:33 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 23:24:33 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 23:24:33 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:24:33 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:24:33 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:24:33 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 23:24:33 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:24:33 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:24:33 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:24:33 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:24:33 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:24:33 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:24:33 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:24:33 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:24:33 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:24:33 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:24:33 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:24:33 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:24:33 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:24:33 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:24:33 debconf: delaying package configuration, since apt-utils is not installed 23:24:33 Fetched 63.8 MB in 2s (30.7 MB/s) 23:24:33 (Reading database ... 13912 files and directories currently installed.) 23:24:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:24:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:24:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:24:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:24:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 23:24:34 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 23:24:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:36 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:24:36 (Reading database ... 13911 files and directories currently installed.) 23:24:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:24:36 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:24:36 (Reading database ... 13911 files and directories currently installed.) 23:24:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:24:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:24:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:24:37 (Reading database ... 13911 files and directories currently installed.) 23:24:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:24:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:24:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:24:37 (Reading database ... 13911 files and directories currently installed.) 23:24:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:24:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:24:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:24:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:24:38 Setting up base-files (10.1ubuntu2.10) ... 23:24:38 Installing new version of config file /etc/issue ... 23:24:38 Installing new version of config file /etc/issue.net ... 23:24:38 Installing new version of config file /etc/lsb-release ... 23:24:38 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:24:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:24:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:24:38 Removing obsolete conffile /etc/default/motd-news ... 23:24:38 (Reading database ... 13912 files and directories currently installed.) 23:24:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:24:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:24:38 Setting up bash (4.4.18-2ubuntu1.2) ... 23:24:38 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 23:24:38 (Reading database ... 13912 files and directories currently installed.) 23:24:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:24:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:24:39 (Reading database ... 13912 files and directories currently installed.) 23:24:39 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:24:39 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:24:39 Setting up tar (1.29b-2ubuntu0.2) ... 23:24:39 (Reading database ... 13912 files and directories currently installed.) 23:24:39 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:24:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:24:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:24:39 (Reading database ... 13912 files and directories currently installed.) 23:24:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:24:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:24:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:24:40 (Reading database ... 13912 files and directories currently installed.) 23:24:40 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:24:40 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:24:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:24:40 (Reading database ... 13912 files and directories currently installed.) 23:24:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:24:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:24:40 Setting up grep (3.1-2build1) ... 23:24:40 (Reading database ... 13912 files and directories currently installed.) 23:24:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:24:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:24:40 Setting up login (1:4.5-1ubuntu2) ... 23:24:40 (Reading database ... 13912 files and directories currently installed.) 23:24:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:24:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:24:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:24:41 (Reading database ... 13912 files and directories currently installed.) 23:24:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:24:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:24:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:24:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:24:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:24:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:24:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:24:42 (Reading database ... 13912 files and directories currently installed.) 23:24:42 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:24:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:24:43 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:24:43 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:24:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:24:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:24:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:24:43 (Reading database ... 13912 files and directories currently installed.) 23:24:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:24:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:24:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:24:44 (Reading database ... 13912 files and directories currently installed.) 23:24:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:44 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:24:44 (Reading database ... 13912 files and directories currently installed.) 23:24:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:44 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:24:44 (Reading database ... 13912 files and directories currently installed.) 23:24:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:24:45 (Reading database ... 13912 files and directories currently installed.) 23:24:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:24:45 (Reading database ... 13912 files and directories currently installed.) 23:24:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:24:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:24:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:24:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:24:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:24:45 (Reading database ... 13912 files and directories currently installed.) 23:24:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:24:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:24:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:24:45 (Reading database ... 13912 files and directories currently installed.) 23:24:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:46 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:24:46 (Reading database ... 13912 files and directories currently installed.) 23:24:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:24:46 (Reading database ... 13912 files and directories currently installed.) 23:24:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:24:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:24:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:24:47 (Reading database ... 13912 files and directories currently installed.) 23:24:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:24:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:24:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:24:47 (Reading database ... 13912 files and directories currently installed.) 23:24:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:24:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:24:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:24:48 (Reading database ... 13914 files and directories currently installed.) 23:24:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:24:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:24:48 Setting up debconf (1.5.66ubuntu1) ... 23:24:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:24:48 ---> b9baee16ec6f 23:24:48 Step 3/22 : WORKDIR /edgex-go 23:24:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:24:48 ---> b9baee16ec6f 23:24:48 Step 3/23 : WORKDIR /edgex-go 23:24:48 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:48 23:24:48 Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 23:24:48 ---> b9baee16ec6f 23:24:48 23:24:48 Step 3/30 : WORKDIR /edgex-go ---> b9baee16ec6f 23:24:48 23:24:48 Step 3/22 : WORKDIR /edgex-go 23:24:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:24:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:24:48 ---> b9baee16ec6f 23:24:48 Step 3/24 : WORKDIR /edgex-go 23:24:48 ---> Running in 2fc6b57321d1 23:24:48 ---> Running in 9c17e4aca28d 23:24:48 ---> Running in 5fe6ba780fae 23:24:48 ---> Running in 0cff3643a48d 23:24:48 ---> Running in ed740fe22bb1 23:24:48 Removing intermediate container 2fc6b57321d1 23:24:48 ---> 98975e6c826a 23:24:48 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:48 Removing intermediate container 5fe6ba780fae 23:24:48 ---> cad57df1f2ca 23:24:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:48 Removing intermediate container ed740fe22bb1 23:24:48 ---> 97fbd93752d5 23:24:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:48 ---> Running in e01c8ab219c4 23:24:48 ---> Running in 3919f2af65fd 23:24:48 Removing intermediate container 0cff3643a48d 23:24:48 ---> d37d3e65927d 23:24:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:48 Removing intermediate container 9c17e4aca28d 23:24:48 ---> dfaf781473e8 23:24:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:24:48 ---> Running in c3889d2d0f10 23:24:48 ---> Running in 0d23e7b45095 23:24:48 ---> Running in 5fffef330955 23:24:48 Removing intermediate container e01c8ab219c4 23:24:48 ---> 34d395ef35fe 23:24:48 Step 5/30 : RUN apk add --update --no-cache make git 23:24:48 ---> Running in 175af72d1072 23:24:48 Removing intermediate container 3919f2af65fd 23:24:48 ---> ec621b46be93 23:24:48 Step 5/22 : RUN apk add --update --no-cache make git 23:24:48 Removing intermediate container c3889d2d0f10 23:24:48 ---> c6dbc1581aff 23:24:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:24:48 ---> Running in eff9733ff61c 23:24:48 ---> Running in 2ca1658e6a1b 23:24:48 Removing intermediate container 0d23e7b45095 23:24:48 ---> 7a80748d8b57 23:24:48 Step 5/23 : RUN apk add --update --no-cache make git 23:24:48 Removing intermediate container 5fffef330955 23:24:48 ---> a8dbe2a01bbd 23:24:48 Step 5/24 : RUN apk add --update --no-cache make git 23:24:48 ---> Running in 13698b2296e1 23:24:48 ---> Running in 6fe93273dde5 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:48 (Reading database ... 13914 files and directories currently installed.) 23:24:48 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 23:24:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:24:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 23:24:48 (Reading database ... 13914 files and directories currently installed.) 23:24:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 23:24:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 23:24:48 (Reading database ... 13914 files and directories currently installed.) 23:24:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:24:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:24:49 OK: 217 MiB in 51 packages 23:24:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:24:49 (Reading database ... 13914 files and directories currently installed.) 23:24:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:24:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:24:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:24:49 (Reading database ... 13914 files and directories currently installed.) 23:24:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:24:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:24:49 OK: 217 MiB in 51 packages 23:24:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:24:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:24:49 OK: 217 MiB in 51 packages 23:24:50 (Reading database ... 13914 files and directories currently installed.) 23:24:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:24:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:24:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 23:24:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 23:24:50 OK: 217 MiB in 51 packages 23:24:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:24:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:24:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:24:50 (Reading database ... 13914 files and directories currently installed.) 23:24:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:24:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:24:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:24:50 (Reading database ... 13914 files and directories currently installed.) 23:24:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:24:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:24:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:24:50 Removing intermediate container 175af72d1072 23:24:50 ---> f6914e10a7a0 23:24:50 Step 6/30 : COPY go.mod . 23:24:50 OK: 217 MiB in 51 packages 23:24:51 (Reading database ... 13914 files and directories currently installed.) 23:24:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:24:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:24:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:24:51 (Reading database ... 13914 files and directories currently installed.) 23:24:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:24:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:24:51 Removing intermediate container eff9733ff61c 23:24:51 ---> dd1c34d84c7b 23:24:51 Step 6/22 : COPY go.mod . 23:24:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:24:51 (Reading database ... 13914 files and directories currently installed.) 23:24:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:24:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:24:51 Removing intermediate container 13698b2296e1 23:24:51 ---> 565057e71cff 23:24:51 Step 6/23 : COPY go.mod . 23:24:51 Setting up passwd (1:4.5-1ubuntu2) ... 23:24:52 ---> 5fa9c2a4ec80 23:24:52 Step 7/30 : RUN go mod download 23:24:52 Removing intermediate container 2ca1658e6a1b 23:24:52 ---> 095354d73322 23:24:52 Step 6/22 : COPY go.mod . 23:24:52 ---> Running in 603b9e02dced 23:24:52 (Reading database ... 13914 files and directories currently installed.) 23:24:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:24:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:24:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:24:52 (Reading database ... 13914 files and directories currently installed.) 23:24:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:24:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:24:52 Removing intermediate container 6fe93273dde5 23:24:52 ---> 170f075a9961 23:24:52 Step 6/24 : COPY go.mod . 23:24:52 ---> 67fbe93b1a16 23:24:52 Step 7/22 : RUN go mod download 23:24:52 ---> 639e23714940 23:24:52 Step 7/23 : RUN go mod download 23:24:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:24:52 (Reading database ... 13914 files and directories currently installed.) 23:24:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:24:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:24:52 ---> Running in 53eec2ad5cd9 23:24:52 ---> Running in 830a3187ba2c 23:24:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:24:52 (Reading database ... 13914 files and directories currently installed.) 23:24:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:24:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:24:53 ---> f0efe8ba5d5f 23:24:53 Step 7/22 : RUN go mod download 23:24:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:24:53 (Reading database ... 13914 files and directories currently installed.) 23:24:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:24:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:24:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:24:53 (Reading database ... 13914 files and directories currently installed.) 23:24:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:24:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:24:53 ---> Running in b500bd604680 23:24:53 ---> ecbec36f2d13 23:24:53 Step 7/24 : RUN go mod download 23:24:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:24:53 (Reading database ... 13914 files and directories currently installed.) 23:24:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:24:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:24:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:24:53 ---> Running in 144fc03521eb 23:24:53 (Reading database ... 13915 files and directories currently installed.) 23:24:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:24:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:24:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:24:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:24:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:24:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:24:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 23:24:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 23:24:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:24:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:24:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:24:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:24:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:24:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:24:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:24:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:24:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:24:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:24:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:24:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:24:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:24:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:24:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 23:24:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 23:24:56 Removing intermediate container 603b9e02dced 23:24:56 ---> 63dd7f9db7ea 23:24:56 Step 8/30 : COPY . . 23:24:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:24:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:24:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:24:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:24:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:24:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:24:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:24:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:24:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:24:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:24:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:24:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:24:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:24:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:24:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:24:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:24:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:24:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:24:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:24:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:24:58 Removing intermediate container 53eec2ad5cd9 23:24:58 ---> 2298892db45d 23:24:58 Step 8/22 : COPY . . 23:24:58 Removing intermediate container 830a3187ba2c 23:24:58 ---> a97edb949514 23:24:58 Step 8/23 : COPY . . 23:24:58 Removing intermediate container b500bd604680 23:24:58 ---> 3908324c427c 23:24:58 Step 8/22 : COPY . . 23:24:58 Removing intermediate container 144fc03521eb 23:24:58 ---> 2a53ac1d6930 23:24:58 Step 8/24 : COPY . . 23:24:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:24:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:25:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:25:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:25:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:25:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:25:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:25:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:25:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:25:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:25:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:25:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:25:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:25:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:25:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:25:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:25:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:25:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:25:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:25:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:25:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:25:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:25:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:25:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:25:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:25:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:25:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:25:03 Setting up tzdata (2021a-0ubuntu0.18.04) ... 23:25:03 23:25:03 Current default time zone: 'Etc/UTC' 23:25:03 Local time is now: Mon Feb 8 23:25:03 UTC 2021. 23:25:03 Universal Time is now: Mon Feb 8 23:25:03 UTC 2021. 23:25:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:25:03 23:25:03 Setting up systemd-sysv (237-3ubuntu10.44) ... 23:25:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 23:25:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:25:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:25:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:25:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:25:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:25:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:25:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:25:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:25:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:25:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:04 Setting up patch (2.7.6-2ubuntu1.1) ... 23:25:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:25:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:25:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:25:04 Installing new version of config file /etc/ssl/openssl.cnf ... 23:25:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:25:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:25:04 Setting up ca-certificates (20210119~18.04.1) ... 23:25:05 Updating certificates in /etc/ssl/certs... 23:25:06 23 added, 27 removed; done. 23:25:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:25:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:25:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:25:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:25:06 Setting up pkgbinarymangler (138.18.04.1) ... 23:25:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:25:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up perl (5.26.1-6ubuntu0.5) ... 23:25:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:25:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:25:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:25:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:25:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:25:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:25:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:25:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:25:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:25:07 Processing triggers for systemd (237-3ubuntu10.44) ... 23:25:07 Processing triggers for mime-support (3.60ubuntu1) ... 23:25:07 Processing triggers for ca-certificates (20210119~18.04.1) ... 23:25:07 Updating certificates in /etc/ssl/certs... 23:25:08 0 added, 0 removed; done. 23:25:08 Running hooks in /etc/ca-certificates/update.d... 23:25:08 done. 23:25:08 Reading package lists... 23:25:08 Building dependency tree... 23:25:08 Reading state information... 23:25:08 The following NEW packages will be installed: 23:25:08 apt-transport-https 23:25:09 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:25:09 Need to get 1696 B of archives. 23:25:09 After this operation, 153 kB of additional disk space will be used. 23:25:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:25:09 debconf: delaying package configuration, since apt-utils is not installed 23:25:09 Fetched 1696 B in 0s (29.9 kB/s) 23:25:09 Selecting previously unselected package apt-transport-https. 23:25:09 (Reading database ... 13920 files and directories currently installed.) 23:25:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:25:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:25:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:25:09 Waiting for network to be ready... 23:25:14 2021-02-08T23:25:12Z INFO Waiting for automatic snapd restart... 23:25:15 snapd 2.48.2.1 from Canonical* installed 23:25:16 "snapd" switched to the "latest/stable" channel 23:25:16 23:25:18 core18 20210128 from Canonical* installed 23:25:18 "core18" switched to the "latest/stable" channel 23:25:18 23:25:22 snapcraft 4.4.4 from Canonical* installed 23:25:22 "snapcraft" switched to the "latest/stable" channel 23:25:22 23:25:25 ---> f60129db2c8b 23:25:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:25:25 ---> f6083255d385 23:25:25 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:25:25 ---> ad97e30b1416 23:25:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:25:25 ---> 233f0c1a533f 23:25:25 Step 9/23 : RUN make cmd/core-command/core-command 23:25:25 ---> Running in f770470e226f 23:25:25 ---> Running in 6bd357ea5926 23:25:25 ---> 4bf766c5f050 23:25:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:25:25 ---> Running in b1b28dae283b 23:25:25 ---> Running in 4856e25ec001 23:25:25 ---> Running in 87bce2f273b9 23:25:25 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 23:25:25 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 23:25:26 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: 23:25:26 - README.md 23:25:26 - snapcraft.yaml.orig 23:25:26 23:25:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:25:26 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 23:25:26 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 23:25:26 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 23:25:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:25:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:25:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:25:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:25:32 Fetched 88.7 kB in 1s (160 kB/s) 23:25:33 Reading package lists... 23:25:33 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 23:25:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:25:40 Reading package lists... 23:25:40 Building dependency tree... 23:25:40 Reading state information... 23:25:40 Suggested packages: 23:25:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:25:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:25:40 Recommended packages: 23:25:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:25:40 The following NEW packages will be installed: 23:25:40 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:25:40 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:25:40 pkg-config zip 23:25:40 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:25:40 Need to get 7655 kB of archives. 23:25:40 After this operation, 43.7 MB of additional disk space will be used. 23:25:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:25:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:25:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:25:40 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:25:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:25:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:25:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:25:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:25:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:25:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:25:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:25:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:25:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:25:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:25:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:25:41 debconf: delaying package configuration, since apt-utils is not installed 23:25:41 Fetched 7655 kB in 1s (8035 kB/s) 23:25:41 Selecting previously unselected package libglib2.0-0:amd64. 23:25:41 (Reading database ... 13924 files and directories currently installed.) 23:25:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:25:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:25:41 Selecting previously unselected package libpsl5:amd64. 23:25:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:25:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:25:41 Selecting previously unselected package libnghttp2-14:amd64. 23:25:41 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:25:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:25:41 Selecting previously unselected package librtmp1:amd64. 23:25:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:25:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:25:41 Selecting previously unselected package libcurl3-gnutls:amd64. 23:25:41 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:25:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:25:41 Selecting previously unselected package liberror-perl. 23:25:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:25:41 Unpacking liberror-perl (0.17025-1) ... 23:25:42 Selecting previously unselected package git-man. 23:25:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:25:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:25:42 Selecting previously unselected package git. 23:25:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:25:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:25:43 Selecting previously unselected package libnorm1:amd64. 23:25:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:25:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:25:43 Selecting previously unselected package libpgm-5.2-0:amd64. 23:25:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:25:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:25:43 Selecting previously unselected package libsodium23:amd64. 23:25:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:25:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:25:43 Selecting previously unselected package libzmq5:amd64. 23:25:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:25:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:25:43 Selecting previously unselected package libzmq3-dev:amd64. 23:25:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:25:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:25:43 Selecting previously unselected package pkg-config. 23:25:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:25:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:25:43 Selecting previously unselected package zip. 23:25:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:25:43 Unpacking zip (3.0-11build1) ... 23:25:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:25:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:25:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:25:43 Setting up liberror-perl (0.17025-1) ... 23:25:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:25:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:25:43 No schema files found: doing nothing. 23:25:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:25:43 Setting up zip (3.0-11build1) ... 23:25:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:25:43 Setting up libsodium23:amd64 (1.0.16-2) ... 23:25:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:25:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:25:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:25:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:25:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:25:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:25:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:25:50 git set to automatically installed. 23:25:50 git-man set to automatically installed. 23:25:50 libcurl3-gnutls set to automatically installed. 23:25:50 liberror-perl set to automatically installed. 23:25:50 libglib2.0-0 set to automatically installed. 23:25:50 libnghttp2-14 set to automatically installed. 23:25:50 libnorm1 set to automatically installed. 23:25:50 libpgm-5.2-0 set to automatically installed. 23:25:50 libpsl5 set to automatically installed. 23:25:50 librtmp1 set to automatically installed. 23:25:50 libsodium23 set to automatically installed. 23:25:50 libzmq3-dev set to automatically installed. 23:25:50 libzmq5 set to automatically installed. 23:25:50 pkg-config set to automatically installed. 23:25:50 zip set to automatically installed. 23:25:53 snapd is not logged in, snap install commands will use sudo 23:25:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:25:59 snap "core18" has no updates available 23:26:00 Pulling config-common 23:26:01 Pulling go-build-helper 23:26:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:26:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:26:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:26:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 23:26:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:26:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:26:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:26:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 23:26:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:26:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:26:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:26:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:26:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 23:26:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 23:26:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 23:26:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 23:26:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 23:26:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 23:26:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:26:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] 23:26:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 23:26:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 23:26:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 23:26:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 23:26:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 23:26:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] 23:26:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 23:26:23 Fetched 23.9 MB in 0s (0 B/s) 23:26:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:26:23 Fetched 96.5 kB in 0s (0 B/s) 23:26:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:26:23 Fetched 279 kB in 0s (0 B/s) 23:26:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:26:23 Fetched 122 kB in 0s (0 B/s) 23:26:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:26:23 Fetched 77.8 kB in 0s (0 B/s) 23:26:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:26:23 Fetched 8848 B in 0s (0 B/s) 23:26:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:26:23 Fetched 47.8 kB in 0s (0 B/s) 23:26:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:26:23 Fetched 45.6 kB in 0s (0 B/s) 23:26:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 23:26:23 Fetched 15.0 kB in 0s (0 B/s) 23:26:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:26:23 Fetched 214 kB in 0s (0 B/s) 23:26:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 23:26:23 Fetched 155 kB in 0s (0 B/s) 23:26:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:26:23 Fetched 50.6 kB in 0s (0 B/s) 23:26:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:26:23 Fetched 14.8 kB in 0s (0 B/s) 23:26:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:26:23 Fetched 41.8 kB in 0s (0 B/s) 23:26:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:26:23 Fetched 499 kB in 0s (0 B/s) 23:26:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:26:23 Fetched 111 kB in 0s (0 B/s) 23:26:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:26:23 Fetched 240 kB in 0s (0 B/s) 23:26:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:26:23 Fetched 29.3 kB in 0s (0 B/s) 23:26:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:26:23 Fetched 85.5 kB in 0s (0 B/s) 23:26:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:26:23 Fetched 24.5 kB in 0s (0 B/s) 23:26:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 23:26:23 Fetched 49.2 kB in 0s (0 B/s) 23:26:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:26:23 Fetched 54.2 kB in 0s (0 B/s) 23:26:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:26:23 Fetched 30.8 kB in 0s (0 B/s) 23:26:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 23:26:23 Fetched 16.6 kB in 0s (0 B/s) 23:26:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:26:23 Fetched 85.9 kB in 0s (0 B/s) 23:26:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:26:23 Fetched 8720 B in 0s (0 B/s) 23:26:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:26:23 Fetched 137 kB in 0s (0 B/s) 23:26:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:26:23 Fetched 119 kB in 0s (0 B/s) 23:26:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:26:23 Fetched 109 kB in 0s (0 B/s) 23:26:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:26:23 Fetched 11.1 kB in 0s (0 B/s) 23:26:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:26:23 Fetched 645 kB in 0s (0 B/s) 23:26:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:26:23 Fetched 41.3 kB in 0s (0 B/s) 23:26:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:26:23 Fetched 17.9 kB in 0s (0 B/s) 23:26:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:26:23 Fetched 368 kB in 0s (0 B/s) 23:26:23 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 23:26:23 Fetched 187 kB in 0s (0 B/s) 23:26:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:26:23 Fetched 175 kB in 0s (0 B/s) 23:26:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:26:26 Fetched 206 kB in 0s (0 B/s) 23:26:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:26:26 Fetched 1301 kB in 0s (0 B/s) 23:26:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:26:26 Fetched 36.2 kB in 0s (0 B/s) 23:26:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:26:26 Fetched 159 kB in 0s (0 B/s) 23:26:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:26:26 Fetched 107 kB in 0s (0 B/s) 23:26:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:26:26 Fetched 48.7 kB in 0s (0 B/s) 23:26:26 Pulling static-packages 23:26:27 'go115' has dependencies that need to be staged: static-packages go-build-helper 23:26:27 Skipping pull go-build-helper (already ran) 23:26:27 Skipping pull static-packages (already ran) 23:26:27 Building go-build-helper 23:26:31 Building static-packages 23:26:32 Staging go-build-helper 23:26:33 Staging static-packages 23:26:34 Pulling go115 23:26:35 'edgex-go' has dependencies that need to be staged: go115 23:26:35 Skipping pull go115 (already ran) 23:26:35 Building go115 23:26:35 % Total % Received % Xferd Average Speed Time Time Time Current 23:26:35 Dload Upload Total Spent Left Speed 23:26:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1887k 0 0 8387k 0 0:00:14 --:--:-- 0:00:14 8350k 44 115M 44 51.2M 0 0 41.8M 0 0:00:02 0:00:01 0:00:01 41.8M 87 115M 87 100M 0 0 45.2M 0 0:00:02 0:00:02 --:--:-- 45.2M 100 115M 100 115M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 44.3M 23:26:38 go1.15.2.linux-amd64.tar.gz: OK 23:26:43 Staging go115 23:26:48 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 23:26:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:26:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:26:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:26:48 Fetched 0 B in 0s (0 B/s) 23:26:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:26:48 Fetched 224 kB in 0s (0 B/s) 23:26:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:26:48 Fetched 157 kB in 0s (0 B/s) 23:26:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:26:48 Fetched 221 kB in 0s (0 B/s) 23:26:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:26:48 Fetched 143 kB in 0s (0 B/s) 23:26:48 Pulling edgex-go 23:26:49 Pulling version 23:26:50 Building config-common 23:26:52 Skipping build go-build-helper (already ran) 23:26:52 Skipping build static-packages (already ran) 23:26:52 Skipping build go115 (already ran) 23:26:52 Building edgex-go 23:26:52 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 23:26:55 go: downloading github.com/gorilla/mux v1.8.0 23:26:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 23:26:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 23:26:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:26:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:26:55 go: downloading github.com/google/uuid v1.2.0 23:26:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 23:26:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 23:26:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 23:26:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 23:26:55 go: downloading github.com/pelletier/go-toml v1.2.0 23:26:55 go: downloading github.com/BurntSushi/toml v0.3.1 23:26:55 go: downloading github.com/x448/float16 v0.8.4 23:26:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:26:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:26:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:26:55 go: downloading github.com/go-kit/kit v0.8.0 23:26:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:26:55 go: downloading github.com/imdario/mergo v0.3.11 23:26:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:26:55 go: downloading github.com/hashicorp/consul/api v1.1.0 23:26:55 go: downloading github.com/pebbe/zmq4 v1.2.2 23:26:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:26:55 go: downloading github.com/pkg/errors v0.8.1 23:26:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:26:55 go: downloading github.com/mitchellh/copystructure v1.0.0 23:26:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:26:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:26:55 go: downloading github.com/leodido/go-urn v1.2.0 23:26:55 go: downloading github.com/go-playground/universal-translator v0.17.0 23:26:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:26:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:26:55 go: downloading github.com/hashicorp/serf v0.8.2 23:26:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:26:55 go: downloading github.com/go-playground/locales v0.13.0 23:26:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:26:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:26:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:26:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:26:56 Removing intermediate container 6bd357ea5926 23:26:56 ---> f40e2339717d 23:26:56 23:26:56 Step 10/30 : FROM alpine:3.12 23:26:56 3.12: Pulling from library/alpine 23:26:56 Removing intermediate container 87bce2f273b9 23:26:56 ---> 6e0642659cbe 23:26:56 23:26:56 Step 10/24 : FROM alpine:3.12 23:26:56 3.12: Pulling from library/alpine 23:26:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:26:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:26:58 Status: Downloaded newer image for alpine:3.12 23:26:58 ---> afeebe901d6b 23:26:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:26:58 Status: Downloaded newer image for alpine:3.12 23:26:58 ---> afeebe901d6b 23:26:58 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:26:58 ---> Running in e5c9264dcb54 23:26:58 ---> Running in 72fdf1bf5e45 23:26:59 Removing intermediate container 72fdf1bf5e45 23:26:59 ---> eb57a027d43c 23:26:59 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 23:26:59 ---> Running in b5e094b88fed 23:27:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:01 (1/5) Installing ca-certificates (20191127-r4) 23:27:01 (1/2) Installing dumb-init (1.2.2-r1) 23:27:01 (2/2) Installing su-exec (0.2-r1) 23:27:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:27:01 Executing busybox-1.31.1-r19.trigger 23:27:01 (3/5) Installing libcurl (7.69.1-r3) 23:27:01 (4/5) Installing curl (7.69.1-r3) 23:27:01 OK: 5 MiB in 16 packages 23:27:01 (5/5) Installing dumb-init (1.2.2-r1) 23:27:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:27:01 go: downloading gopkg.in/yaml.v2 v2.4.0 23:27:02 Executing busybox-1.31.1-r19.trigger 23:27:02 Executing ca-certificates-20191127-r4.trigger 23:27:02 OK: 7 MiB in 19 packages 23:27:03 Removing intermediate container b5e094b88fed 23:27:03 ---> 34bbe952d022 23:27:03 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 23:27:04 ---> Running in 3a24754a55db 23:27:04 Removing intermediate container e5c9264dcb54 23:27:04 ---> 0193f60aef43 23:27:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:27:04 ---> Running in 1d4d0d3b04e0 23:27:05 Removing intermediate container 3a24754a55db 23:27:05 ---> aeef9ce9b017 23:27:05 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:27:05 ---> Running in 3612a83a6c1b 23:27:05 Removing intermediate container 1d4d0d3b04e0 23:27:05 ---> f57dd91c71b6 23:27:05 Step 13/24 : WORKDIR / 23:27: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 23:27:06 Removing intermediate container 3612a83a6c1b 23:27:06 ---> 4805dca2fdd1 23:27:06 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:27:06 ---> Running in 4ec974f48bf7 23:27:06 ---> Running in de51a6788683 23:27:06 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 23:27:07 Removing intermediate container 4ec974f48bf7 23:27:07 ---> 85218c1d55da 23:27:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:27:08 ---> 3c5d2bcba60e 23:27:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:27:08 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 23:27: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 23:27:08 go: downloading github.com/stretchr/testify v1.7.0 23:27:08 go: downloading github.com/davecgh/go-spew v1.1.1 23:27:08 go: downloading github.com/pmezard/go-difflib v1.0.0 23:27:08 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:27:10 Removing intermediate container de51a6788683 23:27:10 ---> a445a45067ca 23:27:10 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 23:27:10 ---> 491c455ca289 23:27:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:27:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:27:10 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:27:10 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:27:11 ---> Running in 535968224a63 23:27:11 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 23:27:11 ---> ee059720e512 23:27:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:27:11 Removing intermediate container f770470e226f 23:27:11 ---> b36075a097c7 23:27:11 23:27:11 Step 10/22 : FROM alpine:3.12 23:27:11 ---> afeebe901d6b 23:27:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:27:11 Removing intermediate container b1b28dae283b 23:27:11 ---> ad823f8d5686 23:27:11 23:27:11 Step 10/23 : FROM alpine:3.12 23:27:11 ---> afeebe901d6b 23:27:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:27:12 Removing intermediate container 535968224a63 23:27:12 ---> a6f3770030d3 23:27:12 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:27:12 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 23:27:12 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:27:12 Removing intermediate container 4856e25ec001 23:27:12 ---> 5b2336487ba2 23:27:12 23:27:12 Step 10/22 : FROM alpine:3.12 23:27:12 ---> afeebe901d6b 23:27:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:27:12 ---> Running in 181c4a95da16 23:27:12 ---> Running in 1224dd1cecd7 23:27:12 ---> Running in 2e561e87128a 23:27:13 ---> 5a0bc40926ec 23:27:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:27:13 ---> c546c1c5339e 23:27:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:27:13 ---> Running in 52d4a506d131 23:27:13 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 23:27:14 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 23:27:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:27:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:15 ---> 48091b424703 23:27:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:27:15 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 23:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:15 (1/1) Installing dumb-init (1.2.2-r1) 23:27:15 Executing busybox-1.31.1-r19.trigger 23:27:15 OK: 5 MiB in 15 packages 23:27:15 go: downloading github.com/lib/pq v1.9.0 23:27:16 (1/1) Installing dumb-init (1.2.2-r1) 23:27:16 Executing busybox-1.31.1-r19.trigger 23:27:16 (1/2) Installing ca-certificates (20191127-r4) 23:27:16 OK: 5 MiB in 15 packages 23:27:16 (2/2) Installing dumb-init (1.2.2-r1) 23:27:16 Executing busybox-1.31.1-r19.trigger 23:27:16 Executing ca-certificates-20191127-r4.trigger 23:27:16 OK: 6 MiB in 16 packages 23:27:17 ---> bfe4956456e9 23:27:17 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/ 23:27:17 ---> Running in 18115248b576 23:27:17 Removing intermediate container 52d4a506d131 23:27:17 ---> 122c1ad9cab4 23:27:17 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 23:27:18 Removing intermediate container 181c4a95da16 23:27:18 ---> d29edcdb0702 23:27:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:27:18 Building version 23:27:18 ---> Running in aa12fde0fe82 23:27:18 Removing intermediate container 1224dd1cecd7 23:27:18 ---> 6e0226c1cd40 23:27:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:27:18 ---> 2cf255acf908 23:27:18 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:27:19 ---> Running in a4f871a5557c 23:27:19 Removing intermediate container aa12fde0fe82 23:27:19 ---> ad73bd7baeda 23:27:19 Step 13/22 : ENV APP_PORT=48085 23:27:19 Removing intermediate container 2e561e87128a 23:27:19 ---> 3786c6e16882 23:27:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:27:19 ---> Running in 8cef27bac6c2 23:27:19 ---> Running in 2e2ea7cdb0b1 23:27:19 Removing intermediate container a4f871a5557c 23:27:19 ---> f753450693a8 23:27:19 Step 13/23 : ENV APP_PORT=48082 23:27:20 Staging config-common 23:27:20 ---> Running in a893c0229de7 23:27:20 Removing intermediate container 8cef27bac6c2 23:27:20 ---> 312751b0c14d 23:27:20 Step 14/22 : EXPOSE $APP_PORT 23:27:20 ---> Running in 50baf3dd83a2 23:27:20 Removing intermediate container 2e2ea7cdb0b1 23:27:20 ---> 77b4d2d9099b 23:27:20 Step 13/22 : ENV APP_PORT=48060 23:27:20 ---> 7cabc9bcb06c 23:27:20 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:27:20 ---> Running in 198f53887c81 23:27:20 Removing intermediate container a893c0229de7 23:27:20 ---> f0ed6a92c83f 23:27:20 Step 14/23 : EXPOSE $APP_PORT 23:27:20 Removing intermediate container 18115248b576 23:27:20 ---> 4e24975fc7fe 23:27:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:27:20 Skipping stage go-build-helper (already ran) 23:27:20 Skipping stage static-packages (already ran) 23:27:20 Skipping stage go115 (already ran) 23:27:20 Staging edgex-go 23:27:21 ---> Running in a7ce05d30616 23:27:21 Removing intermediate container 50baf3dd83a2 23:27:21 ---> 0763d5a9461b 23:27:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:27:21 ---> Running in 319ec07f2dc3 23:27:21 Removing intermediate container 198f53887c81 23:27:21 ---> c86f5ea86074 23:27:21 Step 14/22 : EXPOSE $APP_PORT 23:27:21 ---> 5e90346a5d5a 23:27:21 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:27:21 ---> Running in a6651678f5d8 23:27:21 Staging version 23:27:22 Removing intermediate container a7ce05d30616 23:27:22 ---> 0733ebba3b9a 23:27:22 Step 15/23 : WORKDIR / 23:27:22 Removing intermediate container 319ec07f2dc3 23:27:22 ---> c19c140e19fb 23:27:22 Step 22/24 : LABEL arch=arm64 23:27:22 ---> Running in f9593c311ae7 23:27:22 ---> Running in 91238c3d5426 23:27:22 ---> c9069d894f47 23:27:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:27:22 Removing intermediate container a6651678f5d8 23:27:22 ---> d3be42e13da8 23:27:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:27:22 ---> f11cc03ee2ec 23:27:22 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 23:27:22 Removing intermediate container f9593c311ae7 23:27:22 ---> 2c7b35993bc1 23:27:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:27:22 Priming config-common 23:27:23 Removing intermediate container 91238c3d5426 23:27:23 ---> f7a374f2b9ab 23:27:23 Step 23/24 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:27:23 ---> Running in 7e40bef1829d 23:27:23 ---> Running in 7a44a36a293c 23:27:23 ---> d3d3dd140738 23:27:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:27:23 Priming go-build-helper 23:27:23 ---> 4dd340c982fa 23:27:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:27:23 ---> 6a4f09a9bfa4 23:27:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:27:24 Removing intermediate container 7a44a36a293c 23:27:24 ---> a39411f9ccdc 23:27:24 Step 24/24 : LABEL version=0.0.0 23:27:24 Removing intermediate container 7e40bef1829d 23:27:24 ---> 2b208cf3c5fa 23:27:24 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:27:24 ---> Running in 98b02e8bf889 23:27:24 Priming static-packages 23:27:25 ---> 6c9c87515d52 23:27:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:27:25 ---> Running in 4159c779e376 23:27:25 ---> da6729e5f8f8 23:27:25 Step 25/30 : RUN chmod +x /entrypoint.sh 23:27:25 ---> 80780b1feee6 23:27:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:27:25 Removing intermediate container 98b02e8bf889 23:27:25 ---> d8886785d13c 23:27:25 23:27:25 ---> 5c91b8c479ea 23:27:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:27:25 ---> Running in 8aa5478650b9 23:27:26 Removing intermediate container 4159c779e376 23:27:26 ---> 3019f875fba6 23:27:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:27:26 Successfully built d8886785d13c 23:27:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:27:26 Building docker-sys-mgmt-agent-go 23:27:26  Building docker-security-secretstore-setup-go ... done  ---> Running in afc1886eba83 23:27:26 ---> 82cb4b3de1be 23:27:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:27:26 ---> 91eaccccedc1 23:27:26 Step 19/23 : ENTRYPOINT ["/core-command"] 23:27:26 ---> Running in f05111f96b6d 23:27:26 ---> Running in 5c08e1259a78 23:27:27 Removing intermediate container afc1886eba83 23:27:27 ---> 20873e761736 23:27:27 Step 20/22 : LABEL arch=arm64 23:27:27 Priming go115 23:27:27 ---> Running in 5e8df9f24d94 23:27:27 Removing intermediate container f05111f96b6d 23:27:27 ---> d132937523e3 23:27:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:27:27 Removing intermediate container 5c08e1259a78 23:27:27 ---> 48b79042f268 23:27:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:27:27 Priming edgex-go 23:27:27 ---> Running in 0fbf500fb02c 23:27:27 ---> Running in ce54e338921d 23:27:28 Removing intermediate container 5e8df9f24d94 23:27:28 ---> d5f20d4069ea 23:27:28 Step 21/22 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:27:28 ---> Running in 5ced8bffa7f2 23:27:28 Removing intermediate container 0fbf500fb02c 23:27:28 ---> 54114d78c903 23:27:28 Step 20/22 : LABEL arch=arm64 23:27:29 Removing intermediate container ce54e338921d 23:27:29 ---> 50d7cd1cc9fa 23:27:29 Step 21/23 : LABEL arch=arm64 23:27:29 Priming version 23:27:29 ---> Running in 3fc5e890f425 23:27:29 ---> Running in 54bbec39a8bf 23:27:29 Removing intermediate container 5ced8bffa7f2 23:27:29 ---> f4e84ef6f96c 23:27:29 Step 22/22 : LABEL version=0.0.0 23:27:30 Removing intermediate container 8aa5478650b9 23:27:30 ---> 7ad67f48a224 23:27:30 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 23:27:30 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 23:27:30 Removing intermediate container 54bbec39a8bf 23:27:30 ---> 0708d549d636 23:27:30 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:27:30 Removing intermediate container 3fc5e890f425 23:27:30 ---> b672be74bc19 23:27:30 Step 21/22 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:27:30 ---> Running in 9fbed2566395 23:27:30 ---> Running in f979fdee716e 23:27:30 ---> Running in 97246b088719 23:27:30 ---> Running in e0145fdd4877 23:27:31 Removing intermediate container 9fbed2566395 23:27:31 ---> cb97016e60e3 23:27:31 23:27:31 Removing intermediate container 97246b088719 23:27:31 ---> d73e40b875c1 23:27:31 Step 27/30 : CMD ["gate"] 23:27:31 Successfully built cb97016e60e3 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 23:27:31 Successfully tagged docker-support-scheduler-go-arm64:latest 23:27:31  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 23:27:31 Removing intermediate container f979fdee716e 23:27:31 ---> e42cea0564a4 23:27:31 Step 22/22 : LABEL version=0.0.0 23:27:31 Removing intermediate container e0145fdd4877 23:27:31 ---> 349400d567bc 23:27:31 Step 23/23 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // node [Pipeline] } 23:27:32 ---> Running in 363026729f14 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:27:32 ---> Running in eda25041275e 23:27:32 ---> Running in f2d67677e76f [Pipeline] // stage [Pipeline] } 23:27:33 Removing intermediate container 363026729f14 23:27:33 ---> 0c62118b2617 23:27:33 Step 28/30 : LABEL arch=arm64 23:27:33 Removing intermediate container eda25041275e 23:27:33 ---> a81657633dc0 23:27:33 23:27:33 Removing intermediate container f2d67677e76f 23:27:33 ---> 7565acb3779b 23:27:33 23:27:33 ---> Running in 65ad2f96f26d 23:27:33 Successfully built a81657633dc0 23:27:33 Successfully tagged docker-support-notifications-go-arm64:latest 23:27:33  Building docker-support-notifications-go ... done Building docker-core-metadata-go 23:27:33 Successfully built 7565acb3779b 23:27:33 Successfully tagged docker-core-command-go-arm64:latest 23:27:33 Building docker-core-data-go 23:27:34  Building docker-core-command-go ... done Removing intermediate container 65ad2f96f26d 23:27:34 ---> 58267a7490ac 23:27:34 Step 29/30 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:27:34 ---> Running in fa5949fdfe1d 23:27:35 Removing intermediate container fa5949fdfe1d 23:27:35 ---> 9f83270deab4 23:27:35 Step 30/30 : LABEL version=0.0.0 23:27:35 ---> Running in 35fc08e0aae5 23:27:35 Removing intermediate container 35fc08e0aae5 23:27:35 ---> 569484bedfec 23:27:35 23:27:36 Successfully built 569484bedfec 23:27:36 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:28:15  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:28:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:28:15 ---> b9baee16ec6f 23:28:15 Step 3/26 : WORKDIR /edgex-go 23:28:15 ---> Using cache 23:28:15 ---> dfaf781473e8 23:28:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:15 ---> Using cache 23:28:15 ---> a8dbe2a01bbd 23:28:15 Step 5/26 : RUN apk add --update --no-cache make bash git 23:28:18 ---> Running in 26f3c69b94c9 23:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:28:20 OK: 217 MiB in 51 packages 23:28:23 Removing intermediate container 26f3c69b94c9 23:28:23 ---> 431e50c0b9f1 23:28:23 Step 6/26 : COPY go.mod . 23:28:24 ---> 6f58a21ae701 23:28:24 Step 7/26 : RUN go mod download 23:28:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:28:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:28:24 ---> b9baee16ec6f 23:28:24 Step 3/21 : WORKDIR /edgex-go 23:28:24 ---> Using cache 23:28:24 ---> dfaf781473e8 23:28:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:24 ---> Using cache 23:28:24 ---> a8dbe2a01bbd 23:28:24 Step 5/21 : RUN apk add --update --no-cache make git 23:28:24 ---> Using cache 23:28:24 ---> 170f075a9961 23:28:24 Step 6/21 : COPY go.mod . 23:28:24 ---> Using cache 23:28:24 ---> ecbec36f2d13 23:28:24 Step 7/21 : RUN go mod download 23:28:24 ---> Using cache 23:28:24 ---> 2a53ac1d6930 23:28:24 Step 8/21 : COPY . . 23:28:24 ---> Running in f05387c468e6 23:28:24 ---> Using cache 23:28:24 ---> 4bf766c5f050 23:28:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:28:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:28:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:28:24 ---> b9baee16ec6f 23:28:24 Step 3/23 : WORKDIR /edgex-go 23:28:24 ---> Using cache 23:28:24 ---> dfaf781473e8 23:28:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:24 ---> Using cache 23:28:24 ---> a8dbe2a01bbd 23:28:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:28:24 ---> Running in 5cf7750af7f6 23:28:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:28:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:28:24 ---> b9baee16ec6f 23:28:24 Step 3/23 : WORKDIR /edgex-go 23:28:24 ---> Using cache 23:28:24 ---> dfaf781473e8 23:28:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:24 ---> Using cache 23:28:24 ---> a8dbe2a01bbd 23:28:24 Step 5/23 : RUN apk add --update --no-cache make git 23:28:24 ---> Using cache 23:28:24 ---> 170f075a9961 23:28:24 Step 6/23 : COPY go.mod . 23:28:24 ---> Using cache 23:28:24 ---> ecbec36f2d13 23:28:24 Step 7/23 : RUN go mod download 23:28:24 ---> Using cache 23:28:24 ---> 2a53ac1d6930 23:28:24 Step 8/23 : COPY . . 23:28:25 ---> Running in 8e03971a73f7 23:28:25 ---> Using cache 23:28:25 ---> 4bf766c5f050 23:28:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:28:25 ---> Running in 792445ad8bbf 23:28:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:28:27 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 23:28:27 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 23:28:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:28:28 Removing intermediate container f05387c468e6 23:28:28 ---> ece9d7d6a580 23:28:28 Step 8/26 : COPY . . 23:28:28 OK: 217 MiB in 51 packages 23:28:30 Removing intermediate container 5cf7750af7f6 23:28:30 ---> e34758b16b04 23:28:30 Step 6/23 : COPY go.mod . 23:28:32 ---> fb475837ebd3 23:28:32 Step 7/23 : RUN go mod download 23:28:33 ---> Running in 6662f779f302 23:28:40 Removing intermediate container 6662f779f302 23:28:40 ---> 37b5b2649429 23:28:40 Step 8/23 : COPY . . 23:28:55 ---> 0e29ee635e2a 23:28:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:28:55 ---> Running in ecfd5871d26c 23:28:55 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 23:29:04 ---> 5b0e11205f64 23:29:04 Step 9/23 : RUN make cmd/core-data/core-data 23:29:04 ---> Running in 3507a5ba888d 23:29:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:29:28 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 23:29:40 Removing intermediate container 8e03971a73f7 23:29:40 ---> 26bd4a4daba4 23:29:40 23:29:40 Step 10/21 : FROM alpine:3.12 23:29:40 ---> afeebe901d6b 23:29:40 Step 11/21 : RUN apk add --update --no-cache curl 23:29:40 ---> Running in 4f969f37544e 23:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:29:43 (1/4) Installing ca-certificates (20191127-r4) 23:29:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:29:43 (3/4) Installing libcurl (7.69.1-r3) 23:29:43 (4/4) Installing curl (7.69.1-r3) 23:29:43 Executing busybox-1.31.1-r19.trigger 23:29:43 Executing ca-certificates-20191127-r4.trigger 23:29:43 OK: 7 MiB in 18 packages 23:29:45 Removing intermediate container 4f969f37544e 23:29:45 ---> b6f29b560754 23:29:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:29:45 ---> Running in d9191751521d 23:29:46 Removing intermediate container d9191751521d 23:29:46 ---> 0f50267a6ad2 23:29:46 Step 13/21 : WORKDIR /edgex 23:29:46 ---> Running in 3abe4fa1e4fb 23:29:47 Removing intermediate container 3abe4fa1e4fb 23:29:47 ---> ea732eaaa0cb 23:29:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:29:48 ---> 0355d7fa5b8b 23:29:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:29:50 ---> ba6d8efa7407 23:29:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:29:51 ---> 21ed3374cae4 23:29:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:29:51 ---> Running in 2256ec020c6a 23:29:52 Removing intermediate container 2256ec020c6a 23:29:52 ---> 01bb4230ba74 23:29:52 Step 18/21 : CMD ["--init=true"] 23:29:52 ---> Running in 53b25f35774d 23:29:53 Removing intermediate container 53b25f35774d 23:29:53 ---> ad568e994910 23:29:53 Step 19/21 : LABEL arch=arm64 23:29:53 ---> Running in 978bee53f841 23:29:54 Removing intermediate container 978bee53f841 23:29:54 ---> f253e6c82222 23:29:54 Step 20/21 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:29:54 ---> Running in 9d515a573c98 23:29:55 Removing intermediate container 9d515a573c98 23:29:55 ---> bb1d11c451f4 23:29:55 Step 21/21 : LABEL version=0.0.0 23:29:55 ---> Running in ba43ddeb18f7 23:29:55 Removing intermediate container ba43ddeb18f7 23:29:55 ---> 37b8f0131265 23:29:55 23:29:56 Successfully built 37b8f0131265 23:29:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:30:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 792445ad8bbf 23:30:01 ---> 5c4118b784cf 23:30:01 23:30:01 Step 10/23 : FROM alpine:3.12 23:30:01 ---> afeebe901d6b 23:30:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:30:01 ---> Using cache 23:30:01 ---> 6e0226c1cd40 23:30:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:30:01 ---> Using cache 23:30:01 ---> f753450693a8 23:30:01 Step 13/23 : ENV APP_PORT=48081 23:30:01 ---> Running in 9f78c6d4c6b1 23:30:02 Removing intermediate container 9f78c6d4c6b1 23:30:02 ---> d0150c278f9f 23:30:02 Step 14/23 : EXPOSE $APP_PORT 23:30:02 ---> Running in 36a29f4b1d39 23:30:03 Removing intermediate container 36a29f4b1d39 23:30:03 ---> 5e87e269f010 23:30:03 Step 15/23 : WORKDIR / 23:30:03 ---> Running in 54e8869b2169 23:30:04 Removing intermediate container 54e8869b2169 23:30:04 ---> e56139f23ce5 23:30:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:06 ---> c2b06c7fe713 23:30:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:30:09 ---> c4231f2bb08c 23:30:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:30:10 Removing intermediate container ecfd5871d26c 23:30:10 ---> 1da86eb5315e 23:30:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:30:10 ---> Running in 1689b69507c6 23:30:10 ---> 3b823bc2d827 23:30:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:30:10 ---> Running in 760405cd3417 23:30:11 Removing intermediate container 760405cd3417 23:30:11 ---> 52ae8435ee24 23:30:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:30:11 ---> Running in ebc506cfd929 23:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:30:12 Removing intermediate container ebc506cfd929 23:30:12 ---> e383f8542045 23:30:12 Step 21/23 : LABEL arch=arm64 23:30:12 ---> Running in d26cffa6a812 23:30:13 Removing intermediate container d26cffa6a812 23:30:13 ---> d43378384bcd 23:30:13 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:30:14 ---> Running in 25b4ec61bbc6 23:30:14 Removing intermediate container 25b4ec61bbc6 23:30:14 ---> e3b2c2cf83b0 23:30:14 Step 23/23 : LABEL version=0.0.0 23:30:15 ---> Running in df772bfa81be 23:30:15 Removing intermediate container 1689b69507c6 23:30:15 ---> da887bb71ea7 23:30:15 23:30:15 Step 11/26 : FROM docker:20.10.0 23:30:15 20.10.0: Pulling from library/docker 23:30:15 Removing intermediate container df772bfa81be 23:30:15 ---> 8301f54aba97 23:30:15 23:30:16 Successfully built 8301f54aba97 23:30:16 Successfully tagged docker-core-metadata-go-arm64:latest 23:30:25  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:30:25 Status: Downloaded newer image for docker:20.10.0 23:30:25 ---> eeaf43b92773 23:30:25 Step 12/26 : RUN apk add --no-cache bash 23:30:25 ---> Running in 44b3062cb1c5 23:30:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:27 (1/2) Installing readline (8.0.4-r0) 23:30:27 (2/2) Installing bash (5.0.17-r0) 23:30:27 Executing bash-5.0.17-r0.post-install 23:30:27 Executing busybox-1.31.1-r19.trigger 23:30:27 OK: 12 MiB in 22 packages 23:30:28 Removing intermediate container 3507a5ba888d 23:30:28 ---> 57b8b82c0a62 23:30:28 23:30:28 Step 10/23 : FROM alpine:3.12 23:30:28 ---> afeebe901d6b 23:30:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:30:29 ---> Running in 6b1c5a973ea3 23:30:29 Removing intermediate container 6b1c5a973ea3 23:30:29 ---> 1e050b26770b 23:30:29 Step 12/23 : ENV APP_PORT=48080 23:30:29 Removing intermediate container 44b3062cb1c5 23:30:29 ---> dd3f7e71e014 23:30:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:30:30 ---> Running in c4282da7c857 23:30:30 ---> Running in 60f027cd0768 23:30:30 Removing intermediate container 60f027cd0768 23:30:30 Removing intermediate container c4282da7c857 23:30:30 ---> a06a4fa352be 23:30:30 ---> 36605eb42b31 23:30:30 Step 13/23 : EXPOSE $APP_PORTStep 14/26 : ENV APP_PORT=48090 23:30:30 23:30:30 ---> Running in a02d9181202d 23:30:30 ---> Running in 9b4fc3df09ee 23:30:31 Removing intermediate container a02d9181202d 23:30:31 ---> fe55d2ede378 23:30:31 Step 15/26 : EXPOSE $APP_PORT 23:30:31 Removing intermediate container 9b4fc3df09ee 23:30:31 ---> f4170fc2f1df 23:30:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:31 ---> Running in 0e20afe88f30 23:30:31 ---> Running in cefc2085d8da 23:30:32 Removing intermediate container 0e20afe88f30 23:30:32 ---> f84456956683 23:30:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:30:34 ---> d2c50c361305 23:30:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:30:34 Removing intermediate container cefc2085d8da 23:30:34 ---> 275b8d824ec0 23:30:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:30:34 ---> Running in dc01b94850a1 23:30:35 ---> b4bc3c791b7a 23:30:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:30:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:36 ---> d2114501ab28 23:30:36 Step 19/26 : RUN apk --no-cache add py3-pip 23:30:36 ---> Running in 67242cdb9863 23:30:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:30:38 (1/6) Installing dumb-init (1.2.2-r1) 23:30:38 (2/6) Installing libgcc (9.3.0-r2) 23:30:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:30:38 (3/6) Installing libsodium (1.0.18-r0) 23:30:38 (4/6) Installing libstdc++ (9.3.0-r2) 23:30:38 (5/6) Installing libzmq (4.3.3-r0) 23:30:38 (6/6) Installing zeromq (4.3.3-r0) 23:30:38 Executing busybox-1.31.1-r19.trigger 23:30:38 (1/33) Installing libbz2 (1.0.8-r1) 23:30:38 (2/33) Installing expat (2.2.9-r1) 23:30:38 OK: 8 MiB in 20 packages 23:30:38 (3/33) Installing libffi (3.3-r2) 23:30:38 (4/33) Installing gdbm (1.13-r1) 23:30:38 (5/33) Installing xz-libs (5.2.5-r0) 23:30:39 (6/33) Installing sqlite-libs (3.32.1-r0) 23:30:39 (7/33) Installing python3 (3.8.5-r0) 23:30:41 (8/33) Installing py3-appdirs (1.4.4-r1) 23:30:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:30:41 (10/33) Installing py3-parsing (2.4.7-r0) 23:30:41 (11/33) Installing py3-six (1.15.0-r0) 23:30:41 (12/33) Installing py3-packaging (20.4-r0) 23:30:41 (13/33) Installing py3-setuptools (47.0.0-r0) 23:30:41 (14/33) Installing py3-chardet (3.0.4-r4) 23:30:41 (15/33) Installing py3-idna (2.9-r0) 23:30:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:30:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:30:41 (18/33) Installing py3-requests (2.23.0-r0) 23:30:41 (19/33) Installing py3-msgpack (1.0.0-r0) 23:30:41 (20/33) Installing py3-lockfile (0.12.2-r3) 23:30:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:30:41 (22/33) Installing py3-colorama (0.4.3-r0) 23:30:41 (23/33) Installing py3-distlib (0.3.0-r0) 23:30:41 (24/33) Installing py3-distro (1.5.0-r1) 23:30:41 (25/33) Installing py3-webencodings (0.5.1-r3) 23:30:41 (26/33) Installing py3-html5lib (1.0.1-r4) 23:30:41 (27/33) Installing py3-pytoml (0.1.21-r0) 23:30:41 (28/33) Installing py3-pep517 (0.8.2-r0) 23:30:41 (29/33) Installing py3-progress (1.5-r0) 23:30:41 (30/33) Installing py3-toml (0.10.1-r0) 23:30:41 (31/33) Installing py3-retrying (1.3.3-r0) 23:30:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:30:41 (33/33) Installing py3-pip (20.1.1-r0) 23:30:41 Executing busybox-1.31.1-r19.trigger 23:30:41 OK: 71 MiB in 55 packages 23:30:41 Removing intermediate container dc01b94850a1 23:30:41 ---> be3a962ca394 23:30:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:43 ---> db72550d8e2f 23:30:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:30:45 ---> b37c389da977 23:30:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:30:46 ---> b298263a6ac7 23:30:46 Step 19/23 : ENTRYPOINT ["/core-data"] 23:30:46 ---> Running in 80761726b035 23:30:46 Removing intermediate container 80761726b035 23:30:46 ---> 0ecbd3116224 23:30:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:30:47 ---> Running in 309c4dc0d058 23:30:48 Removing intermediate container 309c4dc0d058 23:30:48 ---> 7399a21e7aaa 23:30:48 Step 21/23 : LABEL arch=arm64 23:30:48 ---> Running in 08210f793cd8 23:30:48 Removing intermediate container 67242cdb9863 23:30:48 ---> 770486000aca 23:30:48 Step 20/26 : RUN pip install docker-compose==1.23.2 23:30:49 ---> Running in e6329031c1f9 23:30:49 Removing intermediate container 08210f793cd8 23:30:49 ---> e6f2388d1e60 23:30:49 Step 22/23 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:30:49 ---> Running in 11b784d9859e 23:30:49 Removing intermediate container 11b784d9859e 23:30:49 ---> 684a1384ea30 23:30:49 Step 23/23 : LABEL version=0.0.0 23:30:49 ---> Running in 27e4b729804d 23:30:50 Removing intermediate container 27e4b729804d 23:30:50 ---> 020dc3bd378f 23:30:50 23:30:50 Successfully built 020dc3bd378f 23:30:50 Successfully tagged docker-core-data-go-arm64:latest 23:30:54  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 23:30:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:30:54 Collecting websocket-client<1.0,>=0.32.0 23:30:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:30:55 Collecting docopt<0.7,>=0.6.1 23:30:55 Downloading docopt-0.6.2.tar.gz (25 kB) 23:30:57 Collecting jsonschema<3,>=2.5.1 23:30:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:30:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:30:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:30:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:30:58 Collecting cached-property<2,>=1.2.0 23:30:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:30:59 Collecting dockerpty<0.5,>=0.4.1 23:30:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:31:01 Collecting texttable<0.10,>=0.9.0 23:31:01 Downloading texttable-0.9.1.tar.gz (11 kB) 23:31:04 Collecting PyYAML<4,>=3.10 23:31:04 Downloading PyYAML-3.13.tar.gz (270 kB) 23:31:07 Collecting docker<4.0,>=3.6.0 23:31:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:31:07 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) 23:31:08 Collecting urllib3<1.25,>=1.21.1 23:31:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:31:08 Collecting idna<2.8,>=2.5 23:31:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:31:08 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) 23:31:08 Collecting docker-pycreds>=0.4.0 23:31:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:31:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:31:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:31:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:31:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:31:09 Installing collected packages: websocket-client, docopt, jsonschema, urllib3, idna, requests, cached-property, dockerpty, texttable, PyYAML, docker-pycreds, docker, docker-compose 23:31:10 Running setup.py install for docopt: started 23:31:12 Running setup.py install for docopt: finished with status 'done' 23:31:12 Attempting uninstall: urllib3 23:31:12 Found existing installation: urllib3 1.25.9 23:31:12 Uninstalling urllib3-1.25.9: 23:31:12 Successfully uninstalled urllib3-1.25.9 23:31:12 Attempting uninstall: idna 23:31:12 Found existing installation: idna 2.9 23:31:12 Uninstalling idna-2.9: 23:31:13 Successfully uninstalled idna-2.9 23:31:13 Attempting uninstall: requests 23:31:13 Found existing installation: requests 2.23.0 23:31:13 Uninstalling requests-2.23.0: 23:31:14 Successfully uninstalled requests-2.23.0 23:31:14 Running setup.py install for dockerpty: started 23:31:16 Running setup.py install for dockerpty: finished with status 'done' 23:31:16 Running setup.py install for texttable: started 23:31:17 Running setup.py install for texttable: finished with status 'done' 23:31:17 Running setup.py install for PyYAML: started 23:31:20 Running setup.py install for PyYAML: finished with status 'done' 23:31:22 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 23:31:25 Removing intermediate container e6329031c1f9 23:31:25 ---> 6b42880a5676 23:31:25 Step 21/26 : RUN apk --no-cache add curl 23:31:25 ---> Running in b894452854ab 23:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:31:27 (2/3) Installing libcurl (7.69.1-r3) 23:31:27 (3/3) Installing curl (7.69.1-r3) 23:31:27 Executing busybox-1.31.1-r19.trigger 23:31:27 OK: 71 MiB in 58 packages 23:31:30 Removing intermediate container b894452854ab 23:31:30 ---> 69fa95b392e2 23:31:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:31:30 ---> Running in 7288834b9d1e 23:31:30 Removing intermediate container 7288834b9d1e 23:31:30 ---> de8ac8ad5add 23:31:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:31:30 ---> Running in 7e11e39f6940 23:31:31 Removing intermediate container 7e11e39f6940 23:31:31 ---> 9c7b7db3ce73 23:31:31 Step 24/26 : LABEL arch=arm64 23:31:31 ---> Running in 813a48e9adea 23:31:32 Removing intermediate container 813a48e9adea 23:31:32 ---> 47cf181814e9 23:31:32 Step 25/26 : LABEL git_sha=362659e47bca872dd68a7ac17b2f4afb03dc898f 23:31:32 ---> Running in 890b45e49c79 23:31:33 Removing intermediate container 890b45e49c79 23:31:33 ---> 51bf34c67a28 23:31:33 Step 26/26 : LABEL version=0.0.0 23:31:33 ---> Running in 661a5fa1fb75 23:31:33 Removing intermediate container 661a5fa1fb75 23:31:33 ---> dda8c6923898 23:31:33 23:31:33 Successfully built dda8c6923898 23:31:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:31:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:31:34 $ docker stop --time=1 fb4fd54929c906bb73a155f045d627255b776d740e8c38c1f947f5262b17bc05 23:31:36 $ docker rm -f fb4fd54929c906bb73a155f045d627255b776d740e8c38c1f947f5262b17bc05 [Pipeline] // withDockerContainer [Pipeline] sh 23:31:37 + docker images 23:31:37 + grep docker 23:31:37 docker-sys-mgmt-agent-go-arm64 latest dda8c6923898 4 seconds ago 300MB 23:31:37 docker-core-data-go-arm64 latest 020dc3bd378f 47 seconds ago 21MB 23:31:37 docker-core-metadata-go-arm64 latest 8301f54aba97 About a minute ago 17.8MB 23:31:37 docker-security-proxy-setup-go-arm64 latest 37b8f0131265 About a minute ago 23.2MB 23:31:37 docker-security-bootstrapper-go-arm64 latest 569484bedfec 4 minutes ago 17MB 23:31:37 docker-core-command-go-arm64 latest 7565acb3779b 4 minutes ago 16MB 23:31:37 docker-support-notifications-go-arm64 latest a81657633dc0 4 minutes ago 16.7MB 23:31:37 docker-support-scheduler-go-arm64 latest cb97016e60e3 4 minutes ago 16.1MB 23:31:37 docker-security-secretstore-setup-go-arm64 latest d8886785d13c 4 minutes ago 23.4MB 23:31:37 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 23:31:40 provisioning config files... 23:31:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config4670412545830352293tmp [Pipeline] { [Pipeline] sh 23:31:41 + set +x 23:31:41 + curl -s https://codecov.io/bash 23:31:41 + bash -s -- 23:31:41 23:31:41 _____ _ 23:31:41 / ____| | | 23:31:41 | | ___ __| | ___ ___ _____ __ 23:31:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:31:41 | |___| (_) | (_| | __/ (_| (_) \ V / 23:31:41 \_____\___/ \__,_|\___|\___\___/ \_/ 23:31:41 Bash-20210129-7c25fce 23:31:41 23:31:41 23:31:41 ==> git version 2.24.3 found 23:31:41 ==> 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 23:31:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:31:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:31:41 ==> Jenkins CI detected. 23:31:41 project root: . 23:31:41 --> token set from env 23:31:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:31:41 ==> Running gcov in . (disable via -X gcov) 23:31:41 ==> Python coveragepy not found 23:31:41 ==> Searching for coverage reports in: 23:31:41 + . 23:31:41 -> Found 1 reports 23:31:41 ==> Detecting git/mercurial file structure 23:31:41 ==> Reading reports 23:31:41 + ./coverage.out bytes=592672 23:31:41 ==> Appending adjustments 23:31:41 https://docs.codecov.io/docs/fixing-reports 23:31:45 + Found adjustments 23:31:45 ==> Gzipping contents 23:31:45 88K /tmp/codecov.SidT3Y.gz 23:31:45 ==> Uploading reports 23:31:45 url: https://codecov.io 23:31:45 query: branch=PR-3115&commit=362659e47bca872dd68a7ac17b2f4afb03dc898f&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3115%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3115&job=&cmd_args= 23:31:45 -> Pinging Codecov 23:31:45 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3115&commit=362659e47bca872dd68a7ac17b2f4afb03dc898f&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3115%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3115&job=&cmd_args= 23:31:45 -> Uploading to 23:31:45 https://storage.googleapis.com/codecov/v4/raw/2021-02-08/00271124DB129430A58F1EEE437C3FCB/362659e47bca872dd68a7ac17b2f4afb03dc898f/c2c10951-5baf-4419-82a3-5a2caa2cd231.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T233145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e822fb67f286ce795095648848e2803961acda03e6062e8ec4efdcc1d1fcddc 23:31:45 % Total % Received % Xferd Average Speed Time Time Time Current 23:31:45 Dload Upload Total Spent Left Speed 23:31:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89094 0 0 100 89094 0 173k --:--:-- --:--:-- --:--:-- 174k 23:31:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/362659e47bca872dd68a7ac17b2f4afb03dc898f [Pipeline] } 23:31:46 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 23:31:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:31:49 ---> package-listing.sh 23:31:49 ++ facter osfamily 23:31:49 ++ tr '[:upper:]' '[:lower:]' 23:31:49 + OS_FAMILY=redhat 23:31:49 + workspace=/w/workspace/edgex-go/14 23:31:49 + START_PACKAGES=/tmp/packages_start.txt 23:31:49 + END_PACKAGES=/tmp/packages_end.txt 23:31:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:31:49 + PACKAGES=/tmp/packages_start.txt 23:31:49 + '[' /w/workspace/edgex-go/14 ']' 23:31:49 + PACKAGES=/tmp/packages_end.txt 23:31:49 + case "${OS_FAMILY}" in 23:31:49 + rpm -qa 23:31:49 + sort 23:31:55 + '[' -f /tmp/packages_start.txt ']' 23:31:55 + '[' -f /tmp/packages_end.txt ']' 23:31:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:31:55 + '[' /w/workspace/edgex-go/14 ']' 23:31:55 + mkdir -p /w/workspace/edgex-go/14/archives/ 23:31:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 23:31:55 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:31:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:31:55 23:31:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:31:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:31:56 alpine: Pulling from edgex-lftools-log-publisher 23:31:56 df20fa9351a1: Pulling fs layer 23:31:56 36b3adc4ff6f: Pulling fs layer 23:31:56 8ad3a11d3b57: Pulling fs layer 23:31:56 46f8f816bc3b: Pulling fs layer 23:31:56 93b61091891f: Pulling fs layer 23:31:56 93b9cdb0e59b: Pulling fs layer 23:31:56 5e14af77c1be: Pulling fs layer 23:31:56 01666e4c0597: Pulling fs layer 23:31:56 aa168da1d23b: Pulling fs layer 23:31:56 46f8f816bc3b: Waiting 23:31:56 93b61091891f: Waiting 23:31:56 5e14af77c1be: Waiting 23:31:56 01666e4c0597: Waiting 23:31:56 93b9cdb0e59b: Waiting 23:31:56 aa168da1d23b: Waiting 23:31:56 36b3adc4ff6f: Verifying Checksum 23:31:56 36b3adc4ff6f: Download complete 23:31:56 46f8f816bc3b: Verifying Checksum 23:31:56 46f8f816bc3b: Download complete 23:31:56 df20fa9351a1: Download complete 23:31:56 93b9cdb0e59b: Verifying Checksum 23:31:56 93b9cdb0e59b: Download complete 23:31:56 5e14af77c1be: Verifying Checksum 23:31:56 5e14af77c1be: Download complete 23:31:56 01666e4c0597: Verifying Checksum 23:31:56 01666e4c0597: Download complete 23:31:56 93b61091891f: Verifying Checksum 23:31:56 93b61091891f: Download complete 23:31:56 8ad3a11d3b57: Verifying Checksum 23:31:56 8ad3a11d3b57: Download complete 23:31:56 df20fa9351a1: Pull complete 23:31:56 36b3adc4ff6f: Pull complete 23:31:57 8ad3a11d3b57: Pull complete 23:31:58 aa168da1d23b: Verifying Checksum 23:31:58 aa168da1d23b: Download complete 23:32:00 46f8f816bc3b: Pull complete 23:32:01 93b61091891f: Pull complete 23:32:01 93b9cdb0e59b: Pull complete 23:32:01 5e14af77c1be: Pull complete 23:32:01 01666e4c0597: Pull complete 23:32:11 aa168da1d23b: Pull complete 23:32:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:32:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:32:12 prd-centos7-docker-4c-2g-25635 does not seem to be running inside a container 23:32:12 $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 23:32:15 $ docker top 32c1e72961f10621d89ffa4d0bc5478ae8d1b8f1fce0b4ab8dee04d04c36f6d6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:15 + touch /tmp/pre-build-complete [Pipeline] sh 23:32:16 + mkdir -p /var/log/sa [Pipeline] sh 23:32:16 + ls /var/log/sa-host 23:32:16 + sadf -c /var/log/sa-host/sa08 23:32:16 file_magic: OK 23:32:16 HZ: Using current value: 100 23:32:16 file_header: OK 23:32:16 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 23:32:16 Statistics: 23:32:16 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... 23:32:16 File successfully converted to sysstat format version 12.2.1 23:32:16 + sadf -c /var/log/sa-host/sa23 23:32:16 file_magic: OK 23:32:16 HZ: Using current value: 100 23:32:16 file_header: OK 23:32:16 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 23:32:16 Statistics: 23:32:16 Hnuu...uuuununununu... 23:32:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:32:17 provisioning config files... 23:32:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4373643750559048421tmp [Pipeline] { [Pipeline] echo 23:32:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:32:17 ---> create-netrc.sh [Pipeline] } 23:32:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:32:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:32:18 ---> python-tools-install.sh [Pipeline] echo 23:32:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:32:18 ---> sudo-logs.sh 23:32:18 Archiving 'sudo' log.. [Pipeline] echo 23:32:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:32:18 ---> job-cost.sh 23:32:18 lf-activate-venv: SKIPPING 23:32:18 INFO: No Stack... 23:32:19 INFO: Retrieving Pricing Info for: v1-standard-2 23:32:19 INFO: Archiving Costs [Pipeline] echo 23:32:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:32:20 ---> logs-deploy.sh 23:32:20 lf-activate-venv: SKIPPING 23:32:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/14 23:32:20 INFO: archiving workspace using pattern(s): 23:32:21 Archives upload complete. 23:32:22 INFO: archiving logs to Nexus 23:32:22 ---> uname -a: 23:32:22 Linux prd-centos7-docker-4c-2g-25635.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:32:22 23:32:22 23:32:22 ---> lscpu: 23:32:22 Architecture: x86_64 23:32:22 CPU op-mode(s): 32-bit, 64-bit 23:32:22 Byte Order: Little Endian 23:32:22 Address sizes: 40 bits physical, 48 bits virtual 23:32:22 CPU(s): 4 23:32:22 On-line CPU(s) list: 0-3 23:32:22 Thread(s) per core: 1 23:32:22 Core(s) per socket: 1 23:32:22 Socket(s): 4 23:32:22 NUMA node(s): 1 23:32:22 Vendor ID: GenuineIntel 23:32:22 CPU family: 6 23:32:22 Model: 44 23:32:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:32:22 Stepping: 1 23:32:22 CPU MHz: 2933.438 23:32:22 BogoMIPS: 5866.87 23:32:22 Virtualization: VT-x 23:32:22 Hypervisor vendor: KVM 23:32:22 Virtualization type: full 23:32:22 L1d cache: 128 KiB 23:32:22 L1i cache: 128 KiB 23:32:22 L2 cache: 16 MiB 23:32:22 L3 cache: 64 MiB 23:32:22 NUMA node0 CPU(s): 0-3 23:32:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:32:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:32:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:32:22 Vulnerability Meltdown: Mitigation; PTI 23:32:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:32:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:32:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:32:22 Vulnerability Srbds: Not affected 23:32:22 Vulnerability Tsx async abort: Not affected 23:32:22 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 23:32:22 23:32:22 23:32:22 ---> nproc: 23:32:22 4 23:32:22 23:32:22 23:32:22 ---> df -h: 23:32:22 Filesystem Size Used Available Use% Mounted on 23:32:22 overlay 50.0G 11.7G 38.3G 23% / 23:32:22 tmpfs 64.0M 0 64.0M 0% /dev 23:32:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:32:22 shm 64.0M 0 64.0M 0% /dev/shm 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/14@tmp 23:32:22 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/14 23:32:22 23:32:22 23:32:22 ---> free -m: 23:32:22 total used free shared buff/cache available 23:32:22 Mem: 1837 687 137 0 1012 1064 23:32:22 Swap: 1023 61 962 23:32:22 23:32:22 23:32:22 ---> ip addr: 23:32:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:32:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:32:22 inet 127.0.0.1/8 scope host lo 23:32:22 valid_lft forever preferred_lft forever 23:32:22 inet6 ::1/128 scope host 23:32:22 valid_lft forever preferred_lft forever 23:32:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:32:22 link/ether fa:16:3e:75:be:db brd ff:ff:ff:ff:ff:ff 23:32:22 inet 10.30.122.38/23 brd 10.30.123.255 scope global dynamic eth0 23:32:22 valid_lft 85189sec preferred_lft 85189sec 23:32:22 inet6 fe80::f816:3eff:fe75:bedb/64 scope link 23:32:22 valid_lft forever preferred_lft forever 23:32:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:32:22 link/ether 02:42:50:da:0e:aa brd ff:ff:ff:ff:ff:ff 23:32:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:32:22 valid_lft forever preferred_lft forever 23:32:22 inet6 fe80::42:50ff:feda:eaa/64 scope link 23:32:22 valid_lft forever preferred_lft forever 23:32:22 23:32:22 23:32:22 ---> sar -b -r -n DEV: 23:32:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 23:32:22 23:32:22 23:12:00 LINUX RESTART (4 CPU) 23:32:22 23:32:22 23:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:32:22 23:14:01 243.08 98.95 144.13 0.00 7332.27 51206.29 0.00 23:32:22 23:15:02 238.59 93.10 145.49 0.00 3314.44 19669.34 0.00 23:32:22 23:16:01 124.08 45.65 78.43 0.00 1965.31 9409.40 0.00 23:32:22 23:17:03 162.38 48.22 114.16 0.00 7228.33 43082.26 0.00 23:32:22 23:18:02 2400.25 2038.35 361.90 0.00 165995.45 208314.03 0.00 23:32:22 23:19:01 1332.07 1068.83 263.24 0.00 73061.53 92603.84 0.00 23:32:22 23:20:01 1707.21 1358.25 348.96 0.00 92610.62 136744.42 0.00 23:32:22 23:21:02 1276.43 949.80 326.63 0.00 46332.56 63415.24 0.00 23:32:22 23:22:01 44.97 11.22 33.75 0.00 2939.25 3742.39 0.00 23:32:22 23:23:01 2.15 0.52 1.63 0.00 16.38 29.74 0.00 23:32:22 23:24:01 0.35 0.03 0.32 0.00 0.27 4.55 0.00 23:32:22 23:25:01 0.37 0.03 0.33 0.00 0.27 5.46 0.00 23:32:22 23:26:01 0.32 0.02 0.30 0.00 0.13 4.11 0.00 23:32:22 23:27:01 0.72 0.47 0.25 0.00 12.91 3.23 0.00 23:32:22 23:28:01 2.70 1.83 0.87 0.00 227.01 17.12 0.00 23:32:22 23:29:01 0.30 0.00 0.30 0.00 0.00 4.65 0.00 23:32:22 23:30:01 0.42 0.02 0.40 0.00 0.27 6.00 0.00 23:32:22 23:31:01 0.32 0.00 0.32 0.00 0.00 4.55 0.00 23:32:22 23:32:01 85.54 65.57 19.97 0.00 5422.93 5283.11 0.00 23:32:22 Average: 399.55 302.74 96.81 0.00 21262.13 33242.34 0.00 23:32:22 23:32:22 23:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:32:22 23:14:01 150016 0 693192 36.84 1904 1036432 1528936 52.18 573064 914820 960 23:32:22 23:15:02 245852 0 742140 39.44 820 892732 1738660 59.34 608228 746632 49620 23:32:22 23:16:01 211864 0 745512 39.62 684 923484 1435540 48.99 613272 762348 28728 23:32:22 23:17:03 72728 0 702180 37.32 200 1106436 1252876 42.76 712364 823872 97900 23:32:22 23:18:02 68272 0 822344 43.71 0 990928 2322088 79.25 736024 845152 67588 23:32:22 23:19:01 334952 0 713880 37.94 0 832712 1564100 53.38 547776 734520 64188 23:32:22 23:20:01 192024 0 921716 48.99 0 767804 2510788 85.69 686936 750632 27952 23:32:22 23:21:02 342016 0 660732 35.12 0 878796 1378016 47.03 515272 774128 32 23:32:22 23:22:01 362020 0 603612 32.08 0 915912 1174220 40.07 489092 785616 28 23:32:22 23:23:01 363632 0 601616 31.97 0 916296 1155812 39.45 488324 785648 8 23:32:22 23:24:01 364216 0 601020 31.94 0 916308 1155704 39.44 487856 785660 12 23:32:22 23:25:01 363868 0 601356 31.96 0 916320 1155704 39.44 487756 785668 8 23:32:22 23:26:01 363964 0 601252 31.96 0 916328 1155704 39.44 487744 785676 8 23:32:22 23:27:01 363800 0 600860 31.93 0 916884 1156128 39.46 488136 785804 8 23:32:22 23:28:01 354156 0 604720 32.14 0 922668 1158488 39.54 494028 788956 8 23:32:22 23:29:01 354004 0 604820 32.14 0 922720 1158512 39.54 494084 789000 8 23:32:22 23:30:01 354480 0 604340 32.12 0 922724 1158464 39.54 493692 789008 8 23:32:22 23:31:01 354636 0 604176 32.11 0 922732 1158416 39.53 493688 789008 8 23:32:22 23:32:01 83588 0 670432 35.63 0 1127524 1585748 54.12 568936 979288 20964 23:32:22 Average: 278952 0 668416 35.52 190 933986 1415995 48.33 550856 800076 18844 23:32:22 23:32:22 23:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:32:22 23:14:01 veth40d344d 16.20 17.66 1.55 14.36 0.00 0.00 0.00 0.00 23:32:22 23:14:01 eth0 1180.09 1185.01 5910.78 125.10 0.00 0.00 0.00 0.00 23:32:22 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:14:01 docker0 924.98 869.93 74.32 3056.05 0.00 0.00 0.00 0.00 23:32:22 23:15:02 eth0 146.66 107.44 486.23 61.13 0.00 0.00 0.00 0.00 23:32:22 23:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:15:02 vetha41e044 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:15:02 docker0 69.98 96.37 5.51 455.37 0.00 0.00 0.00 0.00 23:32:22 23:16:01 eth0 28.94 18.93 18.91 43.46 0.00 0.00 0.00 0.00 23:32:22 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:16:01 vetha41e044 1.87 1.87 0.15 0.15 0.00 0.00 0.00 0.00 23:32:22 23:16:01 docker0 1.87 1.87 0.12 0.15 0.00 0.00 0.00 0.00 23:32:22 23:17:03 vethc0cd508 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:17:03 eth0 208.01 164.54 1666.37 63.96 0.00 0.00 0.00 0.00 23:32:22 23:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:17:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:18:02 vethc0cd508 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:18:02 eth0 51.21 25.06 169.46 19.00 0.00 0.00 0.00 0.00 23:32:22 23:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:18:02 docker0 11.33 26.28 0.59 149.33 0.00 0.00 0.00 0.00 23:32:22 23:19:01 vetha3914aa 4.60 7.62 0.31 39.52 0.00 0.00 0.00 0.00 23:32:22 23:19:01 veth2618b7e 3.13 5.47 0.21 32.79 0.00 0.00 0.00 0.00 23:32:22 23:19:01 vethc0cd508 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:19:01 veth3104160 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:20:01 veth993d6fd 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:20:01 vethc0cd508 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:20:01 vethbf99ab3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:32:22 23:20:01 eth0 3091.92 2591.42 13747.12 546.14 0.00 0.00 0.00 0.00 23:32:22 23:21:02 veth062d627 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:21:02 vethc0cd508 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:21:02 eth0 90.58 63.73 125.25 94.27 0.00 0.00 0.00 0.00 23:32:22 23:21:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:32:22 23:22:01 eth0 21.54 11.86 56.81 5.64 0.00 0.00 0.00 0.00 23:32:22 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:22:01 docker0 1094.75 1126.40 86.22 4379.13 0.00 0.00 0.00 0.00 23:32:22 23:23:01 eth0 0.93 0.48 0.52 0.27 0.00 0.00 0.00 0.00 23:32:22 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:24:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:32:22 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:32:22 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:32:22 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:32:22 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:28:01 eth0 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 23:32:22 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:29:01 eth0 0.25 0.18 0.12 0.07 0.00 0.00 0.00 0.00 23:32:22 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:30:01 eth0 0.23 0.22 0.08 0.02 0.00 0.00 0.00 0.00 23:32:22 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:31:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:32:01 eth0 206.47 172.27 2172.84 47.49 0.00 0.00 0.00 0.00 23:32:22 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 Average: eth0 117.07 103.02 657.89 29.88 0.00 0.00 0.00 0.00 23:32:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:32:22 Average: docker0 56.75 58.39 4.47 226.99 0.00 0.00 0.00 0.00 23:32:22 23:32:22 23:32:22 ---> sar -P ALL: 23:32:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 23:32:22 23:32:22 23:12:00 LINUX RESTART (4 CPU) 23:32:22 23:32:22 23:13:01 CPU %user %nice %system %iowait %steal %idle 23:32:22 23:14:01 all 15.68 0.00 10.04 3.76 0.08 70.45 23:32:22 23:14:01 0 13.41 0.00 11.18 4.58 0.09 70.74 23:32:22 23:14:01 1 14.88 0.00 9.42 2.75 0.05 72.90 23:32:22 23:14:01 2 18.57 0.00 9.10 5.18 0.07 67.09 23:32:22 23:14:01 3 15.83 0.00 10.48 2.53 0.10 71.05 23:32:22 23:15:02 all 35.60 0.00 11.58 6.57 0.06 46.19 23:32:22 23:15:02 0 35.16 0.00 11.10 3.60 0.09 50.05 23:32:22 23:15:02 1 36.38 0.00 11.54 8.29 0.09 43.71 23:32:22 23:15:02 2 35.50 0.00 11.43 6.37 0.05 46.65 23:32:22 23:15:02 3 35.38 0.00 12.24 8.02 0.03 44.33 23:32:22 23:16:01 all 48.17 0.00 13.09 4.40 0.06 34.29 23:32:22 23:16:01 0 47.30 0.00 13.50 3.94 0.07 35.18 23:32:22 23:16:01 1 49.23 0.00 12.79 4.45 0.05 33.48 23:32:22 23:16:01 2 47.28 0.00 12.68 3.43 0.05 36.56 23:32:22 23:16:01 3 48.85 0.00 13.37 5.78 0.05 31.95 23:32:22 23:17:03 all 26.31 0.00 11.61 6.53 0.07 55.48 23:32:22 23:17:03 0 26.28 0.00 11.96 4.86 0.08 56.82 23:32:22 23:17:03 1 27.52 0.00 11.90 7.02 0.08 53.47 23:32:22 23:17:03 2 25.00 0.00 11.18 7.18 0.07 56.57 23:32:22 23:17:03 3 26.45 0.00 11.41 7.04 0.05 55.05 23:32:22 23:18:02 all 21.50 0.00 28.97 20.61 0.11 28.80 23:32:22 23:18:02 0 20.98 0.00 28.28 21.91 0.11 28.73 23:32:22 23:18:02 1 21.84 0.00 28.94 20.76 0.11 28.35 23:32:22 23:18:02 2 22.00 0.00 28.98 21.10 0.11 27.82 23:32:22 23:18:02 3 21.19 0.00 29.70 18.66 0.13 30.32 23:32:22 23:19:01 all 52.49 0.00 18.39 19.38 0.07 9.68 23:32:22 23:19:01 0 52.68 0.00 18.62 20.33 0.05 8.32 23:32:22 23:19:01 1 52.34 0.00 16.76 19.69 0.07 11.14 23:32:22 23:19:01 2 52.49 0.00 19.24 18.93 0.09 9.25 23:32:22 23:19:01 3 52.44 0.00 18.88 18.58 0.05 10.05 23:32:22 23:20:01 all 27.39 0.00 19.51 27.48 0.10 25.53 23:32:22 23:20:01 0 26.20 0.00 19.88 25.99 0.10 27.83 23:32:22 23:20:01 1 27.24 0.00 19.09 29.57 0.09 24.01 23:32:22 23:20:01 2 29.19 0.00 19.16 26.53 0.09 25.03 23:32:22 23:20:01 3 26.92 0.00 19.92 27.81 0.10 25.25 23:32:22 23:21:02 all 37.15 0.00 17.86 29.38 0.10 15.51 23:32:22 23:21:02 0 35.96 0.00 17.85 32.73 0.09 13.37 23:32:22 23:21:02 1 36.38 0.00 18.70 28.86 0.10 15.96 23:32:22 23:21:02 2 38.29 0.00 17.79 29.40 0.07 14.46 23:32:22 23:21:02 3 38.00 0.00 17.10 26.51 0.12 18.27 23:32:22 23:22:01 all 1.38 0.00 1.52 1.28 0.03 95.80 23:32:22 23:22:01 0 1.19 0.00 1.62 1.84 0.03 95.32 23:32:22 23:22:01 1 1.17 0.00 1.46 1.02 0.02 96.32 23:32:22 23:22:01 2 1.92 0.00 1.67 1.12 0.02 95.27 23:32:22 23:22:01 3 1.25 0.00 1.31 1.13 0.03 96.28 23:32:22 23:23:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:32:22 23:23:01 0 0.07 0.00 0.08 0.00 0.00 99.85 23:32:22 23:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:32:22 23:23:01 2 0.53 0.00 0.03 0.02 0.00 99.42 23:32:22 23:23:01 3 0.02 0.00 0.05 0.00 0.00 99.93 23:32:22 23:24:01 all 0.18 0.00 0.08 0.00 0.00 99.74 23:32:22 23:24:01 0 0.07 0.00 0.13 0.00 0.00 99.80 23:32:22 23:24:01 1 0.07 0.00 0.08 0.00 0.00 99.85 23:32:22 23:24:01 2 0.55 0.00 0.08 0.00 0.00 99.37 23:32:22 23:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:32:22 23:32:22 23:24:01 CPU %user %nice %system %iowait %steal %idle 23:32:22 23:25:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:32:22 23:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:32:22 23:25:01 1 0.03 0.00 0.05 0.02 0.00 99.90 23:32:22 23:25:01 2 0.53 0.00 0.02 0.00 0.00 99.45 23:32:22 23:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:32:22 23:26:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:32:22 23:26:01 0 0.00 0.00 0.00 0.00 0.00 100.00 23:32:22 23:26:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:32:22 23:26:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:32:22 23:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:32:22 23:27:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:32:22 23:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:32:22 23:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 23:32:22 23:27:01 2 0.50 0.00 0.07 0.00 0.00 99.43 23:32:22 23:27:01 3 0.02 0.00 0.05 0.02 0.00 99.92 23:32:22 23:28:01 all 0.16 0.00 0.06 0.02 0.00 99.75 23:32:22 23:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:32:22 23:28:01 1 0.03 0.00 0.08 0.03 0.00 99.85 23:32:22 23:28:01 2 0.52 0.00 0.05 0.00 0.00 99.43 23:32:22 23:28:01 3 0.05 0.00 0.08 0.07 0.02 99.78 23:32:22 23:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:32:22 23:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:32:22 23:29:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:32:22 23:29:01 2 0.52 0.00 0.05 0.00 0.00 99.43 23:32:22 23:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:32:22 23:30:01 all 0.06 0.00 0.04 0.00 0.00 99.89 23:32:22 23:30:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:32:22 23:30:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:32:22 23:30:01 2 0.18 0.00 0.07 0.02 0.00 99.73 23:32:22 23:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:32:22 23:31:01 all 0.06 0.00 0.03 0.00 0.00 99.90 23:32:22 23:31:01 0 0.17 0.00 0.02 0.00 0.00 99.82 23:32:22 23:31:01 1 0.05 0.00 0.07 0.00 0.00 99.88 23:32:22 23:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:32:22 23:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:32:22 23:32:01 all 3.45 0.00 2.33 2.03 0.01 92.18 23:32:22 23:32:01 0 4.05 0.00 2.86 1.42 0.02 91.64 23:32:22 23:32:01 1 3.12 0.00 2.73 3.59 0.00 90.56 23:32:22 23:32:01 2 3.49 0.00 1.99 1.94 0.02 92.56 23:32:22 23:32:01 3 3.14 0.00 1.74 1.16 0.02 93.95 23:32:22 Average: all 13.90 0.00 6.93 6.22 0.04 72.92 23:32:22 Average: 0 13.57 0.00 7.03 6.20 0.04 73.16 23:32:22 Average: 1 13.88 0.00 6.86 6.46 0.03 72.76 23:32:22 Average: 2 14.30 0.00 6.85 6.22 0.03 72.60 23:32:22 Average: 3 13.84 0.00 6.97 5.99 0.04 73.17 23:32:22 23:32:22 23:32:22