Pull request #3088 event 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than d3d087662b0c1d6890045bf75bc5d8c78beda443 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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-24099 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 Merge succeeded, producing 1f57810642d475e48a92a97d8b84db3c16c95c26 Checking out Revision 1f57810642d475e48a92a97d8b84db3c16c95c26 (PR-3088) > 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f57810642d475e48a92a97d8b84db3c16c95c26 # timeout=10 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:32:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:32:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:32:19 ========================================================= 07:32:19 EdgeX Global Pipelines Version Info 07:32:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:32:20 ------------------- 07:32:20 stable info: 07:32:20 ------------------- 07:32:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:32:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:32:20 Message: update stable to v1.0.179 07:32:21 ------------------- 07:32:21 experimental info: 07:32:21 ------------------- 07:32:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:32:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:32:21 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:32:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:32:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:32:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:32:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:32:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo 07:32:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo 07:32:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f57810642d475e48a92a97d8b84db3c16c95c26 [Pipeline] echo 07:32:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f57810 [Pipeline] echo 07:32:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:32:24 provisioning config files... 07:32:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5776247742051243029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:32:24 ---> docker-login.sh 07:32:24 nexus3.edgexfoundry.org:10001 07:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:25 Configure a credential helper to remove this warning. See 07:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:25 07:32:25 Login Succeeded 07:32:25 nexus3.edgexfoundry.org:10002 07:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:25 Configure a credential helper to remove this warning. See 07:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:25 07:32:25 Login Succeeded 07:32:25 nexus3.edgexfoundry.org:10003 07:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:25 Configure a credential helper to remove this warning. See 07:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:25 07:32:25 Login Succeeded 07:32:25 nexus3.edgexfoundry.org:10004 07:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:25 Configure a credential helper to remove this warning. See 07:32:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:25 07:32:25 Login Succeeded 07:32:25 docker.io 07:32:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:32:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:32:26 Configure a credential helper to remove this warning. See 07:32:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:32:26 07:32:26 Login Succeeded 07:32:26 ---> docker-login.sh ends [Pipeline] } 07:32:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:32:26 ++ 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 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/core-command/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo core-command,cmd/core-command/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/core-data/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo core-data,cmd/core-data/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/core-metadata/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo core-metadata,cmd/core-metadata/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/security-bootstrapper/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/security-proxy-setup/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/support-notifications/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo support-notifications,cmd/support-notifications/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/support-scheduler/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:32:26 + for file in '`ls cmd/**/Dockerfile`' 07:32:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:32:26 ++ cut -d/ -f2 07:32:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:32:26 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 07:32:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:32:28 07:32:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:32:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:32:28 latest: Pulling from edgex-devops/git-semver 07:32:28 31603596830f: Pulling fs layer 07:32:28 2a8b12db71e7: Pulling fs layer 07:32:28 6ca5941a6612: Pulling fs layer 07:32:28 ecc8261a40a4: Pulling fs layer 07:32:28 ecc8261a40a4: Waiting 07:32:28 2a8b12db71e7: Verifying Checksum 07:32:28 2a8b12db71e7: Download complete 07:32:28 31603596830f: Download complete 07:32:28 ecc8261a40a4: Verifying Checksum 07:32:28 ecc8261a40a4: Download complete 07:32:28 6ca5941a6612: Verifying Checksum 07:32:28 6ca5941a6612: Download complete 07:32:29 31603596830f: Pull complete 07:32:29 2a8b12db71e7: Pull complete 07:32:30 6ca5941a6612: Pull complete 07:32:30 ecc8261a40a4: Pull complete 07:32:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:32:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:32:30 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:10004/edgex-devops/git-semver:latest cat 07:32:32 $ docker top 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:33 [ssh-agent] Looking for ssh-agent implementation... 07:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:33 $ docker exec 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent 07:32:33 SSH_AUTH_SOCK=/tmp/ssh-FwiSyzZJxLTC/agent.12 07:32:33 SSH_AGENT_PID=17 07:32:33 Running ssh-add (command line suppressed) 07:32:33 Identity added: /w/workspace/edgex-go/7@tmp/private_key_924536544974566940.key (/w/workspace/edgex-go/7@tmp/private_key_924536544974566940.key) 07:32:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:34 + git tag --points-at HEAD [Pipeline] } 07:32:34 $ docker exec --env ******** --env ******** 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent -k 07:32:34 unset SSH_AUTH_SOCK; 07:32:34 unset SSH_AGENT_PID; 07:32:34 echo Agent pid 17 killed; 07:32:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:32:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:32:34 [ssh-agent] Looking for ssh-agent implementation... 07:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:32:34 $ docker exec 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent 07:32:34 SSH_AUTH_SOCK=/tmp/ssh-7ZLyT2nyxm49/agent.47 07:32:34 SSH_AGENT_PID=52 07:32:34 Running ssh-add (command line suppressed) 07:32:34 Identity added: /w/workspace/edgex-go/7@tmp/private_key_2794475230100395702.key (/w/workspace/edgex-go/7@tmp/private_key_2794475230100395702.key) 07:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:32:35 + git semver init 07:32:35 # -> Open(): unable to determine branch for HEAD 07:32:35 # $GIT_DIR = /w/workspace/edgex-go/7/.git 07:32:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 07:32:35 # $SEMVER_REMOTE_NAME = origin 07:32:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:32:35 # $SEMVER_USER_NAME = edgex-jenkins 07:32:35 # $SEMVER_BRANCH = PR-3088 07:32:35 # $SEMVER_TEMP = /tmp/semver-210055383 07:32:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:33:07 # '/tmp/semver-210055383' -> '/w/workspace/edgex-go/7/.semver' 07:33:07 # -> Force: false 07:33:07 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 07:33:07 $ docker exec --env ******** --env ******** 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 ssh-agent -k 07:33:07 unset SSH_AUTH_SOCK; 07:33:07 unset SSH_AGENT_PID; 07:33:07 echo Agent pid 52 killed; 07:33:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:33:08 + git semver [Pipeline] } 07:33:08 $ docker stop --time=1 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 07:33:09 $ docker rm -f 1d6fa74b124dac06a9eb9ad147e3f4d8c09e2b0337f8cfe2ddafda563456e834 [Pipeline] // withDockerContainer [Pipeline] sh 07:33:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:33:10 Stashed 1 file(s) [Pipeline] echo 07:33:10 [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 07:33:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:33:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:33:12 + sudo service docker restart 07:33:12 + true 07:33:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:33:12 ========================================================= 07:33:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:33:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:33:13 + 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 . 07:33:16 Sending build context to Docker daemon 327.4MB 07:33:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:33:16 Step 2/6 : FROM ${BASE} 07:33:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:33:16 188c0c94c7c5: Pulling fs layer 07:33:16 0ef7d3d256c8: Pulling fs layer 07:33:16 de9db76c5a1d: Pulling fs layer 07:33:16 bca2f99d35d6: Pulling fs layer 07:33:16 93359f2a8cfa: Pulling fs layer 07:33:16 7c6f9722023f: Pulling fs layer 07:33:16 a35cf1a2eb13: Pulling fs layer 07:33:16 bca2f99d35d6: Waiting 07:33:16 93359f2a8cfa: Waiting 07:33:16 7c6f9722023f: Waiting 07:33:16 a35cf1a2eb13: Waiting 07:33:16 de9db76c5a1d: Verifying Checksum 07:33:16 de9db76c5a1d: Download complete 07:33:16 0ef7d3d256c8: Verifying Checksum 07:33:16 0ef7d3d256c8: Download complete 07:33:16 93359f2a8cfa: Verifying Checksum 07:33:16 93359f2a8cfa: Download complete 07:33:16 188c0c94c7c5: Verifying Checksum 07:33:16 188c0c94c7c5: Download complete 07:33:16 7c6f9722023f: Verifying Checksum 07:33:16 7c6f9722023f: Download complete 07:33:17 188c0c94c7c5: Pull complete 07:33:17 0ef7d3d256c8: Pull complete 07:33:17 de9db76c5a1d: Pull complete 07:33:18 a35cf1a2eb13: Verifying Checksum 07:33:18 a35cf1a2eb13: Download complete 07:33:18 bca2f99d35d6: Verifying Checksum 07:33:18 bca2f99d35d6: Download complete 07:33:23 bca2f99d35d6: Pull complete 07:33:23 93359f2a8cfa: Pull complete 07:33:23 7c6f9722023f: Pull complete 07:33:26 Still waiting to schedule task 07:33:26 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:33:29 a35cf1a2eb13: Pull complete 07:33:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:33:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:33:29 ---> a62c8e92a672 07:33:29 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 07:33:29 ---> Running in 5feecc3a76a4 07:33:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:33:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:33:31 (1/12) Installing libmagic (5.38-r0) 07:33:31 (2/12) Installing file (5.38-r0) 07:33:32 (3/12) Installing libc-dev (0.7.2-r3) 07:33:32 (4/12) Installing g++ (9.3.0-r2) 07:33:36 (5/12) Installing fortify-headers (1.1-r0) 07:33:36 (6/12) Installing patch (2.7.6-r6) 07:33:36 (7/12) Installing build-base (0.5-r2) 07:33:36 (8/12) Installing libsodium (1.0.18-r0) 07:33:36 (9/12) Installing pkgconf (1.7.2-r0) 07:33:36 (10/12) Installing libsodium-dev (1.0.18-r0) 07:33:36 (11/12) Installing libzmq (4.3.3-r0) 07:33:36 (12/12) Installing zeromq-dev (4.3.3-r0) 07:33:36 Executing busybox-1.31.1-r19.trigger 07:33:36 OK: 233 MiB in 51 packages 07:33:39 Removing intermediate container 5feecc3a76a4 07:33:39 ---> 45e9f378d398 07:33:39 Step 4/6 : WORKDIR /edgex-go 07:33:39 ---> Running in b5a4748cc8e7 07:33:39 Removing intermediate container b5a4748cc8e7 07:33:39 ---> face0842b2b8 07:33:39 Step 5/6 : COPY go.mod . 07:33:40 ---> 2a71d1433efb 07:33:40 Step 6/6 : RUN go mod download 07:33:40 ---> Running in 10af14123fd9 07:34:02 Removing intermediate container 10af14123fd9 07:34:02 ---> 083204dc36cc 07:34:02 Successfully built 083204dc36cc 07:34:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:34:02 + docker inspect -f . ci-base-image-x86_64 07:34:02 . [Pipeline] withDockerContainer 07:34:02 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:34:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 07:34:03 $ docker top 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:03 + go version 07:34:03 go version go1.15.5 linux/amd64 [Pipeline] } 07:34:03 $ docker stop --time=1 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 07:34:05 $ docker rm -f 5f1292f0c238370db6a279a69a6b84dff3d5af6502170c1f48b7ecfd43b86900 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:05 + docker inspect -f . ci-base-image-x86_64 07:34:05 . [Pipeline] withDockerContainer 07:34:05 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:34:06 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 07:34:06 $ docker top 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c -eo pid,comm [Pipeline] { [Pipeline] echo 07:34:06 ========================================================= 07:34:06 [edgeXBuildGoParallel] Running Tests and Build... 07:34:06 ========================================================= [Pipeline] sh 07:34:07 + make test 07:34:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:34:15 ? github.com/edgexfoundry/edgex-go [no test files] 07:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:34:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:34:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:34:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:34:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:34:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:34:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:34:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:34:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:34:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:34:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.0% of statements 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:34:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:34:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements 07:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.198s coverage: 27.1% of statements 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:34:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 65.8% of statements 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:34:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:34:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.471s coverage: 82.3% of statements 07:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:34:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.088s coverage: 86.7% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.345s coverage: 92.8% of statements 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:34:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.036s coverage: 79.5% of statements 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 07:34:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 07:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.044s coverage: 94.4% of statements 07:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 07:35:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24100 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 07:35:14 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.057s coverage: 92.9% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 68.9% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.075s coverage: 37.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.245s coverage: 84.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 47.1% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.049s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:35:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 07:35:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements 07:35:14 GO111MODULE=on go vet ./... 07:35:19 using credential edgex-jenkins-ssh 07:35:19 Cloning the remote Git repository 07:35:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:35:19 > git init /w/workspace/edgex-go/7 # timeout=10 07:35:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:35:19 > git --version # timeout=10 07:35:19 > git --version # 'git version 2.17.1' 07:35:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:35:36 gofmt -l . 07:35:36 [ "`gofmt -l .`" = "" ] 07:35:36 ./bin/test-go-mod-tidy.sh 07:35:37 ./bin/test-attribution-txt.sh [Pipeline] sh 07:35:37 + ls -al . 07:35:37 total 680 07:35:37 drwxrwxr-x 10 1001 1001 4096 Jan 30 07:35 . 07:35:37 drwxr-xr-x 4 root root 28 Jan 30 07:34 .. 07:35:37 -rw-rw-r-- 1 1001 1001 11 Jan 30 07:32 .dockerignore 07:35:37 drwxrwxr-x 8 1001 1001 179 Jan 30 07:32 .git 07:35:37 drwxrwxr-x 3 1001 1001 125 Jan 30 07:32 .github 07:35:37 -rw-rw-r-- 1 1001 1001 872 Jan 30 07:32 .gitignore 07:35:37 drwx------ 3 1001 1001 60 Jan 30 07:33 .semver 07:35:37 -rw-rw-r-- 1 1001 1001 166 Jan 30 07:32 .sonarcloud.properties 07:35:37 -rw-rw-r-- 1 1001 1001 7859 Jan 30 07:32 Attribution.txt 07:35:37 -rw-rw-r-- 1 1001 1001 3804 Jan 30 07:32 CONTRIBUTING.md 07:35:37 -rw-rw-r-- 1 1001 1001 931 Jan 30 07:32 Dockerfile.build 07:35:37 -rw-rw-r-- 1 1001 1001 863 Jan 30 07:32 Jenkinsfile 07:35:37 -rw-rw-r-- 1 1001 1001 10775 Jan 30 07:32 LICENSE 07:35:37 -rw-rw-r-- 1 1001 1001 6001 Jan 30 07:32 Makefile 07:35:37 -rw-rw-r-- 1 1001 1001 6524 Jan 30 07:32 README.md 07:35:37 -rw-rw-r-- 1 1001 1001 6755 Jan 30 07:32 SECURITY.md 07:35:37 -rw-rw-r-- 1 1001 1001 5 Jan 30 07:33 VERSION 07:35:37 -rw-rw-r-- 1 1001 1001 4131 Jan 30 07:32 ZMQWindows.md 07:35:37 drwxrwxr-x 2 1001 1001 117 Jan 30 07:32 bin 07:35:37 drwxrwxr-x 15 1001 1001 4096 Jan 30 07:32 cmd 07:35:37 -rw-r--r-- 1 root root 574984 Jan 30 07:35 coverage.out 07:35:37 -rw-r--r-- 1 root root 1054 Jan 30 07:35 go.mod 07:35:37 -rw-r--r-- 1 root root 19289 Jan 30 07:35 go.sum 07:35:37 drwxrwxr-x 8 1001 1001 127 Jan 30 07:32 internal 07:35:37 drwxrwxr-x 4 1001 1001 26 Jan 30 07:32 openapi 07:35:37 drwxrwxr-x 4 1001 1001 71 Jan 30 07:32 snap 07:35:37 -rw-rw-r-- 1 1001 1001 168 Jan 30 07:32 version.go [Pipeline] sh 07:35:37 + '[' -e coverage.out ] 07:35:37 + chown 1001:1001 coverage.out [Pipeline] stash 07:35:38 Stashed 1 file(s) [Pipeline] sh 07:35:38 + make build 07:35:38 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 07:35:40 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 07:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:35:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:35:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:35:40 > git config core.sparsecheckout # timeout=10 07:35:41 Merge succeeded, producing b9571898985b86ed210062109b262d6b5a063f8b 07:35:41 Checking out Revision b9571898985b86ed210062109b262d6b5a063f8b (PR-3088) 07:35:41 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 07:35:40 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 07:35:41 > git remote # timeout=10 07:35:41 > git config --get remote.origin.url # timeout=10 07:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:41 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 07:35:41 > git rev-parse HEAD^{commit} # timeout=10 07:35:41 > git config core.sparsecheckout # timeout=10 07:35:41 > git checkout -f b9571898985b86ed210062109b262d6b5a063f8b # timeout=10 07:35:45 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 07:35:45 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:35:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:35:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 07:35:45 > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] sh 07:35:48 + true 07:35:48 + sudo service docker restart 07:35:48 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 07:35:50 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:35:50 provisioning config files... 07:35:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5997740191982623202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:35:50 ---> docker-login.sh 07:35:50 nexus3.edgexfoundry.org:10001 07:35:51 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 07:35:51 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 07:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:52 Configure a credential helper to remove this warning. See 07:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:52 07:35:52 Login Succeeded 07:35:52 nexus3.edgexfoundry.org:10002 07:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:52 Configure a credential helper to remove this warning. See 07:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:52 07:35:52 Login Succeeded 07:35:52 nexus3.edgexfoundry.org:10003 07:35:52 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 07:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:53 Configure a credential helper to remove this warning. See 07:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:53 07:35:53 Login Succeeded 07:35:53 nexus3.edgexfoundry.org:10004 07:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:53 Configure a credential helper to remove this warning. See 07:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:53 07:35:53 Login Succeeded 07:35:53 docker.io 07:35:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:35:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:35:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:35:54 Configure a credential helper to remove this warning. See 07:35:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:35:54 07:35:54 Login Succeeded 07:35:54 ---> docker-login.sh ends [Pipeline] } 07:35:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:35:55 ========================================================= 07:35:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:35:55 ========================================================= 07:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] isUnix [Pipeline] sh 07:35:55 + 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 . 07:35:56 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 07:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:35:58 Sending build context to Docker daemon 166.1MB 07:35:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:35:58 Step 2/6 : FROM ${BASE} 07:35:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:35:58 5f621e34cdf4: Pulling fs layer 07:35:58 a4357932f1b6: Pulling fs layer 07:35:58 18c013af1878: Pulling fs layer 07:35:58 00ac8860ef70: Pulling fs layer 07:35:58 63d7cb157983: Pulling fs layer 07:35:58 b116817d02f9: Pulling fs layer 07:35:58 745a02a5169b: Pulling fs layer 07:35:58 63d7cb157983: Waiting 07:35:58 b116817d02f9: Waiting 07:35:58 745a02a5169b: Waiting 07:35:58 00ac8860ef70: Waiting 07:35:58 18c013af1878: Download complete 07:35:58 a4357932f1b6: Verifying Checksum 07:35:58 a4357932f1b6: Download complete 07:35:58 63d7cb157983: Download complete 07:35:58 b116817d02f9: Verifying Checksum 07:35:58 b116817d02f9: Download complete 07:35:58 5f621e34cdf4: Verifying Checksum 07:35:58 5f621e34cdf4: Download complete 07:35:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:35:59 5f621e34cdf4: Pull complete 07:35:59 a4357932f1b6: Pull complete 07:36:00 18c013af1878: Pull complete [Pipeline] } 07:36:00 $ docker stop --time=1 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c 07:36:00 745a02a5169b: Verifying Checksum 07:36:00 745a02a5169b: Download complete 07:36:01 00ac8860ef70: Verifying Checksum 07:36:01 00ac8860ef70: Download complete 07:36:01 $ docker rm -f 76b847fc574e3a4b74a8ebe72e9394ca4615451120621fe56bb82371ec4a3d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:36:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:36:05 07:36:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:36:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:36:05 latest: Pulling from edgex-devops/edgex-compose 07:36:05 cbdbe7a5bc2a: Pulling fs layer 07:36:05 ca9280d653b3: Pulling fs layer 07:36:05 7e9c9ca2126c: Pulling fs layer 07:36:05 cbdbe7a5bc2a: Verifying Checksum 07:36:05 cbdbe7a5bc2a: Download complete 07:36:06 cbdbe7a5bc2a: Pull complete 07:36:06 ca9280d653b3: Verifying Checksum 07:36:06 ca9280d653b3: Download complete 07:36:07 7e9c9ca2126c: Verifying Checksum 07:36:07 7e9c9ca2126c: Download complete 07:36:07 ca9280d653b3: Pull complete 07:36:13 7e9c9ca2126c: Pull complete 07:36:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:36:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:36:13 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:36:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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:latest cat 07:36:14 00ac8860ef70: Pull complete 07:36:14 63d7cb157983: Pull complete 07:36:14 b116817d02f9: Pull complete 07:36:16 $ docker top 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 -eo pid,comm 07:36:16 745a02a5169b: Pull complete 07:36:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:36:16 ---> b7e6874047d6 07:36:16 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 [Pipeline] { [Pipeline] sh 07:36:17 + docker-compose build --help 07:36:17 + grep parallel 07:36:18 --parallel Build images in parallel. [Pipeline] } 07:36:18 $ docker stop --time=1 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 07:36:19 $ docker rm -f 73ab30b59ab1a986a6adf25b07c1b5b9b9fc1e20a7c49366343a0c4197d2add9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:36:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:36:20 . [Pipeline] withDockerContainer 07:36:20 ---> Running in 4e0d423c2711 07:36:20 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:36:20 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:36:20 $ docker top b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:21 + docker-compose -f ./docker-compose-build.yml build --parallel 07:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:22 Building docker-core-command-go ... 07:36:22 Building docker-core-data-go ... 07:36:22 Building docker-core-metadata-go ... 07:36:22 Building docker-security-bootstrapper-go ... 07:36:22 Building docker-security-proxy-setup-go ... 07:36:22 Building docker-security-secretstore-setup-go ... 07:36:22 Building docker-support-notifications-go ... 07:36:22 Building docker-support-scheduler-go ... 07:36:22 Building docker-sys-mgmt-agent-go ... 07:36:22 Building docker-security-secretstore-setup-go 07:36:22 Building docker-core-metadata-go 07:36:22 Building docker-sys-mgmt-agent-go 07:36:22 Building docker-support-notifications-go 07:36:22 Building docker-security-bootstrapper-go 07:36:22 (1/12) Installing libmagic (5.38-r0) 07:36:22 (2/12) Installing file (5.38-r0) 07:36:22 (3/12) Installing libc-dev (0.7.2-r3) 07:36:22 (4/12) Installing g++ (9.3.0-r2) 07:36:28 (5/12) Installing fortify-headers (1.1-r0) 07:36:28 (6/12) Installing patch (2.7.6-r6) 07:36:28 (7/12) Installing build-base (0.5-r2) 07:36:28 (8/12) Installing libsodium (1.0.18-r0) 07:36:28 (9/12) Installing pkgconf (1.7.2-r0) 07:36:28 (10/12) Installing libsodium-dev (1.0.18-r0) 07:36:28 (11/12) Installing libzmq (4.3.3-r0) 07:36:28 (12/12) Installing zeromq-dev (4.3.3-r0) 07:36:28 Executing busybox-1.31.1-r19.trigger 07:36:28 OK: 217 MiB in 51 packages 07:36:32 Removing intermediate container 4e0d423c2711 07:36:32 ---> 5fb1be18b662 07:36:32 Step 4/6 : WORKDIR /edgex-go 07:36:32 ---> Running in bbf339032630 07:36:32 Removing intermediate container bbf339032630 07:36:32 ---> be142c2ee33d 07:36:32 Step 5/6 : COPY go.mod . 07:36:33 ---> 679de1774c2d 07:36:33 Step 6/6 : RUN go mod download 07:36:33 ---> Running in 4eab0779158a 07:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:49 ---> 083204dc36cc 07:36:49 Step 3/23 : WORKDIR /edgex-go 07:36:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:36:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:36:49 ---> 083204dc36cc 07:36:49 Step 3/26 : WORKDIR /edgex-go 07:36:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:36:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:36:49 ---> 083204dc36cc 07:36:49 Step 3/31 : WORKDIR /edgex-go 07:36:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:36:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:36:49 ---> 083204dc36cc 07:36:49 Step 3/22 : WORKDIR /edgex-go 07:36:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:36:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:49 ---> 083204dc36cc 07:36:49 Step 3/24 : WORKDIR /edgex-go 07:36:50 ---> Running in 3b0735aeafe9 07:36:50 ---> Running in 1364911cfa60 07:36:50 ---> Running in 4802f235af98 07:36:50 ---> Running in cdb9fba1181f 07:36:50 ---> Running in 04771a6b4f2a 07:36:50 Removing intermediate container 3b0735aeafe9 07:36:50 ---> 6cd958e10d6f 07:36:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:50 Removing intermediate container 4802f235af98 07:36:50 ---> 263d5fe46d73 07:36:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:50 Removing intermediate container 1364911cfa60 07:36:50 ---> 62b6849a99a3 07:36:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:50 Removing intermediate container 04771a6b4f2a 07:36:50 ---> 5b8d7d1799a5 07:36:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:50 ---> Running in 87984338a66e 07:36:50 Removing intermediate container cdb9fba1181f 07:36:50 ---> c3291005266b 07:36:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:50 ---> Running in d4750d97263f 07:36:50 ---> Running in 73a8aecb65bf 07:36:50 ---> Running in bd48d35fa1d0 07:36:50 ---> Running in a972690d9917 07:36:52 Removing intermediate container d4750d97263f 07:36:52 ---> 901e24a5427a 07:36:52 Step 5/26 : RUN apk add --update --no-cache make bash git 07:36:52 Removing intermediate container 87984338a66e 07:36:52 ---> 5b7a86898b18 07:36:52 Step 5/31 : RUN apk add --update --no-cache make git 07:36:52 Removing intermediate container bd48d35fa1d0 07:36:52 ---> 54f9e8b14692 07:36:52 Step 5/24 : RUN apk add --update --no-cache make git 07:36:52 ---> Running in 743429fcc9eb 07:36:52 ---> Running in dd4824bc2d7d 07:36:53 Removing intermediate container a972690d9917 07:36:53 ---> e84ddb0b6d45 07:36:53 Step 5/23 : RUN apk add --update --no-cache make git 07:36:53 Removing intermediate container 73a8aecb65bf 07:36:53 ---> 1bec72514291 07:36:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:36:53 ---> Running in 12bf413cbdc7 07:36:53 ---> Running in cd460ce54f12 07:36:53 ---> Running in 6b6331011c07 07:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:54 OK: 233 MiB in 51 packages 07:36:54 OK: 233 MiB in 51 packages 07:36:54 OK: 233 MiB in 51 packages 07:36:55 OK: 233 MiB in 51 packages 07:36:55 OK: 233 MiB in 51 packages 07:36:55 Removing intermediate container 743429fcc9eb 07:36:55 ---> f5cba63340dd 07:36:55 Step 6/26 : COPY go.mod . 07:36:55 ---> c46f19e4c1fb 07:36:55 Step 7/26 : RUN go mod download 07:36:55 Removing intermediate container 12bf413cbdc7 07:36:55 ---> 7f8608dd7aa3 07:36:55 Step 6/24 : COPY go.mod . 07:36:55 Removing intermediate container dd4824bc2d7d 07:36:55 ---> d67a38ca641a 07:36:55 Step 6/31 : COPY go.mod . 07:36:55 ---> Running in ce55b897be61 07:36:56 Removing intermediate container cd460ce54f12 07:36:56 ---> 88b0b12491f9 07:36:56 Step 6/23 : COPY go.mod . 07:36:56 Removing intermediate container 6b6331011c07 07:36:56 ---> 3724974fe362 07:36:56 Step 6/22 : COPY go.mod . 07:36:56 ---> 589838943b97 07:36:56 Step 7/24 : RUN go mod download 07:36:56 ---> 30ad205fc234 07:36:56 Step 7/31 : RUN go mod download 07:36:56 ---> 6bfc2d529ce2 07:36:56 Step 7/23 : RUN go mod download 07:36:56 ---> Running in abadd7465819 07:36:56 ---> Running in 0c5c483e5d50 07:36:56 ---> a5f4a51cb635 07:36:56 Step 7/22 : RUN go mod download 07:36:56 ---> Running in 1f6d6c638fa4 07:36:57 ---> Running in 68978233db32 07:36:57 Removing intermediate container ce55b897be61 07:36:57 ---> d573880c76ae 07:36:57 Step 8/26 : COPY . . 07:36:58 Removing intermediate container 0c5c483e5d50 07:36:58 ---> c38446f76dd6 07:36:58 Step 8/24 : COPY . . 07:37:00 Removing intermediate container 4eab0779158a 07:37:00 ---> 812ea98f2d0e 07:37:00 Successfully built 812ea98f2d0e 07:37:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:37:00 + docker inspect -f . ci-base-image-arm64 07:37:00 . [Pipeline] withDockerContainer 07:37:00 prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container 07:37:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 07:37:02 $ docker top 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:03 + go version 07:37:03 go version go1.15.5 linux/arm64 [Pipeline] } 07:37:03 $ docker stop --time=1 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec 07:37:04 $ docker rm -f 3d3a4101e360cf19b74747db6bdc9d3f637bfbe8b858eac13668370f3ecd4eec 07:37:05 Removing intermediate container abadd7465819 07:37:05 ---> 34eb150d26e6 07:37:05 Step 8/31 : COPY . . 07:37:05 Removing intermediate container 1f6d6c638fa4 07:37:05 ---> b8057f5e9f72 07:37:05 Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:06 + docker inspect -f . ci-base-image-arm64 07:37:06 . [Pipeline] withDockerContainer 07:37:06 prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container 07:37:06 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 07:37:06 Removing intermediate container 68978233db32 07:37:06 ---> 824b0e7688c4 07:37:06 Step 8/22 : COPY . . 07:37:07 $ docker top 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 -eo pid,comm [Pipeline] { [Pipeline] echo 07:37:08 ========================================================= 07:37:08 [edgeXBuildGoParallel] Running Tests and Build... 07:37:08 ========================================================= [Pipeline] sh 07:37:08 + make test 07:37:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:37:31 ? github.com/edgexfoundry/edgex-go [no test files] 07:37:33 ---> 43cf8630b64d 07:37:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:37:33 ---> 969d322e56d7 07:37:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:37:33 ---> Running in 7c2c0fb53024 07:37:33 ---> Running in 6528aa29e29c 07:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:37:36 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 07:37:42 ---> 69cb181fc205 07:37:42 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:37:42 ---> 71804db67784 07:37:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:37:42 ---> Running in ea7ca2f723c8 07:37:43 ---> Running in a21107b25a87 07:37:43 ---> de4d82a6389f 07:37:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:37:43 ---> Running in 09af9bc0a99d 07:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:37:44 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 07:37: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 07:37:59 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 07:38:04 Removing intermediate container 7c2c0fb53024 07:38:04 ---> 35f8274b9c16 07:38:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:38:04 ---> Running in 140daf3e87e4 07:38:06 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 07:38:07 Removing intermediate container 6528aa29e29c 07:38:07 ---> b00f11e03fe3 07:38:07 07:38:07 Step 10/24 : FROM alpine:3.12 07:38:07 3.12: Pulling from library/alpine 07:38:09 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:38:09 Status: Downloaded newer image for alpine:3.12 07:38:09 ---> 389fef711851 07:38:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:38:09 ---> Running in 7fa810e4f8e5 07:38:09 Removing intermediate container 140daf3e87e4 07:38:09 ---> e9c57ec839ba 07:38:09 07:38:09 Step 11/26 : FROM docker:20.10.0 07:38:09 20.10.0: Pulling from library/docker 07:38:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:10 (1/5) Installing ca-certificates (20191127-r4) 07:38:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:38:10 (3/5) Installing libcurl (7.69.1-r3) 07:38:10 (4/5) Installing curl (7.69.1-r3) 07:38:10 (5/5) Installing dumb-init (1.2.2-r1) 07:38:11 Executing busybox-1.31.1-r19.trigger 07:38:11 Executing ca-certificates-20191127-r4.trigger 07:38:11 OK: 7 MiB in 19 packages 07:38:13 Removing intermediate container 7fa810e4f8e5 07:38:13 ---> f2ebb9d2ef95 07:38:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:38:14 ---> Running in 68abcccb26a6 07:38:14 Removing intermediate container a21107b25a87 07:38:14 ---> ff406741ead2 07:38:14 07:38:14 Step 10/22 : FROM alpine:3.12 07:38:14 ---> 389fef711851 07:38:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:38:14 ---> Running in a981bad154e9 07:38:14 Removing intermediate container 68abcccb26a6 07:38:14 ---> 4f297d658ca8 07:38:14 Step 13/24 : WORKDIR / 07:38:17 ---> Running in b5b788496623 07:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:18 (1/2) Installing ca-certificates (20191127-r4) 07:38:18 Removing intermediate container 09af9bc0a99d 07:38:18 ---> de335c16edbe 07:38:18 07:38:18 Step 10/23 : FROM alpine:3.12 07:38:18 ---> 389fef711851 07:38:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:38:18 (2/2) Installing dumb-init (1.2.2-r1) 07:38:18 Executing busybox-1.31.1-r19.trigger 07:38:18 Executing ca-certificates-20191127-r4.trigger 07:38:18 OK: 6 MiB in 16 packages 07:38:19 Removing intermediate container b5b788496623 07:38:19 ---> e87f449cb17d 07:38:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:38:19 ---> Running in d23cbfcc2379 07:38:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:38:20 Status: Downloaded newer image for docker:20.10.0 07:38:20 ---> aefe523efa57 07:38:20 Step 12/26 : RUN apk add --no-cache bash 07:38:21 ---> 0706dfd2c649 07:38:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:21 ---> Running in 0aa775bda152 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:21 Removing intermediate container a981bad154e9 07:38:21 ---> d34a8164904d 07:38:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:38:21 Removing intermediate container ea7ca2f723c8 07:38:21 ---> c8d9900d348b 07:38:21 07:38:21 Step 10/31 : FROM alpine:3.12 07:38:21 ---> 389fef711851 07:38:21 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:38:21 (1/1) Installing dumb-init (1.2.2-r1) 07:38:21 Executing busybox-1.31.1-r19.trigger 07:38:21 OK: 6 MiB in 15 packages 07:38:21 ---> Running in 892c8a1dd49c 07:38:21 ---> 3772d99aa655 07:38:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:38:21 ---> Running in 016bfe4a14aa 07:38:21 Removing intermediate container 892c8a1dd49c 07:38:21 ---> bcb80e07fc79 07:38:21 Step 13/22 : ENV APP_PORT=48060 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:22 ---> Running in b933afaf157b 07:38:22 Removing intermediate container 016bfe4a14aa 07:38:22 ---> 1ae8ba8dbdb6 07:38:22 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:38:22 ---> c8a881dacc4b 07:38:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:38:22 (1/2) Installing readline (8.0.4-r0) 07:38:22 (2/2) Installing bash (5.0.17-r0) 07:38:22 Executing bash-5.0.17-r0.post-install 07:38:22 Executing busybox-1.31.1-r19.trigger 07:38:22 OK: 12 MiB in 22 packages 07:38:22 Removing intermediate container d23cbfcc2379 07:38:22 ---> 70c3a684349f 07:38:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:38:22 ---> Running in 753a0bc5ff58 07:38:22 Removing intermediate container b933afaf157b 07:38:22 ---> 4af593d06146 07:38:22 Step 14/22 : EXPOSE $APP_PORT 07:38:22 ---> Running in b8d30dfd225d 07:38:22 ---> Running in b98a02f665de 07:38:22 ---> ef7974440937 07:38:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:38:23 Removing intermediate container b8d30dfd225d 07:38:23 ---> 20db350bc4e1 07:38:23 Step 13/23 : ENV APP_PORT=48081 07:38:23 Removing intermediate container b98a02f665de 07:38:23 ---> 812124191ff8 07:38:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:23 ---> Running in 207a361cb66d 07:38:23 Removing intermediate container 0aa775bda152 07:38:23 ---> f1e380379028 07:38:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:38:23 ---> 88f954d81830 07:38:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:38:23 ---> Running in 7fe785a85a45 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:24 (1/2) Installing dumb-init (1.2.2-r1) 07:38:24 (2/2) Installing su-exec (0.2-r1) 07:38:24 Executing busybox-1.31.1-r19.trigger 07:38:24 OK: 6 MiB in 16 packages 07:38:24 ---> 4688d823a055 07:38:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:38:24 Removing intermediate container 207a361cb66d 07:38:24 ---> ff509a6a1ef1 07:38:24 Step 14/23 : EXPOSE $APP_PORT 07:38:24 ---> Running in 625bcbad3500 07:38:24 ---> dbed06f37f0f 07:38:24 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/ 07:38:24 Removing intermediate container 7fe785a85a45 07:38:24 ---> 0658c5be3df8 07:38:24 Step 14/26 : ENV APP_PORT=48090 07:38:25 ---> Running in e920b5068640 07:38:25 ---> Running in 9cbc9a9ad543 07:38:25 ---> b0977640b2e9 07:38:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:38:25 Removing intermediate container 625bcbad3500 07:38:25 ---> 260f2d023aa0 07:38:25 Step 15/23 : WORKDIR / 07:38:25 Removing intermediate container 753a0bc5ff58 07:38:25 ---> 4163dc4a4671 07:38:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:38:25 ---> Running in 3e328280376a 07:38:25 Removing intermediate container 9cbc9a9ad543 07:38:25 ---> 79b613dbca82 07:38:25 Step 15/26 : EXPOSE $APP_PORT 07:38:25 ---> Running in df20d25985d3 07:38:25 ---> 5f676e886f82 07:38:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:38:25 ---> Running in b63122a9181c 07:38:25 ---> Running in df9fc0f1e349 07:38:25 Removing intermediate container 3e328280376a 07:38:25 ---> 70a0b283cfc2 07:38:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:25 Removing intermediate container df20d25985d3 07:38:25 ---> 819047ac6f9e 07:38:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:38:26 Removing intermediate container b63122a9181c 07:38:26 ---> 8a85ef64006d 07:38:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:38:26 ---> Running in 2a9972be9fde 07:38:26 Removing intermediate container df9fc0f1e349 07:38:26 ---> e783b8cf08f0 07:38:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:27 ---> d1135e1900cc 07:38:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:38:27 ---> Running in 89fb4fa373e5 07:38:27 Removing intermediate container 2a9972be9fde 07:38:27 ---> beb9230169c8 07:38:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:38:27 ---> 3e99f7561cf1 07:38:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:38:27 Removing intermediate container e920b5068640 07:38:27 ---> c33a27e30410 07:38:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:38:27 ---> Running in 1500222b6ff6 07:38:27 ---> Running in fb1a3ec38c8a 07:38:27 Removing intermediate container 89fb4fa373e5 07:38:27 ---> 9430d19f1e72 07:38:27 Step 20/22 : LABEL arch=x86_64 07:38:27 ---> b6db12a6cfd3 07:38:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:38:27 ---> f6a9c44f9cdb 07:38:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:38:28 ---> Running in 2e70c073fdbf 07:38:28 Removing intermediate container fb1a3ec38c8a 07:38:28 ---> de68dfa75a60 07:38:28 Step 22/24 : LABEL arch=x86_64 07:38:28 ---> 17404a45faa3 07:38:28 Step 19/26 : RUN apk --no-cache add py3-pip 07:38:28 ---> Running in da996fb63612 07:38:29 ---> 09c98e537927 07:38:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:38:29 Removing intermediate container 2e70c073fdbf 07:38:29 ---> d67b84c2ac27 07:38:29 Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:38:29 ---> Running in 8a84e2080aea 07:38:29 ---> Running in b740cedef6ad 07:38:29 ---> Running in 6818f33c6bcd 07:38:29 Removing intermediate container da996fb63612 07:38:29 ---> 23425abbdcd7 07:38:29 Step 23/24 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:38:29 Removing intermediate container 1500222b6ff6 07:38:29 ---> 1d59c7b09bc9 07:38:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:38:29 ---> Running in 654ec06c759b 07:38:29 Removing intermediate container b740cedef6ad 07:38:29 ---> f873302acf41 07:38:29 Step 22/22 : LABEL version=0.0.0 07:38:29 Removing intermediate container 6818f33c6bcd 07:38:29 ---> 3fed60ff6e06 07:38:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:29 ---> Running in 92ff50895fb8 07:38:29 ---> Running in 539a75c696b4 07:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:29 ---> Running in 96ea738da9c0 07:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:30 Removing intermediate container 654ec06c759b 07:38:30 ---> 9e3d5e89a301 07:38:30 Step 24/24 : LABEL version=0.0.0 07:38:30 (1/33) Installing libbz2 (1.0.8-r1) 07:38:30 (2/33) Installing expat (2.2.9-r1) 07:38:30 (3/33) Installing libffi (3.3-r2) 07:38:30 (4/33) Installing gdbm (1.13-r1) 07:38:30 ---> Running in 6a0dd7286aa7 07:38:30 (5/33) Installing xz-libs (5.2.5-r0) 07:38:30 (6/33) Installing sqlite-libs (3.32.1-r0) 07:38:30 (7/33) Installing python3 (3.8.5-r0) 07:38:30 Removing intermediate container 92ff50895fb8 07:38:30 ---> b970715e9ff5 07:38:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:38:31 Removing intermediate container 539a75c696b4 07:38:31 ---> b956f6906a0e 07:38:31 07:38:31 Removing intermediate container 96ea738da9c0 07:38:31 ---> 10af2d39627e 07:38:31 Step 21/23 : LABEL arch=x86_64 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:38:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:38:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:38:33 Successfully built b956f6906a0e 07:38:34 ---> Running in c8f32141e4d1 07:38:34 Successfully tagged docker-support-notifications-go:latest 07:38:34 Removing intermediate container 6a0dd7286aa7 07:38:34 ---> 1790e1aaaccb 07:38:34 Building docker-core-command-go 07:38:34  Building docker-support-notifications-go ... done  07:38:34 ---> 8e385147de52 07:38:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:38:34 (8/33) Installing py3-appdirs (1.4.4-r1) 07:38:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:38:34 (10/33) Installing py3-parsing (2.4.7-r0) 07:38:34 (11/33) Installing py3-six (1.15.0-r0) 07:38:34 (12/33) Installing py3-packaging (20.4-r0) 07:38:34 Successfully built 1790e1aaaccb 07:38:34 ---> Running in 67a894ea761d 07:38:34 (13/33) Installing py3-setuptools (47.0.0-r0) 07:38:34 (14/33) Installing py3-chardet (3.0.4-r4) 07:38:34 Successfully tagged docker-security-secretstore-setup-go:latest 07:38:34 Building docker-core-data-go 07:38:34  Building docker-security-secretstore-setup-go ... done (15/33) Installing py3-idna (2.9-r0) 07:38:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:38:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:38:38 (18/33) Installing py3-requests (2.23.0-r0) 07:38:38 (19/33) Installing py3-msgpack (1.0.0-r0) 07:38:38 Removing intermediate container c8f32141e4d1 07:38:38 ---> 6e6199adc4f9 07:38:38 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:38:38 (20/33) Installing py3-lockfile (0.12.2-r3) 07:38:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:38:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:38:41 (22/33) Installing py3-colorama (0.4.3-r0) 07:38:42 (23/33) Installing py3-distlib (0.3.0-r0) 07:38:42 ---> Running in 87324627109f 07:38:42 (24/33) Installing py3-distro (1.5.0-r1) 07:38:42 (25/33) Installing py3-webencodings (0.5.1-r3) 07:38:43 (26/33) Installing py3-html5lib (1.0.1-r4) 07:38:43 (27/33) Installing py3-pytoml (0.1.21-r0) 07:38:43 (28/33) Installing py3-pep517 (0.8.2-r0) 07:38:43 (29/33) Installing py3-progress (1.5-r0) 07:38:43 (30/33) Installing py3-toml (0.10.1-r0) 07:38:44 (31/33) Installing py3-retrying (1.3.3-r0) 07:38:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:38:44 (33/33) Installing py3-pip (20.1.1-r0) 07:38:44 Removing intermediate container 87324627109f 07:38:44 ---> 8756df5281d5 07:38:44 Step 23/23 : LABEL version=0.0.0 07:38:46 Executing busybox-1.31.1-r19.trigger 07:38:46 OK: 71 MiB in 55 packages 07:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.337s coverage: 46.0% of statements 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 07:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.135s coverage: 100.0% of statements 07:38:49 ---> Running in 0707aac29ce8 07:38:52 Removing intermediate container 67a894ea761d 07:38:52 ---> 711f745b913b 07:38:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:52 Removing intermediate container 0707aac29ce8 07:38:52 ---> 30ec7d6186af 07:38:52 07:38:53 Successfully built 30ec7d6186af 07:38:53 Successfully tagged docker-core-metadata-go:latest 07:38:53  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 07:38:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:53 ---> 083204dc36cc 07:38:53 Step 3/23 : WORKDIR /edgex-go 07:38:53 ---> Using cache 07:38:53 ---> c3291005266b 07:38:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:53 ---> Using cache 07:38:53 ---> e84ddb0b6d45 07:38:53 Step 5/23 : RUN apk add --update --no-cache make git 07:38:53 ---> Using cache 07:38:53 ---> 88b0b12491f9 07:38:53 Step 6/23 : COPY go.mod . 07:38:53 ---> Using cache 07:38:53 ---> 6bfc2d529ce2 07:38:53 Step 7/23 : RUN go mod download 07:38:53 ---> Using cache 07:38:53 ---> b8057f5e9f72 07:38:53 Step 8/23 : COPY . . 07:38:54 ---> Using cache 07:38:54 ---> de4d82a6389f 07:38:54 Step 9/23 : RUN make cmd/core-command/core-command 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.197s coverage: 100.0% of statements 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:38:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 65.8% of statements 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:38:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:38:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.3% of statements 07:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:38:58 ---> 083204dc36cc 07:38:58 Step 3/23 : WORKDIR /edgex-go 07:38:58 ---> Using cache 07:38:58 ---> c3291005266b 07:38:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:58 ---> Using cache 07:38:58 ---> e84ddb0b6d45 07:38:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:38:58 ---> Running in 94d97889bc01 07:38:59 ---> 8e417e4828f1 07:38:59 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:38:59 ---> Running in e629e6151b71 07:39:01 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 07:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:39:02 ---> 3588d2a675da 07:39:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.273s coverage: 28.6% of statements 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:39:03 OK: 233 MiB in 51 packages 07:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 07:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements 07:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements 07:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:39:07 ---> 65e7d4aea730 07:39:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:39:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:39:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:39:08 ---> 083204dc36cc 07:39:08 Step 3/21 : WORKDIR /edgex-go 07:39:08 ---> Using cache 07:39:08 ---> c3291005266b 07:39:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:08 ---> Using cache 07:39:08 ---> e84ddb0b6d45 07:39:08 Step 5/21 : RUN apk add --update --no-cache make git 07:39:08 ---> Using cache 07:39:08 ---> 88b0b12491f9 07:39:08 Step 6/21 : COPY go.mod . 07:39:08 ---> Using cache 07:39:08 ---> 6bfc2d529ce2 07:39:08 Step 7/21 : RUN go mod download 07:39:08 ---> Using cache 07:39:08 ---> b8057f5e9f72 07:39:08 Step 8/21 : COPY . . 07:39:08 ---> Using cache 07:39:08 ---> de4d82a6389f 07:39:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:39:09 ---> Running in d57ae21d8d13 07:39:10 ---> b635d7062c27 07:39:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:39:10 Removing intermediate container e629e6151b71 07:39:10 ---> d9d5242c60ec 07:39:10 Step 6/23 : COPY go.mod . 07:39:11 ---> b5ce20465f04 07:39:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:39:11 ---> f2932d3b6fb6 07:39:11 Step 7/23 : RUN go mod download 07:39:11 Removing intermediate container 8a84e2080aea 07:39:11 ---> 4da6753e7cc3 07:39:11 Step 20/26 : RUN pip install docker-compose==1.23.2 07:39:11 ---> Running in 5f25d127e688 07:39:11 ---> Running in be439c26d8b8 07:39: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 07:39:11 ---> Running in d48395e33337 07:39:12 Removing intermediate container 5f25d127e688 07:39:12 ---> 31d6d81e4bb9 07:39:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:39:12 ---> 5be046102a3c 07:39:12 Step 26/31 : RUN chmod +x /entrypoint.sh 07:39:12 ---> Running in e1dab03c5a4a 07:39:14 Removing intermediate container be439c26d8b8 07:39:14 ---> 3ec39b58ba81 07:39:14 Step 8/23 : COPY . . 07:39:14 Removing intermediate container e1dab03c5a4a 07:39:14 ---> aaeab29b4478 07:39:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:39:15 ---> Running in 81b9703c2474 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.252s coverage: 92.8% of statements 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 07:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 07:39:17 Collecting docker-compose==1.23.2 07:39:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:39:19 Collecting jsonschema<3,>=2.5.1 07:39:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:39:20 Collecting PyYAML<4,>=3.10 07:39:20 Downloading PyYAML-3.13.tar.gz (270 kB) 07:39:22 Removing intermediate container 81b9703c2474 07:39:22 ---> 4b3e8e588a18 07:39:22 Step 28/31 : CMD ["gate"] 07:39:24 ---> Running in d5e5d013e4b2 07:39:24 Collecting docopt<0.7,>=0.6.1 07:39:24 Downloading docopt-0.6.2.tar.gz (25 kB) 07:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.109s coverage: 94.4% of statements 07:39:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 07:39:26 Collecting cached-property<2,>=1.2.0 07:39:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:39:27 Collecting texttable<0.10,>=0.9.0 07:39:27 Downloading texttable-0.9.1.tar.gz (11 kB) 07:39:27 Removing intermediate container d5e5d013e4b2 07:39:27 ---> 2eb96a11f0e2 07:39:27 Step 29/31 : LABEL arch=x86_64 07:39:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:39:28 Collecting dockerpty<0.5,>=0.4.1 07:39:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:39:29 ---> Running in ed8f27a60aed 07:39:30 Collecting websocket-client<1.0,>=0.32.0 07:39:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:39:31 Collecting docker<4.0,>=3.6.0 07:39:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:39:32 Removing intermediate container ed8f27a60aed 07:39:32 ---> 58eb0f82e609 07:39:32 Step 30/31 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:39:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:39:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:39:34 Collecting docker-pycreds>=0.4.0 07:39:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:39:34 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 07:39:34 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) 07:39:34 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) 07:39:34 Collecting urllib3<1.25,>=1.21.1 07:39:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:39:35 ---> Running in ea3d52ae1ca0 07:39:35 Collecting idna<2.8,>=2.5 07:39:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:39:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:39:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:39:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:39:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:39:35 ---> 2c3c0488647b 07:39:35 Step 9/23 : RUN make cmd/core-data/core-data 07:39:35 Installing collected packages: jsonschema, PyYAML, docopt, cached-property, texttable, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose 07:39:35 ---> Running in fc4b7b1326ce 07:39:35 Running setup.py install for PyYAML: started 07:39:36 Removing intermediate container ea3d52ae1ca0 07:39:36 ---> 4b18d25771d9 07:39:36 Step 31/31 : LABEL version=0.0.0 07:39:36 Running setup.py install for PyYAML: finished with status 'done' 07:39:36 Running setup.py install for docopt: started 07:39:37 Running setup.py install for docopt: finished with status 'done' 07:39:37 Running setup.py install for texttable: started 07:39:37 Running setup.py install for texttable: finished with status 'done' 07:39:37 Running setup.py install for dockerpty: started 07:39:37 ---> Running in ed6cecb3003f 07:39:38 Removing intermediate container 94d97889bc01 07:39:38 ---> 5fc0fb05a01c 07:39:38 07:39:38 Step 10/23 : FROM alpine:3.12 07:39:38 ---> 389fef711851 07:39:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:39:38 ---> Using cache 07:39:38 ---> 70c3a684349f 07:39:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:39:38 ---> Using cache 07:39:38 ---> 20db350bc4e1 07:39:38 Step 13/23 : ENV APP_PORT=48082 07:39:38 Running setup.py install for dockerpty: finished with status 'done' 07:39:38 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 07:39:38 Attempting uninstall: urllib3 07:39:38 Found existing installation: urllib3 1.25.9 07:39:38 Uninstalling urllib3-1.25.9: 07:39:38 Removing intermediate container ed6cecb3003f 07:39:38 ---> a022f91f8801 07:39:38 07:39:38 ---> Running in 45b10e6e3cfe 07:39:38 Successfully uninstalled urllib3-1.25.9 07:39:39 Successfully built a022f91f8801 07:39:39 Successfully tagged docker-security-bootstrapper-go:latest 07:39:39  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 07:39:39 Removing intermediate container 45b10e6e3cfe 07:39:39 ---> 563b1016f768 07:39:39 Step 14/23 : EXPOSE $APP_PORT 07:39:39 Attempting uninstall: idna 07:39:39 Found existing installation: idna 2.9 07:39:39 Uninstalling idna-2.9: 07:39:40 Successfully uninstalled idna-2.9 07:39:41 Attempting uninstall: requests 07:39:41 Found existing installation: requests 2.23.0 07:39:41 Uninstalling requests-2.23.0: 07:39:41 Successfully uninstalled requests-2.23.0 07:39:42 ---> Running in cdea9081c881 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 63.5% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:39:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.479s coverage: 84.0% of statements 07:39:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements 07:39:44 Removing intermediate container d57ae21d8d13 07:39:44 ---> 5ba477c8b277 07:39:44 07:39:44 Step 10/21 : FROM alpine:3.12 07:39:44 ---> 389fef711851 07:39:44 Step 11/21 : RUN apk add --update --no-cache curl 07:39:48 Removing intermediate container cdea9081c881 07:39:48 ---> c881e964d428 07:39:48 Step 15/23 : WORKDIR / 07:39:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:39:49 ---> Running in b103f6c81857 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.359s coverage: 47.1% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:39:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 07:39:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:39:50 ---> Running in b953767c7be5 07:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:39:52 Removing intermediate container b953767c7be5 07:39:52 ---> 5211092195b8 07:39:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:39:52 (1/4) Installing ca-certificates (20191127-r4) 07:39:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:39:53 (3/4) Installing libcurl (7.69.1-r3) 07:39:53 (4/4) Installing curl (7.69.1-r3) 07:39:53 Executing busybox-1.31.1-r19.trigger 07:39:53 Executing ca-certificates-20191127-r4.trigger 07:39:53 OK: 7 MiB in 18 packages 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.284s coverage: 29.1% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.173s coverage: 100.0% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 07:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 07:39:57 GO111MODULE=on go vet ./... 07:40:00 ---> 7715f012d8e1 07:40:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:40:01 Removing intermediate container d48395e33337 07:40:01 ---> eb9680257af3 07:40:01 Step 21/26 : RUN apk --no-cache add curl 07:40:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:40:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:40:01 ---> 083204dc36cc 07:40:01 Step 3/22 : WORKDIR /edgex-go 07:40:01 ---> Using cache 07:40:01 ---> c3291005266b 07:40:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:01 ---> Using cache 07:40:01 ---> e84ddb0b6d45 07:40:01 Step 5/22 : RUN apk add --update --no-cache make git 07:40:01 ---> Using cache 07:40:01 ---> 88b0b12491f9 07:40:01 Step 6/22 : COPY go.mod . 07:40:01 ---> Using cache 07:40:01 ---> 6bfc2d529ce2 07:40:01 Step 7/22 : RUN go mod download 07:40:01 ---> Using cache 07:40:01 ---> b8057f5e9f72 07:40:01 Step 8/22 : COPY . . 07:40:01 ---> Using cache 07:40:01 ---> de4d82a6389f 07:40:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:40:02 ---> 008c9cbb4674 07:40:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:40:02 Removing intermediate container b103f6c81857 07:40:02 ---> 013c064a61b1 07:40:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:40:02 ---> Running in 38a7426f652d 07:40:02 ---> Running in 87ee6c9d3159 07:40:03 ---> Running in aae5c352dfc7 07:40:03 ---> 795d981ec5a6 07:40:03 Step 19/23 : ENTRYPOINT ["/core-command"] 07:40:03 ---> Running in 0516e8062d6e 07:40:03 Removing intermediate container aae5c352dfc7 07:40:03 ---> 28deed87355c 07:40:03 Step 13/21 : WORKDIR /edgex 07:40:03 ---> Running in bf5a922c4434 07:40:03 Removing intermediate container 0516e8062d6e 07:40:03 ---> 9f4e8cd72068 07:40:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:03 ---> Running in 44f58372445b 07:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:40:03 Removing intermediate container bf5a922c4434 07:40:03 ---> cc672fe05808 07:40:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:04 Removing intermediate container 44f58372445b 07:40:04 ---> dc7ade2ba5cb 07:40:04 Step 21/23 : LABEL arch=x86_64 07:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:04 ---> Running in 7a2f1fb61da5 07:40:04 ---> 811a51ec6339 07:40:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:40:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:40:04 (2/3) Installing libcurl (7.69.1-r3) 07:40:04 (3/3) Installing curl (7.69.1-r3) 07:40:04 Executing busybox-1.31.1-r19.trigger 07:40:04 OK: 72 MiB in 58 packages 07:40:04 Removing intermediate container 7a2f1fb61da5 07:40:04 ---> 193f2b9509c4 07:40:04 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:40:04 ---> Running in bd6da2fced8b 07:40:05 ---> 5ec8d79ddcac 07:40:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:40:05 Removing intermediate container bd6da2fced8b 07:40:05 ---> 068d4a60893c 07:40:05 Step 23/23 : LABEL version=0.0.0 07:40:05 Removing intermediate container 38a7426f652d 07:40:05 ---> 950b4708b58c 07:40:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:40:05 ---> Running in 5eaed88c14f6 07:40:05 ---> Running in 02116320f614 07:40:05 Removing intermediate container 5eaed88c14f6 07:40:05 ---> ba051533fc6a 07:40:05 07:40:06 ---> 8cbf20ac5c0e 07:40:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:40:06 Successfully built ba051533fc6a 07:40:06 Removing intermediate container 02116320f614 07:40:06 ---> 6801d85f8861 07:40:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:06 Successfully tagged docker-core-command-go:latest 07:40:06  Building docker-core-command-go ... done  ---> Running in 9d2874ea302f 07:40:06 ---> Running in 2f4ae65b97cf 07:40:08 Removing intermediate container 2f4ae65b97cf 07:40:08 ---> 39d69d60f88d 07:40:08 Step 24/26 : LABEL arch=x86_64 07:40:08 Removing intermediate container 9d2874ea302f 07:40:08 ---> 827636e57727 07:40:08 Step 18/21 : CMD ["--init=true"] 07:40:08 ---> Running in a1d1ac6f12ad 07:40:08 ---> Running in 6fa286a084e2 07:40:08 Removing intermediate container a1d1ac6f12ad 07:40:08 ---> 767a43589109 07:40:08 Step 25/26 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:40:09 ---> Running in ce58c740abd8 07:40:09 Removing intermediate container 6fa286a084e2 07:40:09 ---> 605f4169c9d7 07:40:09 Step 19/21 : LABEL arch=x86_64 07:40:09 ---> Running in 516c5ee4cac9 07:40:09 Removing intermediate container ce58c740abd8 07:40:09 ---> 22425ac7676a 07:40:09 Step 26/26 : LABEL version=0.0.0 07:40:11 ---> Running in 133479fd1a80 07:40:11 Removing intermediate container 516c5ee4cac9 07:40:11 ---> 7db5865f0bb3 07:40:11 Step 20/21 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:40:11 ---> Running in 9d8074e58c9a 07:40:11 Removing intermediate container 133479fd1a80 07:40:11 ---> 0036ca6d33d2 07:40:11 07:40:11 Removing intermediate container fc4b7b1326ce 07:40:11 ---> d3c14a88b125 07:40:11 07:40:11 Step 10/23 : FROM alpine:3.12 07:40:11 ---> 389fef711851 07:40:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:40:11 Successfully built 0036ca6d33d2 07:40:11 ---> Running in 6867398d63ab 07:40:11 Successfully tagged docker-sys-mgmt-agent-go:latest 07:40:12  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9d8074e58c9a 07:40:12 ---> 4e5d6f85bce9 07:40:12 Step 21/21 : LABEL version=0.0.0 07:40:12 ---> Running in 925a017661f4 07:40:12 Removing intermediate container 6867398d63ab 07:40:12 ---> b168c56928db 07:40:12 Step 12/23 : ENV APP_PORT=48080 07:40:12 ---> Running in faa5b80ab977 07:40:12 Removing intermediate container 925a017661f4 07:40:12 ---> 636d3c4da678 07:40:12 07:40:12 Successfully built 636d3c4da678 07:40:12 Successfully tagged docker-security-proxy-setup-go:latest 07:40:12  Building docker-security-proxy-setup-go ... done Removing intermediate container faa5b80ab977 07:40:12 ---> f92083d19cf7 07:40:12 Step 13/23 : EXPOSE $APP_PORT 07:40:12 ---> Running in a46c14c86460 07:40:13 Removing intermediate container a46c14c86460 07:40:13 ---> 42ab6df465b5 07:40:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:13 ---> Running in 37afc701439e 07:40:15 Removing intermediate container 37afc701439e 07:40:15 ---> d49b3e494631 07:40:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:40:15 ---> Running in 31fe28cf1554 07:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:17 (1/6) Installing dumb-init (1.2.2-r1) 07:40:17 (2/6) Installing libgcc (9.3.0-r2) 07:40:17 (3/6) Installing libsodium (1.0.18-r0) 07:40:17 (4/6) Installing libstdc++ (9.3.0-r2) 07:40:17 (5/6) Installing libzmq (4.3.3-r0) 07:40:18 (6/6) Installing zeromq (4.3.3-r0) 07:40:18 Executing busybox-1.31.1-r19.trigger 07:40:18 OK: 8 MiB in 20 packages 07:40:19 Removing intermediate container 87ee6c9d3159 07:40:19 ---> 38d997dc5714 07:40:19 07:40:19 Step 10/22 : FROM alpine:3.12 07:40:19 ---> 389fef711851 07:40:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:40:19 ---> Using cache 07:40:19 ---> 70c3a684349f 07:40:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:19 ---> Using cache 07:40:19 ---> 20db350bc4e1 07:40:19 Step 13/22 : ENV APP_PORT=48085 07:40:19 ---> Running in 01d140e2fa46 07:40:19 Removing intermediate container 01d140e2fa46 07:40:19 ---> db5e0f0fc4aa 07:40:19 Step 14/22 : EXPOSE $APP_PORT 07:40:19 Removing intermediate container 31fe28cf1554 07:40:19 ---> 6da847227b4d 07:40:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:19 ---> Running in a12ebcfba6c4 07:40:19 Removing intermediate container a12ebcfba6c4 07:40:19 ---> 5b12b37b7e7c 07:40:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:20 ---> c385bd6afeda 07:40:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:40:20 ---> b32304c47aa2 07:40:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:40:20 ---> 2dc9224ad96d 07:40:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:40:20 ---> 1392007874ae 07:40:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:40:20 ---> 1adeefd443ac 07:40:20 Step 19/23 : ENTRYPOINT ["/core-data"] 07:40:20 ---> Running in 4b39728f91c1 07:40:21 ---> 57a472f38e0e 07:40:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:40:21 ---> Running in 8720f9ffccf7 07:40:21 Removing intermediate container 4b39728f91c1 07:40:21 ---> 0b63e5f65c40 07:40:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:21 ---> Running in 516ca5698690 07:40:21 Removing intermediate container 8720f9ffccf7 07:40:21 ---> d96b12587555 07:40:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:21 ---> Running in 782536c28bf2 07:40:21 Removing intermediate container 516ca5698690 07:40:21 ---> b40323d9ef71 07:40:21 Step 21/23 : LABEL arch=x86_64 07:40:21 ---> Running in 45341b6f7390 07:40:21 Removing intermediate container 782536c28bf2 07:40:21 ---> be3eff5e4b0a 07:40:21 Step 20/22 : LABEL arch=x86_64 07:40:21 ---> Running in e9445090a824 07:40:21 Removing intermediate container 45341b6f7390 07:40:21 ---> b22a854872f7 07:40:21 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:40:21 ---> Running in 33bd3d8992f1 07:40:21 Removing intermediate container e9445090a824 07:40:21 ---> 6393c7cdac35 07:40:21 Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:40:21 ---> Running in 6fc19bc68c0e 07:40:21 Removing intermediate container 33bd3d8992f1 07:40:21 ---> 7ca32a77bb06 07:40:21 Step 23/23 : LABEL version=0.0.0 07:40:22 ---> Running in be3d5f29850b 07:40:22 Removing intermediate container 6fc19bc68c0e 07:40:22 ---> 6adf49f66631 07:40:22 Step 22/22 : LABEL version=0.0.0 07:40:22 ---> Running in 1c2eac783397 07:40:22 Removing intermediate container be3d5f29850b 07:40:22 ---> 5db6f009b27b 07:40:22 07:40:22 Successfully built 5db6f009b27b 07:40:22 Successfully tagged docker-core-data-go:latest 07:40:22  Building docker-core-data-go ... done Removing intermediate container 1c2eac783397 07:40:22 ---> 7665f14a34d4 07:40:22 07:40:22 Successfully built 7665f14a34d4 07:40:22 Successfully tagged docker-support-scheduler-go:latest 07:40:23  Building docker-support-scheduler-go ... done  [Pipeline] } 07:40:23 $ docker stop --time=1 b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 07:40:24 $ docker rm -f b2d34c6483dd3a393eb4f9882e34661b509a784eb61baf1dd9577739446c4914 [Pipeline] // withDockerContainer [Pipeline] sh 07:40:25 + docker images 07:40:25 + grep docker 07:40:25 docker-core-data-go latest 5db6f009b27b 3 seconds ago 22.3MB 07:40:25 docker-support-scheduler-go latest 7665f14a34d4 3 seconds ago 17MB 07:40:25 docker-security-proxy-setup-go latest 636d3c4da678 13 seconds ago 24.4MB 07:40:25 docker-sys-mgmt-agent-go latest 0036ca6d33d2 14 seconds ago 313MB 07:40:25 docker-core-command-go latest ba051533fc6a 20 seconds ago 16.9MB 07:40:25 docker-security-bootstrapper-go latest a022f91f8801 47 seconds ago 23.8MB 07:40:25 docker-core-metadata-go latest 30ec7d6186af About a minute ago 18.8MB 07:40:25 docker-security-secretstore-setup-go latest 1790e1aaaccb About a minute ago 24.6MB 07:40:25 docker-support-notifications-go latest b956f6906a0e About a minute ago 16.9MB 07:40:25 docker 20.10.0 aefe523efa57 7 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 07:40:41 Still waiting to schedule task 07:40:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:41:19 gofmt -l . 07:41:19 [ "`gofmt -l .`" = "" ] 07:41:19 ./bin/test-go-mod-tidy.sh 07:41:19 ./bin/test-attribution-txt.sh [Pipeline] sh 07:41:20 + ls -al . 07:41:20 total 708 07:41:20 drwxrwxr-x 9 1001 1001 4096 Jan 30 07:41 . 07:41:20 drwxr-xr-x 4 root root 4096 Jan 30 07:37 .. 07:41:20 -rw-rw-r-- 1 1001 1001 11 Jan 30 07:35 .dockerignore 07:41:20 drwxrwxr-x 8 1001 1001 4096 Jan 30 07:35 .git 07:41:20 drwxrwxr-x 3 1001 1001 4096 Jan 30 07:35 .github 07:41:20 -rw-rw-r-- 1 1001 1001 872 Jan 30 07:35 .gitignore 07:41:20 -rw-rw-r-- 1 1001 1001 166 Jan 30 07:35 .sonarcloud.properties 07:41:20 -rw-rw-r-- 1 1001 1001 7859 Jan 30 07:35 Attribution.txt 07:41:20 -rw-rw-r-- 1 1001 1001 3804 Jan 30 07:35 CONTRIBUTING.md 07:41:20 -rw-rw-r-- 1 1001 1001 931 Jan 30 07:35 Dockerfile.build 07:41:20 -rw-rw-r-- 1 1001 1001 863 Jan 30 07:35 Jenkinsfile 07:41:20 -rw-rw-r-- 1 1001 1001 10775 Jan 30 07:35 LICENSE 07:41:20 -rw-rw-r-- 1 1001 1001 6001 Jan 30 07:35 Makefile 07:41:20 -rw-rw-r-- 1 1001 1001 6524 Jan 30 07:35 README.md 07:41:20 -rw-rw-r-- 1 1001 1001 6755 Jan 30 07:35 SECURITY.md 07:41:20 -rw-rw-r-- 1 1001 1001 5 Jan 30 07:33 VERSION 07:41:20 -rw-rw-r-- 1 1001 1001 4131 Jan 30 07:35 ZMQWindows.md 07:41:20 drwxrwxr-x 2 1001 1001 4096 Jan 30 07:35 bin 07:41:20 drwxrwxr-x 15 1001 1001 4096 Jan 30 07:35 cmd 07:41:20 -rw-r--r-- 1 root root 574984 Jan 30 07:39 coverage.out 07:41:20 -rw-r--r-- 1 root root 1054 Jan 30 07:41 go.mod 07:41:20 -rw-r--r-- 1 root root 19289 Jan 30 07:41 go.sum 07:41:20 drwxrwxr-x 8 1001 1001 4096 Jan 30 07:35 internal 07:41:20 drwxrwxr-x 4 1001 1001 4096 Jan 30 07:35 openapi 07:41:20 drwxrwxr-x 4 1001 1001 4096 Jan 30 07:35 snap 07:41:20 -rw-rw-r-- 1 1001 1001 168 Jan 30 07:35 version.go [Pipeline] sh 07:41:20 + '[' -e coverage.out ] 07:41:20 + chown 1001:1001 coverage.out [Pipeline] stash 07:41:20 Warning: overwriting stash ‘coverage-report’ 07:41:22 Stashed 1 file(s) [Pipeline] sh 07:41:22 + make build 07:41:22 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 07:41:31 Running on prd-ubuntu18.04-docker-8c-8g-24101 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws 07:41:31 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 07:41:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:41:33 using credential edgex-jenkins-ssh 07:41:33 Cloning the remote Git repository 07:41:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:41:33 > git init /w/workspace/edgex-go/7 # timeout=10 07:41:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:41:33 > git --version # timeout=10 07:41:33 > git --version # 'git version 2.17.1' 07:41:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:41:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:41:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:41:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:41:40 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 07:41:40 Merge succeeded, producing c4721ffade20623b048ae1931721b111bf4a4a17 07:41:40 Checking out Revision c4721ffade20623b048ae1931721b111bf4a4a17 (PR-3088) 07:41:40 > git config core.sparsecheckout # timeout=10 07:41:40 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 07:41:40 > git remote # timeout=10 07:41:40 > git config --get remote.origin.url # timeout=10 07:41:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:40 > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 07:41:40 > git rev-parse HEAD^{commit} # timeout=10 07:41:40 > git config core.sparsecheckout # timeout=10 07:41:40 > git checkout -f c4721ffade20623b048ae1931721b111bf4a4a17 # timeout=10 07:41:44 Commit message: "Merge commit '2372a215bf83b5aca75052ece39a841bb32f320e' into HEAD" 07:41:44 First time build. Skipping changelog. 07:41:44 > git rev-list --no-walk 1eee5d4824e26c0163636dcb4af95067daa29d08 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:41:45 + echo snap-build.sh 07:41:45 snap-build.sh 07:41:45 + SNAP_BASE_DIR=. 07:41:45 + '[' '!' -z /w/workspace/edgex-go/7 ']' 07:41:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 07:41:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 07:41:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 07:41:45 + cd /w/workspace/edgex-go/7 07:41:45 + sudo apt-get remove -qy --purge lxd lxd-client 07:41:45 Reading package lists... 07:41:45 Building dependency tree... 07:41:45 Reading state information... 07:41:45 The following packages were automatically installed and are no longer required: 07:41:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:41:45 uidmap xdelta3 07:41:45 Use 'sudo apt autoremove' to remove them. 07:41:45 The following packages will be REMOVED: 07:41:45 lxd* lxd-client* 07:41:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:41:45 After this operation, 31.7 MB disk space will be freed. 07:41:46 (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.) 07:41:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:41:47 Removing lxd dnsmasq configuration 07:41:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:41:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:41:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:41:48 (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.) 07:41:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:41:50 Processing triggers for systemd (237-3ubuntu10.42) ... 07:41:50 Processing triggers for ureadahead (0.100.0-21) ... 07:41:51 + sudo snap remove --purge lxd 07:41:52 snap "lxd" is not installed 07:41:52 + sudo groupadd --force --system lxd 07:41:52 ++ whoami 07:41:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:41:52 + newgrp - lxd 07:41:52 + sudo snap install lxd 07:41:55 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 07:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:42:00 2021-01-30T07:41:57Z INFO Waiting for automatic snapd restart... 07:42:03 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 07:42:05 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 07:42: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 07:42:12 lxd 4.10 from Canonical* installed 07:42:12 + sudo lxd init --auto 07:42:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:42:20 + sudo snap install --classic snapcraft 07:42:21 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 07:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:42:27 snapcraft 4.4.4 from Canonical* installed 07:42:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:42:27 + patch --verbose -p1 07:42:27 Hmm... Looks like a unified diff to me... 07:42:27 The text leading up to this was: 07:42:27 -------------------------- 07:42:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:42:27 |From: Tony Espy 07:42:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:42:27 |Subject: [PATCH] optimize snap build for pipeline CI check 07:42:27 | 07:42:27 |This patch is used by the EdgeX CI pipeline builds to 07:42:27 |optimize the snap CI check run for pull requests. When 07:42:27 |applied, it essentially strips out everything (apps and 07:42:27 |parts) from the snapcraft.yaml file except those required 07:42:27 |to build edgex-go, as the whole idea of the CI check is to 07:42:27 |catch changes to edgex-go that break the snap build. 07:42:27 | 07:42:27 |In general, anyone updating snapcraft.yaml will also need 07:42:27 |to update this patch file, otherwise it may fail to apply, 07:42:27 |resulting in a failed snap build CI check in the associated 07:42:27 |pull request. 07:42:27 | 07:42:27 |Note - in addition to applying this patch, the pipeline also 07:42:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:42:27 |need to build the finally binary .snap file (and it won't 07:42:27 |work with the patch applied). This further reduces the build 07:42:27 |time. 07:42:27 |--- 07:42:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:42:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:42:27 | 07:42:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:42:27 |index 1e537489..faf42425 100644 07:42:27 |--- a/snap/snapcraft.yaml 07:42:27 |+++ b/snap/snapcraft.yaml 07:42:27 -------------------------- 07:42:27 patching file snap/snapcraft.yaml 07:42:27 Using Plan A... 07:42:27 Hunk #1 succeeded at 73. 07:42:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 07:42:27 Hunk #3 succeeded at 214 (offset -1 lines). 07:42:27 Hunk #4 succeeded at 222 (offset -1 lines). 07:42:27 Hunk #5 succeeded at 229 (offset -1 lines). 07:42:27 Hunk #6 succeeded at 256 (offset -1 lines). 07:42:27 Hunk #7 succeeded at 290 (offset -1 lines). 07:42:27 Hunk #8 succeeded at 342. 07:42:27 Hmm... Ignoring the trailing garbage. 07:42:27 done 07:42:27 + sudo snapcraft prime --use-lxd 07:42:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:42:27 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: 07:42:27 - README.md 07:42:27 - snapcraft.yaml.orig 07:42:27 07:42:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:42:28 Launching a container. 07:42:29 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 07:42:32 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] } 07:42:39 $ docker stop --time=1 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 07:42:40 Waiting for container to be ready 07:42:40 To start your first instance, try: lxc launch ubuntu:18.04 07:42:40 07:42:42 $ docker rm -f 03f933cfce7dedd271c05866e9f9eb9b7e40c8ec0b9f30a763f46014cdedc741 [Pipeline] // withDockerContainer 07:42:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:42:43 Waiting for network to be ready... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 07:42:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:42:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 07:42:43 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:42:44 07:42:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 07:42:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 07:42:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:42:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:42:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 07:42:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 07:42:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 07:42:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [Pipeline] sh 07:42:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:42:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:42:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:42:44 latest: Pulling from edgex-devops/edgex-compose-arm64 07:42:44 29e5d40040c1: Pulling fs layer 07:42:44 1ce36da41761: Pulling fs layer 07:42:44 25b303627fd3: Pulling fs layer 07:42:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:42:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:42:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:42:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:42:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:42:44 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:42:45 29e5d40040c1: Verifying Checksum 07:42:45 29e5d40040c1: Download complete 07:42:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:42:45 1ce36da41761: Verifying Checksum 07:42:45 1ce36da41761: Download complete 07:42:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 07:42:45 29e5d40040c1: Pull complete 07:42:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 07:42:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:42:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:42:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 07:42:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 07:42:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 07:42:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 07:42:47 1ce36da41761: Pull complete 07:42:47 25b303627fd3: Verifying Checksum 07:42:47 25b303627fd3: Download complete 07:42:47 Fetched 23.9 MB in 4s (5542 kB/s) 07:42:48 Reading package lists... 07:42:48 Reading package lists... 07:42:49 Building dependency tree... 07:42:49 Reading state information... 07:42:49 The following additional packages will be installed: 07:42:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:42:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:42:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:42:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:42:49 Suggested packages: 07:42:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:42:49 Recommended packages: 07:42:49 gnupg libsasl2-modules 07:42:49 The following NEW packages will be installed: 07:42:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:42:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:42:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:42:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:42:49 The following packages will be upgraded: 07:42:49 gpg gpg-agent gpgconf libudev1 07:42:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 07:42:49 Need to get 3533 kB of archives. 07:42:49 After this operation, 13.3 MB of additional disk space will be used. 07:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:42:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 07:42:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 07:42:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:42:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:42:49 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] 07:42:49 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] 07:42:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:42:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:42:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:42:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:42:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:42:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:42:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:42:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:42:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:42:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:42:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:42:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:42:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:42:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:42:50 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:42:50 debconf: delaying package configuration, since apt-utils is not installed 07:42:50 Fetched 3533 kB in 1s (3213 kB/s) 07:42:50 (Reading database ... 12511 files and directories currently installed.) 07:42:50 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 07:42:50 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:42:50 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 07:42:50 Selecting previously unselected package udev. 07:42:50 (Reading database ... 12511 files and directories currently installed.) 07:42:50 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 07:42:50 Unpacking udev (237-3ubuntu10.44) ... 07:42:50 Selecting previously unselected package libfuse2:amd64. 07:42:50 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:42:50 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:42:51 Selecting previously unselected package fuse. 07:42:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:42:51 Unpacking fuse (2.9.7-1ubuntu1) ... 07:42:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:42:51 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:42:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:42:51 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:42:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:42:51 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:42:51 Selecting previously unselected package libksba8:amd64. 07:42:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:42:51 Unpacking libksba8:amd64 (1.3.5-2) ... 07:42:51 Selecting previously unselected package libroken18-heimdal:amd64. 07:42:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:42:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:42:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:42:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libwind0-heimdal:amd64. 07:42:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:42:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:42:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:42:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:42:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:42:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:52 Selecting previously unselected package libsasl2-modules-db:amd64. 07:42:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:42:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:42:52 Selecting previously unselected package libsasl2-2:amd64. 07:42:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:42:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:42:52 Selecting previously unselected package libldap-common. 07:42:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:42:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:42:52 Selecting previously unselected package libldap-2.4-2:amd64. 07:42:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:42:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:42:53 Selecting previously unselected package dirmngr. 07:42:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:42:53 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:42:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:42:53 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:42:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:42:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:42:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:42:53 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:42:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:53 Setting up libksba8:amd64 (1.3.5-2) ... 07:42:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:42:53 Setting up udev (237-3ubuntu10.44) ... 07:42:53 invoke-rc.d: policy-rc.d denied execution of start. 07:42:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:53 Processing triggers for systemd (237-3ubuntu10) ... 07:42:54 Setting up fuse (2.9.7-1ubuntu1) ... 07:42:54 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:42:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:42:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:42:54 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:42:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:42:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:42:54 settings in the [Install] section, and DefaultInstance for template units). 07:42:54 This means they are not meant to be enabled using systemctl. 07:42:54 Possible reasons for having this kind of units are: 07:42:54 1) A unit may be statically enabled by being symlinked from another unit's 07:42:54 .wants/ or .requires/ directory. 07:42:54 2) A unit's purpose may be to act as a helper for some other unit which has 07:42:54 a requirement dependency on it. 07:42:54 3) A unit may be started when needed via activation (socket, path, timer, 07:42:54 D-Bus, udev, scripted systemctl call, ...). 07:42:54 4) In case of template units, the unit is meant to be enabled with some 07:42:54 instance name specified. 07:42:55 Reading package lists... 07:42:55 Building dependency tree... 07:42:55 Reading state information... 07:42:55 The following additional packages will be installed: 07:42:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:42:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:42:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:42:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:42:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:42:55 Suggested packages: 07:42:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:42:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:42:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:42:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:42:55 systemd-container policykit-1 07:42:55 Recommended packages: 07:42:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:42:55 The following NEW packages will be installed: 07:42:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:42:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:42:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:42:55 multiarch-support openssh-client python3 python3-minimal python3.6 07:42:55 python3.6-minimal snapd squashfs-tools sudo 07:42:55 The following packages will be upgraded: 07:42:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:42:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 07:42:55 Need to get 35.2 MB of archives. 07:42:55 After this operation, 141 MB of additional disk space will be used. 07:42:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:42:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:42:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:42:55 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 07:42:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:42:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:42:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:42:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:42:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:42:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:42:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:42:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:42:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:42:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:42:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:42:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:42:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:42:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:42:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 07:42:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:42:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:42:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:42:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:42:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:42:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:42:56 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:42:56 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:42:56 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:42:56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:42:56 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:42:57 25b303627fd3: Pull complete 07:42:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:42:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:42:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:42:57 prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container 07:42:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 07:42:58 debconf: delaying package configuration, since apt-utils is not installed 07:42:58 Fetched 35.2 MB in 3s (13.4 MB/s) 07:42:58 (Reading database ... 12757 files and directories currently installed.) 07:42:58 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 07:42:58 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:42:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 07:42:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:42:59 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 07:42:59 (Reading database ... 12757 files and directories currently installed.) 07:42:59 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:42:59 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:42:59 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:42:59 (Reading database ... 12757 files and directories currently installed.) 07:42:59 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:42:59 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:42:59 Setting up apt (1.6.12ubuntu0.2) ... 07:42:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:43:00 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:43:00 (Reading database ... 12764 files and directories currently installed.) 07:43:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:43:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:43:00 Selecting previously unselected package libpython3.6-minimal:amd64. 07:43:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:43:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:43:00 $ docker top b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 -eo pid,comm 07:43:00 Selecting previously unselected package libexpat1:amd64. 07:43:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:43:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:43:00 Selecting previously unselected package python3.6-minimal. 07:43:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:43:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh 07:43:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:43:01 Checking for services that may need to be restarted...done. 07:43:01 Checking for services that may need to be restarted...done. 07:43:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:43:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:43:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:43:01 + docker-compose build --help+ 07:43:01 grep parallel 07:43:02 Selecting previously unselected package python3-minimal. 07:43:02 (Reading database ... 13012 files and directories currently installed.) 07:43:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:43:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:43:02 Selecting previously unselected package mime-support. 07:43:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:43:02 Unpacking mime-support (3.60ubuntu1) ... 07:43:02 Selecting previously unselected package libmpdec2:amd64. 07:43:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:43:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:43:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:43:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:43:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:43:02 Selecting previously unselected package python3.6. 07:43:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:43:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:43:02 Selecting previously unselected package libpython3-stdlib:amd64. 07:43:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:43:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:43:03 Setting up python3-minimal (3.6.7-1~18.04) ... 07:43:03 Selecting previously unselected package python3. 07:43:03 (Reading database ... 13442 files and directories currently installed.) 07:43:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:43:03 Unpacking python3 (3.6.7-1~18.04) ... 07:43:03 Selecting previously unselected package multiarch-support. 07:43:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:43:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:43:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:43:03 Selecting previously unselected package liblzo2-2:amd64. 07:43:03 (Reading database ... 13479 files and directories currently installed.) 07:43:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:43:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:43:04 Selecting previously unselected package libbsd0:amd64. 07:43:04 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:43:04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:43:04 Selecting previously unselected package sudo. 07:43:04 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:43:04 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:43:04 Selecting previously unselected package apparmor. 07:43:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:43:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:43:04 Selecting previously unselected package libedit2:amd64. 07:43:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:43:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:43:04 Selecting previously unselected package libkrb5support0:amd64. 07:43:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:43:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:43:05 Selecting previously unselected package libk5crypto3:amd64. 07:43:05 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:43:05 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:43:05 Selecting previously unselected package libkeyutils1:amd64. 07:43:05 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:43:05 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:43:05 Selecting previously unselected package libkrb5-3:amd64. 07:43:05 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:43:05 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:43:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:43:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:43:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:43:05 Selecting previously unselected package libssl1.0.0:amd64. 07:43:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:43:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:43:05 Selecting previously unselected package openssh-client. 07:43:05 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:43:05 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:43:05 Selecting previously unselected package squashfs-tools. 07:43:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:43:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:43:06 Selecting previously unselected package snapd. 07:43:06 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:43:06 Unpacking snapd (2.48+18.04) ... 07:43:06 --parallel Build images in parallel. [Pipeline] } 07:43:06 $ docker stop --time=1 b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 07:43:07 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:43:07 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:43:08 $ docker rm -f b86b0d9e3d84a12b59c8af415c9ef7db81addb9c6ec41d430f58000e12c06e72 07:43:08 Setting up mime-support (3.60ubuntu1) ... 07:43:08 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:43:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:43:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:43:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:43:08 Setting up systemd (237-3ubuntu10.44) ... 07:43:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:43:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:43:08 . [Pipeline] withDockerContainer 07:43:09 prd-ubuntu18.04-docker-arm64-4c-16g-24100 does not seem to be running inside a container 07:43:09 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:43:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:43:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:43:10 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:43:10 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:43:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:43:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:43:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:43:10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:43:10 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:43:10 Setting up python3 (3.6.7-1~18.04) ... 07:43:10 running python rtupdate hooks for python3.6... 07:43:10 running python post-rtupdate hooks for python3.6... 07:43:10 $ docker top 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 -eo pid,comm 07:43:10 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] { [Pipeline] sh 07:43:11 + docker-compose -f ./docker-compose-build.yml build --parallel 07:43:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:43:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:43:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:43:12 Setting up snapd (2.48+18.04) ... 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:43:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:43:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:43:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:43:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:43:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:43:14 /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' 07:43:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:43:14 Processing triggers for systemd (237-3ubuntu10.44) ... 07:43:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:43:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:43:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:43:16 Building docker-core-command-go ... 07:43:16 Building docker-core-data-go ... 07:43:16 Building docker-core-metadata-go ... 07:43:16 Building docker-security-bootstrapper-go ... 07:43:16 Building docker-security-proxy-setup-go ... 07:43:16 Building docker-security-secretstore-setup-go ... 07:43:16 Building docker-support-notifications-go ... 07:43:16 Building docker-support-scheduler-go ... 07:43:16 Building docker-sys-mgmt-agent-go ... 07:43:16 Building docker-support-notifications-go 07:43:16 Building docker-core-metadata-go 07:43:16 Building docker-core-command-go 07:43:16 Building docker-security-proxy-setup-go 07:43:16 Building docker-security-secretstore-setup-go 07:43:16 Reading package lists... 07:43:16 Reading package lists... 07:43:17 Building dependency tree... 07:43:17 Reading state information... 07:43:17 Calculating upgrade... 07:43:17 The following packages will be upgraded: 07:43:17 advancecomp base-files bash binutils binutils-common 07:43:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:43:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:43:17 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:43:17 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:43:17 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:43:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:43:17 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 07:43:17 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 07:43:17 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 07:43:17 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 07:43:17 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 07:43:17 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 07:43:17 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 07:43:17 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:43:17 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:43:17 Need to get 63.8 MB of archives. 07:43:17 After this operation, 5205 kB of additional disk space will be used. 07:43:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 07:43:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:43:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:43:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:43:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:43:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:43:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:43:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:43:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:43:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:43:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:43:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:43:18 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:43:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:43:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:43:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:43:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:43:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:43:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:43:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:43:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:43:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:43:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:43:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:43:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:43:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:43:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:43:18 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:43:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:43:18 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:43:18 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:43:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:43:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:43:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:43:18 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:43:18 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:43:18 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:43:18 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:43:18 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:43:18 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:43:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:43:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:43:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:43:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:43:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:43:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:43:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:43:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:43:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:43:18 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 07:43:18 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:43:18 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:43:18 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:43:18 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:43:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:43:18 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:43:18 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:43:18 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:43:18 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:43:18 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:43:18 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:43:18 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:43:18 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:43:18 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:43:18 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:43:18 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:43:18 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:43:18 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:43:18 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:43:18 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:43:18 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:43:18 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:43:19 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:43:19 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:43:19 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:43:19 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:43:19 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:43:19 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:43:19 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:43:19 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:43:19 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:43:19 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:43:19 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:43:19 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:43:19 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:43:19 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:43:19 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:43:19 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:43:19 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:43:19 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:43:19 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:43:20 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:43:20 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:43:20 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:43:20 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:43:20 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:43:20 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:43:20 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:43:20 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:43:20 debconf: delaying package configuration, since apt-utils is not installed 07:43:20 Fetched 63.8 MB in 3s (19.1 MB/s) 07:43:20 (Reading database ... 13912 files and directories currently installed.) 07:43:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:43:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:43:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:43:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:43:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 07:43:21 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 07:43:22 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:23 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:23 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:23 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:23 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:23 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:23 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:23 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:23 (Reading database ... 13911 files and directories currently installed.) 07:43:23 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:23 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:43:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:43:23 (Reading database ... 13911 files and directories currently installed.) 07:43:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:24 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:24 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:43:24 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:43:24 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:24 (Reading database ... 13911 files and directories currently installed.) 07:43:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:43:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:43:25 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:43:25 (Reading database ... 13911 files and directories currently installed.) 07:43:25 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:43:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:43:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:43:25 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:43:25 Setting up base-files (10.1ubuntu2.10) ... 07:43:25 Installing new version of config file /etc/issue ... 07:43:25 Installing new version of config file /etc/issue.net ... 07:43:25 Installing new version of config file /etc/lsb-release ... 07:43:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:43:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:43:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:43:26 Removing obsolete conffile /etc/default/motd-news ... 07:43:26 (Reading database ... 13912 files and directories currently installed.) 07:43:26 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:43:26 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:43:26 Setting up bash (4.4.18-2ubuntu1.2) ... 07:43:26 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 07:43:26 (Reading database ... 13912 files and directories currently installed.) 07:43:26 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:26 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:43:26 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:43:26 (Reading database ... 13912 files and directories currently installed.) 07:43:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:43:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:43:26 Setting up tar (1.29b-2ubuntu0.2) ... 07:43:26 (Reading database ... 13912 files and directories currently installed.) 07:43:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:43:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:43:27 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:43:27 (Reading database ... 13912 files and directories currently installed.) 07:43:27 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:43:27 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:43:27 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:43:27 (Reading database ... 13912 files and directories currently installed.) 07:43:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:43:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:43:28 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:43:28 (Reading database ... 13912 files and directories currently installed.) 07:43:28 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:43:28 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:43:28 Setting up grep (3.1-2build1) ... 07:43:28 (Reading database ... 13912 files and directories currently installed.) 07:43:28 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:43:28 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:43:28 Setting up login (1:4.5-1ubuntu2) ... 07:43:28 (Reading database ... 13912 files and directories currently installed.) 07:43:28 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:43:28 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:43:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:43:29 (Reading database ... 13912 files and directories currently installed.) 07:43:29 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:43:29 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:43:29 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:43:29 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:43:29 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:43:29 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:43:30 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:43:30 (Reading database ... 13912 files and directories currently installed.) 07:43:30 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:43:30 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:43:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:43:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:43:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:43:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:43:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:43:31 (Reading database ... 13912 files and directories currently installed.) 07:43:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:43:32 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:43:32 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:43:32 (Reading database ... 13912 files and directories currently installed.) 07:43:32 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:32 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:32 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:43:32 (Reading database ... 13912 files and directories currently installed.) 07:43:32 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:32 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:32 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:43:32 (Reading database ... 13912 files and directories currently installed.) 07:43:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:43:33 (Reading database ... 13912 files and directories currently installed.) 07:43:33 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:33 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:33 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:43:33 (Reading database ... 13912 files and directories currently installed.) 07:43:33 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:43:33 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:43:33 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:43:33 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:43:33 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:43:33 (Reading database ... 13912 files and directories currently installed.) 07:43:33 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:43:33 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:43:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:43:33 (Reading database ... 13912 files and directories currently installed.) 07:43:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:34 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:43:34 (Reading database ... 13912 files and directories currently installed.) 07:43:34 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:34 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:34 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:43:34 (Reading database ... 13912 files and directories currently installed.) 07:43:34 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:34 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:35 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:43:35 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:43:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:43:35 (Reading database ... 13912 files and directories currently installed.) 07:43:35 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:43:35 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:43:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:43:36 (Reading database ... 13912 files and directories currently installed.) 07:43:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:43:36 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:43:36 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:43:36 (Reading database ... 13914 files and directories currently installed.) 07:43:36 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:43:36 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:43:36 Setting up debconf (1.5.66ubuntu1) ... 07:43:36 (Reading database ... 13914 files and directories currently installed.) 07:43:36 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:43:36 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:43:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:43:37 (Reading database ... 13914 files and directories currently installed.) 07:43:37 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:43:37 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:43:37 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:43:37 (Reading database ... 13914 files and directories currently installed.) 07:43:37 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:43:37 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:43:37 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:43:37 (Reading database ... 13914 files and directories currently installed.) 07:43:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:43:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:43:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:43:37 (Reading database ... 13914 files and directories currently installed.) 07:43:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:43:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:43:38 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:43:38 (Reading database ... 13914 files and directories currently installed.) 07:43:38 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:43:38 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:43:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 07:43:38 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 07:43:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:43:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:43:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:43:39 (Reading database ... 13914 files and directories currently installed.) 07:43:39 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:43:39 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:43:39 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:43:39 (Reading database ... 13914 files and directories currently installed.) 07:43:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:43:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:43:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:43:39 (Reading database ... 13914 files and directories currently installed.) 07:43:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:43:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:43:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:43:40 (Reading database ... 13914 files and directories currently installed.) 07:43:40 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:43:40 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:43:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:43:40 (Reading database ... 13914 files and directories currently installed.) 07:43:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:43:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:43:40 Setting up passwd (1:4.5-1ubuntu2) ... 07:43:40 (Reading database ... 13914 files and directories currently installed.) 07:43:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:43:40 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:43:40 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:43:40 (Reading database ... 13914 files and directories currently installed.) 07:43:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:43:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:43:41 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:43:41 (Reading database ... 13914 files and directories currently installed.) 07:43:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:43:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:43:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:43:41 (Reading database ... 13914 files and directories currently installed.) 07:43:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:43:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:43:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:43:41 (Reading database ... 13914 files and directories currently installed.) 07:43:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:43:42 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:43:42 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:43:42 (Reading database ... 13914 files and directories currently installed.) 07:43:42 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:43:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:43:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:43:42 (Reading database ... 13914 files and directories currently installed.) 07:43:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:43:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:43:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:43:42 (Reading database ... 13915 files and directories currently installed.) 07:43:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:43:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:43:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:43:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:43:43 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:43:43 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:43:43 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:43:43 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:43:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:43:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:43:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:43:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:43:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:43:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:43:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:43:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:43:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:43:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:43:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:43:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:43:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:43:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:43:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:43:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:43:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:43:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:43:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:43:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:43:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:43:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:43:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:43:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:43:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:43:46 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:43:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:43:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:43:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:43:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:43:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:43:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:43:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:43:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:43:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:43:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:43:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:43:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:43:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:43:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:43:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:43:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:43:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:43:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:43:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:43:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:43:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:43:52 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:43:52 07:43:52 Current default time zone: 'Etc/UTC' 07:43:52 Local time is now: Sat Jan 30 07:43:52 UTC 2021. 07:43:52 Universal Time is now: Sat Jan 30 07:43:52 UTC 2021. 07:43:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:43:52 07:43:52 Setting up systemd-sysv (237-3ubuntu10.44) ... 07:43:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:52 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 07:43:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:43:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:43:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:43:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:43:52 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:43:52 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:43:52 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:43:52 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:52 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:43:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:43:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:53 Setting up patch (2.7.6-2ubuntu1.1) ... 07:43:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:43:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:43:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:43:53 Installing new version of config file /etc/ssl/openssl.cnf ... 07:43:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:43:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:43:53 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:43:54 Updating certificates in /etc/ssl/certs... 07:43:55 22 added, 17 removed; done. 07:43:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:43:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:43:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:43:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:43:55 Setting up pkgbinarymangler (138.18.04.1) ... 07:43:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:43:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up perl (5.26.1-6ubuntu0.5) ... 07:43:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:43:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:43:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:43:56 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:43:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:43:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:43:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:43:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:43:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:43:56 Processing triggers for systemd (237-3ubuntu10.44) ... 07:43:56 Processing triggers for mime-support (3.60ubuntu1) ... 07:43:56 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:43:56 Updating certificates in /etc/ssl/certs... 07:43:57 0 added, 0 removed; done. 07:43:57 Running hooks in /etc/ca-certificates/update.d... 07:43:57 done. 07:43:58 Reading package lists... 07:43:58 Building dependency tree... 07:43:58 Reading state information... 07:43:58 The following NEW packages will be installed: 07:43:58 apt-transport-https 07:43:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:43:58 Need to get 1696 B of archives. 07:43:58 After this operation, 153 kB of additional disk space will be used. 07:43:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:43:58 debconf: delaying package configuration, since apt-utils is not installed 07:43:58 Fetched 1696 B in 0s (23.0 kB/s) 07:43:58 Selecting previously unselected package apt-transport-https. 07:43:58 (Reading database ... 13929 files and directories currently installed.) 07:43:58 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:43:58 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:43:58 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:43:58 Waiting for network to be ready... 07:44:04 2021-01-30T07:44:01Z INFO Waiting for automatic snapd restart... 07:44:04 snapd 2.48.2 from Canonical* installed 07:44:05 "snapd" switched to the "latest/stable" channel 07:44:05 07:44:07 core18 20201210 from Canonical* installed 07:44:07 "core18" switched to the "latest/stable" channel 07:44:07 07:44:11 snapcraft 4.4.4 from Canonical* installed 07:44:11 "snapcraft" switched to the "latest/stable" channel 07:44:11 07:44:14 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: 07:44:14 - README.md 07:44:14 - snapcraft.yaml.orig 07:44:14 07:44:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:44:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:44:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:44:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:44:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:44:22 Reading package lists... 07:44:22 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 07:44:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:44:24 ---> 812ea98f2d0e 07:44:24 Step 3/23 : WORKDIR /edgex-go 07:44:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:44:24 ---> 812ea98f2d0e 07:44:24 Step 3/24 : WORKDIR /edgex-go 07:44:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:44:25 ---> 812ea98f2d0e 07:44:25 Step 3/23 : WORKDIR /edgex-go 07:44:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:44:25 ---> 812ea98f2d0e 07:44:25 Step 3/21 : WORKDIR /edgex-go 07:44:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:44:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:44:25 ---> 812ea98f2d0e 07:44:25 Step 3/22 : WORKDIR /edgex-go 07:44:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:44:29 Reading package lists... 07:44:29 Building dependency tree... 07:44:29 Reading state information... 07:44:29 Suggested packages: 07:44:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:44:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:44:29 Recommended packages: 07:44:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:44:29 The following NEW packages will be installed: 07:44:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:44:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:44:29 pkg-config zip 07:44:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:44:29 Need to get 7655 kB of archives. 07:44:29 After this operation, 43.7 MB of additional disk space will be used. 07:44:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:44:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:44:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:44:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:44:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:44:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:44:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:44:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:44:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:44:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:44:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:44:29 ---> Running in c592f8124542 07:44:29 ---> Running in 2c9d5b5a951c 07:44:29 ---> Running in 3a59aac0c737 07:44:29 ---> Running in 2de0899f33d1 07:44:29 ---> Running in 5606a1fb2492 07:44:29 Removing intermediate container 5606a1fb2492 07:44:29 ---> 61d698c1ca13 07:44:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:44:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:44:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:44:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:44:29 Removing intermediate container c592f8124542 07:44:29 ---> 44943efe8ed1 07:44:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:29 ---> Running in c701ded121a3 07:44:29 Removing intermediate container 2c9d5b5a951c 07:44:29 ---> beab04e67696 07:44:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:30 debconf: delaying package configuration, since apt-utils is not installed 07:44:30 Fetched 7655 kB in 1s (10.5 MB/s) 07:44:30 Selecting previously unselected package libglib2.0-0:amd64. 07:44:30 (Reading database ... 13933 files and directories currently installed.) 07:44:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:44:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:44:30 Removing intermediate container 2de0899f33d1 07:44:30 ---> e28f57c43559 07:44:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:30 Removing intermediate container 3a59aac0c737 07:44:30 ---> c1b0727d86b6 07:44:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:30 ---> Running in 10790a890670 07:44:30 Selecting previously unselected package libpsl5:amd64. 07:44:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:44:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:44:30 Selecting previously unselected package libnghttp2-14:amd64. 07:44:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:44:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:44:30 Selecting previously unselected package librtmp1:amd64. 07:44:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:44:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:44:30 ---> Running in 7093f2f43639 07:44:30 ---> Running in e67898345d17 07:44:30 ---> Running in 6d10c274af76 07:44:30 Selecting previously unselected package libcurl3-gnutls:amd64. 07:44:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:44:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:44:30 Selecting previously unselected package liberror-perl. 07:44:30 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:44:30 Unpacking liberror-perl (0.17025-1) ... 07:44:30 Selecting previously unselected package git-man. 07:44:30 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:44:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:44:30 Selecting previously unselected package git. 07:44:30 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:44:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:44:31 Selecting previously unselected package libnorm1:amd64. 07:44:31 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:44:31 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:44:31 Selecting previously unselected package libpgm-5.2-0:amd64. 07:44:31 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:44:31 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:44:31 Selecting previously unselected package libsodium23:amd64. 07:44:31 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:44:31 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:44:31 Selecting previously unselected package libzmq5:amd64. 07:44:31 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:44:31 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:44:31 Selecting previously unselected package libzmq3-dev:amd64. 07:44:31 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:44:31 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:44:32 Selecting previously unselected package pkg-config. 07:44:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:44:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:44:32 Selecting previously unselected package zip. 07:44:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:44:32 Unpacking zip (3.0-11build1) ... 07:44:32 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:44:32 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:44:32 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:44:32 Setting up liberror-perl (0.17025-1) ... 07:44:32 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:44:32 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:44:32 No schema files found: doing nothing. 07:44:32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:44:32 Setting up zip (3.0-11build1) ... 07:44:32 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:44:32 Setting up libsodium23:amd64 (1.0.16-2) ... 07:44:32 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:44:32 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:44:32 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:44:32 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:44:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:44:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:44:33 Removing intermediate container c701ded121a3 07:44:33 ---> 19cb5264e7a3 07:44:33 Step 5/24 : RUN apk add --update --no-cache make git 07:44:34 ---> Running in 284c40733b33 07:44:34 Removing intermediate container 10790a890670 07:44:34 ---> 30ab6bb6b222 07:44:34 Step 5/23 : RUN apk add --update --no-cache make git 07:44:34 Removing intermediate container 7093f2f43639 07:44:34 ---> f593ccae7302 07:44:34 Step 5/23 : RUN apk add --update --no-cache make git 07:44:34 ---> Running in d4840e70296d 07:44:34 ---> Running in baa73e52db2e 07:44:34 Removing intermediate container e67898345d17 07:44:34 ---> 71e7bae5580d 07:44:34 Step 5/21 : RUN apk add --update --no-cache make git 07:44:34 Removing intermediate container 6d10c274af76 07:44:34 ---> 2faa8d16edf7 07:44:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:44:34 ---> Running in 90c8c669dc1a 07:44:35 ---> Running in 5d32cb4d2482 07:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:37 OK: 217 MiB in 51 packages 07:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:44:37 OK: 217 MiB in 51 packages 07:44:38 OK: 217 MiB in 51 packages 07:44:38 OK: 217 MiB in 51 packages 07:44:38 OK: 217 MiB in 51 packages 07:44:39 Removing intermediate container 284c40733b33 07:44:39 ---> 7ba31e8416e6 07:44:39 Step 6/24 : COPY go.mod . 07:44:39 Removing intermediate container d4840e70296d 07:44:39 ---> 9464447ba9b0 07:44:39 Step 6/23 : COPY go.mod . 07:44:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:44:39 git set to automatically installed. 07:44:39 git-man set to automatically installed. 07:44:39 libcurl3-gnutls set to automatically installed. 07:44:39 liberror-perl set to automatically installed. 07:44:39 libglib2.0-0 set to automatically installed. 07:44:39 libnghttp2-14 set to automatically installed. 07:44:39 libnorm1 set to automatically installed. 07:44:39 libpgm-5.2-0 set to automatically installed. 07:44:39 libpsl5 set to automatically installed. 07:44:39 librtmp1 set to automatically installed. 07:44:39 libsodium23 set to automatically installed. 07:44:39 libzmq3-dev set to automatically installed. 07:44:39 libzmq5 set to automatically installed. 07:44:39 pkg-config set to automatically installed. 07:44:39 zip set to automatically installed. 07:44:40 Removing intermediate container 5d32cb4d2482 07:44:40 ---> 316834769563 07:44:40 Step 6/22 : COPY go.mod . 07:44:40 ---> 0049d7314522 07:44:40 Step 7/24 : RUN go mod download 07:44:40 Removing intermediate container baa73e52db2e 07:44:40 ---> f5f2aab607f6 07:44:40 Step 6/23 : COPY go.mod . 07:44:40 ---> Running in 3eb088d0d622 07:44:40 Removing intermediate container 90c8c669dc1a 07:44:40 ---> d4d8adcc58d8 07:44:40 Step 6/21 : COPY go.mod . 07:44:40 ---> 89604f4bb3f5 07:44:40 Step 7/23 : RUN go mod download 07:44:41 snapd is not logged in, snap install commands will use sudo 07:44:41 ---> Running in 6a51f16d09a7 07:44:41 ---> 8b34731d3e1c 07:44:41 Step 7/22 : RUN go mod download 07:44:41 ---> Running in fda5afeb63e2 07:44:41 ---> 4b66a1e9d15e 07:44:41 Step 7/23 : RUN go mod download 07:44:41 ---> 86fbb05ac489 07:44:41 Step 7/21 : RUN go mod download 07:44:41 ---> Running in 2cf8ca91b7ec 07:44:42 ---> Running in 84fba50a25da 07:44:45 Removing intermediate container 3eb088d0d622 07:44:45 ---> 526793fdfa27 07:44:45 Step 8/24 : COPY . . 07:44:45 Removing intermediate container 6a51f16d09a7 07:44:45 ---> b5a938489db8 07:44:45 Step 8/23 : COPY . . 07:44:45 Removing intermediate container fda5afeb63e2 07:44:45 ---> efe667adf3bb 07:44:46 Step 8/22 : COPY . . 07:44:46 Removing intermediate container 84fba50a25da 07:44:46 ---> 2eda84064ca1 07:44:46 Step 8/21 : COPY . . 07:44:46 Removing intermediate container 2cf8ca91b7ec 07:44:46 ---> 5099051020b2 07:44:46 Step 8/23 : COPY . . 07:44:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:44:47 snap "core18" has no updates available 07:44:48 Pulling config-common 07:44:49 Pulling go-build-helper 07:45:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:45:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:45:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 07:45:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 07:45:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 07:45:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 07:45:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 07:45:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 07:45:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 07:45:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 07:45:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:45:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:45:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:45:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:45:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:45:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:45:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:45:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:45:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:45:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 07:45:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 07:45:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 07:45:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 07:45:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 07:45:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 07:45:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 07:45:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 07:45:11 Fetched 23.9 MB in 0s (0 B/s) 07:45:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:45:11 Fetched 96.5 kB in 0s (0 B/s) 07:45:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:45:11 Fetched 279 kB in 0s (0 B/s) 07:45:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:45:11 Fetched 122 kB in 0s (0 B/s) 07:45:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:45:11 Fetched 77.8 kB in 0s (0 B/s) 07:45:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:45:11 Fetched 8848 B in 0s (0 B/s) 07:45:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:45:11 Fetched 47.8 kB in 0s (0 B/s) 07:45:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:45:11 Fetched 45.6 kB in 0s (0 B/s) 07:45:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:45:11 Fetched 15.0 kB in 0s (0 B/s) 07:45:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:45:11 Fetched 214 kB in 0s (0 B/s) 07:45:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:45:11 Fetched 155 kB in 0s (0 B/s) 07:45:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:45:11 Fetched 50.6 kB in 0s (0 B/s) 07:45:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:45:11 Fetched 14.8 kB in 0s (0 B/s) 07:45:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:45:11 Fetched 41.8 kB in 0s (0 B/s) 07:45:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:45:11 Fetched 499 kB in 0s (0 B/s) 07:45:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:45:11 Fetched 111 kB in 0s (0 B/s) 07:45:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:45:11 Fetched 240 kB in 0s (0 B/s) 07:45:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:45:11 Fetched 29.3 kB in 0s (0 B/s) 07:45:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:45:11 Fetched 85.5 kB in 0s (0 B/s) 07:45:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:45:11 Fetched 24.5 kB in 0s (0 B/s) 07:45:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:45:11 Fetched 49.2 kB in 0s (0 B/s) 07:45:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:45:11 Fetched 54.2 kB in 0s (0 B/s) 07:45:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:45:11 Fetched 30.8 kB in 0s (0 B/s) 07:45:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:45:11 Fetched 17.0 kB in 0s (0 B/s) 07:45:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:45:11 Fetched 85.9 kB in 0s (0 B/s) 07:45:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:45:11 Fetched 8720 B in 0s (0 B/s) 07:45:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:45:11 Fetched 137 kB in 0s (0 B/s) 07:45:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:45:11 Fetched 119 kB in 0s (0 B/s) 07:45:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:45:11 Fetched 109 kB in 0s (0 B/s) 07:45:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:45:11 Fetched 11.1 kB in 0s (0 B/s) 07:45:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:45:11 Fetched 645 kB in 0s (0 B/s) 07:45:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:45:11 Fetched 41.3 kB in 0s (0 B/s) 07:45:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:45:11 Fetched 17.9 kB in 0s (0 B/s) 07:45:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:45:11 Fetched 368 kB in 0s (0 B/s) 07:45:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:45:11 Fetched 187 kB in 0s (0 B/s) 07:45:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:45:11 Fetched 175 kB in 0s (0 B/s) 07:45:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:45:13 ---> eff5a051f855 07:45:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:45:13 ---> 5885e33977e9 07:45:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:45:13 ---> ad29d89138c7 07:45:13 Step 9/23 : RUN make cmd/core-command/core-command 07:45:13 ---> 96c153616db0 07:45:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:45:13 ---> b3326dae09e2 07:45:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:45:13 ---> Running in 3c2f5ab8a24f 07:45:13 ---> Running in 9851f0f0991f 07:45:13 ---> Running in 6aa65c5b710f 07:45:13 ---> Running in 3e388c06430f 07:45:13 ---> Running in 843cb2d0bed6 07:45: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 07:45:13 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 07:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:45:14 Fetched 206 kB in 0s (0 B/s) 07:45:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:45:14 Fetched 1301 kB in 0s (0 B/s) 07:45:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:45:14 Fetched 36.2 kB in 0s (0 B/s) 07:45:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:45:14 Fetched 159 kB in 0s (0 B/s) 07:45:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:45:14 Fetched 107 kB in 0s (0 B/s) 07:45:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:45:14 Fetched 48.7 kB in 0s (0 B/s) 07:45:14 Pulling static-packages 07:45:15 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:45:15 Skipping pull go-build-helper (already ran) 07:45:15 Skipping pull static-packages (already ran) 07:45:15 Building go-build-helper 07:45:20 Building static-packages 07:45:21 Staging go-build-helper 07:45:22 Staging static-packages 07:45:22 Pulling go115 07:45:23 'edgex-go' has dependencies that need to be staged: go115 07:45:23 Skipping pull go115 (already ran) 07:45:23 Building go115 07:45:23 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:23 Dload Upload Total Spent Left Speed 07:45:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3007k 0 0 8592k 0 0:00:13 --:--:-- 0:00:13 8568k 39 115M 39 46.1M 0 0 34.5M 0 0:00:03 0:00:01 0:00:02 34.4M 89 115M 89 103M 0 0 44.1M 0 0:00:02 0:00:02 --:--:-- 44.1M 100 115M 100 115M 0 0 44.3M 0 0:00:02 0:00:02 --:--:-- 44.2M 07:45:27 go1.15.2.linux-amd64.tar.gz: OK 07:45:31 Staging go115 07:45:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:45:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:45:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:45:35 Fetched 0 B in 0s (0 B/s) 07:45:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:45:35 Fetched 224 kB in 0s (0 B/s) 07:45:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:45:35 Fetched 157 kB in 0s (0 B/s) 07:45:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:45:35 Fetched 221 kB in 0s (0 B/s) 07:45:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:45:35 Fetched 143 kB in 0s (0 B/s) 07:45:35 Pulling edgex-go 07:45:36 Pulling version 07:45:37 Building config-common 07:45:39 Skipping build go-build-helper (already ran) 07:45:39 Skipping build static-packages (already ran) 07:45:39 Skipping build go115 (already ran) 07:45:39 Building edgex-go 07:45:40 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 07:45:42 go: downloading github.com/gorilla/mux v1.8.0 07:45:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:45:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 07:45:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 07:45:42 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 07:45:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:45:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:45:42 go: downloading github.com/google/uuid v1.2.0 07:45:42 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 07:45:42 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 07:45:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:45:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:45:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:45:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:45:42 go: downloading github.com/imdario/mergo v0.3.11 07:45:42 go: downloading github.com/hashicorp/consul/api v1.1.0 07:45:42 go: downloading github.com/pelletier/go-toml v1.2.0 07:45:42 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 07:45:42 go: downloading github.com/x448/float16 v0.8.4 07:45:42 go: downloading github.com/pkg/errors v0.8.1 07:45:42 go: downloading github.com/BurntSushi/toml v0.3.1 07:45:42 go: downloading github.com/pebbe/zmq4 v1.2.2 07:45:42 go: downloading github.com/go-kit/kit v0.8.0 07:45:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:45:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:45:42 go: downloading github.com/hashicorp/serf v0.8.2 07:45:42 go: downloading github.com/go-playground/universal-translator v0.17.0 07:45:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:45:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:45:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:45:42 go: downloading github.com/leodido/go-urn v1.2.0 07:45:42 go: downloading gopkg.in/yaml.v2 v2.4.0 07:45:42 go: downloading github.com/go-playground/locales v0.13.0 07:45:42 go: downloading github.com/mitchellh/copystructure v1.0.0 07:45:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:45:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:45:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:45:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:45:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:45:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:45:49 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 07:45:52 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 07:45:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:45:54 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 07:45: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 07:45:55 go: downloading github.com/stretchr/testify v1.7.0 07:45:55 go: downloading github.com/davecgh/go-spew v1.1.1 07:45:55 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:45:55 go: downloading github.com/pmezard/go-difflib v1.0.0 07:45:57 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 07:45:57 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:45:57 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:45:58 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 07:45:59 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 07:45:59 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:46:00 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 07:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:46:02 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 07:46:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:46:03 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 07:46:03 go: downloading github.com/lib/pq v1.9.0 07:46:05 Building version 07:46:07 Staging config-common 07:46:08 Skipping stage go-build-helper (already ran) 07:46:08 Skipping stage static-packages (already ran) 07:46:08 Skipping stage go115 (already ran) 07:46:08 Staging edgex-go 07:46:09 Staging version 07:46:09 Priming config-common 07:46:10 Priming go-build-helper 07:46:11 Priming static-packages 07:46:14 Priming go115 07:46:14 Priming edgex-go 07:46:16 Priming version 07:46:16 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:46:36 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 07:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:46:46 Removing intermediate container 3c2f5ab8a24f 07:46:46 ---> 758befa07d02 07:46:46 07:46:46 Step 10/24 : FROM alpine:3.12 07:46:46 3.12: Pulling from library/alpine 07:46:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:46:47 Status: Downloaded newer image for alpine:3.12 07:46:47 ---> afeebe901d6b 07:46:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:46:49 ---> Running in 5ddf3433b1a2 07:46:51 Removing intermediate container 3e388c06430f 07:46:51 ---> e71944ecca10 07:46:51 07:46:51 Step 10/21 : FROM alpine:3.12 07:46:51 ---> afeebe901d6b 07:46:51 Step 11/21 : RUN apk add --update --no-cache curl 07:46:51 Removing intermediate container 9851f0f0991f 07:46:51 ---> da0fe239a260 07:46:51 07:46:51 Step 10/22 : FROM alpine:3.12 07:46:51 ---> afeebe901d6b 07:46:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:46:51 ---> Running in cd947ba5acc4 07:46:51 ---> Running in 39b87cd5d8af 07:46:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:46:52 (1/5) Installing ca-certificates (20191127-r4) 07:46:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:46:52 (3/5) Installing libcurl (7.69.1-r3) 07:46:52 (4/5) Installing curl (7.69.1-r3) 07:46:52 (5/5) Installing dumb-init (1.2.2-r1) 07:46:52 Executing busybox-1.31.1-r19.trigger 07:46:52 Executing ca-certificates-20191127-r4.trigger 07:46:53 OK: 7 MiB in 19 packages 07:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:46:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:46:54 (1/2) Installing ca-certificates (20191127-r4) 07:46:54 (1/4) Installing ca-certificates (20191127-r4) 07:46:54 (2/2) Installing dumb-init (1.2.2-r1) 07:46:54 Executing busybox-1.31.1-r19.trigger 07:46:54 Executing ca-certificates-20191127-r4.trigger 07:46:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:46:54 (3/4) Installing libcurl (7.69.1-r3) 07:46:55 (4/4) Installing curl (7.69.1-r3) 07:46:55 Executing busybox-1.31.1-r19.trigger 07:46:55 Executing ca-certificates-20191127-r4.trigger 07:46:55 OK: 6 MiB in 16 packages 07:46:55 OK: 7 MiB in 18 packages 07:46:56 Removing intermediate container 5ddf3433b1a2 07:46:56 ---> 117e04948364 07:46:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:46:56 ---> Running in 2759094366aa 07:46:57 Removing intermediate container 2759094366aa 07:46:57 ---> d5d34716c62e 07:46:57 Step 13/24 : WORKDIR / 07:46:58 ---> Running in 588211b32fc3 07:46:58 Removing intermediate container cd947ba5acc4 07:46:58 ---> 84e60d6f901e 07:46:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:46:58 Removing intermediate container 39b87cd5d8af 07:46:58 ---> ebf54d0dd50a 07:46:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:46:59 ---> Running in a5fd8881b189 07:46:59 ---> Running in 3b8efa2b4341 07:46:59 Removing intermediate container 588211b32fc3 07:46:59 ---> 042d0c6f38ec 07:46:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:47:00 Removing intermediate container a5fd8881b189 07:47:00 ---> 1c74bc405515 07:47:00 Step 13/22 : ENV APP_PORT=48060 07:47:00 Removing intermediate container 3b8efa2b4341 07:47:00 ---> ef040aa9e8ae 07:47:00 Step 13/21 : WORKDIR /edgex 07:47:00 ---> 1ff5c098f435 07:47:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:47:00 ---> Running in a89e878c0493 07:47:01 ---> Running in be1ca631cda2 07:47:01 Removing intermediate container 6aa65c5b710f 07:47:01 ---> 57c522a3c58f 07:47:01 07:47:01 Step 10/23 : FROM alpine:3.12 07:47:01 ---> afeebe901d6b 07:47:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:47:01 Removing intermediate container a89e878c0493 07:47:01 ---> 23233dabe0f5 07:47:01 Step 14/22 : EXPOSE $APP_PORT 07:47:01 ---> Running in 043ef5d35db4 07:47:01 ---> Running in df7966ea1e00 07:47:02 Removing intermediate container be1ca631cda2 07:47:02 ---> 5470e898e2b3 07:47:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:47:02 ---> e911e569be93 07:47:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:47:02 Removing intermediate container df7966ea1e00 07:47:02 ---> 53ec452fb366 07:47:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:04 ---> 9a2cc53e09ad 07:47:04 ---> f754eeb16e9a 07:47:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:47:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:47:04 ---> eb3d33f1d648 07:47:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:47:04 (1/1) Installing dumb-init (1.2.2-r1) 07:47:04 Executing busybox-1.31.1-r19.trigger 07:47:04 OK: 5 MiB in 15 packages 07:47:06 ---> d0878e28991b 07:47:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:47:06 ---> 26cc4a5a8ccc 07:47:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:47:06 Removing intermediate container 843cb2d0bed6 07:47:06 ---> feae0ce2eeca 07:47:06 07:47:06 Step 10/23 : FROM alpine:3.12 07:47:06 ---> afeebe901d6b 07:47:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:47:06 ---> Using cache 07:47:06 ---> ec021a42c4ab 07:47:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:47:06 ---> 4fc08b00e764 07:47:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:47:06 Removing intermediate container 043ef5d35db4 07:47:06 ---> ec021a42c4ab 07:47:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:47:06 ---> Running in d3a50adfc125 07:47:07 ---> Running in e122b057de63 07:47:07 Removing intermediate container d3a50adfc125 07:47:07 ---> 88d254d908f0 07:47:07 Step 13/23 : ENV APP_PORT=48081 07:47:07 ---> Running in 40a52a8625ab 07:47:08 Removing intermediate container e122b057de63 07:47:08 ---> 5dea26f01a5d 07:47:08 Step 13/23 : ENV APP_PORT=48082 07:47:08 ---> ff165cc62084 07:47:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:47:08 ---> 08d900552619 07:47:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:47:08 ---> 00be7412e92e 07:47:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:47:08 ---> Running in 5bd707876037 07:47:08 ---> Running in c1522749d081 07:47:08 ---> Running in 5cfc77e0ce9c 07:47:08 Removing intermediate container 40a52a8625ab 07:47:08 ---> 8880fe625b80 07:47:08 Step 14/23 : EXPOSE $APP_PORT 07:47:08 ---> Running in ac3f2a4c4a79 07:47:08 Removing intermediate container 5bd707876037 07:47:08 ---> a28d24f136c0 07:47:08 Step 14/23 : EXPOSE $APP_PORT 07:47:09 ---> d37fb834430d 07:47:09 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/ 07:47:09 Removing intermediate container c1522749d081 07:47:09 ---> cf06c48df10d 07:47:09 Step 18/21 : CMD ["--init=true"] 07:47:09 ---> Running in 3342219b90da 07:47:09 Removing intermediate container 5cfc77e0ce9c 07:47:09 ---> ca8acbdba1ce 07:47:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:09 Removing intermediate container ac3f2a4c4a79 07:47:09 ---> d167612490b4 07:47:09 Step 15/23 : WORKDIR / 07:47:09 ---> Running in 59f8797646b6 07:47:09 ---> Running in aaa76430b3bc 07:47:09 ---> Running in 7f6478f404f7 07:47:09 ---> Running in 0d3c22e9fea3 07:47:09 Removing intermediate container 3342219b90da 07:47:09 ---> 32ba34adf399 07:47:09 Step 15/23 : WORKDIR / 07:47:10 ---> Running in ba1821aa8645 07:47:10 Removing intermediate container aaa76430b3bc 07:47:10 ---> ff30ea131130 07:47:10 Step 20/22 : LABEL arch=arm64 07:47:10 Removing intermediate container 7f6478f404f7 07:47:10 ---> f0d802feaad7 07:47:10 Step 19/21 : LABEL arch=arm64 07:47:10 ---> Running in 194d8d16a202 07:47:10 ---> Running in 992ff13f919c 07:47:10 Removing intermediate container 0d3c22e9fea3 07:47:10 ---> e90d5a9b4e84 07:47:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:10 Removing intermediate container ba1821aa8645 07:47:10 ---> 28322a832e3a 07:47:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:10 Removing intermediate container 992ff13f919c 07:47:10 ---> d1a87560f518 07:47:10 Step 20/21 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:47:11 Removing intermediate container 194d8d16a202 07:47:11 ---> a6d5b7be2441 07:47:11 Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:47:11 ---> Running in f194007b5142 07:47:11 ---> Running in b4401a32ba92 07:47:11 ---> 57948dc9c428 07:47:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:47:11 ---> bab3782d9cd9 07:47:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:47:11 Removing intermediate container f194007b5142 07:47:11 ---> d3b2077b27f4 07:47:11 Step 21/21 : LABEL version=0.0.0 07:47:11 Removing intermediate container b4401a32ba92 07:47:11 ---> 3355c703d05e 07:47:11 Step 22/22 : LABEL version=0.0.0 07:47:12 ---> Running in 10d099ccdabc 07:47:12 ---> Running in 5d60e8852c11 07:47:12 Removing intermediate container 59f8797646b6 07:47:12 ---> cc771197ec72 07:47:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:47:13 ---> Running in a84bcdcf6c1b 07:47:13 Removing intermediate container 10d099ccdabc 07:47:13 ---> 7dfb31582a76 07:47:13 07:47:13 Removing intermediate container 5d60e8852c11 07:47:13 ---> c74a339a0323 07:47:13 07:47:13 ---> 0b394812cf8c 07:47:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:47:13 ---> 9574780d1a0f 07:47:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:47:13 Removing intermediate container a84bcdcf6c1b 07:47:13 ---> e340ec8730e0 07:47:13 Step 22/24 : LABEL arch=arm64 07:47:13 Successfully built 7dfb31582a76 07:47:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:47:13 ---> Running in 17ca6cf648d7 07:47:13  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 07:47:13 Successfully built c74a339a0323 07:47:13 Successfully tagged docker-support-notifications-go-arm64:latest 07:47:13  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 07:47:14 ---> 629561329b35 07:47:14 Step 19/23 : ENTRYPOINT ["/core-command"] 07:47:14 ---> 6b3bd8f07156 07:47:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:47:14 ---> Running in 8182a0f5d59c 07:47:14 Removing intermediate container 17ca6cf648d7 07:47:14 ---> 096a28f75216 07:47:14 Step 23/24 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:47:14 ---> Running in 34d290872a9d 07:47:14 ---> Running in a2d36ce396ab 07:47:15 Removing intermediate container 8182a0f5d59c 07:47:15 ---> 7654bacb49ea 07:47:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:15 ---> Running in 91fd71e0b411 07:47:15 Removing intermediate container 34d290872a9d 07:47:15 ---> a2526a389396 07:47:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:15 Removing intermediate container a2d36ce396ab 07:47:15 ---> 2aa37d441a29 07:47:15 Step 24/24 : LABEL version=0.0.0 07:47:15 ---> Running in 56d6ba9f62ac 07:47:15 ---> Running in 10cabd909322 07:47:15 Removing intermediate container 91fd71e0b411 07:47:15 ---> 174c705f3d02 07:47:15 Step 21/23 : LABEL arch=arm64 07:47:15 ---> Running in 5c95b6391f61 07:47:16 Removing intermediate container 56d6ba9f62ac 07:47:16 ---> ecc1368d814b 07:47:16 Step 21/23 : LABEL arch=arm64 07:47:16 Removing intermediate container 10cabd909322 07:47:16 ---> 1fe5df44d649 07:47:16 07:47:16 ---> Running in 1780f142f686 07:47:16 Removing intermediate container 5c95b6391f61 07:47:16 ---> 37d3ac4a956d 07:47:16 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:47:16 Successfully built 1fe5df44d649 07:47:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:47:16  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 07:47:17 ---> Running in 9f5c2f8d8c73 07:47:17 Removing intermediate container 1780f142f686 07:47:17 ---> c3692e5f61cb 07:47:17 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:47:17 ---> Running in e257d8329015 07:47:17 Removing intermediate container 9f5c2f8d8c73 07:47:17 ---> 5e6b76cc7685 07:47:17 Step 23/23 : LABEL version=0.0.0 07:47:18 ---> Running in 2b8d996e1593 07:47:18 Removing intermediate container e257d8329015 07:47:18 ---> 8bf309b44e52 07:47:18 Step 23/23 : LABEL version=0.0.0 07:47:18 ---> Running in 64c7d7d21744 07:47:18 Removing intermediate container 2b8d996e1593 07:47:18 ---> 2b384a9ecbda 07:47:18 07:47:18 Successfully built 2b384a9ecbda 07:47:19 Successfully tagged docker-core-command-go-arm64:latest 07:47:19  Building docker-core-command-go ... done Building docker-support-scheduler-go 07:47:19 Removing intermediate container 64c7d7d21744 07:47:19 ---> f2d5465a330f 07:47:19 07:47:19 Successfully built f2d5465a330f 07:47:19 Successfully tagged docker-core-metadata-go-arm64:latest 07:48:16  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:48:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:48:16 ---> 812ea98f2d0e 07:48:16 Step 3/26 : WORKDIR /edgex-go 07:48:16 ---> Using cache 07:48:16 ---> e28f57c43559 07:48:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:16 ---> Using cache 07:48:16 ---> 2faa8d16edf7 07:48:16 Step 5/26 : RUN apk add --update --no-cache make bash git 07:48:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:48:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:48:16 ---> 812ea98f2d0e 07:48:16 Step 3/23 : WORKDIR /edgex-go 07:48:16 ---> Using cache 07:48:16 ---> e28f57c43559 07:48:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:16 ---> Using cache 07:48:16 ---> 2faa8d16edf7 07:48:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:48:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:48:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:48:16 ---> 812ea98f2d0e 07:48:16 Step 3/31 : WORKDIR /edgex-go 07:48:16 ---> Using cache 07:48:16 ---> e28f57c43559 07:48:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:16 ---> Using cache 07:48:16 ---> 2faa8d16edf7 07:48:16 Step 5/31 : RUN apk add --update --no-cache make git 07:48:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:48:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:48:16 ---> 812ea98f2d0e 07:48:16 Step 3/22 : WORKDIR /edgex-go 07:48:16 ---> Using cache 07:48:16 ---> e28f57c43559 07:48:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:16 ---> Using cache 07:48:16 ---> 2faa8d16edf7 07:48:16 Step 5/22 : RUN apk add --update --no-cache make git 07:48:16 ---> Running in 1b42a7d62b2d 07:48:16 ---> Running in 6c6042da5d51 07:48:16 ---> Running in d5d0f1d0d46d 07:48:16 ---> Running in 28767bb056b2 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:16 OK: 217 MiB in 51 packages 07:48:16 OK: 217 MiB in 51 packages 07:48:16 OK: 217 MiB in 51 packages 07:48:16 OK: 217 MiB in 51 packages 07:48:18 Removing intermediate container 1b42a7d62b2d 07:48:18 ---> a242077a2a65 07:48:18 Step 6/26 : COPY go.mod . 07:48:18 Removing intermediate container d5d0f1d0d46d 07:48:18 ---> f5b8f3f67cb2 07:48:18 Step 6/23 : COPY go.mod . 07:48:18 Removing intermediate container 6c6042da5d51 07:48:18 ---> e420ae07cc4d 07:48:18 Step 6/31 : COPY go.mod . 07:48:18 Removing intermediate container 28767bb056b2 07:48:18 ---> e06a15c965bd 07:48:18 Step 6/22 : COPY go.mod . 07:48:18 ---> 54e85d17086b 07:48:18 Step 7/26 : RUN go mod download 07:48:19 ---> 4fc8479e68ca 07:48:19 Step 7/23 : RUN go mod download 07:48:19 ---> Running in 4ab18174ba49 07:48:19 ---> 21186c3d85d6 07:48:19 Step 7/31 : RUN go mod download 07:48:19 ---> Running in e091a7db3acf 07:48:19 ---> 78fe6886b956 07:48:19 Step 7/22 : RUN go mod download 07:48:19 ---> Running in 6a539745d8a2 07:48:19 ---> Running in ae76eaac7833 07:48:23 Removing intermediate container 4ab18174ba49 07:48:23 ---> 677deaee630e 07:48:23 Step 8/26 : COPY . . 07:48:23 Removing intermediate container e091a7db3acf 07:48:23 ---> 930e183164cc 07:48:23 Step 8/23 : COPY . . 07:48:23 Removing intermediate container ae76eaac7833 07:48:23 ---> 049bec02b009 07:48:23 Step 8/22 : COPY . . 07:48:23 Removing intermediate container 6a539745d8a2 07:48:23 ---> 086faa5f0854 07:48:23 Step 8/31 : COPY . . 07:48:45 ---> c75aff76f379 07:48:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:48:45 ---> 5ae254e77f91 07:48:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:48:45 ---> ccd308f68c07 07:48:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:48:45 ---> Running in 5adf41162f9d 07:48:45 ---> ba1b4ea047d7 07:48:45 Step 9/23 : RUN make cmd/core-data/core-data 07:48:45 ---> Running in 2ac22dd2f0c0 07:48:45 ---> Running in f8a3a4d7dfb3 07:48:45 ---> Running in a75abf4097ca 07:48:45 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 07:48: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 07:48:46 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 07:48:46 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 07:49:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:50:02 Removing intermediate container 5adf41162f9d 07:50:02 ---> 8f4b336945cc 07:50:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:50:02 ---> Running in 09807b5d10e0 07:50:03 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 07:50:08 Removing intermediate container 09807b5d10e0 07:50:08 ---> 22e0d42a83cb 07:50:08 07:50:08 Step 11/26 : FROM docker:20.10.0 07:50:08 20.10.0: Pulling from library/docker 07:50:15 Removing intermediate container 2ac22dd2f0c0 07:50:15 ---> a779d52edfb3 07:50:15 07:50:15 Step 10/31 : FROM alpine:3.12 07:50:15 ---> afeebe901d6b 07:50:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:50:15 ---> Running in 24620e31cc9f 07:50:16 Removing intermediate container 24620e31cc9f 07:50:16 ---> d990108ef6ce 07:50:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:50:17 ---> Running in 5a2f08d48a5f 07:50:19 Removing intermediate container f8a3a4d7dfb3 07:50:19 ---> 1e9afc93872a 07:50:19 07:50:19 Step 10/22 : FROM alpine:3.12 07:50:19 ---> afeebe901d6b 07:50:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:50:19 ---> Using cache 07:50:19 ---> ec021a42c4ab 07:50:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:50:19 ---> Using cache 07:50:19 ---> 5dea26f01a5d 07:50:19 Step 13/22 : ENV APP_PORT=48085 07:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:50:20 ---> Running in d690090bfefe 07:50:20 (1/2) Installing dumb-init (1.2.2-r1) 07:50:20 (2/2) Installing su-exec (0.2-r1) 07:50:20 Executing busybox-1.31.1-r19.trigger 07:50:20 OK: 5 MiB in 16 packages 07:50:21 Removing intermediate container d690090bfefe 07:50:21 ---> f7bb1171b9d6 07:50:21 Step 14/22 : EXPOSE $APP_PORT 07:50:22 ---> Running in 537bf856426e 07:50:22 Removing intermediate container 537bf856426e 07:50:22 ---> 4d01d3bd3e79 07:50:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:50:23 Removing intermediate container 5a2f08d48a5f 07:50:23 ---> f31146508cff 07:50:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:50:23 ---> Running in 1d2854f8eb85 07:50:23 ---> 28588530ff86 07:50:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:50:24 Removing intermediate container 1d2854f8eb85 07:50:24 ---> 143e3fbd801a 07:50:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:50:25 ---> Running in 188bc83359e9 07:50:25 ---> 1b8e0470c425 07:50:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:50:25 Removing intermediate container 188bc83359e9 07:50:25 ---> d3e538f0f471 07:50:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:50:25 ---> Running in 58b7a183b093 07:50:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:50:26 Status: Downloaded newer image for docker:20.10.0 07:50:26 ---> eeaf43b92773 07:50:26 Step 12/26 : RUN apk add --no-cache bash 07:50:27 ---> 2c070b2cff70 07:50:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:50:27 ---> Running in 8a2592d91d6a 07:50:28 ---> Running in 99e99adf2f6a 07:50:29 Removing intermediate container a75abf4097ca 07:50:29 ---> f4f53ed1fac5 07:50:29 07:50:29 Step 10/23 : FROM alpine:3.12 07:50:29 ---> afeebe901d6b 07:50:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:50:29 Removing intermediate container 99e99adf2f6a 07:50:29 ---> eb9779178519 07:50:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:50:29 ---> Running in ca3e7758af38 07:50:29 ---> Running in ebb463efc367 07:50:29 Removing intermediate container 58b7a183b093 07:50:29 ---> 2e97267620a5 07:50:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:50:29 ---> Running in b2d76bd46c97 07:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:50:29 Removing intermediate container ebb463efc367 07:50:29 ---> 4a2df8872798 07:50:29 Step 12/23 : ENV APP_PORT=48080 07:50:29 Removing intermediate container ca3e7758af38 07:50:29 ---> 14f6c04bfd4a 07:50:29 Step 20/22 : LABEL arch=arm64 07:50:29 ---> Running in 41aadaed2af9 07:50:29 ---> Running in 9e44c3e88856 07:50:30 Removing intermediate container b2d76bd46c97 07:50:30 ---> 3241c300e316 07:50:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:50:30 (1/2) Installing readline (8.0.4-r0) 07:50:30 (2/2) Installing bash (5.0.17-r0) 07:50:30 Executing bash-5.0.17-r0.post-install 07:50:30 Executing busybox-1.31.1-r19.trigger 07:50:30 OK: 12 MiB in 22 packages 07:50:30 Removing intermediate container 9e44c3e88856 07:50:30 ---> 032715daa059 07:50:30 Step 21/22 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:50:30 Removing intermediate container 41aadaed2af9 07:50:30 ---> 2d919fa0d3c2 07:50:30 Step 13/23 : EXPOSE $APP_PORT 07:50:31 ---> Running in 27a6d50f3dfb 07:50:31 ---> Running in 0acf948da932 07:50:31 ---> c3006861b2eb 07:50:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:50:31 ---> Running in ed9f24463054 07:50:31 Removing intermediate container 0acf948da932 07:50:31 ---> 46aa0fd83fb7 07:50:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:31 Removing intermediate container 27a6d50f3dfb 07:50:31 ---> e8b3e7c434eb 07:50:31 Step 22/22 : LABEL version=0.0.0 07:50:31 ---> Running in 08527bde4e83 07:50:31 Removing intermediate container 8a2592d91d6a 07:50:31 ---> b7f1829721ae 07:50:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:50:31 ---> Running in 48c4b8ce367d 07:50:32 ---> Running in d6f5f600ce61 07:50:32 Removing intermediate container 48c4b8ce367d 07:50:32 ---> a9001aa1cc29 07:50:32 07:50:33 Removing intermediate container d6f5f600ce61 07:50:33 ---> d74d41af9792 07:50:33 Step 14/26 : ENV APP_PORT=48090 07:50:33 Successfully built a9001aa1cc29 07:50:33 Successfully tagged docker-support-scheduler-go-arm64:latest 07:50:33  Building docker-support-scheduler-go ... done  ---> Running in 79c50630702c 07:50:33 Removing intermediate container 79c50630702c 07:50:33 ---> af529111679d 07:50:33 Step 15/26 : EXPOSE $APP_PORT 07:50:33 ---> Running in ba99b6755329 07:50:34 Removing intermediate container ed9f24463054 07:50:34 ---> 51515f24d82c 07:50:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:50:34 Removing intermediate container ba99b6755329 07:50:34 ---> 0d7defa89e4b 07:50:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:50:34 Removing intermediate container 08527bde4e83 07:50:34 ---> 399a3c31830b 07:50:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:50:34 ---> Running in 59ba4e9562a9 07:50:36 ---> 5320fcc9a101 07:50:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:50:36 ---> afea75de9f8b 07:50:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:50:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:50:37 ---> bd0b46e40b8f 07:50:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:50:37 ---> cf053db51fb2 07:50:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:50:37 (1/6) Installing dumb-init (1.2.2-r1) 07:50:37 (2/6) Installing libgcc (9.3.0-r2) 07:50:37 (3/6) Installing libsodium (1.0.18-r0) 07:50:38 (4/6) Installing libstdc++ (9.3.0-r2) 07:50:38 ---> 1ad4ccc07371 07:50:38 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:50:38 ---> 925a5141943d 07:50:38 Step 19/26 : RUN apk --no-cache add py3-pip 07:50:38 (5/6) Installing libzmq (4.3.3-r0) 07:50:38 (6/6) Installing zeromq (4.3.3-r0) 07:50:38 Executing busybox-1.31.1-r19.trigger 07:50:38 OK: 8 MiB in 20 packages 07:50:38 ---> Running in bfd864307ce1 07:50:39 ---> 0fad6568d7ea 07:50:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:50:40 Removing intermediate container 59ba4e9562a9 07:50:40 ---> 46b2c6653b61 07:50:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:50:40 ---> 05659c66b1e6 07:50:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:50:40 ---> 21d52c9a3f4f 07:50:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:50:40 (1/33) Installing libbz2 (1.0.8-r1) 07:50:40 (2/33) Installing expat (2.2.9-r1) 07:50:40 (3/33) Installing libffi (3.3-r2) 07:50:40 (4/33) Installing gdbm (1.13-r1) 07:50:40 (5/33) Installing xz-libs (5.2.5-r0) 07:50:40 (6/33) Installing sqlite-libs (3.32.1-r0) 07:50:40 (7/33) Installing python3 (3.8.5-r0) 07:50:41 ---> Running in 35cba7e54533 07:50:43 (8/33) Installing py3-appdirs (1.4.4-r1) 07:50:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:50:43 (10/33) Installing py3-parsing (2.4.7-r0) 07:50:43 Removing intermediate container 35cba7e54533 07:50:43 ---> fb1baae349d7 07:50:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:50:43 (11/33) Installing py3-six (1.15.0-r0) 07:50:43 (12/33) Installing py3-packaging (20.4-r0) 07:50:43 (13/33) Installing py3-setuptools (47.0.0-r0) 07:50:43 (14/33) Installing py3-chardet (3.0.4-r4) 07:50:43 ---> 0664c4cc740b 07:50:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:50:43 (15/33) Installing py3-idna (2.9-r0) 07:50:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:50:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:50:43 (18/33) Installing py3-requests (2.23.0-r0) 07:50:43 (19/33) Installing py3-msgpack (1.0.0-r0) 07:50:43 (20/33) Installing py3-lockfile (0.12.2-r3) 07:50:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:50:43 (22/33) Installing py3-colorama (0.4.3-r0) 07:50:43 (23/33) Installing py3-distlib (0.3.0-r0) 07:50:43 (24/33) Installing py3-distro (1.5.0-r1) 07:50:43 (25/33) Installing py3-webencodings (0.5.1-r3) 07:50:43 (26/33) Installing py3-html5lib (1.0.1-r4) 07:50:43 (27/33) Installing py3-pytoml (0.1.21-r0) 07:50:43 (28/33) Installing py3-pep517 (0.8.2-r0) 07:50:43 (29/33) Installing py3-progress (1.5-r0) 07:50:43 (30/33) Installing py3-toml (0.10.1-r0) 07:50:43 (31/33) Installing py3-retrying (1.3.3-r0) 07:50:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:50:43 (33/33) Installing py3-pip (20.1.1-r0) 07:50:43 Executing busybox-1.31.1-r19.trigger 07:50:43 OK: 71 MiB in 55 packages 07:50:43 ---> 95f8e604ce45 07:50:43 Step 26/31 : RUN chmod +x /entrypoint.sh 07:50:44 ---> e2001a390b08 07:50:44 Step 19/23 : ENTRYPOINT ["/core-data"] 07:50:44 ---> Running in 4b30dbddfa6a 07:50:44 ---> Running in c5d33a258a2d 07:50:45 Removing intermediate container 4b30dbddfa6a 07:50:45 ---> eacdea5b9e96 07:50:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:50:45 ---> Running in 629bc41b77e1 07:50:45 Removing intermediate container 629bc41b77e1 07:50:45 ---> cccf14cba12d 07:50:45 Step 21/23 : LABEL arch=arm64 07:50:46 ---> Running in 4db88d2f3f6d 07:50:46 Removing intermediate container 4db88d2f3f6d 07:50:46 ---> 41ff54389f41 07:50:46 Step 22/23 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:50:47 ---> Running in 679ba8c2e3f4 07:50:47 Removing intermediate container c5d33a258a2d 07:50:47 ---> f9a4aee6888c 07:50:47 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:50:47 Removing intermediate container 679ba8c2e3f4 07:50:47 ---> de5f8c1a66c4 07:50:47 Step 23/23 : LABEL version=0.0.0 07:50:48 ---> Running in 6100cff1243c 07:50:48 ---> Running in acbf7f75a090 07:50:48 Removing intermediate container 6100cff1243c 07:50:48 ---> 23e0b858f246 07:50:48 Step 28/31 : CMD ["gate"] 07:50:48 Removing intermediate container acbf7f75a090 07:50:48 ---> a82e8510df49 07:50:48 07:50:49 ---> Running in a7ab8e0d052f 07:50:49 Successfully built a82e8510df49 07:50:49 Successfully tagged docker-core-data-go-arm64:latest 07:50:50  Building docker-core-data-go ... done Removing intermediate container a7ab8e0d052f 07:50:50 ---> 70e815dc50e8 07:50:50 Step 29/31 : LABEL arch=arm64 07:50:50 Removing intermediate container bfd864307ce1 07:50:50 ---> f2b9fd61a244 07:50:50 Step 20/26 : RUN pip install docker-compose==1.23.2 07:50:50 ---> Running in 86ba90b71f07 07:50:50 ---> Running in 11a054605239 07:50:50 Removing intermediate container 86ba90b71f07 07:50:50 ---> 2d554ea68c25 07:50:50 Step 30/31 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:50:51 ---> Running in 1ba95bea6e82 07:50:51 Removing intermediate container 1ba95bea6e82 07:50:51 ---> a92884a5a91c 07:50:51 Step 31/31 : LABEL version=0.0.0 07:50:52 ---> Running in 6690c99fe79d 07:50:52 Removing intermediate container 6690c99fe79d 07:50:52 ---> 6d5cecdd3055 07:50:52 07:50:53 Successfully built 6d5cecdd3055 07:50:53 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:50:55  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 07:50:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:50:56 Collecting jsonschema<3,>=2.5.1 07:50:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:50:56 Collecting dockerpty<0.5,>=0.4.1 07:50:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:50:58 Collecting texttable<0.10,>=0.9.0 07:50:58 Downloading texttable-0.9.1.tar.gz (11 kB) 07:51:00 Collecting cached-property<2,>=1.2.0 07:51:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:51:00 Collecting websocket-client<1.0,>=0.32.0 07:51:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:51:01 Collecting docker<4.0,>=3.6.0 07:51:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:51:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:51:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:51:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:51:03 Collecting PyYAML<4,>=3.10 07:51:03 Downloading PyYAML-3.13.tar.gz (270 kB) 07:51:06 Collecting docopt<0.7,>=0.6.1 07:51:06 Downloading docopt-0.6.2.tar.gz (25 kB) 07:51:08 Collecting docker-pycreds>=0.4.0 07:51:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:51:08 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) 07:51:08 Collecting urllib3<1.25,>=1.21.1 07:51:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:51: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) 07:51:09 Collecting idna<2.8,>=2.5 07:51:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:51:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:51:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:51:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:51:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:51:10 Installing collected packages: jsonschema, dockerpty, texttable, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docopt, docker-compose 07:51:10 Running setup.py install for dockerpty: started 07:51:12 Running setup.py install for dockerpty: finished with status 'done' 07:51:12 Running setup.py install for texttable: started 07:51:13 Running setup.py install for texttable: finished with status 'done' 07:51:13 Attempting uninstall: urllib3 07:51:13 Found existing installation: urllib3 1.25.9 07:51:13 Uninstalling urllib3-1.25.9: 07:51:14 Successfully uninstalled urllib3-1.25.9 07:51:14 Attempting uninstall: idna 07:51:14 Found existing installation: idna 2.9 07:51:14 Uninstalling idna-2.9: 07:51:14 Successfully uninstalled idna-2.9 07:51:15 Attempting uninstall: requests 07:51:15 Found existing installation: requests 2.23.0 07:51:15 Uninstalling requests-2.23.0: 07:51:15 Successfully uninstalled requests-2.23.0 07:51:16 Running setup.py install for PyYAML: started 07:51:18 Running setup.py install for PyYAML: finished with status 'done' 07:51:18 Running setup.py install for docopt: started 07:51:20 Running setup.py install for docopt: finished with status 'done' 07:51:21 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 07:51:25 Removing intermediate container 11a054605239 07:51:25 ---> 871200a26177 07:51:25 Step 21/26 : RUN apk --no-cache add curl 07:51:25 ---> Running in e6a91cbd058e 07:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:51:27 (2/3) Installing libcurl (7.69.1-r3) 07:51:27 (3/3) Installing curl (7.69.1-r3) 07:51:27 Executing busybox-1.31.1-r19.trigger 07:51:27 OK: 71 MiB in 58 packages 07:51:28 Removing intermediate container e6a91cbd058e 07:51:28 ---> d8fbd246eec1 07:51:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:51:28 ---> Running in 53a778a85c4a 07:51:29 Removing intermediate container 53a778a85c4a 07:51:29 ---> 76a5094fe0a1 07:51:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:51:29 ---> Running in 950af1806349 07:51:29 Removing intermediate container 950af1806349 07:51:29 ---> 5d58eec9c763 07:51:29 Step 24/26 : LABEL arch=arm64 07:51:29 ---> Running in 697310242dbe 07:51:30 Removing intermediate container 697310242dbe 07:51:30 ---> af0364b9e954 07:51:30 Step 25/26 : LABEL git_sha=1f57810642d475e48a92a97d8b84db3c16c95c26 07:51:30 ---> Running in 8c02435d5312 07:51:31 Removing intermediate container 8c02435d5312 07:51:31 ---> a4b1b68c400c 07:51:31 Step 26/26 : LABEL version=0.0.0 07:51:31 ---> Running in 48cfc4eb6e41 07:51:31 Removing intermediate container 48cfc4eb6e41 07:51:31 ---> e7fe5a4c22a9 07:51:31 07:51:31 Successfully built e7fe5a4c22a9 07:51:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:51:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:51:32 $ docker stop --time=1 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 07:51:34 $ docker rm -f 7e6df0a447ad96f59803bf8f2badb66d41248cb8544458515ebf788d90f42903 [Pipeline] // withDockerContainer [Pipeline] sh 07:51:34 + docker images 07:51:34 + grep docker 07:51:35 docker-sys-mgmt-agent-go-arm64 latest e7fe5a4c22a9 3 seconds ago 300MB 07:51:35 docker-security-bootstrapper-go-arm64 latest 6d5cecdd3055 42 seconds ago 22.6MB 07:51:35 docker-core-data-go-arm64 latest a82e8510df49 46 seconds ago 21MB 07:51:35 docker-support-scheduler-go-arm64 latest a9001aa1cc29 About a minute ago 16.1MB 07:51:35 docker-core-command-go-arm64 latest 2b384a9ecbda 4 minutes ago 16MB 07:51:35 docker-core-metadata-go-arm64 latest f2d5465a330f 4 minutes ago 17.7MB 07:51:35 docker-security-secretstore-setup-go-arm64 latest 1fe5df44d649 4 minutes ago 23.4MB 07:51:35 docker-support-notifications-go-arm64 latest c74a339a0323 4 minutes ago 16MB 07:51:35 docker-security-proxy-setup-go-arm64 latest 7dfb31582a76 4 minutes ago 23.2MB 07:51:35 docker 20.10.0 eeaf43b92773 7 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 07:51:36 provisioning config files... 07:51:36 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config5050039424152743171tmp [Pipeline] { [Pipeline] sh 07:51:37 + set +x 07:51:37 + curl -s https://codecov.io/bash 07:51:37 + bash -s -- 07:51:37 07:51:37 _____ _ 07:51:37 / ____| | | 07:51:37 | | ___ __| | ___ ___ _____ __ 07:51:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:51:37 | |___| (_) | (_| | __/ (_| (_) \ V / 07:51:37 \_____\___/ \__,_|\___|\___\___/ \_/ 07:51:37 Bash-20210129-7c25fce 07:51:37 07:51:37 07:51:37 ==> git version 2.24.3 found 07:51:37 ==> 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 07:51:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:51:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:51:37 ==> Jenkins CI detected. 07:51:37 project root: . 07:51:37 --> token set from env 07:51:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:51:37 ==> Running gcov in . (disable via -X gcov) 07:51:37 ==> Python coveragepy not found 07:51:37 ==> Searching for coverage reports in: 07:51:37 + . 07:51:37 -> Found 1 reports 07:51:37 ==> Detecting git/mercurial file structure 07:51:37 ==> Reading reports 07:51:37 + ./coverage.out bytes=574984 07:51:37 ==> Appending adjustments 07:51:37 https://docs.codecov.io/docs/fixing-reports 07:51:41 + Found adjustments 07:51:41 ==> Gzipping contents 07:51:41 88K /tmp/codecov.I77kZN.gz 07:51:41 ==> Uploading reports 07:51:41 url: https://codecov.io 07:51:41 query: branch=PR-3088&commit=1f57810642d475e48a92a97d8b84db3c16c95c26&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 07:51:41 -> Pinging Codecov 07:51:41 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3088&commit=1f57810642d475e48a92a97d8b84db3c16c95c26&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= 07:51:41 -> Uploading to 07:51:41 https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/1f57810642d475e48a92a97d8b84db3c16c95c26/c40c4ded-4255-462e-a89a-75afdb63b5eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T075141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6d02551f678998988b5a773088ff711910f99d87968bfb52252b0611bf995e7 07:51:41 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:41 Dload Upload Total Spent Left Speed 07:51:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87047 0 0 100 87047 0 159k --:--:-- --:--:-- --:--:-- 159k 07:51:41 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1f57810642d475e48a92a97d8b84db3c16c95c26 [Pipeline] } 07:51:41 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 07:51:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:51:44 ---> package-listing.sh 07:51:44 ++ facter osfamily 07:51:44 ++ tr '[:upper:]' '[:lower:]' 07:51:44 + OS_FAMILY=redhat 07:51:44 + workspace=/w/workspace/edgex-go/7 07:51:44 + START_PACKAGES=/tmp/packages_start.txt 07:51:44 + END_PACKAGES=/tmp/packages_end.txt 07:51:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:51:44 + PACKAGES=/tmp/packages_start.txt 07:51:44 + '[' /w/workspace/edgex-go/7 ']' 07:51:44 + PACKAGES=/tmp/packages_end.txt 07:51:44 + case "${OS_FAMILY}" in 07:51:44 + rpm -qa 07:51:44 + sort 07:51:50 + '[' -f /tmp/packages_start.txt ']' 07:51:50 + '[' -f /tmp/packages_end.txt ']' 07:51:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:51:50 + '[' /w/workspace/edgex-go/7 ']' 07:51:50 + mkdir -p /w/workspace/edgex-go/7/archives/ 07:51:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 07:51:50 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:51:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:51:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:51:50 07:51:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:51:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:51:51 alpine: Pulling from edgex-lftools-log-publisher 07:51:51 df20fa9351a1: Pulling fs layer 07:51:51 36b3adc4ff6f: Pulling fs layer 07:51:51 8ad3a11d3b57: Pulling fs layer 07:51:51 46f8f816bc3b: Pulling fs layer 07:51:51 93b61091891f: Pulling fs layer 07:51:51 93b9cdb0e59b: Pulling fs layer 07:51:51 5e14af77c1be: Pulling fs layer 07:51:51 01666e4c0597: Pulling fs layer 07:51:51 aa168da1d23b: Pulling fs layer 07:51:51 93b9cdb0e59b: Waiting 07:51:51 5e14af77c1be: Waiting 07:51:51 01666e4c0597: Waiting 07:51:51 aa168da1d23b: Waiting 07:51:51 46f8f816bc3b: Waiting 07:51:51 93b61091891f: Waiting 07:51:51 36b3adc4ff6f: Verifying Checksum 07:51:51 36b3adc4ff6f: Download complete 07:51:51 46f8f816bc3b: Verifying Checksum 07:51:51 46f8f816bc3b: Download complete 07:51:51 df20fa9351a1: Download complete 07:51:51 93b61091891f: Download complete 07:51:51 93b9cdb0e59b: Verifying Checksum 07:51:51 93b9cdb0e59b: Download complete 07:51:51 01666e4c0597: Verifying Checksum 07:51:51 01666e4c0597: Download complete 07:51:51 5e14af77c1be: Verifying Checksum 07:51:51 5e14af77c1be: Download complete 07:51:51 8ad3a11d3b57: Verifying Checksum 07:51:51 8ad3a11d3b57: Download complete 07:51:51 df20fa9351a1: Pull complete 07:51:51 36b3adc4ff6f: Pull complete 07:51:52 8ad3a11d3b57: Pull complete 07:51:52 46f8f816bc3b: Pull complete 07:51:52 93b61091891f: Pull complete 07:51:53 aa168da1d23b: Verifying Checksum 07:51:53 aa168da1d23b: Download complete 07:51:53 93b9cdb0e59b: Pull complete 07:51:54 5e14af77c1be: Pull complete 07:51:54 01666e4c0597: Pull complete 07:52:04 aa168da1d23b: Pull complete 07:52:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:52:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:52:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:52:05 prd-centos7-docker-4c-2g-24099 does not seem to be running inside a container 07:52:05 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat 07:52:08 $ docker top 27bb8bf918476b4ccb00ff041ab36bec54a472266de3de2620ff7754c56c8a47 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:09 + touch /tmp/pre-build-complete [Pipeline] sh 07:52:09 + mkdir -p /var/log/sa [Pipeline] sh 07:52:09 + ls /var/log/sa-host 07:52:09 + sadf -c /var/log/sa-host/sa23 07:52:09 file_magic: OK 07:52:09 HZ: Using current value: 100 07:52:09 file_header: OK 07:52:09 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 07:52:09 Statistics: 07:52:09 Hnuu...uuuununununu... 07:52:09 File successfully converted to sysstat format version 12.2.1 07:52:09 + sadf -c /var/log/sa-host/sa30 07:52:09 file_magic: OK 07:52:09 HZ: Using current value: 100 07:52:09 file_header: OK 07:52:09 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 07:52:09 Statistics: 07:52:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:52:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:52:10 provisioning config files... 07:52:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3245924388775776189tmp [Pipeline] { [Pipeline] echo 07:52:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:52:10 ---> create-netrc.sh [Pipeline] } 07:52:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:52:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:52:11 ---> python-tools-install.sh [Pipeline] echo 07:52:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:52:11 ---> sudo-logs.sh 07:52:11 Archiving 'sudo' log.. [Pipeline] echo 07:52:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:52:11 ---> job-cost.sh 07:52:11 lf-activate-venv: SKIPPING 07:52:11 INFO: No Stack... 07:52:12 INFO: Retrieving Pricing Info for: v1-standard-2 07:52:13 INFO: Archiving Costs [Pipeline] echo 07:52:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:52:13 ---> logs-deploy.sh 07:52:13 lf-activate-venv: SKIPPING 07:52:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/7 07:52:13 INFO: archiving workspace using pattern(s): 07:52:14 Archives upload complete. 07:52:14 INFO: archiving logs to Nexus 07:52:15 ---> uname -a: 07:52:15 Linux prd-centos7-docker-4c-2g-24099.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:52:15 07:52:15 07:52:15 ---> lscpu: 07:52:15 Architecture: x86_64 07:52:15 CPU op-mode(s): 32-bit, 64-bit 07:52:15 Byte Order: Little Endian 07:52:15 Address sizes: 40 bits physical, 48 bits virtual 07:52:15 CPU(s): 4 07:52:15 On-line CPU(s) list: 0-3 07:52:15 Thread(s) per core: 1 07:52:15 Core(s) per socket: 1 07:52:15 Socket(s): 4 07:52:15 NUMA node(s): 1 07:52:15 Vendor ID: GenuineIntel 07:52:15 CPU family: 6 07:52:15 Model: 44 07:52:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:52:15 Stepping: 1 07:52:15 CPU MHz: 2933.442 07:52:15 BogoMIPS: 5866.88 07:52:15 Virtualization: VT-x 07:52:15 Hypervisor vendor: KVM 07:52:15 Virtualization type: full 07:52:15 L1d cache: 128 KiB 07:52:15 L1i cache: 128 KiB 07:52:15 L2 cache: 16 MiB 07:52:15 L3 cache: 64 MiB 07:52:15 NUMA node0 CPU(s): 0-3 07:52:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:52:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:52:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:52:15 Vulnerability Meltdown: Mitigation; PTI 07:52:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:52:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:52:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:52:15 Vulnerability Srbds: Not affected 07:52:15 Vulnerability Tsx async abort: Not affected 07:52:15 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 07:52:15 07:52:15 07:52:15 ---> nproc: 07:52:15 4 07:52:15 07:52:15 07:52:15 ---> df -h: 07:52:15 Filesystem Size Used Available Use% Mounted on 07:52:15 overlay 50.0G 11.7G 38.3G 23% / 07:52:15 tmpfs 64.0M 0 64.0M 0% /dev 07:52:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:52:15 shm 64.0M 0 64.0M 0% /dev/shm 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/7@tmp 07:52:15 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/7 07:52:15 07:52:15 07:52:15 ---> free -m: 07:52:15 total used free shared buff/cache available 07:52:15 Mem: 1837 675 111 0 1050 1073 07:52:15 Swap: 1023 70 953 07:52:15 07:52:15 07:52:15 ---> ip addr: 07:52:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:52:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:52:15 inet 127.0.0.1/8 scope host lo 07:52:15 valid_lft forever preferred_lft forever 07:52:15 inet6 ::1/128 scope host 07:52:15 valid_lft forever preferred_lft forever 07:52:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:52:15 link/ether fa:16:3e:a1:58:78 brd ff:ff:ff:ff:ff:ff 07:52:15 inet 10.30.122.158/23 brd 10.30.123.255 scope global dynamic eth0 07:52:15 valid_lft 85165sec preferred_lft 85165sec 07:52:15 inet6 fe80::f816:3eff:fea1:5878/64 scope link 07:52:15 valid_lft forever preferred_lft forever 07:52:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:52:15 link/ether 02:42:a7:39:13:52 brd ff:ff:ff:ff:ff:ff 07:52:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:52:15 valid_lft forever preferred_lft forever 07:52:15 inet6 fe80::42:a7ff:fe39:1352/64 scope link 07:52:15 valid_lft forever preferred_lft forever 07:52:15 07:52:15 07:52:15 ---> sar -b -r -n DEV: 07:52:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 07:52:15 07:52:15 07:31:29 LINUX RESTART (4 CPU) 07:52:15 07:52:15 07:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:52:15 07:33:01 74.75 23.60 51.16 0.00 5425.33 13297.85 0.00 07:52:15 07:34:01 334.69 127.42 207.27 0.00 8032.75 56970.92 0.00 07:52:15 07:35:01 186.75 95.82 90.93 0.00 3322.75 9851.82 0.00 07:52:15 07:36:02 148.98 74.80 74.17 0.00 3507.34 13701.90 0.00 07:52:15 07:37:03 1302.37 994.24 308.14 0.00 113312.85 182718.68 0.00 07:52:15 07:38:01 2075.49 1775.32 300.17 0.00 130740.26 142784.31 0.00 07:52:15 07:39:01 1012.44 662.02 350.42 0.00 64441.24 111303.04 0.00 07:52:15 07:40:02 1594.28 1259.12 335.15 0.00 87311.65 93896.93 0.00 07:52:15 07:41:01 172.54 58.08 114.46 0.00 7458.04 13490.23 0.00 07:52:15 07:42:01 0.67 0.50 0.17 0.00 17.45 2.60 0.00 07:52:15 07:43:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 07:52:15 07:44:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 07:52:15 07:45:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 07:52:15 07:46:01 0.32 0.02 0.30 0.00 1.07 3.13 0.00 07:52:15 07:47:01 1.97 1.73 0.23 0.00 55.16 2.65 0.00 07:52:15 07:48:01 0.87 0.03 0.83 0.00 1.07 16.97 0.00 07:52:15 07:49:01 0.30 0.00 0.30 0.00 0.00 4.23 0.00 07:52:15 07:50:01 0.22 0.02 0.20 0.00 1.07 3.18 0.00 07:52:15 07:51:01 0.35 0.00 0.35 0.00 0.00 5.90 0.00 07:52:15 07:52:02 116.13 66.64 49.49 0.00 5629.02 12403.18 0.00 07:52:15 Average: 350.24 255.97 94.27 0.00 21424.58 32547.89 0.00 07:52:15 07:52:15 07:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:52:15 07:33:01 75208 0 811656 43.14 2588 992092 1511896 51.60 633708 969808 17288 07:52:15 07:34:01 355040 0 688672 36.60 1388 836444 1100964 37.57 413416 828468 16 07:52:15 07:35:01 211884 0 812708 43.19 1068 855884 1775032 60.58 686056 702192 71824 07:52:15 07:36:02 196300 0 718652 38.19 608 965984 1309988 44.71 584420 819216 80 07:52:15 07:37:03 52964 0 756492 40.21 0 1072088 1963960 67.03 577556 1035008 47160 07:52:15 07:38:01 423300 0 791504 42.07 0 666740 2203216 75.19 514564 680928 21864 07:52:15 07:39:01 76672 0 772116 41.04 0 1032756 2543740 86.81 751896 819060 15828 07:52:15 07:40:02 570416 0 670464 35.63 0 640664 1588984 54.23 431652 635576 152 07:52:15 07:41:01 620288 0 594432 31.59 0 666824 1217516 41.55 480812 543820 8 07:52:15 07:42:01 624912 0 589312 31.32 0 667320 1167244 39.84 482160 538780 12 07:52:15 07:43:01 624768 0 589452 31.33 0 667324 1167256 39.84 482224 538824 12 07:52:15 07:44:01 625764 0 588444 31.27 0 667336 1167136 39.83 481520 538824 8 07:52:15 07:45:01 625924 0 588276 31.27 0 667344 1167136 39.83 481596 538824 8 07:52:15 07:46:01 626000 0 588224 31.26 0 667320 1167136 39.83 481720 538828 8 07:52:15 07:47:01 623880 0 589276 31.32 0 668388 1167232 39.84 482520 539588 24 07:52:15 07:48:01 623816 0 589332 31.32 0 668396 1167208 39.83 482292 539592 16 07:52:15 07:49:01 624168 0 588976 31.30 0 668400 1167136 39.83 482028 539588 12 07:52:15 07:50:01 624220 0 588916 31.30 0 668408 1167136 39.83 482016 539620 12 07:52:15 07:51:01 623976 0 589148 31.31 0 668420 1167136 39.83 482024 539620 8 07:52:15 07:52:02 88972 0 699068 37.15 0 1093504 1594576 54.42 655168 859256 137884 07:52:15 Average: 445924 0 660256 35.09 283 775082 1424081 48.60 527467 664271 15611 07:52:15 07:52:15 07:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:52:15 07:33:01 eth0 1692.26 1480.85 6044.80 191.75 0.00 0.00 0.00 0.00 07:52:15 07:33:01 vetha55c9ea 932.27 904.74 87.52 2685.27 0.00 0.00 0.00 0.00 07:52:15 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:33:01 docker0 932.27 904.61 74.78 2685.26 0.00 0.00 0.00 0.00 07:52:15 07:34:01 eth0 504.24 434.06 3674.41 44.64 0.00 0.00 0.00 0.00 07:52:15 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:34:01 docker0 172.33 199.52 12.34 829.27 0.00 0.00 0.00 0.00 07:52:15 07:35:01 veth4886aeb 0.33 0.47 0.03 0.05 0.00 0.00 0.00 0.00 07:52:15 07:35:01 eth0 51.09 36.36 36.40 54.30 0.00 0.00 0.00 0.00 07:52:15 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:35:01 docker0 0.33 0.33 0.02 0.04 0.00 0.00 0.00 0.00 07:52:15 07:36:02 eth0 47.14 34.85 26.86 53.07 0.00 0.00 0.00 0.00 07:52:15 07:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:36:02 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 07:52:15 07:37:03 vethf2faa30 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 07:52:15 07:37:03 eth0 213.39 165.94 1815.79 54.18 0.00 0.00 0.00 0.00 07:52:15 07:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:37:03 docker0 13.36 26.35 0.73 144.24 0.00 0.00 0.00 0.00 07:52:15 07:38:01 veth569cba7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:38:01 vetha01e068 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:38:01 vethe1d4000 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:38:01 vethf2faa30 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:39:01 vethb5bf6d1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:39:01 vethaf99f9b 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:39:01 vethf2faa30 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:39:01 eth0 2996.94 2453.24 13722.54 536.89 0.00 0.00 0.00 0.00 07:52:15 07:40:02 vethd8581c8 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 07:52:15 07:40:02 vethf2faa30 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:52:15 07:40:02 eth0 69.94 44.51 124.40 58.86 0.00 0.00 0.00 0.00 07:52:15 07:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:52:15 07:41:01 eth0 58.64 41.06 103.82 49.29 0.00 0.00 0.00 0.00 07:52:15 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:41:01 docker0 1190.03 1257.65 92.55 4380.31 0.00 0.00 0.00 0.00 07:52:15 07:42:01 eth0 1.05 0.45 0.38 0.25 0.00 0.00 0.00 0.00 07:52:15 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:43:01 eth0 0.70 0.43 0.37 0.20 0.00 0.00 0.00 0.00 07:52:15 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 07:52:15 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:45:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:46:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:47:01 eth0 0.33 0.22 0.19 0.05 0.00 0.00 0.00 0.00 07:52:15 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:48:01 eth0 0.15 0.12 0.07 0.04 0.00 0.00 0.00 0.00 07:52:15 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:52:15 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:52:15 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:51:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:52:02 eth0 192.58 170.05 2162.31 20.31 0.00 0.00 0.00 0.00 07:52:15 07:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 07:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 Average: eth0 155.63 129.73 792.10 32.47 0.00 0.00 0.00 0.00 07:52:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:52:15 Average: docker0 58.55 61.88 4.55 215.51 0.00 0.00 0.00 0.00 07:52:15 07:52:15 07:52:15 ---> sar -P ALL: 07:52:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/30/21 _x86_64_ (4 CPU) 07:52:15 07:52:15 07:31:29 LINUX RESTART (4 CPU) 07:52:15 07:52:15 07:32:01 CPU %user %nice %system %iowait %steal %idle 07:52:15 07:33:01 all 14.78 0.00 4.64 1.41 0.04 79.14 07:52:15 07:33:01 0 18.38 0.00 6.32 1.10 0.05 74.15 07:52:15 07:33:01 1 10.91 0.00 4.11 2.16 0.05 82.78 07:52:15 07:33:01 2 12.56 0.00 3.73 0.65 0.02 83.05 07:52:15 07:33:01 3 17.30 0.00 4.42 1.74 0.03 76.50 07:52:15 07:34:01 all 10.71 0.00 7.30 5.94 0.03 76.02 07:52:15 07:34:01 0 9.61 0.00 7.17 8.18 0.03 75.01 07:52:15 07:34:01 1 11.75 0.00 7.24 5.59 0.02 75.40 07:52:15 07:34:01 2 10.59 0.00 6.76 5.13 0.03 77.48 07:52:15 07:34:01 3 10.91 0.00 8.00 4.85 0.05 76.18 07:52:15 07:35:01 all 49.77 0.00 10.24 4.12 0.04 35.83 07:52:15 07:35:01 0 50.64 0.00 10.22 4.37 0.05 34.72 07:52:15 07:35:01 1 50.18 0.00 10.25 4.32 0.05 35.19 07:52:15 07:35:01 2 47.30 0.00 10.33 4.11 0.03 38.23 07:52:15 07:35:01 3 50.96 0.00 10.16 3.67 0.03 35.17 07:52:15 07:36:02 all 44.61 0.00 11.15 3.25 0.04 40.95 07:52:15 07:36:02 0 43.90 0.00 11.18 5.14 0.03 39.75 07:52:15 07:36:02 1 45.31 0.00 11.17 4.11 0.05 39.36 07:52:15 07:36:02 2 44.74 0.00 10.70 1.86 0.05 42.65 07:52:15 07:36:02 3 44.50 0.00 11.56 1.88 0.03 42.03 07:52:15 07:37:03 all 19.86 0.00 18.17 13.44 0.06 48.47 07:52:15 07:37:03 0 18.95 0.00 17.58 12.49 0.05 50.93 07:52:15 07:37:03 1 21.00 0.00 17.52 13.18 0.07 48.23 07:52:15 07:37:03 2 19.08 0.00 18.72 13.66 0.05 48.48 07:52:15 07:37:03 3 20.41 0.00 18.87 14.45 0.07 46.20 07:52:15 07:38:01 all 42.26 0.00 16.34 26.59 0.07 14.73 07:52:15 07:38:01 0 41.81 0.00 15.55 26.48 0.09 16.07 07:52:15 07:38:01 1 43.10 0.00 16.43 27.61 0.07 12.79 07:52:15 07:38:01 2 42.09 0.00 15.99 27.26 0.07 14.59 07:52:15 07:38:01 3 42.04 0.00 17.41 25.01 0.05 15.49 07:52:15 07:39:01 all 24.55 0.00 14.43 32.72 0.06 28.24 07:52:15 07:39:01 0 23.78 0.00 13.91 30.92 0.07 31.33 07:52:15 07:39:01 1 23.78 0.00 14.32 35.98 0.05 25.87 07:52:15 07:39:01 2 23.90 0.00 15.20 34.63 0.05 26.22 07:52:15 07:39:01 3 26.77 0.00 14.31 29.32 0.05 29.55 07:52:15 07:40:02 all 37.68 0.00 15.11 34.70 0.06 12.46 07:52:15 07:40:02 0 37.27 0.00 15.08 34.78 0.07 12.79 07:52:15 07:40:02 1 37.39 0.00 15.23 34.50 0.03 12.84 07:52:15 07:40:02 2 37.86 0.00 14.74 36.59 0.05 10.77 07:52:15 07:40:02 3 38.19 0.00 15.41 32.90 0.07 13.43 07:52:15 07:41:01 all 13.22 0.00 4.85 5.82 0.02 76.09 07:52:15 07:41:01 0 13.23 0.00 4.99 3.74 0.02 78.03 07:52:15 07:41:01 1 12.82 0.00 4.93 5.48 0.02 76.76 07:52:15 07:41:01 2 13.60 0.00 4.91 7.17 0.02 74.30 07:52:15 07:41:01 3 13.24 0.00 4.56 6.92 0.02 75.27 07:52:15 07:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:52:15 07:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:52:15 07:42:01 1 0.35 0.00 0.02 0.00 0.00 99.63 07:52:15 07:42:01 2 0.22 0.00 0.03 0.00 0.00 99.75 07:52:15 07:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:43:01 all 0.23 0.00 0.30 0.00 0.00 99.47 07:52:15 07:43:01 0 0.13 0.00 0.58 0.00 0.00 99.29 07:52:15 07:43:01 1 0.55 0.00 0.08 0.00 0.00 99.37 07:52:15 07:43:01 2 0.17 0.00 0.38 0.00 0.02 99.43 07:52:15 07:43:01 3 0.08 0.00 0.13 0.00 0.00 99.78 07:52:15 07:52:15 07:43:01 CPU %user %nice %system %iowait %steal %idle 07:52:15 07:44:01 all 0.14 0.00 0.01 0.00 0.00 99.85 07:52:15 07:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:52:15 07:44:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:52:15 07:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:52:15 07:45:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:52:15 07:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:52:15 07:45:01 1 0.53 0.00 0.03 0.00 0.00 99.43 07:52:15 07:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:52:15 07:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:46:01 all 0.14 0.00 0.02 0.00 0.00 99.83 07:52:15 07:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:46:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:52:15 07:46:01 2 0.03 0.00 0.03 0.02 0.00 99.92 07:52:15 07:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:52:15 07:47:01 all 0.09 0.00 0.04 0.03 0.00 99.84 07:52:15 07:47:01 0 0.02 0.00 0.03 0.02 0.00 99.93 07:52:15 07:47:01 1 0.25 0.00 0.07 0.08 0.00 99.60 07:52:15 07:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 07:52:15 07:47:01 3 0.03 0.00 0.02 0.02 0.00 99.93 07:52:15 07:48:01 all 0.08 0.00 0.03 0.00 0.00 99.89 07:52:15 07:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:48:01 1 0.22 0.00 0.03 0.00 0.02 99.73 07:52:15 07:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:52:15 07:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:52:15 07:49:01 all 0.15 0.00 0.01 0.00 0.00 99.84 07:52:15 07:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:52:15 07:49:01 1 0.53 0.00 0.03 0.00 0.00 99.43 07:52:15 07:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 07:52:15 07:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:52:15 07:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:52:15 07:50:01 1 0.52 0.00 0.02 0.00 0.00 99.47 07:52:15 07:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:52:15 07:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:52:15 07:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:52:15 07:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:51:01 1 0.52 0.00 0.03 0.00 0.00 99.45 07:52:15 07:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:52:15 07:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:52:15 07:52:02 all 5.58 0.00 3.02 3.73 0.02 87.64 07:52:15 07:52:02 0 4.72 0.00 3.12 3.54 0.02 88.60 07:52:15 07:52:02 1 6.96 0.00 3.02 2.05 0.02 87.95 07:52:15 07:52:02 2 4.63 0.00 2.62 2.97 0.02 89.76 07:52:15 07:52:02 3 6.03 0.00 3.33 6.38 0.03 84.23 07:52:15 Average: all 12.97 0.00 5.19 6.45 0.02 75.38 07:52:15 Average: 0 12.89 0.00 5.21 6.41 0.02 75.47 07:52:15 Average: 1 13.12 0.00 5.13 6.62 0.02 75.11 07:52:15 Average: 2 12.61 0.00 5.12 6.56 0.02 75.69 07:52:15 Average: 3 13.25 0.00 5.30 6.19 0.02 75.24 07:52:15 07:52:15 07:52:15